[kepler-dev] [Bug 4034] New: - Ecogrid SearchRegistryAction fails when running workflow from the command line
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Apr 29 14:52:28 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4034
Summary: Ecogrid SearchRegistryAction fails when running workflow
from the command line
Product: Kepler
Version: 1.x dev
Platform: Other
OS/Version: MacOS X
Status: NEW
Severity: major
Priority: P1
Component: core
AssignedTo: leinfelder at nceas.ucsb.edu
ReportedBy: berkley at nceas.ucsb.edu
QAContact: kepler-dev at kepler-project.org
When running even very simple workflows from the command line, Kepler fails
with the following output. For some reason, I can't reproduce this on windows.
The invalid memory access error makes me think maybe the jar file was created
on windows and is, for some reason, not valid on osx. Maybe a missing byte or
something.
berkley at Slickrock kepler$ ./kepler.sh -runwf -gui common/demos/test.xml
args: -runwf -gui common/demos/test.xml
[null] loading: ptolemy.actor.gui.PtExecuteApplication args:
[Ljava.lang.String;@480773
[null] 659 ms. Memory: 9076K Free: 2971K (33%)
[null] WARN
(org.ecoinformatics.seek.ecogrid.SearchRegistryAction:queryRegistryRewriteConfig:201)
Problem looking up registry entries using endpoint:
[null] http://knb.ecoinformatics.org/registry/services/RegistryService
[null] Invalid memory access of location 00000000 eip=90a594a8
Exception in thread "main" Java returned: 138
at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:88)
at org.kepler.build.runner.Kepler.main(Kepler.java:68)
Caused by: Java returned: 138
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
at org.kepler.build.Run.runSuite(Run.java:189)
at org.kepler.build.Run.run(Run.java:145)
at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:84)
... 1 more
--- Nested Exception ---
Java returned: 138
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
at org.kepler.build.Run.runSuite(Run.java:189)
at org.kepler.build.Run.run(Run.java:145)
at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:84)
at org.kepler.build.runner.Kepler.main(Kepler.java:68)
berkley at Slickrock kepler$
More information about the Kepler-dev
mailing list