Hi Chris,

No problem - I can imagine that checklist to be quite extensive :)

I'll try and help as best I can:

1) The output when starting the batch_stub is:
andrea@issa:~/oodt/resmgr/bin$ ./batch_stub 2001
[1] 2535
andrea@issa:~/oodt/resmgr/bin$ Jun 09, 2015 3:53:04 PM
org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub <init>
INFO: XmlRpc Batch Stub started by andrea

2) The latest oodt.out log file (after running the below) is attached .

3) Kicking of the PGE with the following command (and terminal output):

andrea@issa:~/oodt/workflow/bin$ ./wmgr-client --url http://localhost:9001
--operation --sendEvent --eventName fileconcatenator-pge --metaData --key
RunID testNumber1
Sending event 'fileconcatenator-pge'... SUCCESS

I have now shut down my VM and restarted everything. When kicking off the
PGE, this is the terminal output from the same terminal that started the
batch_stub:

Jun 09, 2015 3:57:26 PM
org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub genericExecuteJob
INFO: stub attempting to execute class:
[org.apache.oodt.cas.workflow.structs.TaskJob]
Jun 09, 2015 3:57:26 PM org.apache.oodt.cas.pge.PGETaskInstance
createPgeMetadata
INFO: Converting workflow configuration to static metadata...
Jun 09, 2015 3:57:26 PM org.apache.oodt.cas.pge.PGETaskInstance
createPgeMetadata
INFO: Loading workflow context metadata...
Jun 09, 2015 3:57:26 PM org.apache.oodt.cas.pge.PGETaskInstance
createPgeConfig
INFO: Create PgeConfig...
Jun 09, 2015 3:57:26 PM org.apache.oodt.cas.pge.PGETaskInstance
createPgeConfig
INFO: Using default PgeConfigBuilder:
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder
Jun 09, 2015 3:57:26 PM org.apache.oodt.cas.pge.PGETaskInstance run
SEVERE: PGETask FAILED!!! : Failed to build PgeConfig : Failed to parse
value: null
java.io.IOException: Failed to build PgeConfig : Failed to parse value: null
at
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:87)
at
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:231)
at org.apache.oodt.cas.pge.PGETaskInstance.run(PGETaskInstance.java:123)
at org.apache.oodt.cas.workflow.structs.TaskJob.execute(TaskJob.java:102)
at
org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub$RunnableJob.run(XmlRpcBatchStub.java:229)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Failed to parse value: null
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:501)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:480)
at
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:77)
... 5 more
Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
at java.util.regex.Matcher.reset(Matcher.java:308)
at java.util.regex.Matcher.<init>(Matcher.java:228)
at java.util.regex.Pattern.matcher(Pattern.java:1088)
at
org.apache.oodt.cas.metadata.util.PathUtils.doDynamicDateToMillisReplacement(PathUtils.java:321)
at
org.apache.oodt.cas.metadata.util.PathUtils.doDynamicReplacement(PathUtils.java:96)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:486)
... 7 more

org.apache.oodt.cas.resource.structs.exceptions.JobInputException: Failed
to run task
at org.apache.oodt.cas.workflow.structs.TaskJob.execute(TaskJob.java:104)
at
org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub$RunnableJob.run(XmlRpcBatchStub.java:229)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException:
PGETask FAILED!!! : Failed to build PgeConfig : Failed to parse value: null
at org.apache.oodt.cas.pge.PGETaskInstance.run(PGETaskInstance.java:150)
at org.apache.oodt.cas.workflow.structs.TaskJob.execute(TaskJob.java:102)
... 2 more
Caused by: java.io.IOException: Failed to build PgeConfig : Failed to parse
value: null
at
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:87)
at
org.apache.oodt.cas.pge.PGETaskInstance.createPgeConfig(PGETaskInstance.java:231)
at org.apache.oodt.cas.pge.PGETaskInstance.run(PGETaskInstance.java:123)
... 3 more
Caused by: java.lang.Exception: Failed to parse value: null
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:501)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:480)
at
org.apache.oodt.cas.pge.config.XmlFilePgeConfigBuilder.build(XmlFilePgeConfigBuilder.java:77)
... 5 more
Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
at java.util.regex.Matcher.reset(Matcher.java:308)
at java.util.regex.Matcher.<init>(Matcher.java:228)
at java.util.regex.Pattern.matcher(Pattern.java:1088)
at
org.apache.oodt.cas.metadata.util.PathUtils.doDynamicDateToMillisReplacement(PathUtils.java:321)
at
org.apache.oodt.cas.metadata.util.PathUtils.doDynamicReplacement(PathUtils.java:96)
at org.apache.oodt.cas.pge.util.XmlHelper.fillIn(XmlHelper.java:486)
... 7 more



Cheers,
Andrea


On 9 June 2015 at 15:47, Mattmann, Chris A (3980) <
[email protected]> wrote:

> Thanks Andrea, OK bear with me as we go through our checklist :)
>
> Does anything show in $OODT_HOME/log/oodt.log?
>
> How are you kicking off the PGE? Does the terminal in which you
> started the batch stub print anything?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: [email protected]
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
> -----Original Message-----
> From: Andrea DeMarco <[email protected]>
> Date: Tuesday, June 9, 2015 at 6:44 AM
> To: jpluser <[email protected]>
> Cc: "Wyngaard, Jane R (3980-Affiliate)" <[email protected]>,
> "Starch, Michael D (398M)" <[email protected]>, Kristian ZARB
> ADAMI <[email protected]>, "Ramirez, Paul M (398M)"
> <[email protected]>, Alessio Magro <[email protected]>,
> "[email protected]" <[email protected]>
> Subject: Re: OODT Documentation
>
> >Hi Chris,
> >
> >
> >Yup, the jar file is present in both resmgr/lib and workflow/lib. You can
> >have a look at my JAR contents at:
> >
> >
> https://www.dropbox.com/s/1h0siibxf8sv5ut/fileconcatenator-pge-1.0.jar?dl=
> >0
> ><
> https://www.dropbox.com/s/1h0siibxf8sv5ut/fileconcatenator-pge-1.0.jar?dl
> >=0>  - perhaps something's off there?
> >
> >
> >Cheers,
> >Andrea
> >
>
>

Reply via email to