After integrating LDAP Authentication in jBPM, I am getting this error when I access Manage from jbpm-console: Attention Execution Server Unavailable There is currently no server connected. on console I am constantly getting this error: 19:35:09,678 INFO [org.kie.server.controller.websocket.client.WebSocketKieServerControllerImpl] (KieServer-ControllerConnect) Kie Server points to non Web Socket controller 'http://localhost:8080/jbpm-console/rest/controller', using default REST mechanism 19:35:10,501 WARN [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/jbpm-console/rest/controller/server/sample-server error Error while sending PUT request to http://localhost:8080/jbpm-console/rest/controller/server/sample-server response code 405 When I comment out LDAP login-module from standalone.xml, it works, but not with LDAP Enabled. Versions used: kie-server-7.29.0.Final-wildfly-14.0.1.Final jbpm-console-7.29.0.Final-wildfly-14.0.1.Final jbpm-casemgmt-7.29.0.Final-wildfly-14.0.1.Final Used jbpm-installer-7.29.0.Final to build and start the Wildfly server. Continue reading...