yes, because I am
able to execute calculator program successfully using simple_axis_server .
What do you mean by "perfectly alright"? Has it got the
calculator service deployed or not?
| "Popuri, Monica"
<[EMAIL PROTECTED]>
21/09/2006 10:45
|
|
To
| "Apache AXIS C User List"
<[email protected]>
|
|
cc
|
|
|
Subject
| RE: Problem with deployment of
calculator web service |
|
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 deploying
manually?
-----Original
Message-----
From: John Hawkins
[mailto:[EMAIL PROTECTED]
Sent: Thursday, 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 putting
the phone down which means that you probably got to your server.
Have you looked at the
server.wssd file to see if it's changed? What server are you running?
If it hasn't
changed then I'd be inclined to manually alter it just to deploy this
service.
| "Popuri, Monica"
<[EMAIL PROTECTED]>
21/09/2006 10:13
|
|
To
| "Apache AXIS C User
List" <[email protected]>
|
|
cc
|
|
|
Subject
| RE: Problem with deployment of
calculator web service |
|
Hi John, I am not at all
aware on how to resolve the socket/transport/network/config related error. A help is very
much appriciated.
-----Original Message-----
From: John Hawkins
[mailto:[EMAIL PROTECTED]
Sent: Thursday, 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 make 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
is all described there I think.
| "Popuri, Monica"
<[EMAIL PROTECTED]>
21/09/2006 09:44
|
|
To
| "Apache AXIS C User
List" <[email protected]>
|
|
cc
|
|
|
Subject
| RE: Problem with deployment of
calculator web service |
|
By sample I meant
calculator etc. By any chance, can this error be linked with absence of
Channel_HTTP_SSL or Channel_SSL parameters in axiscpp.conf file?
-----Original
Message-----
From: John Hawkins
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 21, 2006 2:10
PM
To: Apache AXIS C User List
Subject: RE: Problem with
deployment of calculator web service
Yes - this is almost certainly a
socket/transport/network/config error.
You've started me on a different track now by
saying that you are trying the samples. Which samples? Have you ensured that
they are deployed on the server?
| "Popuri, Monica"
<[EMAIL PROTECTED]>
21/09/2006 06:41
|
|
To
| "Apache AXIS C User
List" <[email protected]>
|
|
cc
|
|
|
Subject
| RE: Problem with deployment of
calculator web service |
|
Hi John,
Actually I also get same error for all of sample programs. You still
feel that this can be platform related issue?
With
Regards,
Monica
-----Original Message-----
From: John Hawkins
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 20, 2006
6:16 PM
To: Apache AXIS C User List
Subject: Re: Problem
with deployment of calculator web service
this is a transport/socket problem - You'll have to find
out what channel error 104 means for your particular platform.
| Murali Konnipati
<[EMAIL PROTECTED]>
20/09/2006 13:13
|
|
To
| Apache AXIS C User
List <[email protected]>
|
|
cc
|
|
|
Subject
| Problem with deployment of
calculator web service |
|
Hi
All,
When i try to deploy the calculator sample usign AdminClient program,
it is giving me the following error..
Exception : HTTPTransportException:Input streaming
error while getting data Channel error 104 while reading data: 'Connection
reset by peer'
My
deploy.wsdd file is..
<?xml
version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:CPP="http://xml.apache.org/axis/wsdd/providers/CPP">
<service name="Calculator" provider="CPP:RPC"
description="Axis C++ web service">
<parameter name="className"
value="/usr/local/axiscpp_deploy/samples/calculator/libcalculator.so"/>
<parameter name="allowedMethods"
value="add addRequest sub subRequest mul mulRequest div divRequest
"/>
</service>
</deployment>
Could any body please help me in this
regard,
Thanks
& Regards,
Murali Krishna K