Decision Central can't interact with EAP 7.3 Management console in Domain Mode

Latest response

Hello,

We're deploying an instance of decision-central (7.8.1) in a Jboss EAP 7.3.2 in Domain mode. In Standalone mode there isn't any issue, the moment we launch it in Domain mode we notice warnings of it failing to query the datasources subsystem, also it doesn't create new local users when we add them by the Decision Central GUI, feels like it is failing to interact with Jboss Management console in Domain mode.

I attached the server.log and there are some of the warnings below:

WARN [org.kie.workbench.common.screens.datasource.management.backend.DataSourceManagementBootstrap] (pool-17-thread-1) Startup drivers and datasources initialization will be retried again in: 30000 MILLISECONDS(1 attempts left)
WARN [org.kie.workbench.common.screens.datasource.management.backend.DataSourceManagementBootstrap] (pool-17-thread-1) Initialize deployments task finished with errors: operation execution failed. :WFLYCTL0030: No resource definition is registered for address [("subsystem" => "datasources")]
ERROR [org.kie.workbench.common.screens.datasource.management.backend.DataSourceManagementBootstrap] (pool-17-thread-1) No more retries are available, some drivers or datasources might not work properly. operation execution failed. :WFLYCTL0030: No resource definition is registered for address [("subsystem" => "datasources")]: java.lang.Exception: operation execution failed. :WFLYCTL0030: No resource definition is registered for address [("subsystem" => "datasources")]
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.integration.wildfly.WildflyBaseClient.checkResponse(WildflyBaseClient.java:185)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.integration.wildfly.WildflyDriverManagementClient.getDeployedDrivers(WildflyDriverManagementClient.java:138)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.core.wildfly.WildflyDriverProvider.hasStarted(WildflyDriverProvider.java:211)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.core.wildfly.WildflyDriverProvider$Proxy$$$_WeldClientProxy.hasStarted(Unknown Source)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.core.impl.DataSourceRuntimeManagerImpl.hasStarted(DataSourceRuntimeManagerImpl.java:199)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.core.impl.DataSourceRuntimeManagerImpl$Proxy$
$$_WeldClientProxy.hasStarted(Unknown Source)
at deployment.decision-central.war//org.kie.workbench.common.screens.datasource.management.backend.DataSourceManagementBootstrap.lambda$getInitializeDeploymentsTask$0(DataSourceManagementBootstrap.java:172)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

[Host Controller] DEBUG [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0017: Operation ("read-resource") failed - address: ([
[Host Controller] ("core-service" => "management"),
[Host Controller] ("security-realm" => "ApplicationRealm"),
[Host Controller] ("authorization" => "properties")
[Host Controller] ]) - failure description: "WFLYCTL0030: No resource definition is registered for address [
[Host Controller] (\"core-service\" => \"management\"),
[Host Controller] (\"security-realm\" => \"ApplicationRealm\"),
[Host Controller] (\"authorization\" => \"properties\")
[Host Controller] ]"

Has anyone else come across with this issue? Any help or direction would be highly appreciated.

Best regards,
Filipe

Attachments

Responses