wessel wrote:If you run from eclipse you can do easier debugging!It is very easy to run from eclipse.Right, this said.Did you check if the process runs with a relative path?Maybe the retrieve operator is looking at some file that does not exist.
java -cp rapidminer.jar com.rapidminer.RapidMinerCommandLine [repository path] -f [process]
fritmore wrote:nope ...what u wrote starts also the GUI .and I am aware of rapidminer.bat -f but i dont want windows.cheers
I would say it qualifies as a BUG, dont u think?
rapidminer //REPO_NAME/path/to/process
On linux you can chmod +x $RAPIDMINER_HOME/scripts/rapidminer and use that script to start RapidMiner headless.
version.get:init:[taskdef] Could not load definitions from resource antlib.xml.......
No. If you use the -f parameter, you provide a process file, that means that you use it independent from any repository. Thus RapidMiner has no idea if the process is attached to any repository at all, and even less where in this repository it lives. But it should be possible to start a process like this: rapidminer //REPO_NAME/path/to/process
Marius wrote:Hi,if you download the RapidMiner zip from our website, you should already have a scripts directory. If you have problems with the ant scripts we are also happy to assist you, but please open a new thread for that and supply some more detailed information (which ant target etc.).Best, Marius
ant build
rapidminer path_to_process/process_name
haddock wrote:Hi,I think the much missed Gagi zapped this one, here http://rapid-i.com/rapidforum/index.php/topic,2385.0.html . Worth a read as he knew his stuff.
wessel wrote:Can you come up with some minimal benchmark that is supposed to work?E.g. retrieve a file from the repository, normalize the file, and write it back to the repository?
wessel wrote:The way I see it there are 3 possible approaches: 1. Somehow modify the script so it also works for relative paths (based on Haddock's comments this should be possible, but for some reason didn't work for me)2. Write a script that replaces all relative paths to absolute paths3. Recompile the RapidMinerCommandLine class.I'll let you know if I get 1 of the 3 working.Best regards,Wessel
seems to me, RM executes your process, but since the process is started from file, it isn't attached to any repository at all. Hence you cannot use relative paths inside the process to access a repository.Greetings, Sebastian