- This topic has 1 reply, 2 voices, and was last updated 19 years, 3 months ago by
Riyad Kalla.
-
AuthorPosts
-
stimpsoMemberHi,
I have installed eclipse 4.0 on my system as part of IBM Websphere Application Studio Developer 5.1.2 and it is falling over when try to load it. The package did work for a few days and then started getting the ‘Problems during startup. Check the “.log” file in the “.metadata folder’ error message. I have tried uninstalling and the reinstalling the entire package but it still get the same problem.
I would be grateful if someone could point me to the cause of the problem. The details of my .log file follow:
!SESSION ———————————————————————-
!ENTRY org.eclipse.core.launcher 4 0 Feb 14, 2006 09:39:45.640
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException: java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.Throwable.<init>(Throwable.java:66)
at org.eclipse.swt.SWTException.<init>(SWTException.java:73)
at org.eclipse.swt.SWTException.<init>(SWTException.java:62)
at org.eclipse.swt.SWT.error(SWT.java:2330)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
at org.eclipse.swt.widgets.Display.release(Display.java:1782)
at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.AccessibleObject.invokeL(AccessibleObject.java:207)
at java.lang.reflect.Method.invoke(Method.java:271)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)Thanks
O
Riyad KallaMemberWe don’t provide direct support for MyEclipse on WSAD and we don’t have a copy in house to test with. MyEclipse is designed to run ontop of the base Eclipse platform.
That being said, let’s see if we can try some of the more obvious things to get you working. First try restarting using the ‘-clean’ command line argument, see if that helps. If it doesn’t, please tell me your Eclipse Build ID if you have one available, I’m not farmiliar with how WSAD is laid out.
-
AuthorPosts