Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Java returned: 1 when running Buckminster build command
Java returned: 1 when running Buckminster build command [message #532560] Mon, 10 May 2010 12:55 Go to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi,
The Teneo build is failing with an obscure 'Java returned: 1' when I execute Buckminster. I tried different
things (run buckminster in debug mode, ant in debug mode etc) but I don't get any more information. Is there another way
to get more information why a 1 (instead of 0) is returned from Buckminster?
(I am not sure if it is even a buckminster issue but hopefully someone else here has experience with it)

btw, the strange thing is if I remove the failonerror="true" from the java ant task call then the build works fine (all
testcases pass etc.) so the error does not seem to be really important.

This is the buckminster command:
<buckminster command="build" workspace="${workspacePath}">
<cmdargs>
<arg value="--thorough" />
</cmdargs>
</buckminster>

which is executed with this java ant task:
<java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}" failonerror="true" logError="true">
<args />
</java>

The last few lines of the console show this:
[java] Doing full workspace refresh
[java] Waiting for jobs to end

The workspace log file shows this stacktrace (but I don't know if it is related at all):
org.osgi.framework.BundleException: Exception in org.eclipse.pde.internal.core.PDECore.stop() of bundle
org.eclipse.pde.core.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
at org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
at
org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(AccessController .java:246)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
... 19 more
Root exception:
java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
at org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
at
org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(AccessController .java:246)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Java returned: 1 when running Buckminster build command [message #532996 is a reply to message #532560] Tue, 11 May 2010 18:39 Go to previous messageGo to next message
Peter Nehrer is currently offline Peter NehrerFriend
Messages: 241
Registered: July 2009
Senior Member
FYI I'm getting the same exception with the latest 3.6M7 headless just
trying to import a target platform definition file into an empty workspace.

After the initial attempt, I get the exception even when doing just
lstargets:

!SESSION 2010-05-11 14:08:47.671
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_17
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: lstargets
Command-line arguments: lstargets

!ENTRY org.eclipse.pde.core 4 0 2010-05-11 14:08:50.159
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.pde.internal.core.PDECore.stop() of bundle org.eclipse.pde.core.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
at
org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
at
org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
at
org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
at
org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
at
org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.NullPointerException
at
org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
at
org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
at
org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
... 19 more
Root exception:
java.lang.NullPointerException
at
org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
at
org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
at
org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
at
org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
at
org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
at
org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
at
org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
at
org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
at
org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

On 5/10/10 8:55 AM, Martin Taal wrote:
> Hi,
> The Teneo build is failing with an obscure 'Java returned: 1' when I
> execute Buckminster. I tried different
> things (run buckminster in debug mode, ant in debug mode etc) but I
> don't get any more information. Is there another way to get more
> information why a 1 (instead of 0) is returned from Buckminster?
> (I am not sure if it is even a buckminster issue but hopefully someone
> else here has experience with it)
>
> btw, the strange thing is if I remove the failonerror="true" from the
> java ant task call then the build works fine (all testcases pass etc.)
> so the error does not seem to be really important.
>
> This is the buckminster command:
> <buckminster command="build" workspace="${workspacePath}">
> <cmdargs>
> <arg value="--thorough" />
> </cmdargs>
> </buckminster>
>
> which is executed with this java ant task:
> <java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}"
> failonerror="true" logError="true">
> <args />
> </java>
>
> The last few lines of the console show this:
> [java] Doing full workspace refresh
> [java] Waiting for jobs to end
>
> The workspace log file shows this stacktrace (but I don't know if it is
> related at all):
> org.osgi.framework.BundleException: Exception in
> org.eclipse.pde.internal.core.PDECore.stop() of bundle
> org.eclipse.pde.core.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:618)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
> Caused by: java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(AccessController .java:246)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> ... 19 more
> Root exception:
> java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(AccessController .java:246)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:618)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>
>
Re: Java returned: 1 when running Buckminster build command [message #532997 is a reply to message #532996] Tue, 11 May 2010 19:09 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Yes I also saw these stacktraces. But I also have these stacktraces in another build I am doing and there it does not
result in a failure. So I am not sure if it is related.

gr. Martin

Peter Nehrer wrote:
> FYI I'm getting the same exception with the latest 3.6M7 headless just
> trying to import a target platform definition file into an empty workspace.
>
> After the initial attempt, I get the exception even when doing just
> lstargets:
>
> !SESSION 2010-05-11 14:08:47.671
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_17
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: lstargets
> Command-line arguments: lstargets
>
> !ENTRY org.eclipse.pde.core 4 0 2010-05-11 14:08:50.159
> !MESSAGE
> !STACK 0
> org.osgi.framework.BundleException: Exception in
> org.eclipse.pde.internal.core.PDECore.stop() of bundle
> org.eclipse.pde.core.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)

>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
> Caused by: java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> ... 19 more
> Root exception:
> java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>
> On 5/10/10 8:55 AM, Martin Taal wrote:
>> Hi,
>> The Teneo build is failing with an obscure 'Java returned: 1' when I
>> execute Buckminster. I tried different
>> things (run buckminster in debug mode, ant in debug mode etc) but I
>> don't get any more information. Is there another way to get more
>> information why a 1 (instead of 0) is returned from Buckminster?
>> (I am not sure if it is even a buckminster issue but hopefully someone
>> else here has experience with it)
>>
>> btw, the strange thing is if I remove the failonerror="true" from the
>> java ant task call then the build works fine (all testcases pass etc.)
>> so the error does not seem to be really important.
>>
>> This is the buckminster command:
>> <buckminster command="build" workspace="${workspacePath}">
>> <cmdargs>
>> <arg value="--thorough" />
>> </cmdargs>
>> </buckminster>
>>
>> which is executed with this java ant task:
>> <java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}"
>> failonerror="true" logError="true">
>> <args />
>> </java>
>>
>> The last few lines of the console show this:
>> [java] Doing full workspace refresh
>> [java] Waiting for jobs to end
>>
>> The workspace log file shows this stacktrace (but I don't know if it is
>> related at all):
>> org.osgi.framework.BundleException: Exception in
>> org.eclipse.pde.internal.core.PDECore.stop() of bundle
>> org.eclipse.pde.core.
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>>
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>>
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>>
>>
>> at java.lang.reflect.Method.invoke(Method.java:618)
>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
>> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>> Caused by: java.lang.NullPointerException
>> at
>> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>>
>>
>> at
>> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>>
>>
>> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>>
>>
>> at java.security.AccessController.doPrivileged(AccessController .java:246)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>>
>>
>> ... 19 more
>> Root exception:
>> java.lang.NullPointerException
>> at
>> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>>
>>
>> at
>> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>>
>>
>> at
>> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>>
>>
>> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>>
>>
>> at java.security.AccessController.doPrivileged(AccessController .java:246)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>>
>>
>> at
>> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>>
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>>
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>>
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>>
>>
>> at java.lang.reflect.Method.invoke(Method.java:618)
>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
>> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>>
>>
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Java returned: 1 when running Buckminster build command [message #533070 is a reply to message #532560] Wed, 12 May 2010 07:32 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Martin,
Did you try using --displaystacktrace ?

Regarding the stacktraces, I don't think they are related. They stem from bugs in p2 and has to do with how things are
shut down. It shouldn't affect the exit status.

When all else fails, I usually add this to my ant-script:

<jvmarg value=" -agentlib:jdwp=transport=dt_socket,address=8000,server=y,sus pend=y "/>

I then attach from an IDE and debug.

- thomas


On 05/10/2010 02:55 PM, Martin Taal wrote:
> Hi,
> The Teneo build is failing with an obscure 'Java returned: 1' when I
> execute Buckminster. I tried different
> things (run buckminster in debug mode, ant in debug mode etc) but I
> don't get any more information. Is there another way to get more
> information why a 1 (instead of 0) is returned from Buckminster?
> (I am not sure if it is even a buckminster issue but hopefully someone
> else here has experience with it)
>
> btw, the strange thing is if I remove the failonerror="true" from the
> java ant task call then the build works fine (all testcases pass etc.)
> so the error does not seem to be really important.
>
> This is the buckminster command:
> <buckminster command="build" workspace="${workspacePath}">
> <cmdargs>
> <arg value="--thorough" />
> </cmdargs>
> </buckminster>
>
> which is executed with this java ant task:
> <java fork="true" jar="${@{app}.launcher}" dir="${@{app}.deploy.dir}"
> failonerror="true" logError="true">
> <args />
> </java>
>
> The last few lines of the console show this:
> [java] Doing full workspace refresh
> [java] Waiting for jobs to end
>
> The workspace log file shows this stacktrace (but I don't know if it is
> related at all):
> org.osgi.framework.BundleException: Exception in
> org.eclipse.pde.internal.core.PDECore.stop() of bundle
> org.eclipse.pde.core.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:863)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:618)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
> Caused by: java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(AccessController .java:246)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> ... 19 more
> Root exception:
> java.lang.NullPointerException
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.createLoc kLocation(ProfileLock.java:40)
>
> at
> org.eclipse.equinox.internal.p2.engine.ProfileLock.<init>(ProfileLock.java:33)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .restore(SimpleProfileRegistry.java:423)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfileMap(SimpleProfileRegistry.java:274)
>
> at
> org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry .getProfiles(SimpleProfileRegistry.java:256)
>
> at
> org.eclipse.pde.internal.core.target.TargetPlatformService.c leanOrphanedTargetDefinitionProfiles(TargetPlatformService.j ava:612)
>
> at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:276)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:843)
>
> at java.security.AccessController.doPrivileged(AccessController .java:246)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s top(BundleContextImpl.java:836)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.stopWork er(BundleHost.java:501)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.susp end(AbstractBundle.java:550)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.suspendBu ndle(Framework.java:1103)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ecFWSL(StartLevelManager.java:597)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:257)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.s hutdown(StartLevelManager.java:215)
>
> at
> org.eclipse.osgi.framework.internal.core.InternalSystemBundl e.suspend(InternalSystemBundle.java:266)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown( Framework.java:690)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.close(Fra mework.java:588)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(Ecl ipseStarter.java:415)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:198)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:618)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>
>
Previous Topic:buckminster and p2 director behind a firewall ?
Next Topic:headless 3.6 lost its feature names
Goto Forum:
  


Current Time: Thu Apr 25 12:09:37 GMT 2024

Powered by FUDForum. Page generated in 0.03377 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top