Closed fviale closed 8 years ago
In non-forked mode, the following error appears instead:
[53t0@192.168.56.1;14:53:42] Failed to execute task: Illegal character in opaque part at index 2: C:\tmp\ProActiveWorkflowsScheduling-windows-x64-7.5.1\bin\.
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:202)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:141)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.TaskLauncher.doTask(TaskLauncher.java:174)
[53t0@192.168.56.1;14:53:42] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[53t0@192.168.56.1;14:53:42] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[53t0@192.168.56.1;14:53:42] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[53t0@192.168.56.1;14:53:42] at java.lang.reflect.Method.invoke(Method.java:497)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.mop.MethodCall.execute(MethodCall.java:353)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.request.RequestImpl.serveInternal(RequestImpl.java:214)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.request.RequestImpl.serve(RequestImpl.java:160)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.BodyImpl$ActiveLocalBodyStrategy.serveInternal(BodyImpl.java:552)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.BodyImpl$ActiveLocalBodyStrategy.serve(BodyImpl.java:485)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.AbstractBody.serve(AbstractBody.java:426)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.Service.blockingServeOldest(Service.java:206)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.Service.blockingServeOldest(Service.java:181)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.Service.fifoServing(Service.java:146)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.ActiveBody$FIFORunActive.runActivity(ActiveBody.java:337)
[53t0@192.168.56.1;14:53:42] at org.objectweb.proactive.core.body.ActiveBody.run(ActiveBody.java:175)
[53t0@192.168.56.1;14:53:42] at java.lang.Thread.run(Thread.java:745)
[53t0@192.168.56.1;14:53:42] Caused by: org.ow2.proactive.scripting.ScriptException: Illegal character in opaque part at index 2: C:\tmp\ProActiveWorkflowsScheduling-windows-x64-7.5.1\bin\.
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine.eval(JavaClassScriptEngine.java:126)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine.eval(JavaClassScriptEngine.java:155)
[53t0@192.168.56.1;14:53:42] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:249)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scripting.Script.execute(Script.java:319)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scripting.ScriptHandler.handle(ScriptHandler.java:76)
[53t0@192.168.56.1;14:53:42] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:198)
[53t0@192.168.56.1;14:53:42] ... 18 more