Hi all,
I use Axis 1.1 ver from 9.Feb.2003 and Tomcat
4.0.3
I try to test can i use HTTPS.
I read all user docs and instructions make it ...
but when I start my test client
I recieve this exeption, what wrong I
do?
MY ENDPOINT = https://localhost:8443/axis/test/TestWS.jws
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NullPointerException faultActor: null faultNode: null faultDetail: stackTrace: java.lang.NullPointerException at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:1 ....................... at
test.TestClient.main(TestClient.java:29)
java.lang.NullPointerException
at org.apache.axis.AxisFault.makeFault(AxisFault.java:127) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
.........................
Caused by:
java.lang.NullPointerException
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
.....................
|
- Re: HTTPS problem: NullPointerException Rosen Marinov
- Re: HTTPS problem: NullPointerException Rosen Marinov