Find more posts tagged with
That is certainly not the expected behaviour...
I saw your topic on the 7.2 update problem, is it completely resolved? (I could imagine this type of error, if somehow the installation is corrupted.)
Can you please share the rapidminer-studio.log file located in the .RapidMiner folder in your home folder after running into this issue? (Or the content of the Log Panel, but the former may contain more.)
Thanks,
Peter
Hi Peter,
I downloaded the 7.2 (x64) full installation, removed 7.1 and installed 7.2. There did not seem to be any problems. Apart from a a couple of processes that depended on some extentions that are not supported anymore, everything else seems to work. I also get the error with the Generalized Linear Model operator.
With Gradient Boosted Trees however, the first two tutorials work but the Third (Regression using GBT) fails with the same "Model Training Error (H2O)"
Alex
Hi Peter,
The log outputs this when I run the process:-
Aug 9, 2016 4:47:45 PM SEVERE: Process failed: Error while training the H2O model: java.lang.RuntimeException: java.lang.ClassNotFoundException: water.Keyed$Icer
Aug 9, 2016 4:47:45 PM SEVERE: Here:
Aug 9, 2016 4:47:45 PM SEVERE: Process[1] (Process)
Aug 9, 2016 4:47:45 PM SEVERE: subprocess 'Main Process'
Aug 9, 2016 4:47:45 PM SEVERE: +- Retrieve Titanic[1] (Retrieve)
Aug 9, 2016 4:47:45 PM SEVERE: +- Set Role[1] (Set Role)
Aug 9, 2016 4:47:45 PM SEVERE: +- Validation[1] (Split Validation)
Aug 9, 2016 4:47:45 PM SEVERE: subprocess 'Training'
Aug 9, 2016 4:47:45 PM SEVERE: ==> | +- Deep Learning[1] (Deep Learning)
Aug 9, 2016 4:47:45 PM SEVERE: subprocess 'Testing'
Aug 9, 2016 4:47:45 PM SEVERE: +- Apply Model[0] (Apply Model)
Aug 9, 2016 4:47:45 PM SEVERE: +- Performance[0] (Performance (Binominal Classification))
Update:-
Rebooting and restarting Rapidminer allows the process to run. If I have a process that crashes the operator which I did then closing that process and opening a known working one still causes the operator to crash. I also had to manually kill the java process because I was running out of memory. If there is problem with the operator then simply closing the process and starting fresh might not be enough.
Alex
This is what starts off the problem. I have a process that uses Logistic Regression (SVM) which works fine. Substituting H20 Logistic Regression gives this error:-
Process failed: Error while training the H2O model: java.security.AccessControlException: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks")
Once this happens, starting a known working process like the examples will fail until I restart Rapidminer and kill java manually.
Regards,
Alex
Hi Alex,
the new 7.2.0 release of the Series Extension is adapted to RapidMiner 7.2.0, so you should not experience this security error with the Sliding Window Validation.
You can upgrade the extension from the Marketplace.
Best,
Peter
Hi Alex,
thank you for the report.
Would it be possible to share the process XML (.rmp content) with us? I see you are using Generate Data, so maybe there is no need to share any data.
Thanks,
Peter
Edit: Sorry, is this the unmodified "Regression using Deep Learning" tutorial process?