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
java.lang.IllegalStateException: filter can not be replaced with null filter
While following the tutorial every time I include the titanic training set I get the following exception:
Dec 20, 2021 3:20:45 PM com.rapidminer.gui.tools.ProgressThread$3 run
WARNING: Error executing background job Checking repository location (Retrieve): java.lang.IllegalStateException: filter can not be replaced with null filter
java.lang.IllegalStateException: filter can not be replaced with null filter
at java.io.ObjectInputStream.setInternalObjectInputFilter(ObjectInputStream.java:1316)
at java.io.ObjectInputStream.access$000(ObjectInputStream.java:218)
at java.io.ObjectInputStream$1.setObjectInputFilter(ObjectInputStream.java:290)
at sun.misc.ObjectInputFilter$Config.setObjectInputFilter(ObjectInputFilter.java:392)
at com.rapidminer.repository.resource.ResourceIOObjectEntry.lambda$readMetaDataObject$0(ResourceIOObjectEntry.java:166)
at java.security.AccessController.doPrivileged(Native Method)
at com.rapidminer.repository.resource.ResourceIOObjectEntry.readMetaDataObject(ResourceIOObjectEntry.java:165)
at com.rapidminer.repository.resource.ResourceIOObjectEntry.retrieveMetaData(ResourceIOObjectEntry.java:97)
at com.rapidminer.operator.io.RepositorySource$1.run(RepositorySource.java:133)
at com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:586)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Tagged:
0
Answers
Please help. RM v9.10.011
I tried many things, including:
1. Since my original installation was NOT Windows type installation, rather it was just unzipped to a directory, I easily deleted the whole program directory and unzipped from the same zip package again. It did not solve the problem.
2. C:\Users\xxx\.RapidMiner - deleted everything here. I'm assuming it is all the user related usage settings here. Did not help.
3. C:\Users\xxx\AppData\LocalLow\Sun\Java\Deployment\cache - This is the main Java area. Deleted everything here. Still did not work.
4. Did a combination of the above and shutdown / restart. Did not work.
The error occurred, even with a new canvas, simply drag the Titanic or Iris or perhaps any others in the sample data folder onto the main canvas then the error appears.
Where would the configuration be affected so deeply, that none of the above steps work. Note the Rapid Miner program files were all deleted and replaced, its user directory are all deleted, even the Java file cache deleted. Where (which file) is the error being triggered?
WORKING - This is not a solution at all. But I had to remove everything again, and install using the Windows installation method for Rapid Miner. After this it worked.