RM 7.4
Hi...do I read that correct that RM 7.4 Server requires another complete re-install and not just an EAR upgrade? We did this for RM 7.3...
Best Answer
-
JessForbesRM RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 38 RM Data Scientist
Hey Scott,
My colleague Jesús was a great help for this and forwarded along your installation folder. I was able to execute with your installer.xml on linux and windows without errors when I added in my own file locations. I think the big issue I noticed is that it looks like it is set to write to the exact same location as your 7.3 install.
This seems like the issue to me, the file architecture is very different between versions and likely the operating system isn't able to differentiate or locate the correct files. Lets try changing your headless installation location to a seperate path and lets see how it goes.
0
Answers
Yes, you have to do a full upgrade. It's because of the parallelization framework that's been integrated into the guts. I know it's a PITA but think of the POWAH you get!
Thanks T-Bone. Your Darth Vader inspiration allowed me to attempt this. Unfortunately I got an installation error while trying to install on headless Linux:
Feb 14, 2017 10:01:40 AM com.rapidminer.server.installer.install.Installer getInstallerRootDirectory
INFO: Installation directory is: /opt/rapidminer-server-7-4/rapidminer-server-installer-7.4.0
Installation started.
20%
40%
60%
80%
Feb 14, 2017 10:01:43 AM com.rapidminer.server.installer.util.CommandLineHandler update
SEVERE: An error occured! Installation failed!
java.nio.file.NoSuchFileException: /opt/rapidminer-server-7-4/standalone/configuration/max-memory.conf
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at com.rapidminer.server.installer.install.RapidMinerServerInstallerRunnable.configureMemorySettings(RapidMinerServerInstallerRunnable.java:792)
at com.rapidminer.server.installer.install.RapidMinerServerInstallerRunnable.run(RapidMinerServerInstallerRunnable.java:119)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Thoughts?
Hi thanks for writing back. No sorry I had changed the installation folder to a new one. I guess i sent you a prior version of installer.xml. Here's what I'm using (with some info XXX'ed out):
Thoughts?
Scott
hmm ok downloaded the file fresh and then went through the same steps and this time it installed. Weird. OK thanks.
Scott
ok now what's the magic trick to get my extensions to load? I put them into the usual extensions folder (web mining and text mining), rebooted the server. Nada.
is com.rapidanalytics.plugindir set correctly? What is the log saying?
~Martin
Dortmund, Germany
yup that was the problem. Arrgghh!
Hi Scott,
that's strange. It worked for me without problems. Perhaps disk full?
Greetings,
Sebastian