Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

RapidMiner Server not starting up any more

koepfwkoepfw Member Posts: 14 Contributor II
edited November 2018 in Help

I run RapidMiner server on an CentOS server and I am all of a sudden no longer able to restart it using the standalone.sh script.  

 

The script goes through the first few steps until it gets "ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.io.IOException: Unable to load resource handler", which it always has.  

 

But then instead of continuing with "INFO [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018210: Register web context:" and "INFO [org.jboss.as.server.deployment] (MSC service thread 1-26) JBAS015876: Starting deployment of "null" (runtime-name: "rapidminer-server-war-reporting.war")" and so on as it used to, it now skips all this and shows immediately after the exception "INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.io.IOException: Unable to load resource handler".

 

Here's a pastebin of the currently failing startup http://pastebin.com/Nrn4nUL6 and here is one from a previous successful startup http://pastebin.com/my5cCLy5.

 

Any idea what could be causing this?

Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,996 RM Engineering

    Hi,

     

    the reason is probably that JBoss placed a flag file in the SERVER/standalone/deployment folder which tells it to ignore the "rapidminer-server.ear" file in it. Something that is called like "rapidminer-server.ear.failed".

    Please try deleting all files in the deployment folder except for the "rapidminer-server.ear" itself. Then start the Server again. Now it should start RapidMiner Server.

     

    Regards,

    Marco

Sign In or Register to comment.