新しいプロジェクトの 1 つとして Drools BPM を検討しています。私は基本的に .Net のバックグラウンドから来ており、Java 技術者に関する知識はあまりありません。
Drools を使用してルールとワークフローを作成し、REST API として公開できるようにし、この REST を使用して .net/angular クライアント アプリケーションからルールを実行できることを期待しています。
WildFly10 サーバーを使用して KIE サーバーを設定しました。すべての構成が正常に機能しているようですが、コントローラー (" http://localhost:8080/kie-wb/rest/controller ")に接続しようとすると、以下のエラー メッセージが表示されます。
Error Message :
2018-01-22 12:30:09,263 INFO [org.kie.server.controller.websocket.client.WebSocketKieServerControllerImpl] (KieServer-ControllerConnect) Kie Server points to non Web Socket controller 'http://localhost:8080/kie-wb/rest/controller', using default REST mechanism
2018-01-22 12:30:09,263 WARN [org.kie.server.common.KeyStoreHelperUtil] (KieServer-ControllerConnect) Unable to load key store. Using password from configuration
2018-01-22 12:30:09,274 WARN [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
以下の URL は正常に動作しています
http://localhost:8080/kie-server/services/rest/server/
http://localhost:8080/kie-wb/rest/controller/management/servers