RapidMiner service stopped on Windows 10 after JRE updates
Just in case this helps anyone else.... I have been running RM Server 9.3.1 fine under Windows 10 for weeks but suddenly today it stopped. The RMSSVC service was Stopped and manually starting it worked momentarily and then it reverted to Stopped.
Nothing in the server.log so it wasn't even getting that far.
Turns out that Java had updated the JRE and when it does this it unfortunately changes the path but they are hard coded into the RapidMiner batch files so it all fails.
There may be a better way to do this but editing \rapidminer-server\rapidminer-server-9.3.1\bin\standalone.conf batch file and manually updating the path to the JRE enabled JBoss to start properly and the RapidMiner service to start.
Any suggestions for avoiding this pain with future JRE updates?
Nothing in the server.log so it wasn't even getting that far.
Turns out that Java had updated the JRE and when it does this it unfortunately changes the path but they are hard coded into the RapidMiner batch files so it all fails.
There may be a better way to do this but editing \rapidminer-server\rapidminer-server-9.3.1\bin\standalone.conf batch file and manually updating the path to the JRE enabled JBoss to start properly and the RapidMiner service to start.
Any suggestions for avoiding this pain with future JRE updates?
0
Comments
you can use your windows environment variables in this file. So, if you want to resolve the Java runtime environment dynamically just use e.g. the %JAVA_HOME% variable for it. In order to keep the changes during the RapidMiner Server upgrade you should also update theapp.propertiesfile within your RapidMiner Server home folder:%SERVER_HOME%/.rms/app.properties.
Cheers,
Marcel
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
I got your point, we will check if changing the default installer handling makes sense.