- This topic has 1 reply, 2 voices, and was last updated 18 years, 2 months ago by Riyad Kalla.
-
AuthorPosts
-
ananthapMemberHi,
I downloaded and installed eclipse 3.2 and installed myeclipseide 5.x. However, when I start MyEclipse 5.0, I get the following error. Appreciate your help.
!SESSION 2006-08-27 19:10:38.328 ———————————————–
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.osgi 2006-08-27 19:10:38.750
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)Anantha
Riyad KallaMemberWhy is your eclipse.buildID getting reported as “unknown”? Are you using a nightly, integration or custom build of Eclipse?
The fastest way to trouble shoot this is to download a fresh copy of Eclipse 3.2 SDK from the eclipse.org site, unzip it a *new* dir, do the same with MyEclipse 5.0.1, install it to a new dir as well, and fire up your new install, pointing at your old workspace. Be sure to add -clean to the top line of your eclipse.ini file before you launch with your old workspace to ensure success.
-
AuthorPosts