【问题标题】:Connection Refused and Cannot connect to Controller Error连接被拒绝并且无法连接到控制器错误
【发布时间】:2020-07-04 12:07:11
【问题描述】:

当我尝试停止服务时出现错误

  Failed to connect to the controller: The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed: WFLYPRT0053: Could not connect to http-remoting://localhost:9990. The connection failed: Connection refused

当我尝试启动服务时,出现以下错误,需要多次重新启动服务器才能解决它。需要一个解决方案来避免启动和停止服务期间的错误。我们也使用 keycloack 安全性

2020-02-11 19:21:01,191 WARNING [com.lgc.dsl.admin.security.controllers.DSSecurity] (default task-12) Connect to localhost:8880 [localhost/IP] failed: Connection refused (Connection refused)
2020-02-11 19:21:09,462 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http:localhost:port/dsbpm-console/rest/controller/server/dsbpm-kieserver error Error while sending PUT request to localhost:port/dsbpm-console/rest/controller/server/dsbpm-kieserver response code 405

【问题讨论】:

    标签: jboss keycloak kie


    【解决方案1】:

    默认 kie 服务器未显示在服务器部分

    2020-02-11 19:21:01,191 WARNING [com.lgc.dsl.admin.security.controllers.DSSecurity] (default task-12) Connect to localhost:8880 [localhost/IP] failed: Connection refused (Connection refused)
    2020-02-11 19:21:09,462 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http:localhost:port/dsbpm-console/rest/controller/server/dsbpm-kieserver error Error while sending PUT request to localhost:port/dsbpm-console/rest/controller/server/dsbpm-kieserver response code 405
    

    检查“org.kie.server.controller”属性是否具有“dsbpm-console”,例如:

    【讨论】:

    • 缺少完整的分辨率,它以没有可用的配置详细信息结束。
    猜你喜欢
    • 2017-04-28
    • 1970-01-01
    • 1970-01-01
    • 2021-03-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-16
    • 1970-01-01
    相关资源
    最近更新 更多