"Error while loading from location 'repository_folder/process_name': empty string"
ralf_kretschmer
New Altair Community Member
Answers
-
It sounds like the process refers to a location that doesn't actually exist. Did you check your repository path hasn't changed since the prior version?1
-
Hi Brian,
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)
0 -
Hi @ralf_kretschmer,can you possibly share the process? If not publicly, you can also PM it to me so i can have a look. It seems there is something going wrong during the process import. Guessing from the stacktrace, there is some wrong information on the operator or annotation position (x, y or width).CheersJan0