Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-4564

Reconnecting the Kie-server to the controller while using the WebSocket connection problem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 7.24.0.Final
    • integration, kie server
    • None
    • NEW
    • NEW

      When the kie-server connects to the controller / workbench via web-sockets and this connection fails (e.g., due to network problems), the kie-server will try to reconnect.
      Reconnect thread started in WebSocketClientImpl (kie-server-controller-websocket-common), fails with NPE with log message: WebSocketClientImpl: Unable to reconnect to the controller through the Null socket because of null

      NPE is thrown because session.getRequestURI returns NULL value
      at this.session = container.connectToServer(this, this.config, session.getRequestURI());

      In my case kie-server (WebSocketContainer) running on tomcat 8.5

              mfusco@redhat.com Mario Fusco
              marcin.kasza Marcin Kasza (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: