Brian-
Its the consultant and hw/sw providers that slow us down
which is the reason why you *should* Develop locally so your development isnt
slowed by their glacially slow bureaucratic and/or administrative
procedures..When everything works (and only when everything works) then deploy
to the tortoises
Also-
Be sure to set the RuntimePermission to getClassLoader in
$TOMCAT-HOME/conf/catalina.policy
grant
{
permission java.lang.RuntimePermission "getClassLoader";
}
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Davanum Srinivas" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, September 19, 2006 3:07 PM
Subject: Re: Null pointer with SAXParserImpl in Java 1.4
> 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]
>
>