- This topic has 2 replies, 2 voices, and was last updated 18 years, 5 months ago by
paul_ronan.
-
AuthorPosts
-
paul_ronanMemberHi,
Cannot launch terracotta server on my Mac os X MyEclipse (5.0.1 GA – Build id 20060810). using terracotta Plugin version 2.2.0..log file shows the following…
!ENTRY org.eclipse.ui 4 4 2007-02-18 21:01:10.953
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 2007-02-18 21:01:10.954
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:3374)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3181)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2936)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: java.lang.NullPointerException
at org.terracotta.dso.ServerTracker.internalStartServer(ServerTracker.java:128)
at org.terracotta.dso.ServerTracker.startServer(ServerTracker.java:116)
at org.terracotta.dso.actions.StartServerAction$1.run(StartServerAction.java:66)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
… 20 morecan confirm that these versions of software do not have this problem on XP (although configuration could be an issue but not sure where to look)
February 19, 2007 at 12:03 pm #266314
Riyad KallaMemberMoving to OT > Soft Dev
We don’t develop or ship any Terracotta functionality, so I cannot help with this issue.
February 19, 2007 at 4:59 pm #266339
paul_ronanMemberthanks for the helpful reply, trying to understand a vague issue and all I have to go on is the .log file. once again thanks.
-
AuthorPosts