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 Server 9.5 to 9.7 migration error
Hello Rapidminer community,
I'm having trouble with the migration of rapidminer server 9.5 to version 9.7
The error comes when I start the upgrade process and go to the part where the install location and home directory must be specified.
When I put my current home directory, it shows me the following error: Invalid home directory! Value of 'rm.server.version' or 'rmserverversion' needs to be specifed.
If I press Install it will show me a pop up with the same error.
Anyone knows what could it be?
Thanks in advance,
David
I'm having trouble with the migration of rapidminer server 9.5 to version 9.7
The error comes when I start the upgrade process and go to the part where the install location and home directory must be specified.
When I put my current home directory, it shows me the following error: Invalid home directory! Value of 'rm.server.version' or 'rmserverversion' needs to be specifed.
If I press Install it will show me a pop up with the same error.
Anyone knows what could it be?
Thanks in advance,
David
Tagged:
0
Best Answer
-
aschaferdiek Employee-RapidMiner, Member Posts: 76 RM EngineeringHi @dvelas25 Are you sure that '/home/rapidminer/rapidminer-server/rapidminer-server-home' is a valid RapidMiner Server/AI Hub home directory? Normally you should have a '.rms/' folder in the RapidMiner Server home directory with a file called 'app.properties'. The upgrade process reads from this file and fails if it doesn't recognize such a file. Did you upgrade from any prior version to 9.5 or is 9.5 the first version you did install?When you open the 'app.properties' file you see a list of properties, something similar to the following.
rm.server.radoop.enabled=false
rm.server.windows.service.enabled=false
rm.server.ja.bundled=true
rm.server.version=9.5.0
rm.server.java.use_system_java_home_or_path=true
rm.server.install.dir=/home/rapidminer/rapidminer-server/rapidminer-server-9.5.0
rm.server.java.home=java
rm.server.db.type=PostgreSQL1
Answers
The file you mentioned (app.properties) existed inside the directory .rms but it was empty (usually my Rapidminer server is working correctly but since trying to update it seems some things got messy). I put all the settings you send to me inside that file and everything is working smoothly again.
You can mark this as solved, thanks again!