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.
Answers
Hi,
I would try downloading the Linux version. You must have JAVA_HOME defined and there is a chance that it will also work on other unix systems.
Regards,
Sebastian
Hi @data123,
Completing a bit on what @SGolbert said: although the Linux version should probably work given that RapidMiner Server is built on top of JBoss and JBoss can be installed on Solaris, make sure that the syntax of the .sh files in $RMSERVER_PATH/bin is compatible with the syntax of the provided /bin/bash. I remember having issues with non-portable shell files in the past.
Probably you won't face any issues, but if you do, my experience (a. k. a. the polite way to talk with others about past mistakes) tells me that one of the first things I have to check is how the .sh syntax varies between Linux and Solaris.
Would be interesting to know how this goes!