Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-10 Thread Ajay Kumar Gour
Hi Upul, Thanks for the insight on this. Will see if i can use Apache Tomcat for this purpose. -Ajay On Mon, 10 Dec 2007 16:37:42 +0530, Upul Godage <[EMAIL PROTECTED]> wrote: Hi Ajay, I seems the https listener listed in axis2.xml used by the standalone axis2 server 1.3 is not work

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-10 Thread Upul Godage
Hi Ajay, I seems the https listener listed in axis2.xml used by the standalone axis2 server 1.3 is not working as the bug report says. There is an https sender already in the axis2.xml, so sending requests as a client should work out of the box without uncommenting the extra https sender. Uncomm

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-10 Thread Ajay Kumar Gour
Hi Charitha, So, does it mean that i cannot use SSL on Standalone AXIS? -Ajay On Fri, 07 Dec 2007 20:16:21 +0530, Charitha Kankanamge <[EMAIL PROTECTED]> wrote: Ajay, This is a bug in axis2-1.3. I reported a JIRA some time back. https://issues.apache.org/jira/browse/AXIS2-3309 regard

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-07 Thread Martin Gainty
did you enable the NIOConnector in server.xml ? http://tomcat.apache.org/tomcat-6.0-doc/config/http.html M- - Original Message - From: "Ajay Kumar Gour" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 9:23 AM Subject: Axis2 1.3 (Standalone server) NullPointer

Re: Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-07 Thread Charitha Kankanamge
Ajay, This is a bug in axis2-1.3. I reported a JIRA some time back. https://issues.apache.org/jira/browse/AXIS2-3309 regards Charitha Ajay Kumar Gour wrote: Hello All, To enable the SSL support in Axis2 1.3, i have uncommented the class="org.apache.axis2.transport.nhttp.HttpCoreNIOSSLList

Axis2 1.3 (Standalone server) NullPointerException during startup..

2007-12-07 Thread Ajay Kumar Gour
Hello All, To enable the SSL support in Axis2 1.3, i have uncommented the class="org.apache.axis2.transport.nhttp.HttpCoreNIOSSLListener"> and class="org.apache.axis2.transport.nhttp.HttpCoreNIOSSLSender"> elements. But when restart the server, iam getting following error - [FATAL] [SimpleAxi