You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Terence Coffey <te...@yahoo.co.uk> on 2010/03/10 19:01:51 UTC

axis2: not seeing validation or administrator links from axis2

Hello,
If someone can point me in the right direction, it would be great.
I'm a new user to TomCat, Axis2 etc. I've read the documentation and have tried to get my development environment up and running but it does
not appear to be running as expected.
What I'm trying to achieve is to run some of the sample war files.

The steps i'm following are at
http://ws.apache.org/axis2/1_5_1/installationguide.html#standalone3.
I've started the axis2 server. (~/Axis/axis2-1.5.1/bin$ ./axis2server.sh)
and done ant create.war. this creates the axis2.war file.

At the next stage,I'm not sure if I've made a mistake. This is what I've
done for the section "Installing Axis2 in a Servlet Container" in the above document.
In ~/Axis/axis2-1.5.1/webapp directory,I've entered ant <return>. This generates the axis2.war file again ? 
I've copied the axis2.war file into the Servlet container
 cp axis2.war /home/tc/TomCat/apache-tomcat-6.0.24/webapps/
At this stage I restarted the apache web server (sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start) and axis server.
 In my browser i type http://localhost:8080/axis2/, I see a screen that
shows a heading "Deployed services" followed by a version on the next line and getVersion on the following line. the URL is now shown as  
http://localhost:8080/axis2/service.

This screen is different from what is shown in the above document. I'm not seeing the validation or Administrator hyperlinks ? 

I've also started the Tomcat servlet but i have a number of errors. 
Where have i made a mistake? Thanks in advance.

cd $CATALINA_HOME
root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24

 ./bin/jsvc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out -errfile ./logs/catalina.err         org.apache.catalina.startup.Bootstrap

logs/catalina.err
::::::::::::::
(Error 1)
10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use <null>:8080
	at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
	at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)

.......( Error 2)

10-Mar-2010 17:37:43 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive axis2.war
10-Mar-2010 17:37:48 org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /home/tc/TomCat/apache-tomcat-6.0.24/work/
Catalina/localhost/axis2 is unusable.
(Error 3 No such file or directory)

10-Mar-2010 17:37:48 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample2.war
10-Mar-2010 17:37:48 org.apache.catalina.startup.ContextConfig init
SEVERE: Exception fixing docBase for context [/sample2] 
java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/samp
le2/META-INF/MANIFEST.MF (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:179)


Config Details
---------------
I'm running Ubuntu 9.10(karmic koala)on Sun virtual Box.

The software I've installed is as follows
Ubuntu 9.10(karmic koala) 
apache-ant-1.8.0
Axis2-1.5.1
jdk1.6.0_18
apache-tomcat-6.0.24
glassfishv3 (J2EE )







      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: axis2: not seeing validation or administrator links from axis2

Posted by Karthik Nanjangude <ka...@xius-bcgi.com>.
Hi

Off the topic

Alternatively is to download "axis2-1.5.1-war.zip" from AXIS2 1.5 web site

>>http://ws.apache.org/axis2/download/1_5_1/download.cgi
[WAR (Web Archive) Distribution

Rename it to "axis2-1.5.1.war" and deploy the same on TOMCAT server

I have done the same successfully.

How ever if u need to test AXIS with out tomcat as standalone then

>>http://ws.apache.org/axis2/download/1_5_1/download.cgi
Standard Binary Distribution


Please use any one of them to test not both simultaneously
TOMCAT  or Standalone


With regards
Karthik


-----Original Message-----
From: Terence Coffey [mailto:terence_j_coffey@yahoo.co.uk]
Sent: Wednesday, March 10, 2010 11:32 PM
To: users@tomcat.apache.org
Subject: axis2: not seeing validation or administrator links from axis2

Hello,
If someone can point me in the right direction, it would be great.
I'm a new user to TomCat, Axis2 etc. I've read the documentation and have tried to get my development environment up and running but it does
not appear to be running as expected.
What I'm trying to achieve is to run some of the sample war files.

The steps i'm following are at
http://ws.apache.org/axis2/1_5_1/installationguide.html#standalone3.
I've started the axis2 server. (~/Axis/axis2-1.5.1/bin$ ./axis2server.sh)
and done ant create.war. this creates the axis2.war file.

At the next stage,I'm not sure if I've made a mistake. This is what I've
done for the section "Installing Axis2 in a Servlet Container" in the above document.
In ~/Axis/axis2-1.5.1/webapp directory,I've entered ant <return>. This generates the axis2.war file again ?
I've copied the axis2.war file into the Servlet container
 cp axis2.war /home/tc/TomCat/apache-tomcat-6.0.24/webapps/
At this stage I restarted the apache web server (sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start) and axis server.
 In my browser i type http://localhost:8080/axis2/, I see a screen that
shows a heading "Deployed services" followed by a version on the next line and getVersion on the following line. the URL is now shown as
http://localhost:8080/axis2/service.

This screen is different from what is shown in the above document. I'm not seeing the validation or Administrator hyperlinks ?

I've also started the Tomcat servlet but i have a number of errors.
Where have i made a mistake? Thanks in advance.

cd $CATALINA_HOME
root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24

 ./bin/jsvc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out -errfile ./logs/catalina.err         org.apache.catalina.startup.Bootstrap

logs/catalina.err
::::::::::::::
(Error 1)
10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use <null>:8080
        at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
        at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)

.......( Error 2)

10-Mar-2010 17:37:43 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive axis2.war
10-Mar-2010 17:37:48 org.apache.jasper.EmbeddedServletOptions <init>
SEVERE: The scratchDir you specified: /home/tc/TomCat/apache-tomcat-6.0.24/work/
Catalina/localhost/axis2 is unusable.
(Error 3 No such file or directory)

10-Mar-2010 17:37:48 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample2.war
10-Mar-2010 17:37:48 org.apache.catalina.startup.ContextConfig init
SEVERE: Exception fixing docBase for context [/sample2]
java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/samp
le2/META-INF/MANIFEST.MF (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)


Config Details
---------------
I'm running Ubuntu 9.10(karmic koala)on Sun virtual Box.

The software I've installed is as follows
Ubuntu 9.10(karmic koala)
apache-ant-1.8.0
Axis2-1.5.1
jdk1.6.0_18
apache-tomcat-6.0.24
glassfishv3 (J2EE )









---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: axis2: not seeing validation or administrator links from axis2

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Terence Coffey [mailto:terence_j_coffey@yahoo.co.uk]
> Subject: Re: axis2: not seeing validation or administrator links from
> axis2
> 
> 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager
> <clinit>
> INFO: TempFileManager::unable to delete /tmp/axis2-tmp-
> 6334442305603549214.tmp

The above may be indicative of having the wrong owner and group on either /tmp or the files therein.  You need to clean out the /tmp directory so that Tomcat (or the webapps running under it) can get rid of the files created when Tomcat was running as root.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


Re: axis2: not seeing validation or administrator links from axis2

Posted by Pid <pi...@pidster.com>.
On 11/03/2010 14:16, Caldarale, Charles R wrote:
>> From: Pid [mailto:pid@pidster.com]
>> Subject: Re: axis2: not seeing validation or administrator links from
>> axis2
>>
>>> root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
>>> total 19000
>>>       4 -rw-r--r--  1 tc tc      376 2007-07-30 16:26 hello.jsp
>>>       4 drwxr-xr-x  2 tc tc     4096 2007-07-30 16:26 images
>>>       4 -rw-r--r--  1 tc tc      636 2007-07-30 16:26 index.html
>>>       4 drwxr-xr-x  2 tc tc     4096 2010-03-10 11:47 META-INF
>>
>> You've got a whole bunch of files dated 2007 in there, plus an
>> index.html, a META-INF etc.  Is this an upgrade from an older version
>> of Tomcat?
>
> Not only that, the above files should *never* appear in webapps.  Looks like a clearly broken Tomcat installation and abuse of appBase and docBase.

I suspect so...


p

> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: axis2: not seeing validation or administrator links from axis2

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Pid [mailto:pid@pidster.com]
> Subject: Re: axis2: not seeing validation or administrator links from
> axis2
> 
> > root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
> > total 19000
> >      4 -rw-r--r--  1 tc tc      376 2007-07-30 16:26 hello.jsp
> >      4 drwxr-xr-x  2 tc tc     4096 2007-07-30 16:26 images
> >      4 -rw-r--r--  1 tc tc      636 2007-07-30 16:26 index.html
> >      4 drwxr-xr-x  2 tc tc     4096 2010-03-10 11:47 META-INF
> 
> You've got a whole bunch of files dated 2007 in there, plus an
> index.html, a META-INF etc.  Is this an upgrade from an older version
> of Tomcat?

Not only that, the above files should *never* appear in webapps.  Looks like a clearly broken Tomcat installation and abuse of appBase and docBase.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


Re: axis2: not seeing validation or administrator links from axis2

Posted by Pid <pi...@pidster.com>.
On 10/03/2010 23:15, Terence Coffey wrote:
> Hi,
> Another step in the right direction.
>
> 1) /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
> The axis directory did not exist. All other directories were present.
>
> root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
> total 19000
>      4 drwxr-xr-x 11 tc tc     4096 2010-03-10 17:43 .
>      4 drwxr-xr-x  9 tc tc     4096 2010-03-09 09:56 ..
> 18932 -rw-r--r--  1 tc tc 19383323 2010-03-10 12:02 axis2.war
>      4 drwxr-xr-x 10 tc tc     4096 2010-01-19 14:42 docs
>      4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 examples
>      4 -rw-r--r--  1 tc tc      376 2007-07-30 16:26 hello.jsp
>      4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 host-manager
>      4 drwxr-xr-x  2 tc tc     4096 2007-07-30 16:26 images
>      4 -rw-r--r--  1 tc tc      636 2007-07-30 16:26 index.html
>      4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 manager
>      4 drwxr-xr-x  2 tc tc     4096 2010-03-10 11:47 META-INF
>      4 drwxr-xr-x  3 tc tc     4096 2010-01-19 14:42 ROOT
>      8 -rw-r--r--  1 tc tc     4606 2010-03-08 23:31 sample.war

You've got a whole bunch of files dated 2007 in there, plus an 
index.html, a META-INF etc.  Is this an upgrade from an older version of 
Tomcat?


p

> 1st attempt : Tried to start jsvc as user tc. Failure
> ------------
> If I start the tomcat (jmvc) as user tc, I get the PID error
>
> tc@tc-laptop:~/TomCat/apache-tomcat-6.0.24$ more logs/*
> ::::::::::::::
> logs/catalina.err
> ::::::::::::::
> 10/03/2010 22:22:25 2878 jsvc.exec error: Cannot open PID file /var/run/jsvc.pid
> , PID is 2878
> 10/03/2010 22:22:25 2877 jsvc.exec error: Service exit with a return value of 255
>
> 2nd attempt as user root but switch to user tc on startup ==>  Success
> ----------------------------------------------
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
> 10-Mar-2010 22:42:49 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive axis2.war
> 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager<clinit>
> INFO: TempFileManager::unable to delete /tmp/axis2-tmp-6334442305603549214.tmp
> 10-Mar-2010 22:42:53 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive sample2.war
> 10-Mar-2010 22:42:53 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive sample.war
>
>
> The command line used was
> ./bin/jsvc -user tc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out -errfile ./logs/catalina.err         org.apache.catalina.startup.Bootstrap
>
> I can now also see the congradulation page. If you can see this page you successfully configured tomcat. http://localhost:8080/
>
> However the following is not working
> http://localhost:8080/axis2/services/   displays
> <soapenv:Reason>
> −
> <soapenv:Text xml:lang="en-US">
> The service cannot be found for the endpoint reference (EPR) /axis2/services/
> </soapenv:Text>
> </soapenv:Reason>
>
> and the sample project
> http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM
> displays
> <soapenv:Reason>
> −
> <soapenv:Text xml:lang="en-US">
> The service cannot be found for the endpoint reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM
> </soapenv:Text>
> </soapenv:Reason>
>
>
>
>
>
>
> --- On Wed, 10/3/10, Konstantin Kolinko<kn...@gmail.com>  wrote:
>
>> From: Konstantin Kolinko<kn...@gmail.com>
>> Subject: Re: axis2: not seeing validation or administrator links from axis2
>> To: "Tomcat Users List"<us...@tomcat.apache.org>
>> Date: Wednesday, 10 March, 2010, 21:42
>> 2010/3/11 Terence Coffey<te...@yahoo.co.uk>:
>>> INFO: Deploying web application archive axis2.war
>>> SEVERE: Exception fixing docBase for context [/axis2]
>>> java.io.FileNotFoundException:
>> /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
>>> 2/META-INF/MANIFEST.MF (No such file or directory)
>>>         at java.io.FileOutputStream.open(Native
>> Method)
>>>         at
>> java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>>>         at
>> java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>>>         at
>> org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)
>>
>> Tomcat tries to unpack axis2.war, but cannot.
>> Maybe the target directory (see the message) is not
>> writeable. Check
>> what user is used to run Tomcat (it must not be "root"),
>> and what
>> permissions and ownership are on those directories.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Terence Coffey <te...@yahoo.co.uk>.
Hi,
Another step in the right direction.

1) /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
The axis directory did not exist. All other directories were present.

root@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
total 19000
    4 drwxr-xr-x 11 tc tc     4096 2010-03-10 17:43 .
    4 drwxr-xr-x  9 tc tc     4096 2010-03-09 09:56 ..
18932 -rw-r--r--  1 tc tc 19383323 2010-03-10 12:02 axis2.war
    4 drwxr-xr-x 10 tc tc     4096 2010-01-19 14:42 docs
    4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 examples
    4 -rw-r--r--  1 tc tc      376 2007-07-30 16:26 hello.jsp
    4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 host-manager
    4 drwxr-xr-x  2 tc tc     4096 2007-07-30 16:26 images
    4 -rw-r--r--  1 tc tc      636 2007-07-30 16:26 index.html
    4 drwxr-xr-x  5 tc tc     4096 2010-01-19 14:42 manager
    4 drwxr-xr-x  2 tc tc     4096 2010-03-10 11:47 META-INF
    4 drwxr-xr-x  3 tc tc     4096 2010-01-19 14:42 ROOT
    8 -rw-r--r--  1 tc tc     4606 2010-03-08 23:31 sample.war

1st attempt : Tried to start jsvc as user tc. Failure
------------
If I start the tomcat (jmvc) as user tc, I get the PID error

tc@tc-laptop:~/TomCat/apache-tomcat-6.0.24$ more logs/*
::::::::::::::
logs/catalina.err
::::::::::::::
10/03/2010 22:22:25 2878 jsvc.exec error: Cannot open PID file /var/run/jsvc.pid
, PID is 2878
10/03/2010 22:22:25 2877 jsvc.exec error: Service exit with a return value of 255

2nd attempt as user root but switch to user tc on startup ==> Success
----------------------------------------------
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
10-Mar-2010 22:42:49 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive axis2.war
10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /tmp/axis2-tmp-6334442305603549214.tmp
10-Mar-2010 22:42:53 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample2.war
10-Mar-2010 22:42:53 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample.war


The command line used was
./bin/jsvc -user tc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out -errfile ./logs/catalina.err         org.apache.catalina.startup.Bootstrap

I can now also see the congradulation page. If you can see this page you successfully configured tomcat. http://localhost:8080/

However the following is not working
http://localhost:8080/axis2/services/   displays
<soapenv:Reason>
−
<soapenv:Text xml:lang="en-US">
The service cannot be found for the endpoint reference (EPR) /axis2/services/
</soapenv:Text>
</soapenv:Reason>

and the sample project
http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM
displays
<soapenv:Reason>
−
<soapenv:Text xml:lang="en-US">
The service cannot be found for the endpoint reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM
</soapenv:Text>
</soapenv:Reason>






--- On Wed, 10/3/10, Konstantin Kolinko <kn...@gmail.com> wrote:

> From: Konstantin Kolinko <kn...@gmail.com>
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Date: Wednesday, 10 March, 2010, 21:42
> 2010/3/11 Terence Coffey <te...@yahoo.co.uk>:
> > INFO: Deploying web application archive axis2.war
> > SEVERE: Exception fixing docBase for context [/axis2]
> > java.io.FileNotFoundException:
> /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
> > 2/META-INF/MANIFEST.MF (No such file or directory)
> >        at java.io.FileOutputStream.open(Native
> Method)
> >        at
> java.io.FileOutputStream.<init>(FileOutputStream.java:179)
> >        at
> java.io.FileOutputStream.<init>(FileOutputStream.java:131)
> >        at
> org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)
> 
> Tomcat tries to unpack axis2.war, but cannot.
> Maybe the target directory (see the message) is not
> writeable. Check
> what user is used to run Tomcat (it must not be "root"),
> and what
> permissions and ownership are on those directories.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/3/11 Terence Coffey <te...@yahoo.co.uk>:
> INFO: Deploying web application archive axis2.war
> SEVERE: Exception fixing docBase for context [/axis2]
> java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
> 2/META-INF/MANIFEST.MF (No such file or directory)
>        at java.io.FileOutputStream.open(Native Method)
>        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>        at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)

Tomcat tries to unpack axis2.war, but cannot.
Maybe the target directory (see the message) is not writeable. Check
what user is used to run Tomcat (it must not be "root"), and what
permissions and ownership are on those directories.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Terence Coffey <te...@yahoo.co.uk>.
Ok. One step in the right direction.
I've stopped axis2server.sh and restarted jsvc (Tomcat) I see two errors.
They seem to be related to setting the context. does this mean they
did not deploy correctly ?

SEVERE: Exception fixing docBase for context [/axis2] 
SEVERE: Exception fixing docBase for context [/sample2] 

I think the following error follow on as a result of the above errors
on:  start: :  java.io.IOException: Failed to copy resources


10-Mar-2010 21:16:01 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive axis2.war
10-Mar-2010 21:16:02 org.apache.catalina.startup.ContextConfig init
SEVERE: Exception fixing docBase for context [/axis2] 
java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
2/META-INF/MANIFEST.MF (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
	at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)
	at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:173)
	at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.ja
va:882)
	at org.apache.catalina.startup.ContextConfig.init(ContextConfig.java:101
7)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfi
g.java:279)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
	at org.apache.catalina.core.StandardContext.init(StandardContext.java:54
39)


-------

	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.jav
a:177)
10-Mar-2010 21:16:02 org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Error deploying web application archive axis2.war
java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleExcepti
on:  start: :  java.io.IOException: Failed to copy resources
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:795)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
1)

---

10-Mar-2010 21:16:02 org.apache.catalina.startup.ContextConfig init
SEVERE: Exception fixing docBase for context [/sample2] 
java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/samp
le2/META-INF/MANIFEST.MF (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
	at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)
	at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:173)
	at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.ja

---
10-Mar-2010 21:16:02 org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Error deploying web application archive sample2.war
java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleExcepti
on:  start: :  java.io.IOException: Failed to copy resources
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:795)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
1)

--- On Wed, 10/3/10, Konstantin Kolinko <kn...@gmail.com> wrote:

> From: Konstantin Kolinko <kn...@gmail.com>
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Date: Wednesday, 10 March, 2010, 20:59
> 2010/3/10 Terence Coffey <te...@yahoo.co.uk>:
> > Hi,
> > when i enter http://localhost:8080/axis2/axis2-web/ my browser
> redirects
> > it to http://localhost:8080/axis2/services/
> 
> > In the terminal in which i started axis2server.sh the
> follow error message
> > is shown
> 
> I missed that you have axis2server.sh running.
> So .. you are running Axis standalone,  and not in
> Tomcat.
> 
> You cannot start Tomcat unless you stop that, because they
> are
> configured to use the same port number (8080). That is the
> cause of
> the startup error that you mentioned in your first
> message.
> 
> >  ./bin/jsvc -cp ./bin/bootstrap.jar   
>      -outfile ./logs/catalina.out
> -errfile ./logs>/catalina.err     
>    org.apache.catalina.startup.Bootstrap
> 
> See RUNNING.txt in the root directory of Tomcat
> distributive.
> It is easier to use *.sh files that are in the bin folder,
> than jsvc.
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/3/10 Terence Coffey <te...@yahoo.co.uk>:
> Hi,
> when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects
> it to http://localhost:8080/axis2/services/

> In the terminal in which i started axis2server.sh the follow error message
> is shown

I missed that you have axis2server.sh running.
So .. you are running Axis standalone,  and not in Tomcat.

You cannot start Tomcat unless you stop that, because they are
configured to use the same port number (8080). That is the cause of
the startup error that you mentioned in your first message.

>  ./bin/jsvc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out -errfile ./logs>/catalina.err         org.apache.catalina.startup.Bootstrap

See RUNNING.txt in the root directory of Tomcat distributive.
It is easier to use *.sh files that are in the bin folder, than jsvc.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Terence Coffey <te...@yahoo.co.uk>.
Hi,
when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects
it to http://localhost:8080/axis2/services/
I've tried the following example. maybe it helps to troubleshoot my problem ?

In the meantime I've tried the/Axis/axis2-1.5.1/samples/quickstart/README.txt The description is "
we are deploying a POJO after writing a services.xml and
creating an aar. We also test the gePrice and update methods using a browser." 
I've followed the steps but when I execute
http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

In the terminal in which i started axis2server.sh the follow error message
is shown
[INFO] [SimpleAxisServer] Started
[SimpleAxisServer] Started
[INFO] Listening on port 8080
[ERROR] The service cannot be found for the endpoint reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM
org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM
	at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:65)
	at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
	at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:135)
	at org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:245)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)




--- On Wed, 10/3/10, Konstantin Kolinko <kn...@gmail.com> wrote:

> From: Konstantin Kolinko <kn...@gmail.com>
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Date: Wednesday, 10 March, 2010, 20:30
> 2010/3/10 Terence Coffey <te...@yahoo.co.uk>:
> > hi,
> > The contents of my war file looks a bit different.
> > when i do a jar -xvf axis2.war I get the following
> output which is different from what's shown in your supplied
> web link. As you will see
> > it appears to be much larger.
> >
> It looks like the one in the manual. So I think it is a
> correct one.
> >> http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services
> 
> Try to browse the following URL:
> http://localhost:8080/axis2/axis2-web/
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/3/10 Terence Coffey <te...@yahoo.co.uk>:
> hi,
> The contents of my war file looks a bit different.
> when i do a jar -xvf axis2.war I get the following output which is different from what's shown in your supplied web link. As you will see
> it appears to be much larger.
>
It looks like the one in the manual. So I think it is a correct one.
>> http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services

Try to browse the following URL:
http://localhost:8080/axis2/axis2-web/

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Terence Coffey <te...@yahoo.co.uk>.
hi,
The contents of my war file looks a bit different.
when i do a jar -xvf axis2.war I get the following output which is different from what's shown in your supplied web link. As you will see
it appears to be much larger. 
Thanks for your assistance.

tc@tc-laptop:~/Axis/axis2-1.5.1/conf$ jar -xvf axis2a.war
  created: META-INF/
 inflated: META-INF/MANIFEST.MF
  created: axis2-web/
  created: axis2-web/css/
  created: axis2-web/Error/
  created: axis2-web/images/
  created: axis2-web/include/
  created: WEB-INF/
  created: WEB-INF/classes/
  created: WEB-INF/classes/org/
  created: WEB-INF/classes/org/apache/
  created: WEB-INF/classes/org/apache/axis2/
  created: WEB-INF/classes/org/apache/axis2/webapp/
  created: WEB-INF/conf/
  created: WEB-INF/lib/
  created: WEB-INF/modules/
  created: WEB-INF/services/
 inflated: axis2-web/ActivateService.jsp
inflated: axis2-web/admin.jsp
 inflated: axis2-web/css/axis-style.css
 inflated: axis2-web/disengage.jsp
 inflated: axis2-web/EngageToServiceGroup.jsp
 inflated: axis2-web/engagingglobally.jsp
 inflated: axis2-web/engagingtoanoperation.jsp
 inflated: axis2-web/engagingtoaservice.jsp
 inflated: axis2-web/Error/AuthError.html
 inflated: axis2-web/Error/error404.jsp
 inflated: axis2-web/Error/error500.jsp
 inflated: axis2-web/Error/GenError.html
 inflated: axis2-web/error.jsp
 inflated: axis2-web/errorModule.jsp
 inflated: axis2-web/globalModules.jsp
 inflated: axis2-web/HappyAxis.jsp
 inflated: axis2-web/images/asf-logo.gif
 inflated: axis2-web/images/axis.gif
 inflated: axis2-web/images/axis.jpg
 inflated: axis2-web/images/axis_l.jpg
 inflated: axis2-web/InActivateService.jsp
 inflated: axis2-web/include/adminfooter.inc
 inflated: axis2-web/include/adminheader.inc
inflated: axis2-web/include/adminheader.jsp
 inflated: axis2-web/include/footer.inc
 inflated: axis2-web/include/header.inc
 inflated: axis2-web/include/httpbase.jsp
 inflated: axis2-web/include/link-footer.inc
 inflated: axis2-web/include/link-footer.jsp
 inflated: axis2-web/index.jsp
 inflated: axis2-web/LeftFrame.jsp
 inflated: axis2-web/listFaultyService.jsp
 inflated: axis2-web/listGroupService.jsp
 inflated: axis2-web/listModules.jsp
 inflated: axis2-web/listService.jsp
 inflated: axis2-web/ListServiceGroup.jsp
 inflated: axis2-web/listServices.jsp
 inflated: axis2-web/listSingleService.jsp
 inflated: axis2-web/Login.jsp
 inflated: axis2-web/MainFrame.jsp
 inflated: axis2-web/SelectService.jsp
 inflated: axis2-web/ServiceParaEdit.jsp
 inflated: axis2-web/TopFrame.jsp
 inflated: axis2-web/upload.jsp
inflated: axis2-web/ViewContexts.jsp
 inflated: axis2-web/ViewGlobalHandlers.jsp
 inflated: axis2-web/viewphases.jsp
 inflated: axis2-web/viewServiceContext.jsp
 inflated: axis2-web/viewServiceGroupContext.jsp
 inflated: axis2-web/ViewServiceHandlers.jsp
 inflated: WEB-INF/classes/commons-logging.properties
 inflated: WEB-INF/classes/log4j.properties
 inflated: WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class
 inflated: WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class
 inflated: WEB-INF/conf/axis2.xml
 inflated: WEB-INF/lib/activation-1.1.jar
 inflated: WEB-INF/lib/activation-LICENSE.txt
 inflated: WEB-INF/lib/annogen-LICENSE.txt
 inflated: WEB-INF/lib/antlr-2.7.7.jar
 inflated: WEB-INF/lib/axiom-api-1.2.8.jar
 inflated: WEB-INF/lib/axiom-api-LICENSE.txt
 inflated: WEB-INF/lib/axiom-dom-1.2.8.jar
 inflated: WEB-INF/lib/axiom-dom-LICENSE.txt
 inflated: WEB-INF/lib/axiom-impl-1.2.8.jar
 inflated: WEB-INF/lib/axiom-impl-LICENSE.txt
 inflated: WEB-INF/lib/axis2-adb-1.5.1.jar
 inflated: WEB-INF/lib/axis2-adb-codegen-1.5.1.jar
inflated: WEB-INF/lib/axis2-codegen-1.5.1.jar
 inflated: WEB-INF/lib/axis2-corba-1.5.1.jar
 inflated: WEB-INF/lib/axis2-fastinfoset-1.5.1.jar
 inflated: WEB-INF/lib/axis2-java2wsdl-1.5.1.jar
 inflated: WEB-INF/lib/axis2-jaxbri-1.5.1.jar
 inflated: WEB-INF/lib/axis2-jaxws-1.5.1.jar
 inflated: WEB-INF/lib/axis2-jibx-1.5.1.jar
 inflated: WEB-INF/lib/axis2-json-1.5.1.jar
 inflated: WEB-INF/lib/axis2-kernel-1.5.1.jar
 inflated: WEB-INF/lib/axis2-LICENSE.txt
 inflated: WEB-INF/lib/axis2-metadata-1.5.1.jar
 inflated: WEB-INF/lib/axis2-mtompolicy-1.5.1.jar
 inflated: WEB-INF/lib/axis2-saaj-1.5.1.jar
 inflated: WEB-INF/lib/axis2-spring-1.5.1.jar
 inflated: WEB-INF/lib/axis2-transport-http-1.5.1.jar
 inflated: WEB-INF/lib/axis2-transport-local-1.5.1.jar
 inflated: WEB-INF/lib/axis2-xmlbeans-1.5.1.jar
 inflated: WEB-INF/lib/bcel-5.1.jar
 inflated: WEB-INF/lib/commons-codec-1.3.jar
 inflated: WEB-INF/lib/commons-codec-LICENSE.txt
 inflated: WEB-INF/lib/commons-fileupload-1.2.jar
 inflated: WEB-INF/lib/commons-fileupload-LICENSE.txt
inflated: WEB-INF/lib/commons-httpclient-3.1.jar
 inflated: WEB-INF/lib/commons-httpclient-LICENSE.txt
 inflated: WEB-INF/lib/commons-io-1.4.jar
 inflated: WEB-INF/lib/commons-io-LICENSE.txt
 inflated: WEB-INF/lib/commons-logging-1.1.1.jar
 inflated: WEB-INF/lib/commons-logging-LICENSE.txt
 inflated: WEB-INF/lib/dom4j-1.6.1.jar
 inflated: WEB-INF/lib/geronimo-activation_1.1_spec-1.0.1.jar
 inflated: WEB-INF/lib/geronimo-annotation-LICENSE.txt
 inflated: WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.jar
 inflated: WEB-INF/lib/geronimo-javamail_1.4_spec-1.6.jar
 inflated: WEB-INF/lib/geronimo-jaxws-LICENSE.txt
 inflated: WEB-INF/lib/geronimo-jaxws_2.1_spec-1.0.jar
 inflated: WEB-INF/lib/geronimo-jta_1.1_spec-1.1.jar
 inflated: WEB-INF/lib/geronimo-saaj-LICENSE.txt
 inflated: WEB-INF/lib/geronimo-saaj_1.3_spec-1.0.1.jar
 inflated: WEB-INF/lib/geronimo-stax-api-LICENSE.txt
 inflated: WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
 inflated: WEB-INF/lib/geronimo-ws-metadata-LICENSE.txt
 inflated: WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
 inflated: WEB-INF/lib/httpcore-4.0.jar
 inflated: WEB-INF/lib/httpcore-LICENSE.txt
inflated: WEB-INF/lib/icu4j-2.6.1.jar
 inflated: WEB-INF/lib/jalopy-LICENSE.txt
 inflated: WEB-INF/lib/jaxb-api-2.1.jar
 inflated: WEB-INF/lib/jaxb-api-LICENSE.txt
 inflated: WEB-INF/lib/jaxb-impl-2.1.7.jar
 inflated: WEB-INF/lib/jaxb-impl-LICENSE.txt
 inflated: WEB-INF/lib/jaxb-xjc-2.1.7.jar
 inflated: WEB-INF/lib/jaxb-xjc-LICENSE.txt
 inflated: WEB-INF/lib/jaxen-1.1.1.jar
 inflated: WEB-INF/lib/jaxen-LICENSE.txt
 inflated: WEB-INF/lib/jdom-1.0.jar
 inflated: WEB-INF/lib/jettison-1.0-RC2.jar
 inflated: WEB-INF/lib/jettison-LICENSE.txt
 inflated: WEB-INF/lib/jibx-bind-1.2.1.jar
 inflated: WEB-INF/lib/jibx-bind-LICENSE.txt
 inflated: WEB-INF/lib/jibx-run-1.2.1.jar
 inflated: WEB-INF/lib/jibx-run-LICENSE.txt
 inflated: WEB-INF/lib/log4j-1.2.15.jar
 inflated: WEB-INF/lib/log4j-LICENSE.txt
 inflated: WEB-INF/lib/mail-1.4.jar
 inflated: WEB-INF/lib/mail-LICENSE.txt
 inflated: WEB-INF/lib/mex-1.5.1-impl.jar
 inflated: WEB-INF/lib/neethi-2.0.4.jar
 inflated: WEB-INF/lib/neethi-LICENSE.txt
 inflated: WEB-INF/lib/soapmonitor-1.5.1.jar
 inflated: WEB-INF/lib/woden-api-1.0M8.jar
 inflated: WEB-INF/lib/woden-api-LICENSE.txt
 inflated: WEB-INF/lib/woden-impl-dom-1.0M8.jar
 inflated: WEB-INF/lib/woden-impl-dom-LICENSE.txt
 inflated: WEB-INF/lib/wsdl4j-1.6.2.jar
 inflated: WEB-INF/lib/wsdl4j-LICENSE.txt
 inflated: WEB-INF/lib/wstx-asl-3.2.4.jar
 inflated: WEB-INF/lib/wstx-LICENSE.txt
 inflated: WEB-INF/lib/xalan-2.7.0.jar
 inflated: WEB-INF/lib/xalan-LICENSE.txt
 inflated: WEB-INF/lib/xercesImpl-2.6.2.jar
 inflated: WEB-INF/lib/xercesImpl-LICENSE.txt
 inflated: WEB-INF/lib/xml-apis-1.3.02.jar
 inflated: WEB-INF/lib/xml-apis-LICENSE.txt
 inflated: WEB-INF/lib/xml-resolver-1.2.jar
 inflated: WEB-INF/lib/xml-resolver-LICENSE.txt
 inflated: WEB-INF/lib/xmlbeans-2.3.0.jar
 inflated: WEB-INF/lib/xmlbeans-LICENSE.txt
 inflated: WEB-INF/lib/XmlSchema-1.4.3.jar
 inflated: WEB-INF/lib/XmlSchema-LICENSE.txt
 inflated: WEB-INF/lib/xom-1.0.jar
 inflated: WEB-INF/modules/addressing-1.5.1.mar
 inflated: WEB-INF/modules/axis2-jaxws-mar-1.5.1.mar
 inflated: WEB-INF/modules/axis2-scripting-1.5.1.mar
 inflated: WEB-INF/modules/mex-1.5.1.mar
 inflated: WEB-INF/modules/modules.list
 inflated: WEB-INF/modules/mtompolicy-1.5.1.mar
 inflated: WEB-INF/modules/ping-1.5.1.mar
 inflated: WEB-INF/modules/soapmonitor-1.5.1.mar
 inflated: WEB-INF/services/services.list
 inflated: WEB-INF/services/version-1.5.1.aar
 inflated: WEB-INF/web.xml


--- On Wed, 10/3/10, Konstantin Kolinko <kn...@gmail.com> wrote:

> From: Konstantin Kolinko <kn...@gmail.com>
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Date: Wednesday, 10 March, 2010, 19:18
> 2010/3/10 Terence Coffey <te...@yahoo.co.uk>:
> 
> Note, that
> > At this stage I restarted the apache web server (sudo
> /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start) and
> axis server.
> 
> you have restarted Apache HTTPD, not Apache Tomcat
> 
> >  In my browser i type http://localhost:8080/axis2/,
> 
> and browsed an address served by Tomcat (port 8080), not by
> HTTPD (port 80)
> 
> > I see a screen that
> > shows a heading "Deployed services" followed by a
> version on the next line and getVersion on the following
> line. the URL is now shown as
> > http://localhost:8080/axis2/service.
> >
> 
> If you will not get an answer here, you might better try
> the axis
> project users list,
> http://ws.apache.org/axis2/mail-lists.html
> 
> I do not really know, but does content of your war file
> looks like is
> listed here?:
> http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: axis2: not seeing validation or administrator links from axis2

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/3/10 Terence Coffey <te...@yahoo.co.uk>:

Note, that
> At this stage I restarted the apache web server (sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start) and axis server.

you have restarted Apache HTTPD, not Apache Tomcat

>  In my browser i type http://localhost:8080/axis2/,

and browsed an address served by Tomcat (port 8080), not by HTTPD (port 80)

> I see a screen that
> shows a heading "Deployed services" followed by a version on the next line and getVersion on the following line. the URL is now shown as
> http://localhost:8080/axis2/service.
>

If you will not get an answer here, you might better try the axis
project users list,
http://ws.apache.org/axis2/mail-lists.html

I do not really know, but does content of your war file looks like is
listed here?:
http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: axis2: not seeing validation or administrator links from axis2

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Terence Coffey [mailto:terence_j_coffey@yahoo.co.uk]
> Subject: axis2: not seeing validation or administrator links from axis2
> 
> I'm a new user to TomCat

It's Tomcat, not TomCat.  Fix your spelling.

> 10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Protocol init
> SEVERE: Error initializing endpoint
> java.net.BindException: Address already in use <null>:8080

You already have something using port 8080 (possibly another instance of Tomcat), so you're not going to get this one to work until you find and eliminate the conflict.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org