[kepler-dev] [Bug 5602] Timezone confusion using the scheduler

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Jun 27 19:31:46 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5602

--- Comment #3 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2012-06-27 19:31:46 PDT ---
Ben upgraded the kepler-dev metacat to 2.0.1.

After that the runengine was unable to run workflows scheduled by barseghian,
giving this error:
[WARN] PWHandlerServer.handle - user
uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org is not allowed to run
workflow run engine.  If you want it to run, please edit the
wfWSProps.properties file.
[WARN] PWHandlerServer.handle - user
uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org can't be authenticated :
PWHandlerServer.handle - user
uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org is not allowed to run
workflow run engine.  If you want it to run, please edit the
wfWSProps.properties file.


So I changed workflowrunengine's WEB-INF/classes/wfWSProps.properties
allowedRunningUser to:
allowedRunningUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org:uid=tao,o=NCEAS,dc=ecoinformatics,dc=org

Now runs scheduled by barseghian are able to be run as kepler, and you're still
not allowed to, from within kepler, schedule workflows as 'anon' (uid=kepler),
which is good.

Scheduling in PDT and EDT timezones works as expected.

However the runengine is getting an NPE from reporting that needs to be looked
into:

     [null] Successfully exported to kar file:
/usr/share/tomcat6/KeplerData/workflow-runs/testWorkflowWithReport-execId1_20120627-192828875PDT.kar
     [null] java.lang.NullPointerException
     [null] ReportingListener wrapup() - problem with kar and/or karXML uplaod.
     [null] 1634 ms. Memory: 146304K Free: 108985K (74%)
     [null]     at
org.kepler.reporting.ReportingListener.uploadFiles(ReportingListener.java:379)
     [null]     at
org.kepler.reporting.ReportingListener.wrapup(ReportingListener.java:340)
     [null]     at
org.kepler.provenance.ProvenanceRecorder.wrapup(ProvenanceRecorder.java:776)
     [null]     at
ptolemy.actor.CompositeActor.wrapup(CompositeActor.java:2523)
     [null]     at ptolemy.actor.Manager.wrapup(Manager.java:1368)
     [null]     at ptolemy.actor.Manager.execute(Manager.java:389)
     [null]     at ptolemy.actor.Manager.run(Manager.java:1159)
     [null]     at
ptolemy.actor.Manager$PtolemyRunThread.run(Manager.java:1689)

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list