I am trying to get the https access running for axis2 in tomcat, using
Axis1.1 nightly build of Jan. 2, 2007. 

I have uncommented "SSL HTTP/1/1 Connector entry" in
$CATALINA_HOME/conf/server.xml.
Also created a certificate keystore using keytool.

https://localhost:8443/ correctly displays Tomcat homepage.  Also
https://localhost:8443/axis2/
correctly displays axis2 homepage.

However, when I click Available Services/Version I get 500 error, as
shown below.
I have attached tomcat's log file. 

Any ideas why I get this error ? 

Gul

Error Message
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:632)
        
org.apache.axis2.description.AxisService.printWSDL(AxisService.java:607)
        
org.apache.axis2.transport.http.ListingAgent.processListService(ListingA
gent.java:184)
        
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:182)
        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.
 <<localhost.2007-01-02.log>> 




Attachment: localhost.2007-01-02.log
Description: localhost.2007-01-02.log

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to