facebook

cannot enter subscription code in eclipse (Linux)

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200016 Reply

    Ansorg
    Member

    Using Gentoo-Linux
    – kernel 2.6-beta9
    – Gnome.2.4/Gtk-2.2
    – sun-jdk-1.4.2.02
    – eclipse-linux-gtk-2.1.1

    Ok, MyEclipseIDE would not install with my gentoo ebuild for eclipse so I downloaded the package from eclipse.org and put this in /opt/eclipse.
    Now Installation went fine, I can use the perspective, the editors, can change preferences for everything BUT the subcription pref:

    when I try to open the subscription pref page nothing happens and I get this in the console:

    Unhandled exception caught in event loop.
    Reason:
    Failed to execute runnable (com.genuitec.eclipse.core.S: Invalid thread state detected on write.)

    *** Stack trace of contained exception ***
    Reason:
    Invalid thread state detected on write.

    what do do?

    thanks
    Jens

    #200023 Reply

    Scott Anderson
    Participant

    Jens,

    Can you please post all the information we request in the ‘Posting Guidelines’ thread in this forum? In addition, the full stack trace from the log would be helpful. That should let us know where to start.

    –Scott
    MyEclipse Support

    #200057 Reply

    Ansorg
    Member

    What operating system and version are you running?

    
    Linux lisaserver 2.6.0-test9-mm2 #2 Thu Nov 13 22:32:14 CET 2003 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux
    

    What Eclipse version and build id are you using? (Help > About Eclipse Platform)

    
    Eclipse Platform
    Version: 2.1.1
    Build id: 200306271545
    

    – Was Eclipse freshly installed for MyEclipse?

    
    yes
    

    – If not, was it upgraded to its current version using the update manager?

    
    

    – Are any other external plugins installed?

    
    Tab Navigator-1.1.0, Javascript Editor-1.0.1, JFaceDbc-2.0.2, XMLBuddy-0.2.8, Colorer-0.5.0, PHPEclipse-1.0.9, MetaCoder1.0.0, CSS Editor-0.2.1
    

    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*

    
    org.eclipse.pde.build_2.1.0     
    org.eclipse.pde.source_2.1.0
    org.eclipse.pde.core_2.1.0      
    org.eclipse.pde.ui_2.1.0
    org.eclipse.pde.doc.user_2.1.0  
    org.eclipse.pde_2.1.0
    org.eclipse.pde.runtime_2.1.0
    

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)

    
    MyEclipse Application Server Tooling
    Version: 2.6.4
    Build id: 200311041200
    

    What JDK version are you using to run Eclipse? (java -version)

    
    java version "1.4.2_02"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
    

    What JDK version are you using to launch your application server?

    
    same
    

    What steps did you take that resulted in the issue?

    
    open Prefs, try to open the subscription pref page
    

    What application server are you using?

    
    Resin 2.1.9 (built Tue Apr 15 14:28:40 PDT 2003)
    

    Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)

    
    !SESSION Nov 14, 2003 20:54:49.440 ---------------------------------------------
    java.version=1.4.2_02
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments: -os linux -ws gtk -arch x86 -install file:/opt/eclipse/
    !ENTRY org.eclipse.ui 4 4 Nov 14, 2003 20:54:49.441
    !MESSAGE Unhandled exception caught in event loop.
    !ENTRY org.eclipse.ui 4 0 Nov 14, 2003 20:54:49.443
    !MESSAGE Failed to execute runnable (com.genuitec.eclipse.core.S: Invalid thread state detected on write.)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (com.genuitec.eclipse.core.S: Invalid thread state detected on write.)
        at org.eclipse.swt.SWT.error(SWT.java:2332)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1618)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1436)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
        at org.eclipse.jface.window.Window.open(Window.java:563)
        at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:53)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
        at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
        at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1641)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1433)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
        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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
        at org.eclipse.core.launcher.Main.run(Main.java:747)
        at org.eclipse.core.launcher.Main.main(Main.java:583)
    !ENTRY org.eclipse.ui 4 4 Nov 14, 2003 20:54:49.455
    !MESSAGE 
    *** Stack trace of contained exception ***
    !ENTRY org.eclipse.ui 4 0 Nov 14, 2003 20:54:49.463
    !MESSAGE Invalid thread state detected on write.
    !STACK 0
    com.genuitec.eclipse.core.S: Invalid thread state detected on write.
    
    #200068 Reply

    support-michael
    Keymaster

    Do you get this problem only on the MyEclipse subscription page or other preference pages? For example, after you get the exception try clicking through to other preference pages and see if you experience similar exceptions. Also are you entering any values into the subscription page fields.

    If the problem persists, try a complete new installation with just MyEclipse and Eclipse – no 3rd party plugins – to help isolate the problem. We occasionally have 3rd party plugins errors show up in MyEclipse use-contexts.

    Michael
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: cannot enter subscription code in eclipse (Linux)

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