The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
RapidMiner service stopped on Windows 10 after JRE updates
PaulM
Member Posts: 17 Contributor II
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 the app.properties file 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.