facebook

Multiple Errors from Update Progress

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

    caryp
    Member

    I upgraded about a week ago and this started today. I have been using older version happily for over a two years, but this new version is practically unusable today.

    Here an example error code: “Update Progress (Time of error: ….)”
    Details: “Error”

    I get this error about every second while editing and every time I save a file.

    Here is information about my MyEclipse:

    Eclipse Platform (from all-in-one install)
    Version: 3.3.1.R33

    MyEclipse6.0.1
    Version: 6.0.1.zmyeclipse601200710
    Build id: 6.0.1-GA-200710

    Plugins: SubEclipse 1.2.4

    #282376 Reply

    caryp
    Member

    A system reboot seemed to fix it. Hmm….

    #282377 Reply

    caryp
    Member

    It’s back! I started my JBoss 4.2.2 GA server and the problem is back );

    The progress tab is overlapping the console tab — not sure if that is a clue or not. The error still occurs if I close the progress tab.

    #282421 Reply

    Loyal Water
    Member

    Can you switch to a new workspace and try working with JBoss. Do you get the same error again ?

    #283805 Reply

    caryp
    Member

    This message has not been recovered.

    #283812 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #286804 Reply

    mspronk
    Member

    I’m experiencing the same problem. Everytime I save a file. This only starts after I’ve been running and working in MyEclipse for about 10-15 minutes.

    The stacktrace (.log) gives me this:

    !ENTRY org.eclipse.ui 4 0 2008-07-07 09:29:31.334
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument cannot be null)
            at org.eclipse.swt.SWT.error(SWT.java:3563)
            at org.eclipse.swt.SWT.error(SWT.java:3481)
            at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
            at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974)
            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
            at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
            at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
            at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
            at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
            at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
            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:508)
            at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
            at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    Caused by: java.lang.IllegalArgumentException: Argument cannot be null
            at org.eclipse.swt.SWT.error(SWT.java:3547)
            at org.eclipse.swt.SWT.error(SWT.java:3481)
            at org.eclipse.swt.SWT.error(SWT.java:3452)
            at org.eclipse.swt.widgets.Widget.error(Widget.java:438)
            at org.eclipse.swt.widgets.Link.setText(Link.java:681)
            at org.eclipse.ui.internal.progress.ProgressInfoItem.updateText(ProgressInfoItem.java:773)
            at org.eclipse.ui.internal.progress.ProgressInfoItem.setLinkText(ProgressInfoItem.java:759)
            at org.eclipse.ui.internal.progress.ProgressInfoItem.refresh(ProgressInfoItem.java:530)
            at org.eclipse.ui.internal.progress.ProgressInfoItem.setDisplayed(ProgressInfoItem.java:902)
            at org.eclipse.ui.internal.progress.ProgressInfoItem.setDisplayed(ProgressInfoItem.java:888)
            at org.eclipse.ui.internal.progress.DetailedProgressViewer.updateVisibleItems(DetailedProgressViewer.java:503)
            at org.eclipse.ui.internal.progress.DetailedProgressViewer.access$0(DetailedProgressViewer.java:497)
            at org.eclipse.ui.internal.progress.DetailedProgressViewer$2.controlMoved(DetailedProgressViewer.java:99)
            at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:210)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1125)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1106)
            at org.eclipse.swt.widgets.Control.setBounds(Control.java:682)
            at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1153)
            at org.eclipse.swt.widgets.Control.setLocation(Control.java:750)
            at org.eclipse.swt.custom.ScrolledComposite.setContent(ScrolledComposite.java:438)
            at org.eclipse.ui.internal.progress.DetailedProgressViewer.updateForShowingProgress(DetailedProgressViewer.java:180)
            at org.eclipse.ui.internal.progress.DetailedProgressViewer.remove(DetailedProgressViewer.java:424)
            at org.eclipse.ui.internal.progress.ProgressViewerContentProvider.remove(ProgressViewerContentProvider.java:218)
            at org.eclipse.ui.internal.progress.ProgressViewUpdater$1.runInUIThread(ProgressViewUpdater.java:280)
            at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
            at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
            at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129)
            ... 22 more
    #286830 Reply

    Loyal Water
    Member

    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    #286833 Reply

    mspronk
    Member

    *** Date:
    Monday, July 7, 2008 12:39:38 o’clock PM PDT

    ** System properties:
    OS=Linux
    OS version=2.6.22-15-generic
    Java version=1.6.0_03

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.0.1 GA
    Build id: 6.0.1-GA-200710

    *** Eclipse details:
    Eclipse Platform

    Version: 3.3.2
    Build id: M20080221-1800

    Eclipse Graphical Editing Framework

    Version: 3.3.1.v20070814
    Build id: 20080221-1602

    Eclipse Plug-in Development Environment

    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800

    Eclipse Platform

    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800

    Eclipse Graphical Editing Framework

    Version: 3.3.2.v20080129
    Build id: 20080221-1602

    Eclipse RCP

    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800

    Eclipse Java Development Tools

    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800

    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86
    -showsplash
    -launcher
    /usr/local/eclipse/eclipse
    -name
    Eclipse
    –launcher.library
    /usr/local/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
    -startup
    /usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -vm
    /usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/../lib/i386/client/libjvm.so

    #286863 Reply

    Loyal Water
    Member

    I’m experiencing the same problem. Everytime I save a file. This only starts after I’ve been running and working in MyEclipse for about 10-15 minutes.

    Can you give me some more details about this issue and when do you run into this issue? You run into this issue when your updating MyEclipse ? Which patch were you trying to apply?

    #286870 Reply

    mspronk
    Member

    I experience this while working in Eclipse. At the moment the errors seem to have subsided again.

    When I was experiencing it, it would show up at least when I saved file changes, but also on a seemingly regular basis while not working on it (ie. I come back to my computer after a few hours, and there would be multiple of these errors that had accumulated).

    I’m not sure what you mean with “which patch I was trying to apply”.. this is not related to patches from my perspective.

    #286923 Reply

    gcstang
    Member

    MyEclipse 6.5
    I’m getting the same errors on the latest Pulse install with the following Plugins:

    1. log4e 1.2.12
    2. jseclipse 1.5.5
    3. subclipse 1.5.0
    4. eclipse2ant 1.1.3

    On Windows XP using the Pulse Installer (default setup)

    This is slowly driving me insane.

    #286929 Reply

    rdittrich
    Member

    I have the same extremely anoying message on Version: 6.0.1 GA.

    #286988 Reply

    mspronk
    Member

    Upgraded today to MyEclipse 6.5 because it just became unbearable, and the errors are still coming back. Here is my new installation summary:

    *** Date: 
    Thursday, July 10, 2008 12:08:46 o'clock PM GMT-08:00
    
    ** System properties:
    OS=Linux
    OS version=2.6.22-15-generic
    Java version=1.5.0_11
    
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609
    
    
    *** Eclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609
    
    
    
    
    Eclipse Project SDK
    
    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800
    
    
    Eclipse Platform
    
    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800
    
    
    Eclipse Java Development Tools
    
    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800
    
    
    Eclipse Graphical Editing Framework
    
    Version: 3.3.2.v20080129
    Build id: 20080221-1602
    
    
    Eclipse RCP
    
    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800
    
    
    Eclipse Plug-in Development Environment
    
    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800
    
    
    
    
    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86
    -showsplash
    -launcher
    /home/mspronk/Pulse/Software/MyEclipse 6.5/eclipse
    -name
    Eclipse
    --launcher.library
    /home/mspronk/Pulse/Software/MyEclipse 6.5/../../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
    -startup
    /home/mspronk/Pulse/Software/MyEclipse 6.5/../../Common/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata
    29c8009
    -configuration
    ../../../../configuration
    -clean
    -configuration
    /home/mspronk/Pulse/Software/MyEclipse 6.5/configuration
    -clean
    -vm
    /home/mspronk/Pulse/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java
    #287348 Reply

    Marc
    Member

    Same problem here. This is my 3rd or fourth version of MyEclipse (I’ve been upgrading with possible) and the error has followed me from version to version. It sure would be nice to get some resolution to this issue, since we ARE paying for this product. Maybe some better error reporting would help… these Microsoft-like errors sure aren’t helpful…

    Here’s my installation summary…

    *** Date: 
    Monday, July 21, 2008 11:08:24 AM GMT-07:00
    
    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_11
    
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.1 GA
    Build id: 6.5.1-GA-20080715
    
    
    *** Eclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 6.5.1 GA
    Build id: 6.5.1-GA-20080715
    
    
    
    
    Eclipse Platform
    
    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800
    
    
    Eclipse RCP
    
    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800
    
    
    Eclipse Java Development Tools
    
    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800
    
    
    Eclipse Plug-in Development Environment
    
    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800
    
    
    Eclipse Project SDK
    
    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800
    
    
    Eclipse Graphical Editing Framework
    
    Version: 3.3.2.v20080129
    Build id: 20080221-1602
    
    
    
    
    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    D:\MyEclipse6.5\eclipse\eclipse.exe
    -name
    Eclipse
    --launcher.library
    D:\MyEclipse6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
    -startup
    D:\MyEclipse6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata
    928_70
    -clean
    -vm
    d:\MyEclipse6.5\jre\bin\javaw.exe
    
    
Viewing 15 posts - 1 through 15 (of 48 total)
Reply To: Multiple Errors from Update Progress

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