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 Raffael Himmelreich <ra...@raffi.at> on 2006/11/23 22:12:53 UTC

Starting SimpleAxis2Server

Hi there,

I experience very basic problems starting the axis2 standalone Simple 
server. Does anybody have any hints for me what to look for?
I tried it with j2sdk1.4 with same results.

(axis2.xml is the fresh vanilla untared configfile - TCP port isn't used 
yet)


exception:~/axis2-1.1# bin/axis2server.sh
  Using AXIS2_HOME:   /root/axis2-1.1
  Using JAVA_HOME:       /var/jdk1.5.0_09/
Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
INFO: [SimpleAxisServer] Starting
Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
INFO: [SimpleAxisServer] Using the Axis2 
Repository/root/axis2-1.1/repository
[SimpleAxisServer] Using the Axis2 Configuration 
File/root/axis2-1.1/conf/axis2.xml
Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
SEVERE: [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer
exception:~/axis2-1.1#


Best regards,
raffi

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Starting SimpleAxis2Server

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
On Fri, 2006-11-24 at 18:37 +0100, Raffael Himmelreich wrote:
> Thilina Gunarathne wrote:
> > Check whether something is running on port 8080 (eg: Tomcat)..
> 
> Shame on me.
> 
> Kaffe was installed in parallel. And because axis2server.sh uses $PATH 
> instead of $JAVA_HOME the wrong bytecode interpreter got executed. :(

Please open an issue and report this bug.

Thanks,

Sanjiva.
-- 
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Director; Open Source Initiative; http://www.opensource.org/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Starting SimpleAxis2Server

Posted by Raffael Himmelreich <ra...@raffi.at>.
Thilina Gunarathne wrote:
> Check whether something is running on port 8080 (eg: Tomcat)..

Shame on me.

Kaffe was installed in parallel. And because axis2server.sh uses $PATH 
instead of $JAVA_HOME the wrong bytecode interpreter got executed. :(

Best regards,
	raffi

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Starting SimpleAxis2Server

Posted by Paul Fremantle <pz...@gmail.com>.
In Synapse we try to start on 8080 and then if that fails we try 8008.
We also log the chosen port to the console.

You might want to do something similar in Axis2.

Paul


On 11/24/06, Thilina Gunarathne <cs...@gmail.com> wrote:
> Check whether something is running on port 8080 (eg: Tomcat)..
>
> ~Thilina
>
> On 11/24/06, Raffael Himmelreich <ra...@raffi.at> wrote:
> > Hi there,
> >
> > I experience very basic problems starting the axis2 standalone Simple
> > server. Does anybody have any hints for me what to look for?
> > I tried it with j2sdk1.4 with same results.
> >
> > (axis2.xml is the fresh vanilla untared configfile - TCP port isn't used
> > yet)
> >
> >
> > exception:~/axis2-1.1# bin/axis2server.sh
> >   Using AXIS2_HOME:   /root/axis2-1.1
> >   Using JAVA_HOME:       /var/jdk1.5.0_09/
> > Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> > INFO: [SimpleAxisServer] Starting
> > Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> > INFO: [SimpleAxisServer] Using the Axis2
> > Repository/root/axis2-1.1/repository
> > [SimpleAxisServer] Using the Axis2 Configuration
> > File/root/axis2-1.1/conf/axis2.xml
> > Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> > SEVERE: [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer
> > exception:~/axis2-1.1#
> >
> >
> > Best regards,
> > raffi
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> --
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: Starting SimpleAxis2Server

Posted by Thilina Gunarathne <cs...@gmail.com>.
Check whether something is running on port 8080 (eg: Tomcat)..

~Thilina

On 11/24/06, Raffael Himmelreich <ra...@raffi.at> wrote:
> Hi there,
>
> I experience very basic problems starting the axis2 standalone Simple
> server. Does anybody have any hints for me what to look for?
> I tried it with j2sdk1.4 with same results.
>
> (axis2.xml is the fresh vanilla untared configfile - TCP port isn't used
> yet)
>
>
> exception:~/axis2-1.1# bin/axis2server.sh
>   Using AXIS2_HOME:   /root/axis2-1.1
>   Using JAVA_HOME:       /var/jdk1.5.0_09/
> Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> INFO: [SimpleAxisServer] Starting
> Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> INFO: [SimpleAxisServer] Using the Axis2
> Repository/root/axis2-1.1/repository
> [SimpleAxisServer] Using the Axis2 Configuration
> File/root/axis2-1.1/conf/axis2.xml
> Nov 23, 2006 9:56:54 PM org.apache.axis2.transport.SimpleAxis2Server main
> SEVERE: [SimpleAxisServer] Shutting down. Error starting SimpleAxisServer
> exception:~/axis2-1.1#
>
>
> Best regards,
> raffi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org