Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48070 invoked from network); 1 Feb 2007 14:19:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 14:19:29 -0000 Received: (qmail 42945 invoked by uid 500); 1 Feb 2007 14:19:32 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42892 invoked by uid 500); 1 Feb 2007 14:19:32 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42881 invoked by uid 99); 1 Feb 2007 14:19:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 06:19:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hcunico@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 06:19:22 -0800 Received: by an-out-0708.google.com with SMTP id b36so331804ana for ; Thu, 01 Feb 2007 06:19:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=AJ6fZ1NU2EpEEEcnzWBiaiRmEeBcgCV+84Sz5wxoPc5GJISs3Mqo+MF0mAQVMUlxelW/kzA2bPCvVtmq+hAMHvlCTnOe/hqqZP0IJqXAwYIhDxPap6gh2W0g0KuXRqUhzeZinIr+VIrecec3Fkvw6cBNSefy/k5vRGy9vDIwHYs= Received: by 10.100.165.9 with SMTP id n9mr1012636ane.1170339541836; Thu, 01 Feb 2007 06:19:01 -0800 (PST) Received: from ?192.168.1.100? ( [71.70.229.139]) by mx.google.com with ESMTP id 45sm4685378wri.2007.02.01.06.19.00; Thu, 01 Feb 2007 06:19:00 -0800 (PST) Message-ID: <45C1F6D2.3060408@gmail.com> Date: Thu, 01 Feb 2007 09:18:58 -0500 From: Hernan Cunico User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Geronimo v1.2 Web services sample References: <45C11751.6060702@gmail.com> <3057.124.43.99.132.1170294083.squirrel@webmail4.pair.com> In-Reply-To: <3057.124.43.99.132.1170294083.squirrel@webmail4.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I can't get that far yet. I'm stuck trying to run the CalcClient, it complains about not finding the org/apache/geronimo/samples/calc/client/CalculatorClient, but the class is actually there and accessible. BTW, I'm trying on Tomcat first. Cheers! Hernan Lasantha Ranaweera wrote: > Hernan, > > Thanks for pointing out this issue. Looks like we definitely have a case > here. Please verify the error you are getting as same given below. > > After you have mentioned I tested this sample application in both Jetty & > Tomcat version of the server for 1.1.1 & trunk version (built recently) > but not in 1.2. The client side of the application fails in the Jetty > version of the server with following error for each case for me too:(. The > interesting thing is it works fine for Tomcat version. > > AxisFault > faultCode: {http://xml.apache.org/axis/}HTTP > faultSubcode: > faultString: (404)Not Found > faultActor: > faultNode: > faultDetail: > {}:return code: 404 > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; > charset=ISO-8859-1"/> > <title>Error 404 </title> > </head> > <body><h2>HTTP ERROR: > 404</h2><pre>NOT_FOUND</pre> > <p>RequestURI=//Calculator/calculator</p><p><i><small><a > href="http://jetty.mortbay.org/">Powered by > Jetty://</a></small></i></p><br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > <br/> > > </body> > </html> > > {http://xml.apache.org/axis/}HttpErrorCode:404 > > (404)Not Found > at > org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744) > at > org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > at org.apache.axis.client.Call.invoke(Call.java:2767) > at org.apache.axis.client.Call.invoke(Call.java:2443) > at org.apache.axis.client.Call.invoke(Call.java:2366) > at org.apache.axis.client.Call.invoke(Call.java:1812) > at > org.apache.axis.client.AxisClientProxy.invoke(AxisClientProxy.java:163) > at $Proxy0.addition(Unknown Source) > at > org.apache.geronimo.samples.calc.client.CalculatorClient.main(Unknown > Source) > > > Thanks, > Lasantha > >> Lasantha, >> I've been trying to get this app to work on G 1.2. I updated the build >> script and deployment plans but still can't get the client to work. I had >> the same error in 1.1.1, any chance you could take a look at it? >> >> Here is the link to the 1.2 version. >> >> http://cwiki.apache.org/GMOxDOC12/simple-web-services-sample-application.html >> >> Cheers! >> Hernan >> > >