Hello all:
 
I am trying to diagnose a NullPointerException (see trace below) from
org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createSer
viceDescription. This problem only occurs on a specific node. I
downloaded the axis2 source code from
http://ws.apache.org/axis2/download.cgi and I can see that the
createServiceDescription method write several debug log entries. What I
can't seem to figure out is how to get these entries to show up some
where.
 
How do I turn on axi2 debug logging?
 
Thanks for any help in advance.
 
Chinh
 
Exception Trace:
 
Caused by: java.lang.NullPointerException
at
jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(D
escriptionFactoryImpl.java:102)
at
org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createSer
viceDescription(DescriptionFactoryImpl.java:79)
at
org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescr
iption(DescriptionFactory.java:76)
at
org.apache.axis2.jaxws.spi.ServiceDelegate.<init>(ServiceDelegate.java:2
11)
at
org.apache.axis2.jaxws.spi.Provider.createServiceDelegate(Provider.java:
59)
at javax.xml.ws.Service.<init>(Service.java:67)
at javax.xml.ws.Service.create(Service.java:691)
at
org.springframework.remoting.jaxws.LocalJaxWsServiceFactory.createJaxWsS
ervice(LocalJaxWsServiceFactory.java:134)
at
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.prepare(Ja
xWsPortClientInterceptor.java:288)
at
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.afterPrope
rtiesSet(JaxWsPortClientInterceptor.java:278)
at
org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean.afterProper
tiesSet(JaxWsPortProxyFactoryBean.java:49)
 
 

IMPORTANT WARNING:
This e-mail is intended for the use of the person to whom it is addressed and 
may contain information that is privileged and confidential, the disclosure of 
which is governed by applicable law. Dissemination, distribution or copying of 
this information in an unauthorized manner is strictly prohibited. Sender 
accepts no liability for any damage caused by any virus transmitted by this 
e-mail. If you receive this in error, please notify the sender.
==============================================================================

Reply via email to