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
Unable to open process due to error [URGENT!!!!!!!!!!]
hi, 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
-
Edin_Klapic Employee-RapidMiner, RMResearcher, Member Posts: 299 RM 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,
Edin
5
Answers
Scott