Hi,
I am trying to setup https access to Axis2 in tomcat. I have configured
the tomcat to use https on port 8443.
I can get access to the list of services using
https://localhost:8443/axis2/services/listServices.
I can see "version" in the list of available services, but when I click
the version I get 500 error.
What else I need to do to get https access working for a services ?
Gul
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
java.lang.NullPointerException
org.apache.axis2.transport.http.ListingAgent$HTTPSListener.getEPRsForSer
vice(ListingAgent.java:406)
org.apache.axis2.description.AxisService.getEPRs(AxisService.java:625)
org.apache.axis2.description.AxisService.printWSDL(AxisService.java:600)
org.apache.axis2.transport.http.ListingAgent.processListService(ListingA
gent.java:184)
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:177)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.15 logs.