[kepler-dev] The Kepler.app built by ant installer fails

Christopher Brooks cxh at eecs.berkeley.edu
Fri Feb 12 13:59:57 PST 2010


Under Mac OS X, the Kepler.app that is built by "ant installer" fails.

1. Run
ant installer

2. Run
java -jar installer/./kepler-trunk-osx.jar

3. Try to run
/Applications/kepler-trunk/Kepler.app

The Mac OS Console window will have messages like below:

2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702] java.io.FileNotFoundException: /Applications/kepler-trunk/build-area/registry.txt (No such file or directory)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at java.io.FileInputStream.open(Native Method)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at java.io.FileInputStream.<init>(FileInputStream.java:106)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at java.io.FileReader.<init>(FileReader.java:55)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.project.RepositoryLocations.readModuleRegistryHelper(RepositoryLocations.java:71)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.project.RepositoryLocations.readModuleRegistry(RepositoryLocations.java:58)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.project.RepositoryLocations.<clinit>(RepositoryLocations.java:52)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.Module.<init>(Module.java:144)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.Module.<init>(Module.java:186)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.readHelper(ModulesTxt.java:148)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.read(ModulesTxt.java:120)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.init(ModulesTxt.java:57)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModuleTree.init(ModuleTree.java:96)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTask.init(ModulesTask.java:71)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.runner.Kepler.main(Kepler.java:76)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at java.lang.reflect.Method.invoke(Method.java:592)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702] [LaunchRunner Error] org.kepler.build.runner.Kepler.main(String[]) threw an exception:
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702] java.lang.NullPointerException
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.project.RepositoryLocations.getLocation(RepositoryLocations.java:91)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.Module.<init>(Module.java:144)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.Module.<init>(Module.java:186)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.Module.<init>(Module.java:186)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.readHelper(ModulesTxt.java:148)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.read(ModulesTxt.java:120)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTxt.init(ModulesTxt.java:57)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModuleTree.init(ModuleTree.java:96)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.modules.ModulesTask.init(ModulesTask.java:71)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at org.kepler.build.runner.Kepler.main(Kepler.java:76)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at java.lang.reflect.Method.invoke(Method.java:592)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
2/12/10 1:53:41 PM [0x0-0x7a97a9].Kepler[46702]  at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)


Copying registry.txt with:
cp registry.txt /Applications/kepler-trunk/build-area

does not fix it, I then get:


2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] Set environment variable: PATH = 
/Users/cxh/bin:/Users/cxh/ptII/bin:/usr/local/apache-maven/bin:/opt/subversion/bin:/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2007/bin:/Applications/kepler-trunk/kepler/lib:/Applications/kepler-trunk/outreach/lib:/Applications/kepler-trunk/apple-extensions/lib:/Applications/kepler-trunk/r/lib:/Applications/kepler-trunk/loader/lib:/Applications/kepler-trunk/actors/lib:/Applications/kepler-trunk/directors/lib:/Applications/kepler-trunk/opendap/lib:/Applications/kepler-trunk/ecogrid/lib:/Applications/kepler-trunk/authentication-gui/lib:/Applications/kepler-trunk/module-manager-gui/lib:/Applications/kepler-trunk/gui/lib:/Applications/kepler-trunk/authentication/lib:/Applications/kepler-trunk/repository/lib:/Applications/kepler-trunk/job/lib:/Applications/kepler-trunk/io/lib:/Applications/kepler-trunk/ssh/lib:/Applications/kepler
-trunk/data-handling/lib:/Applications/kepler-trunk/sms/lib:/Applications/kepler-trunk/component-library/lib:/Applications/kepler-trunk/util/lib:/Applications/kepler-trunk/event-state/lib:/Applications/kepler-trunk/core/lib:/Applications/kepler-trunk/common/lib:/Applications/kepler-trunk/module-manager/lib:/Applications/kepler-trunk/configuration-manager/lib:/Applications/kepler-trunk/kepler-tasks/lib:/Applications/kepler-trunk/ptolemy/lib 

2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] [LaunchRunner Error] org.kepler.build.runner.Kepler.main(String[]) threw an exception:
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] /Applications/kepler-trunk/ptolemy/src/lib not found.
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.runner.Kepler.main(Kepler.java:78)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at java.lang.reflect.Method.invoke(Method.java:592)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] Caused by: /Applications/kepler-trunk/ptolemy/src/lib not found.
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:434)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.FileSet.iterator(FileSet.java:69)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.list(Union.java:69)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.list(Path.java:359)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.addExisting(Path.java:330)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.addExisting(Path.java:318)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.concatSpecialPath(Path.java:555)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.concatSystemClasspath(Path.java:515)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.haveClasspath(CommandlineJava.java:644)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.addCommandsToList(CommandlineJava.java:434)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.getCommandline(CommandlineJava.java:402)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.describeCommand(CommandlineJava.java:479)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.taskdefs.Java.checkConfiguration(Java.java:173)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.taskdefs.Java.execute(Java.java:104)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.Run.runSuite(Run.java:283)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.Run.run(Run.java:201)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:86)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  ... 8 more
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] --- Nested Exception ---
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718] /Applications/kepler-trunk/ptolemy/src/lib not found.
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:434)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.FileSet.iterator(FileSet.java:69)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:90)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.cacheCollection(BaseResourceCollectionContainer.java:250)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.BaseResourceCollectionContainer.iterator(BaseResourceCollectionContainer.java:126)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.iterator(Path.java:693)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.getCollection(Union.java:110)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.resources.Union.list(Union.java:69)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.list(Path.java:359)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.addExisting(Path.java:330)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.addExisting(Path.java:318)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.concatSpecialPath(Path.java:555)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.Path.concatSystemClasspath(Path.java:515)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.haveClasspath(CommandlineJava.java:644)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.addCommandsToList(CommandlineJava.java:434)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.getCommandline(CommandlineJava.java:402)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.types.CommandlineJava.describeCommand(CommandlineJava.java:479)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.taskdefs.Java.checkConfiguration(Java.java:173)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.apache.tools.ant.taskdefs.Java.execute(Java.java:104)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.Run.runSuite(Run.java:283)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.Run.run(Run.java:201)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.modules.ModulesTask.execute(ModulesTask.java:86)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at org.kepler.build.runner.Kepler.main(Kepler.java:78)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at java.lang.reflect.Method.invoke(Method.java:592)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
2/12/10 1:58:02 PM [0x0-0x7ac7ac].Kepler[46718]  at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

_Christopher

-- 
Christopher Brooks, PMP                       University of California
CHESS Executive Director                      US Mail: 337 Cory Hall
Programmer/Analyst CHESS/Ptolemy/Trust        Berkeley, CA 94720-1774
ph: 510.643.9841 fax:510.642.2718	      (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670


More information about the Kepler-dev mailing list