i've checked and there are different instances

theres another message

[2003/06/16 11:23:28] HttpProcessor[8081][0] Request parameters
[2003/06/16 11:23:28] HttpProcessor[8081][0] com.opentext.basis.webtop.servlet.WebtopException: No such action images.
at com.opentext.basis.webtop.servlet.WebtopServlet.mGetAction(Unknown Source)
at com.opentext.basis.webtop.servlet.WebtopServlet.doGet(Unknown Source)


also both server.xmls try to connect tot he same warp connector, ie

 <Connector className="org.apache.catalina.connector.warp.WarpConnector"
     port="8008" minProcessors="5" maxProcessors="75"
     enableLookups="true" appBase="webapps"
     acceptCount="10" debug="0"/>

they are both stand alone and though would this be problematic ?

chris


At 11:52 13.08.2003 +0100, you wrote:
Are you 100% positive that both tomcat instances have different ports?
This exception is seen when a port is already in use. I'd suggest
you went through both server config files and double check :)

-----Original Message-----
From: Chris Daly [mailto:[EMAIL PROTECTED]
Sent: 13 August 2003 11:40
To: Tomcat Users List
Subject: RE: two tomcats one hangs



i'm getting this from teh catlina.out

Catalina.start: LifecycleException:  Error creating server socket
(java.net.BindException):  java.net.BindException: Address already in use
LifecycleException:  Error creating server socket
(java.net.BindException):  java.net.BindException: Address already in use
         at
org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.ja
va:491)
         at
org.apache.catalina.core.StandardService.initialize(StandardService.java:454
)
         at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
----- Root Cause -----
java.net.BindException: Address already in use
         at java.net.PlainSocketImpl.socketBind(Native Method)
         at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
         at java.net.ServerSocket.<init>(ServerSocket.java:170)
         at java.net.ServerSocket.<init>(ServerSocket.java:121)
         at
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServe
rSocketFactory.java:118)
         at
org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.ja
va:485)
         at
org.apache.catalina.core.StandardService.initialize(StandardService.java:454
)
         at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)

chris


At 11:23 13.08.2003 +0100, you wrote:


>Got any debug logs Chris? Are you trying to access a servlet or just the
>default
>starting pages in Tomcat?
>
>Yiannis.
>
>-----Original Message-----
>From: Chris Daly [mailto:[EMAIL PROTECTED]
>Sent: 13 August 2003 11:15
>To: mailto:@magic.lif.icnet.uk
>Subject: two tomcats one hangs
>
>
>hi
>
>i've now two instances of tomcat running - seperate directories for
>everyhting - sperate connector ports.  the second version simply hangs
>midway through when i try to access the second instance of the server.  any
>ideas ?
>
>cheers
>
>chris
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>________________________________________________________________________
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs. For more information on a proactive
>anti-virus service working around the clock, around the globe, visit:
>http://www.star.net.uk
>________________________________________________________________________
>
>________________________________________________________________________
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs. For more information on a proactive
>anti-virus service working around the clock, around the globe, visit:
>http://www.star.net.uk
>________________________________________________________________________
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to