- This topic has 3 replies, 2 voices, and was last updated 17 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
Trond Marius ØvstetunMemberI have a problem when trying to install MyEclipse 5.1GA. I follow the instructions, using a fresh install of Eclipse 3.2.1, then run the MyEclipse installer, which completes without errors.
When I try to start MyEclipse, the splash-screen shows, then a messagebox saying “An errror has occured. See the log file $HOME$/workspace/.metadata/.log” (I never selected a workspace though..)The log file starts like this, and follows with a bunch more bundle-errors..
Can somebody help me? Someone seen this behaviour?BTW, running the all-in-one-installer earlier today seemed to work, but I need to customize my installation..
Regards, Trond.
!SESSION 2006-12-12 15:14:21.828 ———————————————–
eclipse.buildId=M20060921-0945
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_NO
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-12-12 15:14:25.531
!MESSAGE Product com.genuitec.myeclipse.product.ide could not be found.!ENTRY org.eclipse.osgi 4 0 2006-12-12 15:14:25.546
!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)!ENTRY org.eclipse.osgi 2 0 2006-12-12 15:14:25.640
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-12 15:14:25.640
!MESSAGE Bundle update@../MyEclipse5.0.1/eclipse/plugins/org.eclipse.jst.ws.consumption.ui_1.0.103.200611121201.jar was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.consumption.ui 2 0 2006-12-12 15:14:25.640
!MESSAGE Missing required bundle org.eclipse.jdt.core_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.jst.ws.consumption.ui 2 0 2006-12-12 15:14:25.640
!MESSAGE Missing required bundle org.eclipse.jdt.ui_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-12 15:14:25.640
!MESSAGE Bundle update@../MyEclipse5.0.1/eclipse/plugins/org.eclipse.jst.jsf.taglibprocessing_0.5.0.200611121201.jar was not resolved.
!SUBENTRY 2 org.eclipse.jst.jsf.taglibprocessing 2 0 2006-12-12 15:14:25.640
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 2 org.eclipse.jst.jsf.taglibprocessing 2 0 2006-12-12 15:14:25.640
!MESSAGE Missing required bundle org.eclipse.jdt.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-12 15:14:25.640
Riyad KallaMemberIt looks like an installation problem of some kind… you said the All-In-One installer worked, this is just a setup of JDK/Eclipse 3.2.1 and MyEclipse 5.1.0, why not install that, then start customizing it from there? Start with a working setup first.
Trond Marius ØvstetunMemberCan I do the same configurations on the all-in-one version as the normal installer? Your documentation says to use the all-in-one for testing and to tryout the software..?
Switch to my regular jdk?
Tune startup parameters?
Riyad KallaMemberOh yes, that wording is confusing. The All-In-One installer is not custom or special, it’s just our best-case-setup of the latest stable JDK, Eclipse and MyEclipse all preconfigured to run together to make your life (as a developer) easier. You are free to tweak the eclipse.ini file, add other plugins and so on. I would point out that the JDK we ship to run it, is the most stable for that combination, if you wanted to step back to the last 1.4.2 release (1.4.2_12 I think) you should be fine, but if you wanted to step back to an early 1.4.2 release or 1.5.0 release, I wouldn’t suggest it. Also, there are little oddities that occur with 1.6.0, so I wouldn’t suggest you use that either at this moment.
NOTE: This is just the JDK used to run Eclipse, if you are asking about JDK’s that are registered inside of MyEclipse and used for your projects, you can use any version you like.
-
AuthorPosts