Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Cannot Install Eclipse
Cannot Install Eclipse [message #52390] Fri, 15 April 2005 15:03 Go to next message
Eclipse UserFriend
Originally posted by: irina.nita.cgi.com

Hi,

I am new to eclipse, and I am trying to install it on my WIN 2K computer.

I get the following error message in the log file.

***********************************

!SESSION Apr 15, 2005 10:50:13.227
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.3.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA

!ENTRY org.eclipse.osgi Apr 15, 2005 10:50:13.227
!MESSAGE Error registering XML parser services.
!STACK 0
java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313 )
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndo rsedXMLParser(EclipseAdaptor.java:272)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdaptor.java:253)
at
org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.start(SystemBundleActivator.java:61)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1 .run(BundleContextImpl.java:958)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:954)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:937)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:553)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:477)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:273)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:243)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:166)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:425)
at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:216)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
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:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Apr 15, 2005 10:50:13.297
!MESSAGE Startup error
!STACK 1
java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoade r.java:111)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313 )
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePl uginInfo(PluginConverterImpl.java:557)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginConverterImpl.java:111)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginConverterImpl.java:660)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseBundleData.java:233)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundleData.java:191)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundleData.java:159)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseBundleData.java:280)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initializeNewBundle(DefaultBundleData.java:77)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(DefaultAdaptor.java:451)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:746)
at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:715)
at
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.java:659)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(BundleContextImpl.java:219)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:800)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:429)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:222)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
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:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Apr 15, 2005 10:50:13.307
!MESSAGE Bundle initial@reference:file:e:/Documents and
Settings/TTSSR/Desktop/Eclipse/eclipse/plugins/org.eclipse.c ore.runtime_3.0.1/
[1] was not resolved.
***************************************************

Does anyone have any suggestions?
Re: Cannot Install Eclipse [message #52713 is a reply to message #52390] Sat, 16 April 2005 03:36 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Irina wrote:
> Hi,
>
> I am new to eclipse, and I am trying to install it on my WIN 2K computer.
> I get the following error message in the log file.
>
> ***********************************
>
> !SESSION Apr 15, 2005 10:50:13.227
> ---------------------------------------------
> eclipse.buildId=M200409161125
> java.version=1.3.1_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA

<rant>
Man, I am *really* getting tired of people posting this exact same
question day after day after day. Not only is the answer posted numerous
times each week, but the answer is basically RTFM (in this case Read the
F-ing Download Page).

Out of principle, I am not going to answer the question directly. Please
do a little of your own research and search the newsgroup for previous
postings. Hell, this was already answered TODAY for goodness sake!
Man, is every developer out there becoming more and more lazy these
days? There should be a process enforced on these newsgroups that
required at least 15 minutes of research before being allowed to post a
question!
</rant>

Frustrated,
Eric

--------
Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men.
- Martin Luther King Jr.
Previous Topic:Sharing a J2EE web project with a team (CVS)
Next Topic:Where to write servlets and hoe to deploy in Tomcat
Goto Forum:
  


Current Time: Fri Nov 08 21:46:30 GMT 2024

Powered by FUDForum. Page generated in 0.05659 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top