我们正在将业务中心服务器从7.23.0升级到7.28.0。我们注意到我们的kie服务器不能再通过websocket连接到业务中心:
服务器日志:
Oct 28 12:56:43 business-central-1 business-central[18870]: #033[0m#033[0m12:56:43,962 INFO [org.kie.server.controller.websocket.notification.WebSocketNotificationService] (Thread-123) WebSocket notify on updated :: Updated server template{serverTemplate=ServerTemplateKey{id='host.subdomain.x.com', name='host.subdomain.x.com'}, resetBeforeUpdate=false}
Oct 28 12:56:43 business-central-1 business-central[18870]: #033[0m#033[0m12:56:43,963 INFO [org.kie.server.controller.websocket.notification.WebSocketNotificationService] (Thread-123) WebSocket notify on instance disconnected :: ServerInstanceDisconnected{serverInstanceId='host.subdomain.x.com@host.subdomain.x.com:36204'}在客户端:
Oct 28 20:21:53 host kie-server[1375]: #033[0m#033[33m20:21:53,090 WARN [org.kie.server.common.KeyStoreHelperUtil] (KieServer-ControllerConnect) Unable to load key store. Using password from configuration
Oct 28 20:21:53 host kie-server[1375]: #033[0m#033[33m20:21:53,146 WARN [org.kie.server.controller.websocket.client.WebSocketKieServerControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at wss://business-central-1.x.com/business-central/websocket/controller/host.subdomain.x.com error Invalid response code 403实际的中断发生在7.23.0和7.24.0之间,因为7.24.0会产生相同的错误消息:Invalid response code 403。
kie-server连接到业务中心的用户将kie-server作为一个组,但这似乎没有帮助。我们在Wildfly 14.0.1上运行业务中心。
我正在查找提交的web.xml,以过滤网络资源,但似乎找不到任何东西。实际上,我甚至不确定我应该关注哪个github项目:https://github.com/kiegroup
感谢任何人的帮助!
发布于 2019-10-30 01:21:39
https://issues.jboss.org/browse/DROOLS-4705?jql=project%20%3D%20DROOLS
用户需要rest-all角色。谢谢你Maciej Swiderski!
https://stackoverflow.com/questions/58600418
复制相似问题