Problem Bibliotheken zu finden

derChris

Grünschnabel
Hi,

ich bin gerade etwas am verzweifeln... Ich möchte eine Java 6 Anwendung (lokal) auf einen Server mit Java 5 laufen lassen...

Dabei bekomme ich die Fehlermeldung:

Could not load META-INF/services/javax.xml.parsers.SAXParserFactory

Ich habe alles mögliche Versucht, die Bibliotheken einzubinden aber irgendwie funktioniert es nicht...

Ich arbeite mit Eclipse... hat jemand eine Ahnung, was ich falsch mache?

Ich freue mich riesig über jeden Tipp

Hier ein Teil der Meldung:

12.12.2007 11:04:42 org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load META-INF/services/javax.xml.parsers.SAXParserFactory. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
12.12.2007 11:04:42 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load org.apache.xerces.jaxp.SAXParserFactoryImpl. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
 
Zuletzt bearbeitet:
Zurück