You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Davoodi, Faranak (388J)" <Fa...@jpl.nasa.gov> on 2011/04/14 21:20:14 UTC

Wengine DescribeWorkflow doesn't work

Hey Brian,

For some reason my Wengine DescribeWorkflow doesn't work. Here is the message I get.

[id = 'urn:carve:ScriptWorkflow', name = 'urn:carve:ScriptWorkflow', execution = 'sequential', state = 'Success']
   {PreCond:
      [id = 'e210ac90-88cc-415f-8db6-e12f71a49c32', name = 'e210ac90-88cc-415f-8db6-e12f71a49c32', execution = 'sequential', state = 'Success']
         [id = 'urn:carve:DADSCondition', name = 'DADSCondition', execution = 'condition', state = 'Success']}
   [id = 'urn:carve:scriptTask', name = 'scriptTask', execution = 'task', state = 'Success']
davoodi@~/Documents/CARVE_DEPLOY/deploy/core/workflow/bin$ ./engine-client -a DescribeWorkflow -iid bcc7a0e9-01f2-4c01-9ebc-aec1e3ba6402 -mid urn:carve:DADSCondition
log4j:WARN No appenders could be found for logger (org.springframework.context.support.FileSystemXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String;
at org.apache.oodt.cas.workflow.util.WorkflowUtils.describe(WorkflowUtils.java:136)
at org.apache.oodt.cas.workflow.server.action.DescribeWorkflow.performAction(DescribeWorkflow.java:42)
at org.apache.oodt.cas.workflow.server.CommandLineClient.main(CommandLineClient.java:68)

I appreciate your help.

--Faranak

Re: Wengine DescribeWorkflow doesn't work

Posted by holenoter <ho...@me.com>.
you are somehow getting probably commons-lang-2.1.jar in lib directory . . . it should be commons-lang-2.3.jar . . . i just built the branch and correct jar is ending up in the lib directory . . .

-brian

On Apr 14, 2011, at 12:20 PM, "Davoodi, Faranak (388J)" <Fa...@jpl.nasa.gov> wrote:

> Hey Brian,
>
> For some reason my Wengine DescribeWorkflow doesn't work. Here is the message I get.
>
> [id = 'urn:carve:ScriptWorkflow', name = 'urn:carve:ScriptWorkflow', execution = 'sequential', state = 'Success']
> {PreCond:
> [id = 'e210ac90-88cc-415f-8db6-e12f71a49c32', name = 'e210ac90-88cc-415f-8db6-e12f71a49c32', execution = 'sequential', state = 'Success']
> [id = 'urn:carve:DADSCondition', name = 'DADSCondition', execution = 'condition', state = 'Success']}
> [id = 'urn:carve:scriptTask', name = 'scriptTask', execution = 'task', state = 'Success']
> davoodi@~/Documents/CARVE_DEPLOY/deploy/core/workflow/bin$ ./engine-client -a DescribeWorkflow -iid bcc7a0e9-01f2-4c01-9ebc-aec1e3ba6402 -mid urn:carve:DADSCondition
> log4j:WARN No appenders could be found for logger (org.springframework.context.support.FileSystemXmlApplicationContext).
> log4j:WARN Please initialize the log4j system properly.
> Exception in thread "main" java.langNoSuchMethodError: org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String;
> at org.apache.oodt.cas.workflow.util.WorkflowUtils.describe(WorkflowUtils.java:136)
> at org.apache.oodt.cas.workflow.server.action.DescribeWorkflow.performAction(DescribeWorkflow.java:42)
> at org.apache.oodt.cas.workflow.server.CommandLineClient.main(CommandLineClient.java:68)
>
> I appreciate your help.
>
> --Faranak