Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9492 invoked from network); 18 Sep 2008 13:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 13:45:41 -0000 Received: (qmail 70804 invoked by uid 500); 18 Sep 2008 13:45:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70763 invoked by uid 500); 18 Sep 2008 13:45:34 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 70752 invoked by uid 99); 18 Sep 2008 13:45:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 06:45:34 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 13:44:34 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KgJog-0005fn-Pj for axis-dev@ws.apache.org; Thu, 18 Sep 2008 06:45:06 -0700 Message-ID: <19553294.post@talk.nabble.com> Date: Thu, 18 Sep 2008 06:45:06 -0700 (PDT) From: blakep To: axis-dev@ws.apache.org Subject: Error Validating Axis2 Installation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: blakep@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello all! I have been tasked with getting a web service up and running and chose to use Apache Axis. Here is my current setup: Apache Axis2 1.3 (have also tried 1.4) Tomcat 5.5.17 Win XP with latest service pack I installed the Axis war and all the initial links work except for Validate. When I try to launch HappyAxis.jsp to verify installation of Axis2 I get a NumberFormatException. I was initally getting a servlet error on startup but took out the servlet-api-2.3.jar that was in the axis2/web-inf/lib folder. Guess it was just conflicting with the Tomcat containers servlet-api.jar. Here is a snippet from startup and then the exception: ... Sep 16,2008 11:27:34 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive axis2.war [INFO] default: init [INFO] AxisServlet: init [INFO] Deploying module: addressing-1.3 [INFO] Deploying module: script-1.3 [INFO] Deploying module: metadataExchange-1.3 [INFO] Deploying module: ping-1.3 [INFO] Deploying module: soapmonitor-1.3 [INFO] script module activated [INFO] Deploying Web service: version-1.3.aar [INFO] jsp: init Sep 16,2008 11:27:39 AM org.apache.catalina.core.ApplicationContext log INFO: default: init Sep 16,2008 11:27:39 AM org.apache.catalina.core.ApplicationContext log INFO: jsp: init Sep 16,2008 11:27:39 AM org.apache.catalina.core.ApplicationContext log INFO: default: init Sep 16,2008 11:27:39 AM org.apache.catalina.core.ApplicationContext log INFO: jsp: init Sep 16,2008 11:27:39 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Sep 16,2008 11:27:39 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Sep 16,2008 11:27:39 AM org.apache.jk.server.JKMain start INFO: Jk running ID=0 time=0/16 config=null Sep 16,2008 11:27:39 AM org.apache.catalins.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Sep 16,2008 11:27:39 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 6925 ms [INFO] jsp: init [INFO] jsp: init [INFO] jsp: init [ERROR] Servlet.service() for servet jsp threw exception java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:468) at java.lang.Integer.parseInt(Integer.java:497) at org.apache.axis2.transport.http.ProxyConfiguration.confgure(ProxyConfiguration.java:185) I tried to deploy a test web service in the Tomcat webapps/axis2 folder (Calculator.jws that is on the apache website) but get the following error: [INFO] Unable to parse request URL [axis2/Calculator.jws][/axis2/services] I'm guessing this is related to the fact that the Axis2 installation wont validate but cant be sure. Any thoughts on this? thanks in advance for any assistance, -Blake -- View this message in context: http://www.nabble.com/Error-Validating-Axis2-Installation-tp19553294p19553294.html Sent from the Axis - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org