[JBoss JIRA] (WFCORE-4296) Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
by Giovanni Lovato (Jira)
[ https://issues.jboss.org/browse/WFCORE-4296?page=com.atlassian.jira.plugi... ]
Giovanni Lovato edited comment on WFCORE-4296 at 7/30/19 10:36 AM:
-------------------------------------------------------------------
Damn, you're right! I was mislead since when I'm trying to enable SSL but when I do WildFly does not start anymore and it says:
{code}
WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{code}
And the only previous messages are about that warning (see below)!
{code}
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
=========================================================================
16:35:36,107 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
16:35:36,349 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
16:35:36,360 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 16:35:36,866 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
[Host Controller] 16:35:37,127 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.8.Final
[Host Controller] 16:35:37,135 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
[Host Controller] 16:35:37,182 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) starting
[Host Controller] 16:35:37,653 INFO [org.wildfly.security] (Host Controller Service Threads - 4) ELY00001: WildFly Elytron version 1.9.1.Final
[Host Controller] 16:35:38,098 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (-1) securePort (9993)
[Host Controller] 16:35:38,119 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.7.2.Final
[Host Controller] 16:35:38,125 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.7.2.Final
[Host Controller] 16:35:38,203 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.12.Final
[Host Controller] 16:35:38,271 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
[Host Controller] WARNING: An illegal reflective access operation has occurred
[Host Controller] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/wildfly/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-9.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
[Host Controller] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
[Host Controller] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[Host Controller] WARNING: All illegal access operations will be denied in a future release
[Host Controller] 16:35:38,603 WARN [org.jboss.as.remoting] (MSC service thread 1-1) ****** All authentication is ANONYMOUS for org.jboss.as.remoting.RemotingHttpUpgradeService
[Host Controller] 16:35:38,645 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[Host Controller] 16:35:38,646 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
[Host Controller] 16:35:38,668 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) stopped in 6ms
[Host Controller]
16:35:39,008 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99
16:35:39,017 INFO [org.jboss.as.process] (Thread-7) WFLYPC0017: Shutting down process controller
16:35:39,018 INFO [org.jboss.as.process] (Thread-7) WFLYPC0016: All processes finished; exiting
{code}
was (Author: heruan):
Damn, you're right! I was mislead since when I'm trying to enable SSL but when I do WildFly does not start anymore and it says:
{code}
WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{code}
And the only previous messages are about that warning (see below)!
{code}
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
=========================================================================
16:27:11,357 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
16:27:11,595 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
16:27:11,606 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 16:27:12,117 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
[Host Controller] 16:27:12,374 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.8.Final
[Host Controller] 16:27:12,383 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
[Host Controller] 16:27:12,429 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) starting
[Host Controller] 16:27:12,910 INFO [org.wildfly.security] (Host Controller Service Threads - 4) ELY00001: WildFly Elytron version 1.9.1.Final
[Host Controller] 16:27:13,332 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (-1) securePort (9993)
[Host Controller] 16:27:13,350 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.7.2.Final
[Host Controller] 16:27:13,356 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.7.2.Final
[Host Controller] 16:27:13,490 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.12.Final
[Host Controller] WARNING: An illegal reflective access operation has occurred
[Host Controller] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/wildfly/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-9.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
[Host Controller] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
[Host Controller] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[Host Controller] WARNING: All illegal access operations will be denied in a future release
[Host Controller] 16:27:13,545 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
[Host Controller] 16:27:13,566 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore /opt/wildfly/domain/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
[Host Controller] 16:27:13,931 WARN [org.jboss.as.remoting] (MSC service thread 1-3) ****** All authentication is ANONYMOUS for org.jboss.as.remoting.RemotingHttpUpgradeService
[Host Controller] 16:27:13,964 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[Host Controller] 16:27:13,965 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
[Host Controller] 16:27:13,994 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) stopped in 16ms
[Host Controller]
16:27:14,339 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99
16:27:14,345 INFO [org.jboss.as.process] (Thread-7) WFLYPC0017: Shutting down process controller
16:27:14,347 INFO [org.jboss.as.process] (Thread-7) WFLYPC0016: All processes finished; exiting
{code}
> Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
> -------------------------------------------------------------------------
>
> Key: WFCORE-4296
> URL: https://issues.jboss.org/browse/WFCORE-4296
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Environment: Windows 7 x64. Java 11: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11+28-201810022317, mixed mode)
> Reporter: Marco Del Percio
> Priority: Major
> Labels: Java11, access, elytron, illegal, reflective, wildfly
>
> After configuring HTTPS using the following guide: [Enable One-way SSL/TLS for Applications|http://docs.wildfly.org/14/WildFly_Elytron_Security.html#con...], configuration seems ok and server boots fine however an illegal reflective access warning comes up from jar within Elytron:
> {color:red}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/D:/wildfly-14.0.1.Final_FleetManager/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-6.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
> WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {color}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4296) Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
by Giovanni Lovato (Jira)
[ https://issues.jboss.org/browse/WFCORE-4296?page=com.atlassian.jira.plugi... ]
Giovanni Lovato commented on WFCORE-4296:
-----------------------------------------
Damn, you're right! I was mislead since when I'm trying to enable SSL but when I do WildFly does not start anymore and it says:
{code}
WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{code}
And the only previous messages are about that warning (see below)!
{code}
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
=========================================================================
16:27:11,357 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
16:27:11,595 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
16:27:11,606 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 16:27:12,117 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
[Host Controller] 16:27:12,374 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.8.Final
[Host Controller] 16:27:12,383 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
[Host Controller] 16:27:12,429 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) starting
[Host Controller] 16:27:12,910 INFO [org.wildfly.security] (Host Controller Service Threads - 4) ELY00001: WildFly Elytron version 1.9.1.Final
[Host Controller] 16:27:13,332 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (-1) securePort (9993)
[Host Controller] 16:27:13,350 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.7.2.Final
[Host Controller] 16:27:13,356 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.7.2.Final
[Host Controller] 16:27:13,490 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.12.Final
[Host Controller] WARNING: An illegal reflective access operation has occurred
[Host Controller] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/wildfly/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-9.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
[Host Controller] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
[Host Controller] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[Host Controller] WARNING: All illegal access operations will be denied in a future release
[Host Controller] 16:27:13,545 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
[Host Controller] 16:27:13,566 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore /opt/wildfly/domain/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
[Host Controller] 16:27:13,931 WARN [org.jboss.as.remoting] (MSC service thread 1-3) ****** All authentication is ANONYMOUS for org.jboss.as.remoting.RemotingHttpUpgradeService
[Host Controller] 16:27:13,964 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[Host Controller] 16:27:13,965 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
[Host Controller] 16:27:13,994 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 17.0.1.Final (WildFly Core 9.0.2.Final) stopped in 16ms
[Host Controller]
16:27:14,339 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99
16:27:14,345 INFO [org.jboss.as.process] (Thread-7) WFLYPC0017: Shutting down process controller
16:27:14,347 INFO [org.jboss.as.process] (Thread-7) WFLYPC0016: All processes finished; exiting
{code}
> Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
> -------------------------------------------------------------------------
>
> Key: WFCORE-4296
> URL: https://issues.jboss.org/browse/WFCORE-4296
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Environment: Windows 7 x64. Java 11: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11+28-201810022317, mixed mode)
> Reporter: Marco Del Percio
> Priority: Major
> Labels: Java11, access, elytron, illegal, reflective, wildfly
>
> After configuring HTTPS using the following guide: [Enable One-way SSL/TLS for Applications|http://docs.wildfly.org/14/WildFly_Elytron_Security.html#con...], configuration seems ok and server boots fine however an illegal reflective access warning comes up from jar within Elytron:
> {color:red}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/D:/wildfly-14.0.1.Final_FleetManager/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-6.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
> WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {color}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4296) Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/WFCORE-4296?page=com.atlassian.jira.plugi... ]
Darran Lofthouse commented on WFCORE-4296:
------------------------------------------
[~heruan] this is just a warning, for now the workaround is just ignore the warning.
> Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
> -------------------------------------------------------------------------
>
> Key: WFCORE-4296
> URL: https://issues.jboss.org/browse/WFCORE-4296
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Environment: Windows 7 x64. Java 11: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11+28-201810022317, mixed mode)
> Reporter: Marco Del Percio
> Priority: Major
> Labels: Java11, access, elytron, illegal, reflective, wildfly
>
> After configuring HTTPS using the following guide: [Enable One-way SSL/TLS for Applications|http://docs.wildfly.org/14/WildFly_Elytron_Security.html#con...], configuration seems ok and server boots fine however an illegal reflective access warning comes up from jar within Elytron:
> {color:red}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/D:/wildfly-14.0.1.Final_FleetManager/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-6.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
> WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {color}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4296) Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
by Giovanni Lovato (Jira)
[ https://issues.jboss.org/browse/WFCORE-4296?page=com.atlassian.jira.plugi... ]
Giovanni Lovato commented on WFCORE-4296:
-----------------------------------------
I'm still experiencing this with WildFly 17.0.1 and Java 12. Is there a workaround?
> Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
> -------------------------------------------------------------------------
>
> Key: WFCORE-4296
> URL: https://issues.jboss.org/browse/WFCORE-4296
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Environment: Windows 7 x64. Java 11: OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11+28-201810022317, mixed mode)
> Reporter: Marco Del Percio
> Priority: Major
> Labels: Java11, access, elytron, illegal, reflective, wildfly
>
> After configuring HTTPS using the following guide: [Enable One-way SSL/TLS for Applications|http://docs.wildfly.org/14/WildFly_Elytron_Security.html#con...], configuration seems ok and server boots fine however an illegal reflective access warning comes up from jar within Elytron:
> {color:red}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/D:/wildfly-14.0.1.Final_FleetManager/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-6.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
> WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {color}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12265) Out of specification: Singleton EJB is allowed to implement SessionBean interface.
by Tomas Hofman (Jira)
[ https://issues.jboss.org/browse/WFLY-12265?page=com.atlassian.jira.plugin... ]
Tomas Hofman reassigned WFLY-12265:
-----------------------------------
Assignee: Tomas Hofman (was: Cheng Fang)
> Out of specification: Singleton EJB is allowed to implement SessionBean interface.
> ----------------------------------------------------------------------------------
>
> Key: WFLY-12265
> URL: https://issues.jboss.org/browse/WFLY-12265
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 16.0.0.Final, 17.0.0.Final
> Reporter: Cheng Fang
> Assignee: Tomas Hofman
> Priority: Major
> Fix For: 18.0.0.Beta1
>
> Attachments: SingletonBean.java
>
>
> Singleton EJB is allowed to implement SessionBean interface and the EJB 3.2 spec says in section 4.9.2 Session Bean Class:
> "The class may implement, directly or indirectly, the javax.ejb.SessionBean interface. Except for singleton session beans."
> EAP should throw an exception or log a warning that it is not valid by the spec.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4586) patch apply ... --override-all does not work if layer module is corrupted
by Chao Wang (Jira)
[ https://issues.jboss.org/browse/WFCORE-4586?page=com.atlassian.jira.plugi... ]
Chao Wang moved JBEAP-17303 to WFCORE-4586:
-------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-4586 (was: JBEAP-17303)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Patching
(was: Patching)
Affects Version/s: 10.0.0.Beta2
(was: 7.2.2.GA)
> patch apply ... --override-all does not work if layer module is corrupted
> -------------------------------------------------------------------------
>
> Key: WFCORE-4586
> URL: https://issues.jboss.org/browse/WFCORE-4586
> Project: WildFly Core
> Issue Type: Bug
> Components: Patching
> Affects Versions: 10.0.0.Beta2
> Reporter: Chao Wang
> Assignee: Chao Wang
> Priority: Major
>
> patch apply ... --override-all does not work if layer module is corrupted
> --override-all and the other overrides seems to work if there is a corruption in the base layer, but if one of the CP layers is corrupt, then the override does not seem to have any effect.
> patch apply ../jboss-eap-7.2.3-patch.zip --override-all
> java.io.SyncFailedException: WFLYPAT0018: copied content does not match expected hash for item: ModuleItem{com.fasterxml.jackson.core.jackson-annotations:main}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months