[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.test-and-performance] Re: installation problems

SOLVED

 found the solution,
I know remember that in advanced system properties < environment variables
there is a setting for the path with this written in it

C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program
Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\S
ystem32\Wbem;C:\Program Files\Common Files\Adaptec
Shared\System;C:\Advantage Plex\Versie51\bin;

I removed C:\Program Files\Oracle\jre\1.3.1\bin AND C:\Program
Files\Oracle\jre\1.1.8\bin

Now eclipse is startin up without any errors and my oracle database is still
working so no harm done.

"Peter lesage" <peter@xxxxxxxxxxx> wrote in message
news:ci8s8l$ile$1@xxxxxxxxxxxxxx
> ! Hi,
>
> I'm getting the following error when I try to startup Elcipse 3.0:
>
> What I find strange is theat the java version posted in the log doesn't
> correspond with the current java runtime environment on my pc. I'm now
> running version 1.4.2_05
> and the sdk1.4.2_04.
>
> The log says I'm running 1.3.1_01 version
>
>
>
> Can somebody help me out with this problem?
>
>
>
> Best regards,
>
>
>
> Peter Lesage
>
> Synobsys
>
>
>
> SESSION sep 14, 2004
> 12:57:35.266 ---------------------------------------------
>
> eclipse.buildId=I200406251208
>
> java.version=1.3.1_01
>
> java.vendor=Sun Microsystems Inc.
>
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_BE
>
>
>
> !ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.266
>
> !MESSAGE Error registering XML parser services.
>
> !STACK 0
>
> java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
>
>             at java.net.URLClassLoader$1.run(Unknown Source)
>
>             at java.security.AccessController.doPrivileged(Native Method)
>
>             at java.net.URLClassLoader.findClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>
>             at java.lang.Class.forName0(Native Method)
>
>             at java.lang.Class.forName(Unknown Source)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(Ec
> lipseAdaptor.java:272)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdapto
> r.java:253)
>
>             at
>
org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemB
> undleActivator.java:61)
>
>             at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleConte
> xtImpl.java:958)
>
>             at java.security.AccessController.doPrivileged(Native Method)
>
>             at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bu
> ndleContextImpl.java:954)
>
>             at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte
> xtImpl.java:937)
>
>             at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(Sta
> rtLevelManager.java:553)
>
>             at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLeve
> lManager.java:477)
>
>             at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(S
> tartLevelManager.java:273)
>
>             at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevel
> Manager.java:243)
>
>             at
>
org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.ja
> va:166)
>
>             at
>
org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425
> )
>
>             at
> org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:
> 216)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
>
>             at java.lang.reflect.Method.invoke(Native Method)
>
>             at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
>
>             at org.eclipse.core.launcher.Main.run(Main.java:644)
>
>             at org.eclipse.core.launcher.Main.main(Main.java:628)
>
>
>
> !ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.507
>
> !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(Unknown Source)
>
>             at java.security.SecureClassLoader.defineClass(Unknown Source)
>
>             at java.net.URLClassLoader.defineClass(Unknown Source)
>
>             at java.net.URLClassLoader.access$100(Unknown Source)
>
>             at java.net.URLClassLoader$1.run(Unknown Source)
>
>             at java.security.AccessController.doPrivileged(Native Method)
>
>             at java.net.URLClassLoader.findClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClass(Unknown Source)
>
>             at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>
>             at
>
org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginC
> onverterImpl.java:552)
>
>             at
>
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginCo
> nverterImpl.java:111)
>
>             at
>
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginC
> onverterImpl.java:655)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseB
> undleData.java:219)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundl
> eData.java:177)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundle
> Data.java:159)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseB
> undleData.java:266)
>
>             at
>
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initial
> izeNewBundle(DefaultBundleData.java:77)
>
>             at
>
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(De
> faultAdaptor.java:451)
>
>             at
>
org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(F
> ramework.java:746)
>
>             at
>
org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
>
>             at java.security.AccessController.doPrivileged(Native Method)
>
>             at
>
org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.j
> ava:715)
>
>             at
>
org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.j
> ava:659)
>
>             at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(Bun
> dleContextImpl.java:219)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarte
> r.java:800)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStar
> ter.java:429)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:
> 222)
>
>             at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
>
>             at java.lang.reflect.Method.invoke(Native Method)
>
>             at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
>
>             at org.eclipse.core.launcher.Main.run(Main.java:644)
>
>             at org.eclipse.core.launcher.Main.main(Main.java:628)
>
>
>
> !ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.517
>
> !MESSAGE Bundle
>
initial@reference:file:c:/Prog/eclipse/plugins/org.eclipse.core.runtime_3.0.
> 0/ [1] was not resolved.
>
>
>
>
>