Hi Bob,the daemon is now working properly on windows. There is still an initialisation error when you execute scala code that should be fixed, but it has no practical concequences. You should wait for the dev site to be rebuilt before getting an updated version. Tell me if everything works on your computers.
Romain Le 14/06/2015 10:26, Bob a écrit :
I think the following command will remove the trailing backslash, if there is one:if "%PWD:~-1%"=="\" set PWD=%PWD:~0,-1% Regards, Bob. On 14/06/2015 8:10 p.m., Romain Reuillon wrote:I'am downloading an iso of windows 7 to test openmole on it. I'd first like to get the launching script to work. To you have any idea on how to make you fixes generic? Maybe by getting rid of the ending \ when defining the PWD variable?Le 14/06/2015 09:53, Bob a écrit :Romain, That command fails with many errors. I can get it to run by:- Adding the missing double quote after logback.xml (it was missing in the version 5 package, but corrected in your version below)- Replacing all occurrences of "%PWD%/" with "%PWD%".- This is necessary because earlier in the batch file is the command: set PWD=%~dp0 which returns the value "C:\Users\Bob\OpenMole5\" (Note that it ends with "\") - The Java command then has several errors, for example "%PWD%/configuration/logback.xml" produces "C:\Users\Bob\OpenMole5\/configuration/logback.xml", which is invalid. - I have removed the extra "/" occurrances and changed the remaining "/" to be "\" as used by Windows. - That leaves one more error: -Dopenmole.location="%PWD%" still ends with "\", so I've hard-coded the required value of "C:\Users\Bob\OpenMole5" (without the closing "\").The batch file then runs without error. It produces messages about uploading .jar files and "FINE: Successful submission: ac79f2b0-4a02-42d5-acd0-4f10273c58da". However, the daemon still does not run any jobs.When running the daemon, I am using the command: openmole-daemon -h test@Computer1:10000 -p test I include "Computer1" because that is the network name of the computer where OpenMole is running. Is that the correct syntax?Regards, Bob.
smime.p7s
Description: Signature cryptographique S/MIME
_______________________________________________ OpenMOLE-users mailing list [email protected] http://fedex.iscpif.fr/mailman/listinfo/openmole-users
