Re: Many error alert in Eclipse/WOLips
Re: Many error alert in Eclipse/WOLips
- Subject: Re: Many error alert in Eclipse/WOLips
- From: Mike Schrag <email@hidden>
- Date: Sun, 2 Mar 2008 17:27:30 -0500
I don't believe this is actually a handle leak ... "No more handles"
can be a misleading error in SWT, because it can also be caused by the
control not being created on the native side for some other reason,
which I think is what's going on here. The machine I saw this on was
able to get it to happen immediately upon opening Eclipse. I have no
leads on what is actually happening, though. The biggest problem is
that it doesn't happen for me, and it doesn't happen for MOST people,
so it's very very hard to debug as a result.
ms
On Mar 2, 2008, at 2:44 PM, Sergio Sánchez Maffet wrote:
Do you see the "no ore handles" exception:
Try google for 'sleak' which is an SWT leak detector and more.
This will let you get some more insights.
On 02.03.2008, at 19:11, Xavier Destombes wrote:
I had to create a new workspace as Eclipse wouldn't start after my
previous test (removing the Jars in /Library/Java/Extensions and /
Library/WebObjects/Extensions)
So here's the "new" log, there's no .bak on this one, but there's
quite a bunch of updates related issues, maybe you'd like to see
theses ones too:)
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=fr_FR
Framework arguments: -keyring /Users/xavier/.eclipse_keyring -
showlocation
Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /
Users/xavier/.eclipse_keyring -consoleLog -showlocation
!ENTRY org.eclipse.core.net 1 0 2008-03-02 17:54:24.361
!MESSAGE System property http.nonProxyHosts has been set to local|
*.local|169.254/16|*.169.254/16 by an external source. This value
wil$
!ENTRY org.eclipse.core.jobs 4 2 2008-03-02 17:55:02.013
!MESSAGE An internal error occurred during: "WOLips Include Files
Updates".
!STACK 0
java.lang.NullPointerException
at
org
.objectstyle
.wolips
.jdt
.ant
.UpdateOtherClasspathIncludeFiles
.buildIncludeFiles(UpdateOtherClasspathIncludeFiles.java:114)
at
org
.objectstyle
.wolips
.jdt
.ant
.UpdateOtherClasspathIncludeFiles
.execute(UpdateOtherClasspathIncludeFiles.java:91)
at
org
.objectstyle
.wolips
.jdt
.listener
.UpdateIncludeFilesJob.runInWorkspace(UpdateIncludeFilesJob.java:90)
at
org
.eclipse
.core
.internal
.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY org.eclipse.core.jobs 4 2 2008-03-02 17:55:02.014
!MESSAGE An internal error occurred during: "WOLips Include Files
Updates".
!STACK 0
java.lang.NullPointerException
at
org
.objectstyle
.wolips
.jdt
.ant
.UpdateOtherClasspathIncludeFiles
.buildIncludeFiles(UpdateOtherClasspathIncludeFiles.java:114)
at
org
.objectstyle
.wolips
.jdt
.ant
.UpdateOtherClasspathIncludeFiles
.execute(UpdateOtherClasspathIncludeFiles.java:91)
at
org
.objectstyle
.wolips
.jdt
.listener
.UpdateIncludeFilesJob.runInWorkspace(UpdateIncludeFilesJob.java:90)
at
org
.eclipse
.core
.internal
.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY org.eclipse.ui 4 0 2008-03-02 17:59:47.363
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.SWT.error(SWT.java:3452)
at org.eclipse.swt.browser.Safari.create(Safari.java:85)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:109)
at
org
.objectstyle
.wolips
.templateeditor
.TemplateOutlinePage.createControl(TemplateOutlinePage.java:85)
at
org
.eclipse
.ui
.views
.contentoutline.ContentOutline.doCreatePage(ContentOutline.java:135)
at
org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
at
org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:741)
at
org
.eclipse
.ui
.views
.contentoutline.ContentOutline.partBroughtToTop(ContentOutline.java:
210)
at org.eclipse.ui.internal.PartListenerList
$2.run(PartListenerList.java:87)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at
org
.eclipse
.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)
at
org
.eclipse
.ui
.internal
.PartListenerList.firePartBroughtToTop(PartListenerList.java:85)
at
org
.eclipse
.ui.internal.PartService.firePartBroughtToTop(PartService.java:87)
at
org
.eclipse
.ui
.internal
.WorkbenchPagePartList
.firePartBroughtToTop(WorkbenchPagePartList.java:75)
at
org
.eclipse
.ui
.internal
.WorkbenchPagePartList
.fireActiveEditorChanged(WorkbenchPagePartList.java:51)
at
org.eclipse.ui.internal.PartList.setActiveEditor(PartList.java:152)
at
org
.eclipse
.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1224)
at
org
.eclipse
.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1169)
at
org.eclipse.ui.internal.WorkbenchPage.partAdded(WorkbenchPage.java:
1583)
at
org
.eclipse
.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:210)
at
org
.eclipse
.ui.internal.EditorManager.createEditorTab(EditorManager.java:774)
at
org
.eclipse
.ui
.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:
673)
at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:
634)
at
org
.eclipse
.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:
2737)
at
org
.eclipse
.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
at org.eclipse.ui.internal.WorkbenchPage.access
$13(WorkbenchPage.java:2643)
at org.eclipse.ui.internal.WorkbenchPage
$10.run(WorkbenchPage.java:2595)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2590)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2574)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2565)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:1044)
at
org
.eclipse
.ui
.views.markers.internal.ActionOpenMarker.run(ActionOpenMarker.java:
91)
at
org
.eclipse
.ui
.views.markers.internal.MarkerView.handleOpenEvent(MarkerView.java:
1085)
at org.eclipse.ui.views.markers.internal.TableView
$2.open(TableView.java:175)
at org.eclipse.jface.viewers.StructuredViewer
$2.run(StructuredViewer.java:820)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:
199)
at
org
.eclipse
.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)
at
org
.eclipse
.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:
1079)
at org.eclipse.jface.viewers.StructuredViewer
$6.handleOpen(StructuredViewer.java:1183)
at
org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:
263)
at org.eclipse.jface.util.OpenStrategy.access
$2(OpenStrategy.java:257)
at org.eclipse.jface.util.OpenStrategy
$1.handleEvent(OpenStrategy.java:297)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:
1295)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3350)
at
org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:2758)
at
org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:1961)
at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:367)
at org.eclipse.swt.widgets.Display.controlProc(Display.java:
827)
at
org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native
Method)
at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2363)
at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1262)
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2815)
at
org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
Method)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2934)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:
2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org
.eclipse
.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at
org
.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
461)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org
.eclipse
.ui
.internal.ide.application.IDEApplication.start(IDEApplication.java:
106)
at
org
.eclipse
.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at
org
.eclipse
.core
.runtime
.internal
.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
106)
at
org
.eclipse
.core
.runtime
.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
76)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
!ENTRY org.eclipse.ui.workbench 4 2 2008-03-02 18:00:14.246
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.NoClassDefFoundError
at org.eclipse.swt.browser.Safari.create(Safari.java:82)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:109)
at
org
.objectstyle
.wolips
.templateeditor
.TemplateOutlinePage.createControl(TemplateOutlinePage.java:85)
at
org
.eclipse
.ui
.views
.contentoutline.ContentOutline.doCreatePage(ContentOutline.java:135)
at
org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
at
org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:741)
at org.eclipse.ui.internal.PartListenerList
$1.run(PartListenerList.java:72)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at
org
.eclipse
.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)
at
org
.eclipse
.ui
.internal.PartListenerList.firePartActivated(PartListenerList.java:
70)
at
org
.eclipse.ui.internal.PartService.firePartActivated(PartService.java:
73)
at
org.eclipse.ui.internal.PartService.setActivePart(PartService.java:
171)
at
org
.eclipse
.ui
.internal
.WorkbenchPagePartList
.fireActivePartChanged(WorkbenchPagePartList.java:56)
at
org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126)
at
org
.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:
3402)
at
org
.eclipse
.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2946)
at
org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:265)
at
org
.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)
at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:
229)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1500)
at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:
1282)
at
org.eclipse.swt.widgets.Control.kEventMouseDown(Control.java:1999)
at
org.eclipse.swt.widgets.Composite.kEventMouseDown(Composite.java:543)
at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1262)
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2815)
at
org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
Method)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2934)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:
2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org
.eclipse
.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at
org
.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
461)
On so on:)
Xavier
Le 2 mars 08 à 17:05, Mike Schrag a écrit :
See how it says "This is a continuation of log file /Users/xavier/
Documents/work/Current/EclispeWorkspace/.metadata/.bak_0.log" If
you look at .bak_0.log, and you find the first exception, I
BELIEVE it should be a "No more handles" or something like that.
Can you track that down and post it?
ms
On Mar 2, 2008, at 6:02 AM, Xavier Destombes wrote:
Good pointer:)
At least now I know where the log is;)
Here's what I've got:
-------------------
eclipse.buildId=M20080212-1200
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=fr_FR
Framework arguments: -keyring /Users/xavier/.eclipse_keyring -
showlocation
Command-line arguments: -os macosx -ws carbon -arch x86 -
keyring /Users/xavier/.eclipse_keyring -consoleLog -showlocation
This is a continuation of log file /Users/xavier/Documents/work/
Current/EclispeWorkspace/.metadata/.bak_0.log
Created Time: 2008-02-26 23:22:27.281
!ENTRY org.eclipse.ui 4 0 2008-02-26 23:22:27.281
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NoClassDefFoundError)
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at
org
.eclipse
.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3214)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2954)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:
2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org
.eclipse
.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at
org
.eclipse
.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
at
org
.eclipse
.ui
.internal
.ide.application.IDEApplication.start(IDEApplication.java:106)
at
org
.eclipse
.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
169)
at
org
.eclipse
.core
.runtime
.internal
.adaptor
.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at
org
.eclipse
.core
.runtime
.internal
.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: java.lang.NoClassDefFoundError
at org.eclipse.swt.browser.Safari.create(Safari.java:82)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:109)
at
org
.objectstyle
.wolips
.htmlpreview
.editor
.HtmlPreviewEditor.createPartControl(HtmlPreviewEditor.java:134)
at
org
.objectstyle
.wolips
.componenteditor
.part
.ComponentEditorTab
.createInnerPartControl(ComponentEditorTab.java:78)
at
org
.objectstyle
.wolips
.componenteditor
.part.HtmlPreviewTab.createTab(HtmlPreviewTab.java:77)
at
org
.objectstyle
.wolips
.componenteditor
.part.ComponentEditorPart.createPages(ComponentEditorPart.java:198)
at
org
.eclipse
.ui
.part
.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:
283)
at
org
.eclipse
.ui
.internal.EditorReference.createPartHelper(EditorReference.java:
661)
at
org
.eclipse
.ui.internal.EditorReference.createPart(EditorReference.java:426)
at
org
.eclipse
.ui
.internal
.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at
org
.objectstyle
.wolips
.componenteditor
.launcher
.ComponentEditorMatchingStrategy
.matches(ComponentEditorMatchingStrategy.java$
at
org
.eclipse.ui.internal.EditorManager.findEditors(EditorManager.java:
485)
at
org
.eclipse.ui.internal.EditorManager.findEditors(EditorManager.java:
431)
at
org
.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:
394)
at
org
.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:
376)
at
org
.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:
1985)
at
org
.eclipse
.ui.NavigationLocation.getEditorPart(NavigationLocation.java:44)
at
org.eclipse.ui.NavigationLocation.getText(NavigationLocation.java:
60)
at
org
.eclipse
.ui
.internal
.NavigationHistoryEntry.<init>(NavigationHistoryEntry.java:49)
at
org
.eclipse
.ui.internal.NavigationHistory.createEntry(NavigationHistory.java:
655)
at
org
.eclipse
.ui.internal.NavigationHistory.addEntry(NavigationHistory.java:371)
at org.eclipse.ui.internal.NavigationHistory.access
$10(NavigationHistory.java:352)
at org.eclipse.ui.internal.NavigationHistory
$2.run(NavigationHistory.java:199)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:
35)
at
org
.eclipse
.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129)
... 22 more
!ENTRY org.eclipse.ui.workbench 4 2 2008-02-26 23:23:05.270
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.NoClassDefFoundError
at org.eclipse.swt.browser.Safari.create(Safari.java:82)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:109)
at
org
.objectstyle
.wolips
.templateeditor
.TemplateOutlinePage.createControl(TemplateOutlinePage.java:85)
at
org
.eclipse
.ui
.views
.contentoutline.ContentOutline.doCreatePage(ContentOutline.java:
135)
at
org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
at
org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:
741)
at
org
.eclipse
.ui
.views
.contentoutline
.ContentOutline.partBroughtToTop(ContentOutline.java:210)
at org.eclipse.ui.internal.PartListenerList
$2.run(PartListenerList.java:87)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at
org
.eclipse
.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)
at
org
.eclipse
.ui
.internal
.PartListenerList.firePartBroughtToTop(PartListenerList.java:85)
at
org
.eclipse
.ui.internal.PartService.firePartBroughtToTop(PartService.java:87)
at
org
.eclipse
.ui
.internal
.WorkbenchPagePartList
.firePartBroughtToTop(WorkbenchPagePartList.java:75)
at
org
.eclipse
.ui
.internal
.WorkbenchPagePartList
.fireActiveEditorChanged(WorkbenchPagePartList.java:51)
at
org.eclipse.ui.internal.PartList.setActiveEditor(PartList.java:152)
at
org
.eclipse
.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:
1224)
at
org
.eclipse
.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3395)
at
org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:
611)
at
org
.eclipse
.ui
.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:
2748)
at
org
.eclipse
.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
at org.eclipse.ui.internal.WorkbenchPage.access
$13(WorkbenchPage.java:2643)
at org.eclipse.ui.internal.WorkbenchPage
$10.run(WorkbenchPage.java:2595)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:
67)
at
org
.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2590)
at
org
.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2574)
at
org
.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:
2557)
at
org
.objectstyle
.wolips
.workbenchutilities
.WorkbenchUtilitiesPlugin.open(WorkbenchUtilitiesPlugin.java:439)
at
org
.objectstyle
.wolips
.datasets.resources.WOComponentHtml.open(WOComponentHtml.java:77)
at org.objectstyle.wolips.ui.view.RelatedView
$1.run(RelatedView.java:160)
at org.objectstyle.wolips.ui.view.RelatedView
$2.doubleClick(RelatedView.java:179)
at org.eclipse.jface.viewers.StructuredViewer
$1.run(StructuredViewer.java:799)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:
199)
at
org
.eclipse
.jface
.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:
797)
at
org
.eclipse
.jface
.viewers
.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1061)
at org.eclipse.jface.viewers.StructuredViewer
$4.widgetDefaultSelected(StructuredViewer.java:1173)
at
org
.eclipse
.jface
.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237)
at org.eclipse.jface.util.OpenStrategy.access
$0(OpenStrategy.java:234)
at org.eclipse.jface.util.OpenStrategy
$1.handleEvent(OpenStrategy.java:295)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:
1295)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3350)
at
org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:2758)
at
org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:
1961)
at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:367)
at org.eclipse.swt.widgets.Display.controlProc(Display.java:
827)
at
org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native
Method)
at org.eclipse.swt.widgets.Table.kEventMouseDown(Table.java:
2156)
at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1262)
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2815)
at
org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
Method)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2934)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:
2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org
.eclipse
.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at
org
.eclipse
.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
at
org
.eclipse
.ui
.internal
.ide.application.IDEApplication.start(IDEApplication.java:106)
at
org
.eclipse
.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
169)
at
org
.eclipse
.core
.runtime
.internal
.adaptor
.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at
org
.eclipse
.core
.runtime
.internal
.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at
org
.eclipse
.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
-------------------
It doesn't make much sense to me:(
Xavier
On 1-Mar-08, at 1:11 PM, Xavier Destombes wrote:
Hi,
I've been waiting for quite some time before posting this
thinking it was because of all the none stable builds.
But now I've installed Eclipse 3.3.2 and WOLips 3.3 stable and
I still get those error message pretty much everytime I try to
open a .html or .wod or .wo.
I don't even know where to look to get more details about the
issue (Is there an eclipse log somewhere?)
Try ~/YourWorkspace/.metadata/.log
;david
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden