facebook

org.eclipse.swt.SWTError: Not implemented [multiple displays

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

    MyEclipse 8.5 on MacOSX 10.6.3 (latest Snow Leopard). Just one extra plugin installed: Subclipse 1.6.

    3 different members of our development team have run into this issue. Somehow MyEclipse enters a state where it will not launch. Every launch attempt fails with a dialog directing the user to the .metadata/.log file. The .log file is pasted below.

    The same issue was reported against Eclipse here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=93294. The conclusion was that a rogue plugin was causing the error. Since MyEclipse bundles many plugins it might not be trivial to determine which one would cause this problem.

    So far the only fix that has worked has been to wipe MyEclipse from the system and install fresh again. This is not an acceptable solution, though.

    Any help would be much appreciated.

    !SESSION 2010-05-19 10:43:26.182 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_17
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/jblow/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -keyring /Users/jblow/.eclipse_keyring -consoleLog -showlocation
    
    !ENTRY org.eclipse.core.net 1 0 2010-05-19 10:43:29.048
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    
    !ENTRY org.eclipse.osgi 4 0 2010-05-19 10:43:29.217
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: Not implemented [multiple displays]
        at org.eclipse.swt.SWT.error(SWT.java:3910)
        at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:782)
        at org.eclipse.swt.widgets.Display.create(Display.java:966)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:125)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:775)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:766)
        at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:532)
        at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
        at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88)
        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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)
    #308506 Reply

    andrewgoktepe,
    Sorry for the inconvenience. I shall escalate this to the dev team member.
    They will get back to you on this.

    #309545 Reply

    wires8
    Member

    I just started having the same problem with the same log information. It started right after I locked my screen while MyEclipse 8.5 was starting up. I’m running Ubuntu 9.04 and I have two monitors that I was using at the same time in TwinView mode at the time. Is there a fix for this problem? I can’t use MyEclipse as it is now and I don’t want to reinstall the whole thing.

    #309570 Reply

    Brian Fernandes
    Moderator

    winres8,

    I assume you have been using 8.5 for some time successfully and this problem only began after your workspace was locked on startup? Do you recall what perspective was open – e.g. do you usually start with the software and workspace center? Also, is your log entry exactly the same as the original poster?

    Can you start with a new workspace and see if that resolves the issue? To start with a new workspace, edit the myeclipse.ini (you will find this in the same directory as the executable you use to start MyEclipse) file to add a -data argument and specify a new location for your workspace – for example:

    -data
    /home/<user>/newworkspace

    Please let us know if this resolves the issue.

    #310263 Reply

    SemaTree
    Participant

    Hi All,

    I’m running MyEclipse 8.5 on Mac (Snow Leopard) and having a similar problem

    I created a new folder on the filesystem and then “Switched Workspace” into the newly created folder.

    When the application restarted, we got the same stack trace as the above.. We are stuck now and can’t continue. Any help would be appreciated.

    thanks,
    Adam

    The

    #310275 Reply

    Adam,
    Can you try doing a reinstall and run from pulse and verify if that works works for you?
    The following are the steps:
    1. Download pulse from http://www.poweredbypulse.com.
    2. Open pulse explorer and select “Eclipse Galileo” in the top left corner.
    3. Your profile should be listed under My Profiles. Select your profile, right click on it and from the context menu select “Reinstall and Run”

    If the problem still persists, I would recommend you to do a fresh install. Please refer to the link below for further reference –
    http://markmail.org/thread/e6j3ae6old77yr67#query:org.eclipse.swt.SWTError%3A%20Not%20implemented%20%5Bmultiple%20displays%5D%20mac%20os+page:1+mid:oql7xobyd3qfklrd+state:results

    Let me know if that helps.

    #313461 Reply

    Ramiro Ordonez
    Participant

    I just got the same error. I see this post goes back to 2009. Is there a solution to this problem. Using MyEclipse 8.6 on Snow Leopard. Is re-installing MyEclipse the only solution?

    !ENTRY org.eclipse.osgi 4 0 2010-12-28 20:10:32.987
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: Not implemented [multiple displays]
    at org.eclipse.swt.SWT.error(SWT.java:3910)
    at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:782)
    at org.eclipse.swt.widgets.Display.create(Display.java:966)
    at org.eclipse.swt.graphics.Device.<init>(Device.java:125)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:775)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:766)
    at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:532)
    at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
    at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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)

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: org.eclipse.swt.SWTError: Not implemented [multiple displays

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