[kepler-dev] [Bug 3851] New: - Problem when building a package with the new system

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Feb 27 12:30:37 PST 2009


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

           Summary: Problem when building a package with the new system
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P4
         Component: build system
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: clem at sdsc.edu
         QAContact: kepler-dev at kepler-project.org
                CC: clem at sdsc.edu


I'm having some problem in creating a package with kepler.

So from the build-area I'm executing:
 ant package -Dsuite=kepler-trunk
then I unzip the package created in module/kepler-trunk.zip

When I try to run the jar I get the error reported below.

Luca


clem at lhc:~/projects/opal/kepler/kepler/modules/temp$ java -jar kepler-trunk.jar 
run.perform()
Exception in thread "main" java.lang.NullPointerException
        at
org.kepler.core.ant.common.CommonBuildTask.execute(CommonBuildTask.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.kepler.core.runner.Kepler.main(Kepler.java:51)
Caused by: java.lang.NullPointerException
        at org.kepler.core.ant.Run.handleRunProperties(Run.java:181)
        at org.kepler.core.ant.Run.runSuite(Run.java:166)
        at org.kepler.core.ant.Run.run(Run.java:136)
        at
org.kepler.core.ant.common.CommonBuildTask.execute(CommonBuildTask.java:38)
        ... 7 more
--- Nested Exception ---
java.lang.NullPointerException
        at org.kepler.core.ant.Run.handleRunProperties(Run.java:181)
        at org.kepler.core.ant.Run.runSuite(Run.java:166)
        at org.kepler.core.ant.Run.run(Run.java:136)
        at
org.kepler.core.ant.common.CommonBuildTask.execute(CommonBuildTask.java:38)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.kepler.core.runner.Kepler.main(Kepler.java:51)


More information about the Kepler-dev mailing list