facebook

JSP Editor crashes Eclipse Workspace

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263073 Reply

    Hi,

    I am using Eclipse 3.2 with MyEclipse 5.1.0GA. I have installed the latest patches (3.2.x) for eclipse and myeclipse using update manager, but this did not solve my problem.

    If working with the JSP editor, I get unpredictable workspace crashes, complete eclipse goes down to nirvana.

    The following was in the workspace log.

    At the bottom of the message I attached the myeclipse installation summary output.

    !SESSION 2006-12-06 10:01:40.745 ———————————————–
    eclipse.buildId=M20060629-1905
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.core.resources 2 10035 2006-12-06 10:01:44.511
    !MESSAGE A workspace crash was detected. The previous session did not exit normally.

    !ENTRY org.eclipse.jst.jsp.core 2 2 2006-12-06 10:05:14.956
    !MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved tag library indexes

    !ENTRY org.eclipse.core.resources 2 1 2006-12-06 10:05:23.535
    !MESSAGE Skipping builder com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder for project FormsDAO2 1.6.x. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    !ENTRY org.eclipse.core.resources 2 1 2006-12-06 10:05:24.082
    !MESSAGE Skipping builder org.epic.perleditor.perlbuilder for project PenUtils. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    !ENTRY org.eclipse.wst.internet.cache 1 0 2006-12-06 10:06:05.411
    !MESSAGE wtp.autotest.noninteractive is set. Licenses dialogs will not be displayed.

    !ENTRY org.eclipse.update.core 4 0 2006-12-06 10:06:53.038
    !MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response code: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5D

    !ENTRY org.eclipse.update.core 4 0 2006-12-06 10:06:57.538
    !MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response code: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5D
    !SESSION 2006-12-06 10:09:16.403 ———————————————–
    eclipse.buildId=M20060629-1905
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.core.resources 2 1 2006-12-06 10:11:03.673
    !MESSAGE Skipping builder com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder for project FormsDAO2 1.6.x. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    !ENTRY org.eclipse.core.resources 2 1 2006-12-06 10:11:03.673
    !MESSAGE Skipping builder org.epic.perleditor.perlbuilder for project PenUtils. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    !ENTRY org.eclipse.ui 4 4 2006-12-06 10:15:01.432
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 2006-12-06 10:15:01.432
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.webdesigner3.DOMCoordinator.calculateSourceRangeStart(DOMCoordinator.java:1568)
    at com.genuitec.eclipse.webdesigner3.DOMCoordinator.syncDesignForSourceSelection(DOMCoordinator.java:1363)
    at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.pageChange(WebDesignerMultiPageEditor.java:552)
    at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:232)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3171)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    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)

    !ENTRY org.eclipse.wst.sse.core 4 4 2006-12-06 10:17:25.031
    !MESSAGE String index out of range: -1
    !STACK 0
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1768)
    at org.eclipse.wst.sse.core.internal.undo.StructuredTextUndoManager$InternalStructuredDocumentListener.processStructuredDocumentEvent(StructuredTextUndoManager.java:80)
    at org.eclipse.wst.sse.core.internal.undo.StructuredTextUndoManager$InternalStructuredDocumentListener.processStructuredDocumentEvent(StructuredTextUndoManager.java:125)
    at org.eclipse.wst.sse.core.internal.undo.StructuredTextUndoManager$InternalStructuredDocumentListener.regionChanged(StructuredTextUndoManager.java:130)
    at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireEvent(BasicStructuredDocument.java:543)
    at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1182)
    at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1954)
    at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2393)
    at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)
    at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:98)
    at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:42)
    at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:109)
    at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2389)
    at org.eclipse.wst.sse.ui.internal.StructuredDocumentToTextAdapter.replaceTextRange(StructuredDocumentToTextAdapter.java:1187)
    at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5738)
    at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6447)
    at org.eclipse.swt.custom.StyledText.doBackspace(StyledText.java:2050)
    at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5626)
    at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5028)
    at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5049)
    at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4789)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961)
    at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275)
    at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
    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)

    !ENTRY com.genuitec.eclipse.webdesigner3 1 0 2006-12-06 10:17:45.126
    !MESSAGE Ignoring modified text node with null parent.

    !ENTRY com.genuitec.eclipse.webdesigner3 1 0 2006-12-06 10:17:45.126
    !MESSAGE Ignoring modified text node with null parent.
    !SESSION 2006-12-06 10:18:34.065 ———————————————–
    eclipse.buildId=M20060629-1905
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.core.resources 2 10035 2006-12-06 10:18:36.472
    !MESSAGE A workspace crash was detected. The previous session did not exit normally.

    !ENTRY org.eclipse.jst.jsp.core 2 2 2006-12-06 10:18:48.363
    !MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved tag library indexes

    ********************************************************************

    MyEclipse installation summary:

    *** Date:
    Mittwoch, 6. Dezember 2006 10.32 Uhr CET

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_06

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.1
    Build id: M20060921-0945

    Eclipse Platform

    Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
    Build id: M20060921-0945

    Eclipse Plug-in Development Environment

    Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
    Build id: M20060921-0945

    Eclipse Project SDK

    Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
    Build id: M20060921-0945

    Eclipse Graphical Editing Framework

    Version: 3.2.1.v20060921
    Build id: 20060921-1617

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Programme\eclipse32\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    15fc_58
    -vm
    C:\WINDOWS\system32\javaw.exe

    #263080 Reply

    Haris Peco
    Member

    asciimo,

    Could you send example jsp page or complete project (if it is possible), which cause crash on support@genuitec.com with subject ATTN: snpe ?

    Thanks,

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Editor crashes Eclipse Workspace

You must be logged in to post in the forum log in