- This topic has 4 replies, 2 voices, and was last updated 12 years ago by support-pradeep.
-
AuthorPosts
-
Larry TalleyMember*** Date:
Wednesday, November 14, 2012 2:46:54 PM AKST*** System properties:
OS=WindowsVista
OS version=6.1.0
OS arch=x86
Profile arch=x86
Window system=win32
Java version=1.6.0_13
Workspace=file:/C:/opt/el/development/IERS_CVS/
VM Args=-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
-Djava.class.path=C:\Users\ltalley\AppData\Local\MYECLI~1\MYECLI~1\../Common/plugins/ORB7B5~1.JAR*** Subscription information
Product Id: E3MP (MyEclipse Professional Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20150511
Number of users: 10*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 10.6
Build id: 10.6-20120727Blueprint: MyEclipse 10
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\ltalley\AppData\Local\MyEclipse\MyEclipse 10\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Users\ltalley\AppData\Local\MyEclipse\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
-startup
C:\Users\ltalley\AppData\Local\MyEclipse\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-install
C:\Users\ltalley\AppData\Local\MyEclipse\MyEclipse 10
-configuration
C:\Users\ltalley\AppData\Local\MyEclipse\MyEclipse 10\configuration
-clean
-vm
C:\Users\ltalley\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll————————————————————————-
!ENTRY org.eclipse.ui 4 0 2012-11-14 14:22:26.989
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid)
at org.eclipse.swt.SWT.error(SWT.java:4282)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:4263)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Decorations.setImages(Decorations.java:1063)
at com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl$5$1.configureShell(Unknown Source)
at org.eclipse.jface.window.Window.createShell(Window.java:502)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl$5.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
… 22 more————————————————
This happens when I try to update Pulse Services and Extensions 4.4.0.
Pretty much anything I do in the “Control Your Software” area gives similar errors, although not identical. I have started with the -clean argument and I have done the “repair” process several times.
support-pradeepMemberlarry,
Sorry that you are seeing this issue. Can you please install a fresh copy of MyEclipse, rather than repairing the existing one, to see if that shows the same problem.
If you can still see the same problem in the newly installed MyEclipse then please answer below queries to help me investigate further –
1) Can you please clarify how did you install MyEclipse ?
2) Can you please clarify how did you get to the update ?
3) Can you please attach the screenshot of the “Control Your Software” area.
4) Can you please clear the contents of the .log file which is located at <workspace dir>/.metadata/.log, replicate the issue and attach the log file here for us to investigate further.
Larry TalleyMemberDo you want me to run the installer, choose the repair option, and then “revert to 10.6”?
I have done that just now and I still get the error.
I have not run the installer and uninstalled and then run the installer and re-installed. I can try that if you think that is useful.
I have also not run the installer and installed another copy of MyEclipse, which I am also willing to do if you think it likely to help.
Larry TalleyMemberOk, I installed another copy of MyEclipse and the issue has disappeared. Of course I am concerned that as I re-establish any customization of my environment (add plugins, change MyEclipse settings, etc.) that it may return. But it is not an issue now on the new install of MyEclipse 10.6.
support-pradeepMemberlarry,
It is unlikely that you will see the issue again.
Let us know if you see any issues. -
AuthorPosts