Unable to open process due to error [URGENT!!!!!!!!!!]
嗨, please help.
how do i solve this error issue that prevents me from opening the process?
how do i solve this error issue that prevents me from opening the process?
- Exception: com.rapidminer.tools.XMLException
- Message: Cannot parse document: Character reference "
- Stack trace:
- com.rapidminer.Process.readProcess(Process.java:1555)
- com.rapidminer.Process.readProcess(Process.java:1530)
- com.rapidminer.Process.(Process.java:294)
- com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:110)
- com.rapidminer.gui.actions.OpenAction$2.run(OpenAction.java:145)
- com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:586)
- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- java.lang.Thread.run(Thread.java:748)
- Cause
- Exception: org.xml.sax.SAXParseException
- Message: Character reference "
- Stack trace:
- com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
- com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
- com.rapidminer.Process.readProcess(Process.java:1542)
- com.rapidminer.Process.readProcess(Process.java:1530)
- com.rapidminer.Process.(Process.java:294)
- com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:110)
- com.rapidminer.gui.actions.OpenAction$2.run(OpenAction.java:145)
- com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:586)
- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- java.lang.Thread.run(Thread.java:748)
Tagged:
0
Best Answer
-
艾丁_Klapic Moderator, Employee, RMResearcher, MemberPosts:299RM Data ScientistHi@ruirui,in your process you renamed an Attribute e.g. by Cooling Load(kWh/2 ). It seems this character combination is causing your issue.
I recommend editing the process (corr.rmp) with a text editor and replace the characters &,# and ; by e.g. _ or -.Then you can probably open it in RapidMiner.Happy Mining,
艾丁
5
Answers
Scott