Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] nightly and integration build's eclipse failed to launch


The core team is investigating. It seems to be related to a reorganisation command line args processing...



Kim Moir/Ottawa/IBM@IBMCA
Sent by: eclipse-dev-admin@xxxxxxxxxxx

01/27/2004 09:02 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] nightly and integration build's eclipse  failed to launch




Hi


The eclipse from the nightly and integration build failed to  launch.  Please advise when the problem is resolved so we can start another integration build.


Here is the .log



!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jan 27, 2004 08:52:11.667
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.RuntimeException: Error running application
               at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230)
               at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:101)
               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:279)
               at org.eclipse.core.launcher.Main.run(Main.java:742)
               at org.eclipse.core.launcher.Main.main(Main.java:581)
Caused by: 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.ant.core.AntRunner.run(AntRunner.java:480)
               at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:221)
               ... 8 more
Caused by: /buildtest/I-I20040127-200401270800/eclipse-testing/test.xml:174: Following error occured while executing this line
/buildtest/I-I20040127-200401270800/eclipse-testing/test.xml:67: /buildtest/I-I20040127-200401270800/eclipse-testing/results/chkpii not found.
               at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:574)
               at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:422)
               at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:144)
               at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
               at org.apache.tools.ant.Task.perform(Task.java:401)
               at org.apache.tools.ant.Target.execute(Target.java:338)
               at org.apache.tools.ant.Target.performTasks(Target.java:365)
               at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
               at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:661)
               at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:565)
               ... 14 more


Back to the top