Websphere server, JAXB issue
843834Dec 6 2005 — edited Dec 7 2005Websphere server is failing to load "xercesImpl.jar" placed in "runtimes\base_v6\java\jre\lib\endorsed". I followed the instructions per JWSDP 1.6 installation and created "endorsed" directory under "runtimes\base_v6\java\jre\lib" as above. And copied the jar files from "C:\Sun\jwsdp-1.6\jaxp\** to endorsed dir.
Please let me know....
[12/6/05 11:24:07:250 EST] 00000159 SystemErr R com.sun.org.apache.xerces.internal.impl.dv.ObjectFactory$ConfigurationError: Provider com.sun.org.apache.xerces.internal.impl.dv.dtd.DTDDVFactoryImpl could not be instantiated: java.lang.NullPointerException
at com.sun.org.apache.xerces.internal.impl.dv.ObjectFactory.newInstance(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XIncludeParserConfiguration.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XIncludeParserConfiguration.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.JAXPConfiguration.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source)
at com.ugcorp.services.eventlogging.Category.refreshConfiguration(Category.java:235)
at com.ugcorp.services.eventlogging.Refresher.run(Refresher.java:45)