Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoScriptEngine for R extension #40

Open
activeeon-bot opened this issue Dec 9, 2014 · 2 comments
Open

NoScriptEngine for R extension #40

activeeon-bot opened this issue Dec 9, 2014 · 2 comments

Comments

@activeeon-bot
Copy link

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 :

[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)
@activeeon-bot
Copy link
Author

Original comment posted by Youri Bonnaffe on 09, Dec 2014 at 12:24 PM


Could you try with script with .parscript extension instead of .r/.R ?

@activeeon-bot
Copy link
Author

Original comment posted by Fabien Viale on 09, Dec 2014 at 14:05 PM


It works !

Thanks for the hint !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant