Home > Back-end >  Drools7 workbench kie - server set up to 405 error
Drools7 workbench kie - server set up to 405 error

Time:05-14


The deployment environment: wildfly - 18.0.1. Final
The workbench version: Business Central 7.28.0. Final
Kie - server version: 7.28.0. Final

Create a user script:
 
./the add - user. Bat - a - u kieserver -p kieserver1! Kie - g - server admin, rest - project, the rest - all, process - admin, manager and user, developer, analyst


Workbench and kie - server deployment in the same wildfly container, the workbench can normal configuration items, DRL rule, kie - server can normal visit, but in the configuration the configuration in the service of start kie - server remote services, configuration information is as follows:
In the bin \ standalone. Conf. Bat file to add the following content: (the parameter appended to the startup command is the same)
 
- Dorg. Kie. Server. Id=kie - server - Dorg. Kie. Server location=http://127.0.0.1:8080/kie-server/services/rest/server - Dorg. Kie. Server controller=http://127.0.0.1:8080/kie-wb/rest/controller - Dorg kie. Server. The user=keiserver - Dorg kie. Server. PWD=kieserver1!

After startup has been submitted to the following warning:
 
16:35:54, WARN 897 [org. Kie. Server. Services. Impl. Controller. DefaultRestControllerImpl] (KieServer - ControllerConnect) Exception encountered while syncing with controller at http://127.0.0.1:8080/kie-wb/rest/controller/server/kie-server error error while sending the PUT request to the response code 405
http://127.0.0.1:8080/kie-wb/rest/controller/server/kie-server


Through the browser visit: http://127.0.0.1:8080/kie-wb/rest/controller/server/kie-server, is also an ERROR "HTTP ERROR 405
"
Please support a move great god for help, how to deal with this problem?
  • Related