-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA, 7.2.1.GA
-
- RHPAM 7.2.0, 7.2.1
- business-central.war and controller.war deployed
- The following properties were added in the standalone.xml file:
*****************************************************************
<property name="org.kie.workbench.controller" value="ws://localhost:8080/controller/websocket/controller"/>
<property name="org.kie.workbench.controller.user" value="controllerUser"/>
<property name="org.kie.workbench.controller.password" value="controllerUser123!"/>
*****************************************************************
RHPAM 7.2.0, 7.2.1 business-central.war and controller.war deployed The following properties were added in the standalone.xml file: ***************************************************************** <property name="org.kie.workbench.controller" value="ws://localhost:8080/controller/websocket/controller"/> <property name="org.kie.workbench.controller.user" value="controllerUser"/> <property name="org.kie.workbench.controller.password" value="controllerUser123!"/> *****************************************************************
-
-
-
-
-
-
CR1
-
+
-
Attempt to run with a setup where business-central connects to the
standalone controller due to HA functionality fails after
10s due to the following:
*****************************************************************
Caused by: java.lang.RuntimeException: java.io.IOException: UT003035:
Connection timed out
at
org.kie.server.controller.websocket.common.WebSocketClientImpl.init(WebSocketClientImpl.java:108)
at
org.kie.server.controller.client.websocket.WebSocketKieServerControllerClient.<init>(WebSocketKieServerControllerClient.java:71)
at
org.kie.server.controller.client.websocket.WebSocketKieServerControllerClient.<init>(WebSocketKieServerControllerClient.java:56)
at
org.kie.server.controller.client.KieServerControllerClientFactory.newWebSocketClient(KieServerControllerClientFactory.java:114)
*****************************************************************
Attempt to increase the timeout by adding the following to WebSocketClientImpl:
*****************************************************************
this.config.getUserProperties().put("io.undertow.websocket.CONNECT_TIMEOUT",
30);
*****************************************************************
did not help.
However, If the deployments are manually triggered (first controller.war, then
business-central.war), this setup works as expected.
- is cloned by
-
RHPAM-1920 [GSS](7.3.1) Business-central is unable to connect to co-located controller when deployed at the same time
- Closed
- is related to
-
JBPM-8276 Business-central is unable to connect to co-located controller when deployed at the same time
- Resolved