Project

General

Profile

Actions

Bug #4034

closed

"Invalid memory access" when running workflow from the command line

Added by Chad Berkley almost 15 years ago. Updated almost 15 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
core
Target version:
Start date:
04/29/2009
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4034

Description

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@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@Slickrock kepler$

Actions

Also available in: Atom PDF