You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to execute directly R file scripts using parscript. Only inline scripts can be executed. With R file scripts, the following error occurs :
[email protected];12:08:03] java.lang.Exception: No Script Engine Found for name or extension r
[[email protected];12:08:03] at org.ow2.proactive.scripting.Script.execute(Script.java:304)
[[email protected];12:08:03] at org.ow2.proactive.scripting.ScriptHandler.handle(ScriptHandler.java:75)
[[email protected];12:08:03] at org.ow2.proactive.scheduler.task.script.ScriptExecutable.execute(ScriptExecutable.java:113)
[[email protected];12:08:03] at org.ow2.proactive.scheduler.task.TaskLauncher$ExecutableGuard$9.call(TaskLauncher.java:1925)
[[email protected];12:08:03] at org.ow2.proactive.scheduler.task.TaskLauncher$ExecutableGuard$9.call(TaskLauncher.java:1920)
[[email protected];12:08:03] at org.ow2.proactive.scheduler.task.utils.ActiveObjectExecutor.call(ActiveObjectExecutor.java:102)
[[email protected];12:08:03] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[[email protected];12:08:03] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[[email protected];12:08:03] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[[email protected];12:08:03] at java.lang.reflect.Method.invoke(Unknown Source)
[[email protected];12:08:03] at org.objectweb.proactive.core.mop.MethodCall.execute(MethodCall.java:355)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.request.RequestImpl.serveInternal(RequestImpl.java:216)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.request.RequestImpl.serve(RequestImpl.java:162)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.BodyImpl$ActiveLocalBodyStrategy.serveInternal(BodyImpl.java:553)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.BodyImpl$ActiveLocalBodyStrategy.serve(BodyImpl.java:486)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.AbstractBody.serve(AbstractBody.java:428)
[[email protected];12:08:03] at org.objectweb.proactive.Service.blockingServeOldest(Service.java:206)
[[email protected];12:08:03] at org.objectweb.proactive.Service.blockingServeOldest(Service.java:181)
[[email protected];12:08:03] at org.objectweb.proactive.Service.fifoServing(Service.java:146)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.ActiveBody$FIFORunActive.runActivity(ActiveBody.java:273)
[[email protected];12:08:03] at org.objectweb.proactive.core.body.ActiveBody.run(ActiveBody.java:166)
[[email protected];12:08:03] at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
Original issue created by Fabien Viale on 09, Dec 2014 at 12:17 PM - PRC-37
It is not possible to execute directly R file scripts using parscript. Only inline scripts can be executed. With R file scripts, the following error occurs :
The text was updated successfully, but these errors were encountered: