Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 52884 invoked from network); 22 Sep 2006 11:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 11:06:56 -0000 Received: (qmail 34499 invoked by uid 500); 22 Sep 2006 11:06:55 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 34466 invoked by uid 500); 22 Sep 2006 11:06:55 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 34455 invoked by uid 99); 22 Sep 2006 11:06:55 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 04:06:55 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=monica.popuri@hp.com; spf=permerror X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=HTML_MESSAGE Received-SPF: error (idunn.apache.osuosl.org: domain hp.com from 15.219.201.135 cause and error) Received: from [15.219.201.135] ([15.219.201.135:60653] helo=bgerelbas02.asiapac.hp.net) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 38/76-06791-EB3C3154 for ; Fri, 22 Sep 2006 04:06:41 -0700 Received: from bgeexg11.asiapacific.cpqcorp.net (bgeexg11.asiapacific.cpqcorp.net [16.150.33.26]) by bgerelbas02.asiapac.hp.net (Postfix) with ESMTP id E8BD233082 for ; Fri, 22 Sep 2006 16:36:34 +0530 (IST) Received: from BGEEXC02.asiapacific.cpqcorp.net ([16.150.33.10]) by bgeexg11.asiapacific.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 22 Sep 2006 16:36:34 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6DE37.2A5E3BCA" Subject: RE: Problem with deployment of calculator web service Date: Fri, 22 Sep 2006 16:36:34 +0530 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with deployment of calculator web service Thread-Index: AcbeJkK9yYc63HE3SX+tJaTb5OHXtAAECAdQ From: "Popuri, Monica" To: "Apache AXIS C User List" X-OriginalArrivalTime: 22 Sep 2006 11:06:34.0184 (UTC) FILETIME=[2A5B6C80:01C6DE37] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6DE37.2A5E3BCA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi John, I have tried one thing : tcp localhost 80 80 is the port where my apache is running and I see that this port is = not blocked. what else can I see.=20 Have I mentioned that when I see in Internet explorer = http://localhost/axis/ I get Deployment Descriptor not found what can be = reason for this. At this time there is no request to server? =20 Please help, Thanks And Regards, Monica -----Original Message----- From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] Sent: Friday, September 22, 2006 2:38 PM To: Apache AXIS C User List Subject: RE: Problem with deployment of calculator web service Here's what I see.=20 Firstly - you have a lot of starts of the server.=20 The ones at the beginning of the file pick up the server.wsdd file OK = and deploy the calculator service but you don't actually ever request = it.=20 Later (about the second but last time you start the server) you deploy = the calculator svc then request the server to show you the wsdd's this = fails horribly (I would not advise doing this having looked at the = trace!).=20 On the client logs I can see that the request is sent and then we never = get any response back from the server.=20 So, basically the server is never receiving a request for the calculator = service.=20 So, I suggest that we are back to what I said originally - this is a = network error of some kind (you need to find out what that number is ! = For some reason you are not getting through to the server. i suggest you = try methods on your network to see why this is.=20 hope this helps !=20 John.=20 "Popuri, Monica" wrote on 22/09/2006 07:27:30: > Sorry I forgot to add the logs.. Please look at these.=20 > =20 > Thanks,=20 > Monica=20 > =20 > =20 > -----Original Message----- > From: Popuri, Monica=20 > Sent: Thursday, September 21, 2006 5:43 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service > thanks, i guess i already have trace enabled and have AxisClientLog=20 > and AxisLog available when I make any request. Please find them=20 > attached with this mail. The AxisClient.log will show the messages=20 > when I call calcultator program from command line .=20 > Please let me know if you want to see some more traces also.=20 > =20 > Regards,=20 > Monica=20 > =20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 5:31 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 > OK, that's great - now I understand exactly where we're up to :-)=20 >=20 > So, Now I think the next thing to do would be to run trace on the=20 > Axis server (see here http://ws.apache.org/axis/cpp/TraceGuide.html > ). You might want to try putting trace on at the client too if the=20 > server trace looks OK - i.e. the server seems to be sending the=20 > complete response back.=20 >=20 > and also tcpmon so we can see if any response is being sent at all.=20 > Also, any apache trace you can get would be useful (but I can't=20 > remember how to do this!)=20 >=20 >=20 >=20 >=20 >=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 12:02=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 > Hi John,=20 > there are some things I need to update you on my installation: > I have Axis C++ installed in a folder say /obj/package/axis-c-linux- > bin. Tested calculator sample with simple_axis_server , works fine.=20 > =20 > Now when I deploy in apache (1.0.3 this time) , I am still referring > to same directory for AXISCPP_HOME (/obj/package/axis-c-linux-bin).=20 > I just copy the libaxiscpp_mod.so in apache/libexec folde . And have > added the required LoadModules lines in httpd.conf file.=20 > Now when I run http://localhost/axis I get=20 > =20 > =20 > "welcome to axis C++"=20 > "Deployment Descriptor not found"=20 > =20 > which means I am able to reach to my AXISCPP_HOME dir as=20 > axis_server.so is able to execute. But it is giving this error=20 > (Deployment descriptor not found). Although when I see AxisClientLog > or AxisLog entried I see that it is able to read my server.wsdd=20 > correctly. because If I do some changes in server.wsdd file they are > reflected in this log file also.=20 > =20 > At the same time when I try to execute the calculator program with=20 > apache like : calculator add 2 2 http://localhost/axis/Calculator I=20 > get the error as I mentioned : HTTPTransportException:Input=20 > streaming error while getting data Channel error 104 while reading=20 > data: 'Connection reset by peer'=20 > =20 > Let me know if I need to give more details so that you can help me = out.=20 > =20 > Many thanks,=20 > Monica=20 > =20 > =20 > =20 > =20 > =20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 4:24 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 >=20 > Woh there - you're talking about two diff servers. I'm asking=20 > whether the server.wsdd for the apache server (which is the one you=20 > said didn't work) was getting changed sucessfully.=20 >=20 > If you tell me that you've got this working for Simple-axis-server=20 > then we're half way there (C version I assume?)=20 >=20 > How about you take the server.wsdd from the simple-axis-server =20 > configuration and replace the apache config file with it.=20 >=20 > Then, when you've done that. run the client again against apache but > put tcpmon in-front of it so you can capture the request and response = ->=20 > http://ws.apache.org/commons/tcpmon/=20 >=20 >=20 >=20 >=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 10:55=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > yes, because I am able to execute calculator program successfully=20 > using simple_axis_server .=20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 3:24 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 >=20 > What do you mean by "perfectly alright"? Has it got the calculator=20 > service deployed or not?=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 10:45=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > server.wsdd is perfectly alright, I am deploying axis in Apache 1.0. > 3 So apache is only server running.what should be changed for=20 > deploying manually?=20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 3:02 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 >=20 > Connection reset by peer is the equivelant of the server putting the > phone down which means that you probably got to your server.=20 >=20 > Have you looked at the server.wssd file to see if it's changed? What > server are you running?=20 >=20 > If it hasn't changed then I'd be inclined to manually alter it just=20 > to deploy this service.=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 10:13=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > Hi John, I am not at all aware on how to resolve the=20 > socket/transport/network/config related error. A help is very much=20 > appriciated.=20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 2:31 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 >=20 > If you don't have the channel defined in your conf file then make=20 > sure it's in your path (libpath if unix) (you don't need ssl at this > stage). I assume you have read the instructions on the site - this=20 > is all described there I think.=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 09:44=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > By sample I meant calculator etc. By any chance, can this error be=20 > linked with absence of Channel_HTTP_SSL or Channel_SSL parameters in > axiscpp.conf file?=20 >=20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Thursday, September 21, 2006 2:10 PM > To: Apache AXIS C User List > Subject: RE: Problem with deployment of calculator web service >=20 >=20 > Yes - this is almost certainly a socket/transport/network/config = error.=20 >=20 > You've started me on a different track now by saying that you are=20 > trying the samples. Which samples? Have you ensured that they are=20 > deployed on the server?=20 >=20 > "Popuri, Monica" =20 > 21/09/2006 06:41=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > "Apache AXIS C User List" =20 >=20 > cc=20 >=20 > Subject=20 >=20 > RE: Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > Hi John,=20 >=20 > Actually I also get same error for all of sample programs. You still > feel that this can be platform related issue?=20 >=20 > With Regards,=20 > Monica=20 > -----Original Message----- > From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] > Sent: Wednesday, September 20, 2006 6:16 PM > To: Apache AXIS C User List > Subject: Re: Problem with deployment of calculator web service >=20 >=20 > this is a transport/socket problem - You'll have to find out what=20 > channel error 104 means for your particular platform.=20 >=20 > Murali Konnipati =20 > 20/09/2006 13:13=20 >=20 > Please respond to > "Apache AXIS C User List" =20 >=20 > To=20 >=20 > Apache AXIS C User List =20 >=20 > cc=20 >=20 > Subject=20 >=20 > Problem with deployment of calculator web service=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > Hi All,=20 >=20 > When i try to deploy the calculator sample usign AdminClient=20 > program, it is giving me the following error..=20 >=20 > Exception : HTTPTransportException:Input streaming error while > getting data Channel error 104 while reading data: 'Connection resetby = peer'=20 >=20 > My deploy.wsdd file is..=20 >=20 > > http://xml.apache.org/axis/wsdd/providers/CPP"> > web service"> > = value=3D"/usr/local/axiscpp_deploy/samples/calculator/libcalculator.so"/>= > subRequest mul mulRequest div divRequest "/> > > =20 >=20 > Could any body please help me in this regard,=20 >=20 > Thanks & Regards,=20 >=20 > Murali Krishna K [attachment "Axis_logs.tar" deleted by John = Hawkins/UK/IBM]=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-user-help@ws.apache.org ------_=_NextPart_001_01C6DE37.2A5E3BCA Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi = John, I have=20 tried one thing : tcp localhost 80
80 = is the port=20 where my apache is running and I see that this port is not blocked. what = else=20 can I see.
Have I mentioned=20 that when I see in Internet explorer http://localhost/axis/ I get = Deployment=20 Descriptor not found what can be reason for this. At this time there is = no=20 request to server?
 
Please=20 help,
Thanks And=20 Regards,
Monica
-----Original Message-----
From: John Hawkins=20 [mailto:HAWKINSJ@uk.ibm.com]
Sent: Friday, September 22, = 2006 2:38=20 PM
To: Apache AXIS C User List
Subject: RE: = Problem with=20 deployment of calculator web service


Here's what I see.

Firstly - you have a lot of starts of the server. =

The ones at the beginning of the file pick = up the=20 server.wsdd file OK and deploy the calculator service but you don't = actually=20 ever request it.
Later = (about the=20 second but last time you start the server) you deploy the calculator = svc then=20 request the server to show you the wsdd's this fails horribly (I would = not=20 advise doing this having looked at the trace!).

On the client logs I can see that the = request is sent=20 and then we never get any response back from the server. =

So, basically the server is never receiving = a request=20 for the calculator service.

So, I=20 suggest that we are back to what I said originally - this is a network = error=20 of some kind (you need to find out what that number is ! For some = reason you=20 are not getting through to the server. i suggest you try methods on = your=20 network to see why this is.

hope=20 this helps !


John.=20



"Popuri, Monica" = <monica.popuri@hp.com>=20 wrote on 22/09/2006 07:27:30:

> Sorry I forgot to add the = logs..=20 Please look at these.

> =  =20
> Thanks,
>=20 Monica
>   =
>  
> = -----Original=20 Message-----
> From: Popuri, Monica
> Sent: Thursday, = September=20 21, 2006 5:43 PM
> To: Apache AXIS C User List
> Subject: = RE:=20 Problem with deployment of calculator web = service

> thanks, i guess i already have trace enabled and have=20 AxisClientLog
> and AxisLog available when I make any request. = Please=20 find them
> attached with this mail. The AxisClient.log will = show the=20 messages
> when I call calcultator program from command line=20 .

> Please let me know if you = want to see=20 some more traces also.
>=20  
> Regards,=20
> Monica
>=20  
> -----Original=20 Message-----
> From: John Hawkins = [mailto:HAWKINSJ@uk.ibm.com]
>=20 Sent: Thursday, September 21, 2006 5:31 PM
> To: Apache AXIS C = User=20 List
> Subject: RE: Problem with deployment of calculator web=20 service

>
> OK, that's = great -=20 now I understand exactly where we're up to :-)
>
> So, = Now I=20 think the next thing to do would be to run trace on the
> Axis = server=20 (see here  http://ws.apache.org/axis/cpp/TraceGuide.html
> = ). You=20 might want to try putting trace on at the client too if the
> = server=20 trace looks OK - i.e. the server seems to be sending the
> = complete=20 response back.
>
> and also tcpmon so we can see if any = response=20 is being sent at all.
> Also, any apache trace you can get = would be=20 useful (but I can't
> remember how to do this!)
> =
>=20
>
>
>

> =
>=20 "Popuri, Monica" <monica.popuri@hp.com> =

> 21/09/2006 12:02
> =
>=20 Please respond to
> "Apache AXIS C User List"=20 <axis-c-user@ws.apache.org>

>=20
> To

>
> "Apache = AXIS C User=20 List" <axis-c-user@ws.apache.org>

>=20
> cc

>
> = Subject
=20
>
> RE: Problem with deployment of = calculator=20 web service

>
>
> =
>=20
> Hi John,
> there are some things I need to update you = on my=20 installation:
> I have Axis C++ installed in a folder say=20 /obj/package/axis-c-linux-
> bin. Tested calculator sample with=20 simple_axis_server , works fine.
>  
> Now when I = deploy in=20 apache (1.0.3 this time) , I am still referring
> to same = directory for=20 AXISCPP_HOME (/obj/package/axis-c-linux-bin).
> I just copy the = libaxiscpp_mod.so in apache/libexec folde . And have
> added the = required LoadModules lines in httpd.conf file.
> Now when I run = http://localhost/axis I get
>  
>  
> = "welcome=20 to axis C++"
> "Deployment Descriptor not found"
> =  =20
> which means I am able to reach to my AXISCPP_HOME dir as =
>=20 axis_server.so is able to execute. But it is giving this error =
>=20 (Deployment descriptor not found). Although when I see = AxisClientLog
>=20 or AxisLog entried I see that it is able to read my server.wsdd =
>=20 correctly. because If I do some changes in server.wsdd file they = are
>=20 reflected in this log file also.
>  
> At the same = time=20 when I try to execute the calculator program with
> apache like = :=20 calculator add 2 2 http://localhost/axis/Calculator I
> get the = error=20 as I mentioned : HTTPTransportException:Input
> streaming error = while=20 getting data Channel error 104 while reading
> data: = 'Connection reset=20 by peer'
>  
> Let me know if I need to give more = details=20 so that you can help me out.
>  
> Many thanks, =
>=20 Monica
>  
>  
>  
>   =
>  
> -----Original Message-----
> From: John = Hawkins=20 [mailto:HAWKINSJ@uk.ibm.com]
> Sent: Thursday, September 21, = 2006 4:24=20 PM
> To: Apache AXIS C User List
> Subject: RE: Problem = with=20 deployment of calculator web service
>
>
> Woh = there -=20 you're talking about two diff servers. I'm asking
> whether the = server.wsdd for the apache server (which is the one you
> said = didn't=20 work) was getting changed sucessfully.
>
> If you tell = me that=20 you've got this working for Simple-axis-server
> then we're = half way=20 there  (C version I assume?)
>
> How about you take = the=20 server.wsdd from the simple-axis-server  
> configuration = and=20 replace the apache config file with it.
>
> Then, when = you've=20 done that. run the client again against apache but
> put tcpmon = in-front=20 of it so you can capture the request and response ->
>=20 http://ws.apache.org/commons/tcpmon/
>
>
> =
>=20

>
> "Popuri, Monica"=20 <monica.popuri@hp.com>

> = 21/09/2006=20 10:55
>
> Please respond = to
>=20 "Apache AXIS C User List" = <axis-c-user@ws.apache.org>
=20
>
> To

>=20
> "Apache AXIS C User List" <axis-c-user@ws.apache.org>=20

>
> cc
=
>
> Subject

> =
>=20 RE: Problem with deployment of calculator web service
=20
>
>

>=20
>
>
>
>
> yes, because I am able to = execute=20 calculator program successfully
> using simple_axis_server . =
>=20 -----Original Message-----
> From: John Hawkins=20 [mailto:HAWKINSJ@uk.ibm.com]
> Sent: Thursday, September 21, = 2006 3:24=20 PM
> To: Apache AXIS C User List
> Subject: RE: Problem = with=20 deployment of calculator web service
>
>
> What do = you=20 mean by "perfectly alright"? Has it got the calculator
> = service=20 deployed or not?

>
> = "Popuri,=20 Monica" <monica.popuri@hp.com>

>=20 21/09/2006 10:45
>
> = Please respond=20 to
> "Apache AXIS C User List"=20 <axis-c-user@ws.apache.org>

>=20
> To

>
> "Apache = AXIS C User=20 List" <axis-c-user@ws.apache.org>

>=20
> cc

>
> = Subject
=20
>
> RE: Problem with deployment of = calculator=20 web service

>
>
>=20

>
>
>
> =
>=20
>
> server.wsdd is perfectly alright, I am deploying = axis in=20 Apache 1.0.
> 3 So apache is only server running.what should be = changed=20 for
> deploying manually?
> -----Original = Message-----
>=20 From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
> Sent: = Thursday,=20 September 21, 2006 3:02 PM
> To: Apache AXIS C User List
> = Subject: RE: Problem with deployment of calculator web service
> =
>
> Connection reset by peer is the equivelant of the = server=20 putting the
> phone down which means that you probably got to = your=20 server.
>
> Have you looked at the server.wssd file to = see if=20 it's changed? What
> server are you running?
>
> = If it=20 hasn't changed then I'd be inclined to manually alter it just
> = to=20 deploy this service.

> =
>=20 "Popuri, Monica" <monica.popuri@hp.com> =

> 21/09/2006 10:13
> =
>=20 Please respond to
> "Apache AXIS C User List"=20 <axis-c-user@ws.apache.org>

>=20
> To

>
> "Apache = AXIS C User=20 List" <axis-c-user@ws.apache.org>

>=20
> cc

>
> = Subject
=20
>
> RE: Problem with deployment of = calculator=20 web service

>
>
> =
>=20

>
>
>
> =
>=20
>
>
> Hi John, I am not at all aware on how to = resolve=20 the
> socket/transport/network/config  related error. A = help is=20 very much
> appriciated.
> -----Original = Message-----
>=20 From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com]
> Sent: = Thursday,=20 September 21, 2006 2:31 PM
> To: Apache AXIS C User List
> = Subject: RE: Problem with deployment of calculator web service
> =
>
> If you don't have the channel defined in your conf = file then=20 make
> sure it's in your path (libpath if unix) (you don't need = ssl at=20 this
> stage). I assume you have read the instructions on the = site -=20 this
> is all described there I think. =

>
> "Popuri, Monica" <monica.popuri@hp.com>=20

> 21/09/2006 09:44=20
>
> Please respond = to
>=20 "Apache AXIS C User List" = <axis-c-user@ws.apache.org>
=20
>
> To

>=20
> "Apache AXIS C User List" <axis-c-user@ws.apache.org>=20

>
> cc
=
>
> Subject

> =
>=20 RE: Problem with deployment of calculator web service
=20
>
>
>
>
>=20

>
>
>
> =
>=20
>
>
>
> By sample I meant calculator etc. = By any=20 chance, can this error be
> linked with absence of = Channel_HTTP_SSL or=20 Channel_SSL parameters in
> axiscpp.conf file?
>
> = -----Original Message-----
> From: John Hawkins=20 [mailto:HAWKINSJ@uk.ibm.com]
> Sent: Thursday, September 21, = 2006 2:10=20 PM
> To: Apache AXIS C User List
> Subject: RE: Problem = with=20 deployment of calculator web service
>
>
> Yes - = this is=20 almost certainly a socket/transport/network/config error.
> =
>=20 You've started me on a different track now by saying that you are =
>=20 trying the samples. Which samples? Have you ensured that they are =
>=20 deployed on the server?

> =
>=20 "Popuri, Monica" <monica.popuri@hp.com> =

> 21/09/2006 06:41
> =
>=20 Please respond to
> "Apache AXIS C User List"=20 <axis-c-user@ws.apache.org>

>=20
> To

>
> "Apache = AXIS C User=20 List" <axis-c-user@ws.apache.org>

>=20
> cc

>
> = Subject
=20
>
> RE: Problem with deployment of = calculator=20 web service

>
>
> =
>=20
>
>

>
> =
>=20
>
>
>
>
>
>
> Hi = John,=20
>
> Actually I also get same error for all of sample = programs.=20 You still
> feel that this can be platform related issue? =
>=20
> With Regards,
> Monica
> -----Original=20 Message-----
> From: John Hawkins = [mailto:HAWKINSJ@uk.ibm.com]
>=20 Sent: Wednesday, September 20, 2006 6:16 PM
> To: Apache AXIS C = User=20 List
> Subject: Re: Problem with deployment of calculator web=20 service
>
>
> this is a transport/socket problem - = You'll=20 have to find out what
> channel error 104 means for your = particular=20 platform.

>
> Murali = Konnipati=20 <murali.konnipati@altair.com>

>=20 20/09/2006 13:13
>
> = Please respond=20 to
> "Apache AXIS C User List"=20 <axis-c-user@ws.apache.org>

>=20
> To

>
> Apache = AXIS C User=20 List <axis-c-user@ws.apache.org>

>=20
> cc

>
> = Subject
=20
>
> Problem with deployment of = calculator web=20 service

>
>
> =
>=20
>
>
>

> =
>=20
>
>
>
>
>
>
> =
>=20
> Hi All,
>
>     When i try to deploy = the=20 calculator sample usign AdminClient
> program, it is giving me = the=20 following error..
>
>      Exception :=20  HTTPTransportException:Input streaming error while
> = getting data=20 Channel error 104 while reading data: 'Connection resetby peer' =
>=20
>   My deploy.wsdd file is..
>
>   = <?xml=20 version=3D"1.0" encoding=3D"UTF-8"?>
> <deployment=20 xmlns=3D"http://xml.apache.org/axis/wsdd/" xmlns:CPP=3D"
>=20 http://xml.apache.org/axis/wsdd/providers/CPP">
> =  <service=20 name=3D"Calculator" provider=3D"CPP:RPC" description=3D"Axis = C++
> web=20 service">
>          <parameter=20 name=3D"className"
>=20 = value=3D"/usr/local/axiscpp_deploy/samples/calculator/libcalculator.so"/&= gt;
>=20          <parameter = name=3D"allowedMethods"=20 value=3D"add addRequest sub
> subRequest mul mulRequest div = divRequest=20 "/>
>  </service>
> </deployment> =
>=20
>   Could any body please help me in this regard,
> =
> Thanks & Regards,
>
> Murali Krishna K = [attachment=20 "Axis_logs.tar" deleted by John Hawkins/UK/IBM]
>=20 = ---------------------------------------------------------------------
= >=20 To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> = For=20 additional commands, e-mail:=20 axis-c-user-help@ws.apache.org
------_=_NextPart_001_01C6DE37.2A5E3BCA--