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.
"[SOLVED] RapidAnalytics - java.lang.ClassNotFoundException: org.jdom.Parent"
When using some of the operators that perform XPath queries such as "Enrich by webservice", we are getting the following exception: java.lang.ClassNotFoundException: org.jdom.Parent
We are using RapidAnalytics version 1.3.013.
Some of the stack trace:
We are using RapidAnalytics version 1.3.013.
Some of the stack trace:
SEVERE: Process failed: java.lang.NoClassDefFoundError: org/jdom/Parent
java.lang.NoClassDefFoundError: org/jdom/Parent
at org.jaxen.jdom.JDOMXPath.<init>(JDOMXPath.java:91)
at com.rapidminer.operator.text.tools.queries.XPathQuery.<init>(XPathQuery.java:74)
at com.rapidminer.operator.text.tools.queries.QueryService.getAttributeQueryMap(QueryService.java:189)
at com.rapidminer.operator.features.construction.WebserviceBasedAttributeConstruction.doWork(WebserviceBasedAttributeConstruction.java:159)
at com.rapidminer.operator.Operator.execute(Operator.java:867)
at com.rapidminer.operator.execution.SimpleUnitExecutor.execute(SimpleUnitExecutor.java:51)
at com.rapidminer.operator.ExecutionUnit.execute(ExecutionUnit.java:711)
at com.rapidminer.operator.meta.ExampleIterator.doWork(ExampleIterator.java:115)
at com.rapidminer.operator.Operator.execute(Operator.java:867)
0
Answers
As soon as we copied the JAR file, and restarted the service, everything worked fine.
Thanks,
Miguel