Rapidminer Script
Hi,
I tried to start a process from the command line, but all attempts failed because of several errors:
./scripts/rapidminer "//Local Repository/processes/Learn.rmp"
ERROR:
WARNING: Cannot read process setup //Local Repository/processes/Learn.rmp: No such entry: //Local Repository/processes/Learn.rmp
java.io.IOException: No such entry: //Local Repository/processes/Learn.rmp
at com.rapidminer.RepositoryProcessLocation.getEntry(RepositoryProcessLocation.java:57)
at com.rapidminer.RepositoryProcessLocation.getRawXML(RepositoryProcessLocation.java:68)
at com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:79)
at com.rapidminer.RapidMinerCommandLine.run(RapidMinerCommandLine.java:141)
at com.rapidminer.RapidMinerCommandLine.main(RapidMinerCommandLine.java:196)
2nd attempt:
./scripts/rapidminer "/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp"
ERROR:
WARNING: Cannot read process setup /home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp: Cannot locate entry '//null/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp': com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
java.io.IOException: Cannot locate entry '//null/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp': com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
at com.rapidminer.RepositoryProcessLocation.getEntry(RepositoryProcessLocation.java:54)
at com.rapidminer.RepositoryProcessLocation.getRawXML(RepositoryProcessLocation.java:68)
at com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:79)
at com.rapidminer.RapidMinerCommandLine.run(RapidMinerCommandLine.java:141)
at com.rapidminer.RapidMinerCommandLine.main(RapidMinerCommandLine.java:196)
Caused by: com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
What is the exact command to start the skript?
Thank you
Marcel
I tried to start a process from the command line, but all attempts failed because of several errors:
./scripts/rapidminer "//Local Repository/processes/Learn.rmp"
ERROR:
WARNING: Cannot read process setup //Local Repository/processes/Learn.rmp: No such entry: //Local Repository/processes/Learn.rmp
java.io.IOException: No such entry: //Local Repository/processes/Learn.rmp
at com.rapidminer.RepositoryProcessLocation.getEntry(RepositoryProcessLocation.java:57)
at com.rapidminer.RepositoryProcessLocation.getRawXML(RepositoryProcessLocation.java:68)
at com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:79)
at com.rapidminer.RapidMinerCommandLine.run(RapidMinerCommandLine.java:141)
at com.rapidminer.RapidMinerCommandLine.main(RapidMinerCommandLine.java:196)
2nd attempt:
./scripts/rapidminer "/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp"
ERROR:
WARNING: Cannot read process setup /home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp: Cannot locate entry '//null/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp': com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
java.io.IOException: Cannot locate entry '//null/home/marcel/.RapidMiner5/repositories/Local Repository/processes/Learn.rmp': com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
at com.rapidminer.RepositoryProcessLocation.getEntry(RepositoryProcessLocation.java:54)
at com.rapidminer.RepositoryProcessLocation.getRawXML(RepositoryProcessLocation.java:68)
at com.rapidminer.RepositoryProcessLocation.load(RepositoryProcessLocation.java:79)
at com.rapidminer.RapidMinerCommandLine.run(RapidMinerCommandLine.java:141)
at com.rapidminer.RapidMinerCommandLine.main(RapidMinerCommandLine.java:196)
Caused by: com.rapidminer.repository.RepositoryException: Requested repository null does not exist.
What is the exact command to start the skript?
Thank you
Marcel