For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 20 years, 3 months ago by
Greg.
-
AuthorPosts
-
VSSMemberHi!
I installed myeclipse, – which went through smoothly, and when I try to start eclipse it exits with the following log:
!SESSION 2006-04-28 18:29:21.802 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86!ENTRY org.eclipse.core.runtime 2006-04-28 18:29:22.675
!MESSAGE Product org.eclipse.sdk.ide could not be found.!ENTRY org.eclipse.osgi 2006-04-28 18:29:22.679
!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:204)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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:585)
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)!ENTRY org.eclipse.osgi 2006-04-28 18:29:22.688
!MESSAGE Bundle update@../../myeclipse/myeclipse/eclipse/plugins/com.genuitec.eclipse.ast.deploy.core_4.1.1/ [112] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.689
!MESSAGE Missing required bundle org.apache.ant_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.689
!MESSAGE Missing required bundle com.genuitec.eclipse.j2eedt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.689
!MESSAGE Missing required bundle com.genuitec.eclipse.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.689
!MESSAGE Missing required bundle com.genuitec.eclipse.easie.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.690
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.691
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.691
!MESSAGE Missing required bundle org.eclipse.jface_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.691
!MESSAGE Missing required bundle org.eclipse.swt_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.691
!MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.691
!MESSAGE Missing optionally required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.692
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-04-28 18:29:22.692Could someone tell me what is going wrong here – Eclipse was working just fine till I did this install.
“1146274161931.log” 4949L, 296119C 3,1 TopApril 29, 2006 at 8:40 pm #251384
Riyad KallaMemberThis looks like an installation problem, how exactly did you install MyEclipse? Did you install or unzip it ontop of your Eclipse directory or install it as an extension? Things look broken.
May 1, 2006 at 12:48 pm #251438
VSSMemberNope I just installed using the installer, and provided it info like it needed – eclipse directory, place to install myeclipse etc. I installed as root, but I run as a non-root user. I’ve made sure all files and directories are owned by my username.
Should I try an uninstall, and do a fresh install ?
Thanks.
May 1, 2006 at 3:43 pm #251444
Riyad KallaMemberDo you have a subscription? Installing/Running Eclipse and MyEclipse as separate users without a subscription can introduce issues as the license manager is more strict about this. For the time being, you might try installing Eclipse/MyEclipse under your home account and workspace all as the same user.
May 1, 2006 at 3:46 pm #251446
VSSMemberI did an uninstall as per the FAQ, and still eclipse doesn’t come up. Point to note is I have CDT installed – does this matter ?
Also I have an old version of eclipse(3.0) – and this comes up just fine. But the new version – 3.1.2, where I installed myeclipseide, is messed up – and so more reason for me to believe that myeclipseide messed it up.
Awaiting a response.
May 1, 2006 at 3:58 pm #251447
VSSMemberOk figured it out – I just deleted my configuration directory under ~/.eclipse directory, and starting up eclipse brought it up again.
May 1, 2006 at 4:00 pm #251448
GregMemberDid you try restarting eclipse once with “-clean” argument?
-
AuthorPosts
