facebook

ME8 CTD

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #306506 Reply

    gbrinkmann
    Member

    Hi,

    I’m running ME8 on Win XP SP3.

    My Problems are abrupt crashes to desktop when closing or opening editors (not alway, 3 times today)

    ————————- .log in workspace ————————–

    !ENTRY org.eclipse.ui 4 0 2010-03-03 11:16:48.827
    !MESSAGE An unexpected exception was thrown.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.jface.text.DefaultDocumentAdapter.getLineAtOffset(DefaultDocumentAdapter.java:192)
    at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:5315)
    at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:7804)
    at org.eclipse.swt.custom.StyledText.removeLineStyleListener(StyledText.java:7007)
    at net.sf.colorer.swt.TextColorer.detach(TextColorer.java:194)
    at net.sf.colorer.swt.TextColorer$InternalHandler.widgetDisposed(TextColorer.java:634)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
    at org.eclipse.swt.custom.StyledText.handleDispose(StyledText.java:5712)
    at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5540)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:804)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:756)
    at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:174)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:756)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:756)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:756)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:756)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441)
    at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:180)
    at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:681)
    at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1715)
    at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1422)
    at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1406)
    at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1380)
    at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1435)
    at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:61)
    at org.eclipse.ui.internal.PartStack.close(PartStack.java:543)
    at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:206)
    at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:122)
    at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:83)
    at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:270)
    at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:279)
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
    at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:70)
    at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:626)
    at org.eclipse.ui.internal.presentations.PaneFolder$3.close(PaneFolder.java:206)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2199)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:327)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

    !ENTRY org.eclipse.ui 4 0 2010-03-03 11:16:48.874
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:3884)
    at org.eclipse.swt.SWT.error(SWT.java:3799)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
    at org.eclipse.jface.text.source.OverviewRuler.doPaint(OverviewRuler.java:602)
    at org.eclipse.jface.text.source.OverviewRuler.doubleBufferPaint(OverviewRuler.java:579)
    at org.eclipse.jface.text.source.OverviewRuler.redraw(OverviewRuler.java:819)
    at org.eclipse.jface.text.source.OverviewRuler.access$2(OverviewRuler.java:813)
    at org.eclipse.jface.text.source.OverviewRuler$1.run(OverviewRuler.java:385)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
    … 22 more

    ——————- eclipse.ini —————————

    -startup
    plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    –launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
    -showsplash
    org.eclipse.platform
    –launcher.XXMaxPermSize
    256m
    -vmargs
    -Xms40m
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m

    ———————————————

    regards,
    g

    #306507 Reply

    gbrinkmann,
    Can you give some more information?
    1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
    2. What is the type of editor that you are working on?
    3. Can you switch to to a new workspace and check if the issue persists?

    #306508 Reply

    gbrinkmann
    Member

    Editors I’m working with are standard Java Editor, MyEclipse JSP Editor, Colorer XML Editor and Properties Editor.

    It’s my third ME8 workspace, the problems also occurred in the other workspaces.

    Configuration details are

    *** Date:
    Mittwoch, 3. März 2010 12:13 Uhr MEZ

    ** System properties:
    OS=WindowsXP
    OS version=5.1.0
    Java version=1.6.0_13

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 8.0
    Build id: 8.0-20091120

    *** Eclipse details:
    Eclipse SDK

    Version: 3.5.1
    Build id: M20090917-0800

    Eclipse Project SDK

    Version: 3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4
    Build id: M20090917-0800

    Eclipse Platform

    Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
    Build id: M20090917-0800

    Eclipse Java Development Tools

    Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
    Build id: M20090917-0800

    Eclipse Plug-in Development Environment

    Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
    Build id: M20090917-0800

    Eclipse Graphical Editing Framework GEF

    Version: 3.5.1.v20090724-1146-777908193B6696L3DA843563
    Build id: 200908131412

    Eclipse RCP

    Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
    Build id: M20090917-0800

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    C:\entw\win\myeclipse8\eclipse\\plugins\org.eclipse.platform_3.3.201.v200909170800\splash.bmp
    -launcher
    C:\entw\win\myeclipse8\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    c:\entw\win\myeclipse8\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
    -startup
    c:\entw\win\myeclipse8\eclipse\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    -configuration
    C:\Dokumente und Einstellungen\gun\.myeclipse-configuration
    -vm
    C:\Programme\Java\jre6\bin\client\jvm.dll

    #306527 Reply

    gbrinkmann,
    Thank you for the details? Can you try using -clean as given in the following link –
    https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/.

    Also, can you narrow down to any file in particular that is causing the issue and send us that file? You can send a mail to support@genuitec.com and attach your file. Please add ATTN:Shalini in the subject and refer to this post. This will help us replicate the issue internally.

    #306927 Reply

    gbrinkmann
    Member

    hello again,

    3 weeks later: i think i can narrow down to one or both of two editors: colorer xml editor and/or colorer jsp editor.

    the problem seems to be resolved since i use myeclipse editors instead of the above mentioned, no crashes to desktop anymore.

    i cant narrow down to specific files. maybe this helps: our xml and jsp files are quite large sometimes, filled with heavy property and EL usage.
    also our jsp files may not always be well-formed, since we disabled ide validation in the past because of performance problems.

    cheers
    g.

    #306942 Reply

    gbrinkmann

    the problem seems to be resolved since i use myeclipse editors instead of the above mentioned, no crashes to desktop anymore.

    Good to know that you are all set.
    The crashes could be caused due to compatibility issues with the base eclipse.
    Do let us know if you have any issues

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: ME8 CTD

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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