Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
caryp
Post subject: Multiple Errors from Update Progress  PostPosted: Mar 04, 2008 - 12:24 AM
Registered Member
Registered Member


Joined: Jun 01, 2006
Posts: 8

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
 
 View user's profile Send private message  
Reply with quote Back to top
caryp
Post subject: RE: Multiple Errors from Update Progress  PostPosted: Mar 04, 2008 - 12:25 AM
Registered Member
Registered Member


Joined: Jun 01, 2006
Posts: 8

A system reboot seemed to fix it. Hmm....
 
 View user's profile Send private message  
Reply with quote Back to top
caryp
Post subject: RE: Multiple Errors from Update Progress  PostPosted: Mar 04, 2008 - 12:31 AM
Registered Member
Registered Member


Joined: Jun 01, 2006
Posts: 8

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.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Multiple Errors from Update Progress  PostPosted: Mar 04, 2008 - 05:45 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5764

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

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
caryp
Post subject: RE: Multiple Errors from Update Progress  PostPosted: Apr 08, 2008 - 05:21 PM
Registered Member
Registered Member


Joined: Jun 01, 2006
Posts: 8

I've tried this, but with a new project I have nothing to compile so the progress tab is inactive most of the time. Any suggestions.

BTW. This is a HUGE irritation occurring on two development seats (which we've paid for). Our current work around is restart MyEclipse, which is a major productivity drain making this version of MyEclipse is more of a hindrance than a help. Unfortunately, reverting back to 5.x is now giving us errors too (js or html validation is hanging) so we're stuck.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Multiple Errors from Update Progress  PostPosted: Apr 08, 2008 - 06:42 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5764

caryp,
Can you paste the entire error being logged under <workspace>/.metadata/.log file. It would be nice if you could clear the .log file and re-record the error message.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
mspronk
Post subject: Stacktrace  PostPosted: Jul 07, 2008 - 05:33 PM



Joined: Jul 07, 2008
Posts: 5

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:

Code:
!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
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Stacktrace  PostPosted: Jul 07, 2008 - 08:21 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5764

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

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
mspronk
Post subject:   PostPosted: Jul 07, 2008 - 08:39 PM



Joined: Jul 07, 2008
Posts: 5

*** 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
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject:   PostPosted: Jul 08, 2008 - 08:05 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5764

Quote:

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?

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
mspronk
Post subject:   PostPosted: Jul 08, 2008 - 09:43 PM



Joined: Jul 07, 2008
Posts: 5

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.
 
 View user's profile Send private message  
Reply with quote Back to top
gcstang
Post subject:   PostPosted: Jul 09, 2008 - 07:51 PM
Registered Member
Registered Member


Joined: Jun 25, 2003
Posts: 59

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.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
rdittrich
Post subject:   PostPosted: Jul 09, 2008 - 10:17 PM



Joined: Jan 24, 2008
Posts: 1

I have the same extremely anoying message on Version: 6.0.1 GA.
 
 View user's profile Send private message  
Reply with quote Back to top
mspronk
Post subject:   PostPosted: Jul 10, 2008 - 09:08 PM



Joined: Jul 07, 2008
Posts: 5

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

Code:
*** 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
 
 View user's profile Send private message  
Reply with quote Back to top
MWThomson
Post subject: Re: Multiple Errors from Update Progress  PostPosted: Jul 21, 2008 - 07:15 PM



Joined: Jun 08, 2007
Posts: 9

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...
Code:
*** 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

 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits