For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 20 years ago by
weyus.
-
AuthorPosts
-
KuntalSharmaMemberHi ,
I am getting an error on start up of MyEclipse. I have installed MyEclipse on Eclipse 3.2 and followed the installation instructions as detailed in the installer.
My Environment :
Eclipse version : 3.2
MyEclipse version : MyEclipse 5.0GA
Java Version : j2sdk1.4.2_04
Any clue would be helpful ?
ERROR:
!SESSION 2006-08-09 18:52:48.363 ———————————————–
eclipse.buildId=I20060223-1656
java.version=1.4.2_04
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.core.runtime 2006-08-09 18:52:49.539
!MESSAGE Product com.genuitec.myeclipse.product.ide could not be found.!ENTRY org.eclipse.osgi 4 0 2006-08-09 18:52:49.555
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:77)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169)
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.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)!ENTRY org.eclipse.osgi 2 0 2006-08-09 18:52:50.104
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-09 18:52:50.104
!MESSAGE Bundle update@../MyEclipse 5.0GA/eclipse/plugins/org.eclipse.wst.rdb.derby_1.0.101.200608061833.jar was not resolved.
!SUBENTRY 2 org.eclipse.wst.rdb.derby 2 0 2006-08-09 18:52:50.104
!MESSAGE Missing required bundle com.ibm.icu_[3.4.4,3.5.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-09 18:52:50.104
!MESSAGE Bundle update@../MyEclipse 5.0GA/eclipse/plugins/org.eclipse.wst.common.ui.properties_1.0.100.200608061833.jar was not resolved.
!SUBENTRY 2 org.eclipse.wst.common.ui.properties 2 0 2006-08-09 18:52:50.104
!MESSAGE Missing required bundle org.eclipse.core.runtime.compatibility_[3.1.100,3.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-09 18:52:50.104August 9, 2006 at 3:37 pm #256472
Scott AndersonParticipantThe issue is likely that the Eclipse plugin cache got stale as it sometimes
does not cleanly rebuild after updates. To rectify the problem you’ll need
to restart Eclipse with the -clean flag one time: eclipse.exe -cleanThat should resolve the problem.
August 9, 2006 at 11:53 pm #256488
KuntalSharmaMemberScott,
Thanks for the quick reponse.
I tried the -clean option but still got the same error. So, I cleaned up the “configuration” directory manually and then tried again…..lo and behold it worked. 🙂August 10, 2006 at 3:22 pm #256526
Scott AndersonParticipantEclipse configurations are weird beasts and sometimes something gets stuck in the cache that’s just hard to dislodge. Glad to hear you’re up and running. BTW, check out the MyEclipse Visual HTML/JSP Designer. All new for 5.0 and *really good*.
August 29, 2006 at 12:17 pm #257799
weyusMember@support-scott wrote:
Eclipse configurations are weird beasts and sometimes something gets stuck in the cache that’s just hard to dislodge. Glad to hear you’re up and running. BTW, check out the MyEclipse Visual HTML/JSP Designer. All new for 5.0 and *really good*.
What does it mean to “clean up the configuration directory manually” – I may need to do this as well.
Thanks,
Wes -
AuthorPosts
