Try throwing in latest xerces jar in WEB-INF/lib and set the service class loader order to "Parent last"
-- dims On 9/19/06, Brian Preston <[EMAIL PROTECTED]> wrote:
I searched for this in the archives and found the same problem, but it was for Java 1.5. I'm using Java 1.4 within Websphere 6 and getting this NullPointerException. The weird thing is it works fine on my local WAS 6 server. I'm getting this problem when trying to deploy to a remotely administered server. I'm in a big company and have to fill out tickets and go through admins to get the details on this, so it's slow going to find what the environment is exactly like on the server where this problem is happening. java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java(Compiled Code)) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(Unknown Source) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538) at org.apache.axis.Message.getSOAPEnvelope(Message.java:376) at org.apache.axis.client.Call.invokeEngine(Call.java:2583) at org.apache.axis.client.Call.invoke(Call.java:2553) at org.apache.axis.client.Call.invoke(Call.java:1672) Anyone know how to fix this? Thanks
-- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
