Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.1 RC 1
-
Component/s: Activity - RShell
-
Labels:None
-
Familiarity:Similar
Description
If an RShell activity has input ports, then an error is generated when it is run:
WARN 2009-03-04 14:03:51,010 (net.sf.taverna.t2.workflowmodel.processor.dispatch.layers.Invoke:196) - Failed (INVOCATION) invoking net.sf.taverna.t2.activities.rshell.RshellActivity@466bb4 for job net.sf.taverna.t2.workflowmodel.processor.dispatch.events.DispatchJobEvent@389af9: Uncaught exception while invoking net.sf.taverna.t2.activities.rshell.RshellActivity@466bb4
java.lang.NullPointerException
at net.sf.taverna.t2.reference.impl.ReferenceServiceImpl.renderIdentifier(ReferenceServiceImpl.java:350)
at net.sf.taverna.t2.activities.rshell.RshellActivity$1.run(RshellActivity.java:117)
at java.lang.Thread.run(Thread.java:613)

This is similar to what was done for beanshells