Error - execution of standalone.bat | RM AI Hub

f_schultenf_schulten Member Posts: 2 Newbie
Dear Community,

I have problems with starting the RM AI Hub/ RM Server  and I can not interpret the error message. Does anybody know a solution for this problem?

Kind regards

Friedrich

--

I think this is the first important error-Message (also in the attached .log-file):

2021-03-10 15:57:58,835 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 71) MSC000001: Failed to start service jboss.deployment.subunit."rapidminer-server-9.8.1.ear"."rapidminer-server-ejb.jar".component.ActiveMQQueueManagerEJBImpl.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."rapidminer-server-9.8.1.ear"."rapidminer-server-ejb.jar".component.ActiveMQQueueManagerEJBImpl.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [jboss-as-ee-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [rt.jar:1.8.0_281]
at java.util.concurrent.FutureTask.run(Unknown Source) [rt.jar:1.8.0_281]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.8.0_281]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.8.0_281]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.8.0_281]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:164) [jboss-as-ee-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:135) [jboss-as-ee-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:90) [jboss-as-ee-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:122)
at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:137)
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
... 6 more
Tagged:

Answers

  • atimmatimm Employee, Member Posts: 24 RM Engineering
    Hello Friedrich,

    the server log contains a problem showing up as

    2021-03-10 15:25:22,746 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "rapidminer-server-9.8.1.ear")]) - failure description: {
        "JBAS014671: Failed services" => {"jboss.deployment.subunit.\"rapidminer-server-9.8.1.ear\".\"rapidminer-server-ejb.jar\".component.ActiveMQQueueManagerEJBImpl.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"rapidminer-server-9.8.1.ear\".\"rapidminer-server-ejb.jar\".component.ActiveMQQueueManagerEJBImpl.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
        Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
        Caused by: javax.ejb.EJBException: java.lang.IllegalArgumentException: Invalid broker URI: failover:(tcp://RappidMiner AI Hub:5672)
        Caused by: java.lang.IllegalArgumentException: Invalid broker URI: failover:(tcp://RappidMiner AI Hub:5672)
        Caused by: java.net.URISyntaxException: Illegal character in opaque part at index 27: failover:(tcp://RappidMiner AI Hub:5672)"},

    So it should be a configuration issue. Instead of "RappidMiner AI Hub", you need to use your local network IP (see https://docs.rapidminer.com/latest/deployment/docker-compose/#public_url). Find your IP by executing "cmd" and enter "ipconfig" in the showing terminal window. It will probably look like "192.168.x.x".

    Best,
    Andreas
Sign In or Register to comment.