Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] nightly build N200312110010


The tests failed to proceed on the nightly build because eclipse failed to launch.  Here is the .log


!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Dec 11, 2003 24:57:42.465
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.eclipse.core.internal.boot.OSGiBootLoader.basicRun(OSGiBootLoader.java:239)
                at org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLoader.java:665)
                at org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLoader.java:652)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.eclipse.core.launcher.Main.basicRun(Main.java:298)
                at org.eclipse.core.launcher.Main.run(Main.java:765)
                at org.eclipse.core.launcher.Main.main(Main.java:600)
Caused by: java.lang.IllegalStateException: Unable to acquire application service
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:83)
                ... 14 more

Kim

Back to the top