Title: Sept. 15 nightly build axis2.war and tomcat conflict ?
The axis2.xml  on my machine is the one coming with the axis2.war from Sept. 15 nightly build.
I haven't modified it. Here is the list :
 

<transportReceiver name="http" class="org.apache.axis2.transport.http.SimpleHTTPServer">

<parameter name="port" locked="false">6060</parameter>

</transportReceiver>

<transportReceiver name="tcp"

class="org.apache.axis2.transport.tcp.TCPServer">

<parameter name="port" locked="false">6060</parameter>

</transportReceiver>



From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Friday, September 15, 2006 12:26 PM
To: [email protected]
Subject: Re: Sept. 15 nightly build axis2.war and tomcat conflict ?

can you list your transportReceivers in your axis2.xml
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
 

 
----- Original Message -----
From: Gul Onural
Sent: Friday, September 15, 2006 11:16 AM
Subject: Sept. 15 nightly build axis2.war and tomcat conflict ?


Hi,

I just downloaded the axis2.war from axis2 nightly builds and trying to use it with Tomcat 5.5.17 (release version).
I connected http://localhost:8080/axis2/services/listServices and I am getting the following exception when I click on
the "version" service. This didn't happened with yesterday's nightly build  of the axis2.

Did anyone see this problem before ?

Gul

type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.StringIndexOutOfBoundsException: String index out of range: 14
        java.lang.String.substring(String.java:1765)
        org.apache.axis2.transport.http.ListingAgent.extractHostAndPort(ListingAgent.java:126)
        org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:166)
        org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:165)
        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.17 logs.

Reply via email to