You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ciaran Hanley <ci...@sentenial.ie> on 2004/07/28 18:57:24 UTC

Trouble with live deployment

We are having trouble deploying our first axis WS to a live server. On local
machines and our local server everything works fine, but on the live server
all we get is the following error when trying to access the .jws file

 

type Status report

message Servlet AxisServlet is not available

description The requested resource (Servlet AxisServlet is not available) is
not available.

 

Yet everything appears to be the same as it is locally

 

Can anybody help with this?

Thanks,

CH


AW: Trouble with live deployment

Posted by Florian Theurich <fl...@x-cellcom.de>.
Hi Ciaran

Which server are you using? I faced a similar problem with resin 2.1.6 as a
live server, whereas everything was fine on my newer local instance (version
3.0)...

Florian

-----Ursprüngliche Nachricht-----
Von: Anand Natrajan [mailto:an4m@cs.virginia.edu] 
Gesendet: Donnerstag, 29. Juli 2004 15:31
An: axis-user@ws.apache.org
Betreff: RE: Trouble with live deployment

None except to say, try again. Also, when starting up the live server, watch
the trace spewed out by the app server. Perhaps you may notice a problem
right when the Axis was is being deployed.

Also, check the lib directory for the app server on the live server - is it
the same as your local machine? Sometimes, having older versions of
libraries there ma interfere with which version of classes your app server
loads.

Anand

On Wed, 28 Jul 2004, Ciaran Hanley wrote:

: I think you are right, the happyaxis page is not as it should be. It is
: showing several warnings and messages for example:
:
: Found Jakarta-Commons Discovery (org.apache.commons.discovery.Resource) at
: an unknown location
:
: I have taken the same steps as I did on the local server when installing
so
: I do not understand why this is happening.
:
: Any suggestions?
: Thanks
:
:
: -----Original Message-----
: From: Anand Natrajan [mailto:an4m@cs.virginia.edu]
: Sent: 28 July 2004 18:02
: To: axis-user@ws.apache.org
: Subject: Re: Trouble with live deployment
:
: Seems like you don't have Axis deployed at all on the liver server. Can
you
: try opening http://<live-server>:8080/axis ? Does that work? If no, that's
: the problem. If yes, try the Happy Axis page to see if Axis's deployment
was
: copacetic.
:
: Anand
:
: On Wed, 28 Jul 2004, Ciaran Hanley wrote:
:
: : We are having trouble deploying our first axis WS to a live server. On
: local
: : machines and our local server everything works fine, but on the live
: server
: : all we get is the following error when trying to access the .jws file
: :
: :
: :
: : type Status report
: :
: : message Servlet AxisServlet is not available
: :
: : description The requested resource (Servlet AxisServlet is not
available)
: is
: : not available.
: :
: :
: :
: : Yet everything appears to be the same as it is locally
: :
: :
: :
: : Can anybody help with this?
: :
: : Thanks,
: :
: : CH
:
:
:
:




RE: Trouble with live deployment

Posted by Anand Natrajan <an...@cs.virginia.edu>.
None except to say, try again. Also, when starting up the live server, watch
the trace spewed out by the app server. Perhaps you may notice a problem
right when the Axis was is being deployed.

Also, check the lib directory for the app server on the live server - is it
the same as your local machine? Sometimes, having older versions of
libraries there ma interfere with which version of classes your app server
loads.

Anand

On Wed, 28 Jul 2004, Ciaran Hanley wrote:

: I think you are right, the happyaxis page is not as it should be. It is
: showing several warnings and messages for example:
:
: Found Jakarta-Commons Discovery (org.apache.commons.discovery.Resource) at
: an unknown location
:
: I have taken the same steps as I did on the local server when installing so
: I do not understand why this is happening.
:
: Any suggestions?
: Thanks
:
:
: -----Original Message-----
: From: Anand Natrajan [mailto:an4m@cs.virginia.edu]
: Sent: 28 July 2004 18:02
: To: axis-user@ws.apache.org
: Subject: Re: Trouble with live deployment
:
: Seems like you don't have Axis deployed at all on the liver server. Can you
: try opening http://<live-server>:8080/axis ? Does that work? If no, that's
: the problem. If yes, try the Happy Axis page to see if Axis's deployment was
: copacetic.
:
: Anand
:
: On Wed, 28 Jul 2004, Ciaran Hanley wrote:
:
: : We are having trouble deploying our first axis WS to a live server. On
: local
: : machines and our local server everything works fine, but on the live
: server
: : all we get is the following error when trying to access the .jws file
: :
: :
: :
: : type Status report
: :
: : message Servlet AxisServlet is not available
: :
: : description The requested resource (Servlet AxisServlet is not available)
: is
: : not available.
: :
: :
: :
: : Yet everything appears to be the same as it is locally
: :
: :
: :
: : Can anybody help with this?
: :
: : Thanks,
: :
: : CH
:
:
:
:

RE: Trouble with live deployment

Posted by Ciaran Hanley <ci...@sentenial.ie>.
I think you are right, the happyaxis page is not as it should be. It is
showing several warnings and messages for example:

Found Jakarta-Commons Discovery (org.apache.commons.discovery.Resource) at
an unknown location

I have taken the same steps as I did on the local server when installing so
I do not understand why this is happening.

Any suggestions?
Thanks


-----Original Message-----
From: Anand Natrajan [mailto:an4m@cs.virginia.edu] 
Sent: 28 July 2004 18:02
To: axis-user@ws.apache.org
Subject: Re: Trouble with live deployment

Seems like you don't have Axis deployed at all on the liver server. Can you
try opening http://<live-server>:8080/axis ? Does that work? If no, that's
the problem. If yes, try the Happy Axis page to see if Axis's deployment was
copacetic.

Anand

On Wed, 28 Jul 2004, Ciaran Hanley wrote:

: We are having trouble deploying our first axis WS to a live server. On
local
: machines and our local server everything works fine, but on the live
server
: all we get is the following error when trying to access the .jws file
:
:
:
: type Status report
:
: message Servlet AxisServlet is not available
:
: description The requested resource (Servlet AxisServlet is not available)
is
: not available.
:
:
:
: Yet everything appears to be the same as it is locally
:
:
:
: Can anybody help with this?
:
: Thanks,
:
: CH



Re: Trouble with live deployment

Posted by Anand Natrajan <an...@cs.virginia.edu>.
Seems like you don't have Axis deployed at all on the liver server. Can you
try opening http://<live-server>:8080/axis ? Does that work? If no, that's
the problem. If yes, try the Happy Axis page to see if Axis's deployment was
copacetic.

Anand

On Wed, 28 Jul 2004, Ciaran Hanley wrote:

: We are having trouble deploying our first axis WS to a live server. On local
: machines and our local server everything works fine, but on the live server
: all we get is the following error when trying to access the .jws file
:
:
:
: type Status report
:
: message Servlet AxisServlet is not available
:
: description The requested resource (Servlet AxisServlet is not available) is
: not available.
:
:
:
: Yet everything appears to be the same as it is locally
:
:
:
: Can anybody help with this?
:
: Thanks,
:
: CH