-
Bug
-
Resolution: Done
-
Critical
-
None
-
RH-SSO-7.6.6
-
False
-
None
-
False
-
-
-
Important
Applying the latest RH-SSO 7.6 update 7 errors out with:
[standalone@localhost:9990 /] patch apply /Downloads/rh-sso-7.6.7-patch.zip Conflicts detected: io.netty:main, io.undertow.core:main, io.undertow.servlet:main, io.undertow.websocket:main, bin/client/jboss-client.jar Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
Server.log error:
ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("patch") failed - address: ([("core-service" => "patching")]) - failure description: { "message" => "Conflicts detected", "conflicts" => { "misc" => ["bin/client/jboss-client.jar"], "modules" => [ "io.netty:main", "io.undertow.core:main", "io.undertow.servlet:main", "io.undertow.websocket:main" ] } }
Steps to reproduce:
1. Download and unzip RH-SSO 7.6.0
2. Apply updates 1 through 6
3. Apply RH-SSO 7.6.7 patch
Workaround:
Applying the patch works when using --override-all:
[standalone@localhost:9990 /] patch apply /home/mavassil/Downloads/rh-sso-7.6.7-patch.zip --override-all { "outcome" : "success", "response-headers" : { "operation-requires-restart" : true, "process-state" : "restart-required" }
- is related to
-
RHSSO-2946 7.6.7 fails to run after being patched
- Closed