- This topic has 5 replies, 3 voices, and was last updated 20 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
Herryanto SiatonoMemberHi,
I keep encountering the following errors in my problem screen after using myeclipse for some time.
Exception during execution: Attempt to load class “com.genuitec.eclipse.j2eedt.core.J2EECore” from deactivated plug-in “com.genuitec.eclipse.j2eedt.core”
This error generally points to my jsp. However, it i just change it a little, by adding a blank space and saving the jsp, the error message disappears.
I am using the windows version of eclipse. 3.0M4
Please advise.
Riyad KallaMemberCan you copy the last few entries starting with “!SESSION——————–” from your <eclipse install dir>\workspace\.metadata\.log file and paste them here?
Thanks
Scott AndersonParticipantThis is almost always an installation / configuration issue. We’ll need all the data we request in the Posting Guidelines thread at the top of this forum to run it down effectively.
Herryanto SiatonoMemberHi,
Sorry, that it is a bit long.. but from the last !SESSION, here goes…..
!SESSION Jan 31, 2004 06:43:59.864 ———————————————
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:G:/IDEs/eclipse-SDK-3.0M4-win32/eclipse/
!ENTRY org.eclipse.jdt.launching 4 150 Jan 31, 2004 06:43:59.864
!MESSAGE Specified VM install not found: type Standard VM, name jdk1.31_08
!ENTRY org.eclipse.jdt.core 4 4 Jan 31, 2004 06:47:47.90
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.OutOfMemoryError
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:09:52.136
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:09:52.156
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2641)
at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5791)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5292)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3418)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2915)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:06.987
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:06.997
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.paste(StyledText.java:6048)
at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3300)
at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:681)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:203)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:541)
at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2173)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1863)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:11.513
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:11.523
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:11.644
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:11.654
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:11.824
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:11.834
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:12.44
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:12.54
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:12.285
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:12.295
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:12.425
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:12.435
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Jan 31, 2004 07:10:12.465
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 31, 2004 07:10:12.475
!MESSAGE Assertion failed:
!STACK 0
org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:175)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:160)
at org.eclipse.jface.text.Position.<init>(Position.java:55)
at org.eclipse.jface.text.rules.DefaultPartitioner.computePartitioning(DefaultPartitioner.java:486)
at org.eclipse.jface.text.AbstractDocument.computePartitioning(AbstractDocument.java:1184)
at org.eclipse.jface.text.TextUtilities.computePartitioning(TextUtilities.java:411)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:417)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:523)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5(PresentationReconciler.java:521)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:210)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2213)
at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged(TextViewer.java:287)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:673)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:638)
at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:623)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:698)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:989)
at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:194)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5998)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6931)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2546)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5288)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5311)
at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:5058)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:856)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1689)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1685)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3001)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2889)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1345)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
Riyad KallaMemberWow, atleast it is consistent (DefaultPartitioner). Can you try redownloading (incase the download was corrupt) Eclipse (the version you are using) and the MyEclipse installer 2.7/3.7 (whichever you needed) and reinstalling them? To make this less painful, you can install to a different directory, load up the older MyEclipse installation and export the settings for the new one to import.
Riyad KallaMemberOddly enough, a stack trace almost identical to the one above occurs in this thread:
https://www.genuitec.com/forums/topic/reverse-typing-xml-editor-bug-in-3-6-x-closed/&postdays=0&postorder=asc&highlight=defaultpartitioner&start=15
which was the problem with backwards typing in the XML Editor. I do not know if the two are related. -
AuthorPosts