- This topic has 5 replies, 3 voices, and was last updated 17 years, 6 months ago by Riyad Kalla.
-
AuthorPosts
-
Anil GothalMemberI was using MyEclipse 5.5 M1 and today upgraded to 5.5.1 GA, but now i am not able to open HTML Editor or XML Editors, when checked log found followin:
!SESSION 2007-05-23 10:11:42.696 ———————————————–
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: C:\dev\ide\MyEclipse5.5\htmldesigner\HtmlDesigner.exe
Command-line arguments: -os win32 -ws win32 -arch x86 C:\dev\ide\MyEclipse5.5\htmldesigner\HtmlDesigner.exe!ENTRY org.eclipse.core.runtime 2007-05-23 10:11:43.509
!MESSAGE Product com.genuitec.eclipse.webdesigner3.rcp.product could not be found.!ENTRY org.eclipse.osgi 4 0 2007-05-23 10:11:43.509
!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:56)
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:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Loyal WaterMemberSeems like an update issue to me. Can you download the 5.5.1 Full Stack installer and use that to set up MyEclipse. It’s the fastest way to get you up and running with a clean install. Make sure you install it to a brand new location and NOT over your existing installation.
Anil GothalMemberWell i did download Full Stack installer for this installation. MyEclipse workbench seems to work ok so far, but HTML Editor and other SNAPS are not working. All of it throws same errors!. 🙁
Thanks,
Anil G@support-nipun wrote:
Seems like an update issue to me. Can you download the 5.5.1 Full Stack installer and use that to set up MyEclipse. It’s the fastest way to get you up and running with a clean install. Make sure you install it to a brand new location and NOT over your existing installation.
Riyad KallaMemberAnil,
How did you install the full stack installer? It needs to be installed to a brand-new directory, not ontop of any existing installs of any kind. Also did you try restarting using -clean as outlined here?
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Anil GothalMemberI did executed -clean option, but still same problem. And yes, i did installed new MyEclipse on old MyEclipse5.5M1. It looks like i have to fresh install new directory, but now this will get rid of my all plugins and workspace setup… if there is no other alternative, i will plan to reinstall separately later tonight.
The main issue is it is trying to find something MyEclipse ID, if that is solved manually it would be great!, can you please check exception stack trace and let me know.
Thanks,
Anil G@support-rkalla wrote:
Anil,
How did you install the full stack installer? It needs to be installed to a brand-new directory, not ontop of any existing installs of any kind. Also did you try restarting using -clean as outlined here?
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Riyad KallaMemberand workspace setup
Just to be clear, the new install to a new directory will require you to re-add any plugins you had, but it *won’t* invalid any configurations you had. All your configuration settings, preferences, projects, etc. are stored in your workspace, not in your install directory.
-
AuthorPosts