Sent: Tuesday, March 11, 2003 4:27
PM
Subject: HTTPS problem:
NullPointerException
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?
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)
.....................