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.
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, 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: