| Author |
Eclipse startup with Errors!!(no clues)
|
Voggy Horla
Greenhorn
Joined: Dec 23, 2003
Posts: 13
|
|
<code> ---------------------------------------------- !ENTRY org.eclipse.osgi 六月 12, 2004 23:57:39.234 !MESSAGE Error registering XML parser services. !STACK 0 ........................... !ENTRY org.eclipse.osgi 六月 12, 2004 23:57:39.515 !MESSAGE Startup error !STACK 1 ................ Impl.parsePluginInfo(PluginConverterImpl.java:547) at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:108) at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:650) at org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:196) at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:173) at org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:155) at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseBundleData.java:236) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:436) at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:739) at org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:657) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:708) at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:652) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219) at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:438) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:219) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:125) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
|
 |
G Moriak
Greenhorn
Joined: Jul 15, 2004
Posts: 1
|
|
|
I have this problem too. Never seen anyone post a resolution.
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
Is this a clean install?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Masoud Kalali
Author
Ranch Hand
Joined: Jul 08, 2004
Posts: 531
|
|
hi it would be help full to solve your problem if you mention: eclipse version? is it clean install? jdk version you have addressed as java_home platform
|
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
|
 |
Mike du Preez
Greenhorn
Joined: Jul 16, 2004
Posts: 1
|
|
Well I have the same problem. eclipse 3.0 final release. sdk 1.4.2_04
|
<i>Analyst Programmer/DBA</i>
|
 |
priya Suri
Greenhorn
Joined: Aug 04, 2004
Posts: 1
|
|
Hi, After Java 2 SDK, version 1.4.*, while running eclipse.exe, run with -vm option and include the java sdk installtion directory path in it. For example. If eclipse and j2sdk is installed in c:\, then c:\eclipse> eclipse.exe -vm c:\j2sdk1.4.2._05\bin\javaw.exe You can also refer to the following link for more detailed help. http://www.eclipse.org/webtools/initial-contribution/IBM/evalGuides/ServerToolsEval.html?p=1 Thanks, Priya
|
 |
 |
|
|
subject: Eclipse startup with Errors!!(no clues)
|
|
|