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
Why am I getting a NullPointerException?
I'm having trouble identifying an error that tells me there are no obvious errors and to look at the log. All of my data is either integer or binominal. Everyone else in my class was able to use the data, whereas I encountered this problem. I'm on version 10.2.
Here's the log:
SEVERE: Process failed: operator cannot be executed. Check the log messages...
SEVERE: Here:
SEVERE: Process[1] (Process)
SEVERE: subprocess 'Main Process'
SEVERE: +- Retrieve EastWestAirlinesNN+_1_-1[1] (Retrieve)
SEVERE: ==> +- Cross Validation[1] (Cross Validation)
SEVERE: subprocess 'Training'
SEVERE: | +- Replace Missing Values[0] (Replace Missing Values)
SEVERE: | +- Neural Net[0] (Neural Net)
SEVERE: subprocess 'Testing'
SEVERE: +- Apply Model[0] (Apply Model)
SEVERE: +- Performance (2)[0] (Performance (Binominal Classification))
SEVERE: java.lang.NullPointerException
0
Best Answer
-
ClaudioKeck Employee-RapidMiner, Member Posts: 38 GuruHi, Can you try the process again with having the replace missing values operator outside the cross validation? this worked for me.0
Answers
Could you please share the Process XML and if possible the data with us? happy to take a look into process.
Dortmund, Germany
Here's the stack trace I found in the rapidminer-studio.log file, though I don't know how to interpret it: