"Error while loading from location 'repository_folder/process_name': empty string"


Hello,
I want to to start a certain process. But I get the error shown in the question. It is a process of an elder RM-version (5.3). Other processes of this version still work.
What can I do?
Thanks in advance,
Ralf :-)
I want to to start a certain process. But I get the error shown in the question. It is a process of an elder RM-version (5.3). Other processes of this version still work.
What can I do?
Thanks in advance,
Ralf :-)
Tagged:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
thanks for your answer.
The location really exist. The respository path is absolutely the same.
In the details you can read the bug description:
Exception: java.lang.NumberFormatException
Message: empty String
Stack trace:
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
java.lang.Double.parseDouble(Double.java:538)
com.rapidminer.io.process.AnnotationProcessXMLFilter.operatorImported(AnnotationProcessXMLFilter.java:195)
com.rapidminer.io.process.GUIProcessXMLFilter.operatorImported(GUIProcessXMLFilter.java:87)
com.rapidminer.io.process.ProcessXMLFilterRegistry.fireOperatorImported(ProcessXMLFilterRegistry.java:64)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:503)
com.rapidminer.io.process.XMLImporter.parseProcess(XMLImporter.java:395)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:725)
com.rapidminer.io.process.XMLImporter.parseProcess(XMLImporter.java:395)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:725)
com.rapidminer.io.process.XMLImporter.parseProcess(XMLImporter.java:395)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:725)
com.rapidminer.io.process.XMLImporter.parseProcess(XMLImporter.java:395)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:725)
com.rapidminer.io.process.XMLImporter.parseProcess(XMLImporter.java:395)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:725)
com.rapidminer.io.process.XMLImporter.parseOperator(XMLImporter.java:465)
com.rapidminer.io.process.XMLImporter.parseRootOperator(XMLImporter.java:342)
com.rapidminer.io.process.XMLImporter.parse(XMLImporter.java:305)
com.rapidminer.io.process.XMLImporter.parse(XMLImporter.java:280)
com.rapidminer.Process.readProcess(Process.java:1523)
com.rapidminer.Process.readProcess(Process.java:1505)
com.rapidminer.Process.(Process.java:292)
com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:110)
com.rapidminer.gui.actions.OpenAction$2.run(OpenAction.java:137)
com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:550)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)