-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
7.56.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
I configured a websocket controller as follow :
org.kie.server.controller=ws://<host>:<port>/kie-server-controller/websocket/controller
I get the following errors from KIE Server when the containers defined in the controller is created
31-Jan-2022 12:15:16.372 WARNING [localhost-startStop-1] org.kie.server.services.impl.controller.DefaultRestControllerImpl.update Exception encountered while syncing with controller at ws://commerce-kie-server-controller:9090/kie-server-controller/websocket/controller/server/commerce-kie-server error unknown protocol: ws
Notice that this does not fail the container creation.
I noticed that the property org.kie.server.update.notifications.rest.enabled introduced in JBPM-9311 can be used to disable the notification, but I believe a proper fix would be to ignore websocket controllers
- is related to
-
JBPM-9311 KIE server will not always deploy services, stay in sync with Business Central when Business Central is deployed HA on-premises
- Resolved