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
com.rapidminer.tools.XMLException: Unknown operator class: 'process'!
Hi all,
can anybody help on below post?
it is working fine with standalone application
but when i integrate with netbeans it is giving the below exception
com.rapidminer.tools.XMLException: Unknown operator class: 'process'!
at com.rapidminer.operator.Operator.createFromXML(Operator.java:1405)
at com.rapidminer.Process.readProcess(Process.java:754)
at com.rapidminer.Process.<init>(Process.java:176)
can anybody help on below post?
it is working fine with standalone application
but when i integrate with netbeans it is giving the below exception
com.rapidminer.tools.XMLException: Unknown operator class: 'process'!
at com.rapidminer.operator.Operator.createFromXML(Operator.java:1405)
at com.rapidminer.Process.readProcess(Process.java:754)
at com.rapidminer.Process.<init>(Process.java:176)
0
Answers
you didn't have initiated RapidMiner, yet. In this state it does not know any operators. Search the forum for more information.
Greetings,
Sebastian