Tomcat 5.X dies after some time

2006-03-03 Thread Devireddy, Nagendra Reddy (STSD)
Hi,

Tomcat 5.X is dieing after some time throwing the following error ..
Can some one please help me ..
INFO: Server startup in 22840 ms
StandardServer.await: create[8005]: java.net.BindException: Address
already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.(ServerSocket.java:185)
at
org.apache.catalina.core.StandardServer.await(StandardServer.java:496)
at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Mar 3, 2006 3:01:20 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-7510



Thanks and Regards,
Nagendra Reddy. D
Hewlett Packard ISO (STSD)
Bangalore.
Ph : 080-22052254
+hp = Everything is Possible 




Re: Tomcat 5.X dies after some time

2006-03-03 Thread foo shyn
Hi,

It seems that there're other application that are using 8005 as port on ur
server as well.

fooshyn

- Original Message - 
From: "Devireddy, Nagendra Reddy (STSD)" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Friday, March 03, 2006 5:40 PM
Subject: Tomcat 5.X dies after some time


Hi,

Tomcat 5.X is dieing after some time throwing the following error ..
Can some one please help me ..
INFO: Server startup in 22840 ms
StandardServer.await: create[8005]: java.net.BindException: Address
already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.(ServerSocket.java:185)
at
org.apache.catalina.core.StandardServer.await(StandardServer.java:496)
at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Mar 3, 2006 3:01:20 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-7510



Thanks and Regards,
Nagendra Reddy. D
Hewlett Packard ISO (STSD)
Bangalore.
Ph : 080-22052254
+hp = Everything is Possible




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



Re: Tomcat 5.X dies after some time

2006-03-03 Thread Hadraba Petr
Hi,

I saw this error yesterday. I tried to run second instance of the Tomcat.

First tomcat was configured to use port 8080 and redirect port 8443

The second instance was configured to port 9080 and redirect 9443

When I tried to start the new instance, the error about port 8005
occured... In the server.xml I didn't find anything about port 8005:-(

PETR


On 3/3/06, foo shyn <[EMAIL PROTECTED]> wrote:
> Hi,
>
> It seems that there're other application that are using 8005 as port on ur
> server as well.
>
> fooshyn
>
> - Original Message -
> From: "Devireddy, Nagendra Reddy (STSD)" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" 
> Sent: Friday, March 03, 2006 5:40 PM
> Subject: Tomcat 5.X dies after some time
>
>
> Hi,
>
> Tomcat 5.X is dieing after some time throwing the following error ..
> Can some one please help me ..
> INFO: Server startup in 22840 ms
> StandardServer.await: create[8005]: java.net.BindException: Address
> already in use
> java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.socketBind(Native Method)
> at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
> at java.net.ServerSocket.bind(ServerSocket.java:318)
> at java.net.ServerSocket.(ServerSocket.java:185)
> at
> org.apache.catalina.core.StandardServer.await(StandardServer.java:496)
> at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> a:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
> at
> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
> Mar 3, 2006 3:01:20 PM org.apache.coyote.http11.Http11Protocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-7510
>
>
>
> Thanks and Regards,
> Nagendra Reddy. D
> Hewlett Packard ISO (STSD)
> Bangalore.
> Ph : 080-22052254
> +hp = Everything is Possible
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Tomcat 5.X dies after some time

2006-03-03 Thread Chun Wei Ho
I think port 8005 is the one used for triggering a shutdown, its right
at the start of server.xml



On 3/3/06, Hadraba Petr <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I saw this error yesterday. I tried to run second instance of the Tomcat.
>
> First tomcat was configured to use port 8080 and redirect port 8443
>
> The second instance was configured to port 9080 and redirect 9443
>
> When I tried to start the new instance, the error about port 8005
> occured... In the server.xml I didn't find anything about port 8005:-(
>
> PETR
>
>
> On 3/3/06, foo shyn <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > It seems that there're other application that are using 8005 as port on ur
> > server as well.
> >
> > fooshyn
> >
> > - Original Message -
> > From: "Devireddy, Nagendra Reddy (STSD)" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" 
> > Sent: Friday, March 03, 2006 5:40 PM
> > Subject: Tomcat 5.X dies after some time
> >
> >
> > Hi,
> >
> > Tomcat 5.X is dieing after some time throwing the following error ..
> > Can some one please help me ..
> > INFO: Server startup in 22840 ms
> > StandardServer.await: create[8005]: java.net.BindException: Address
> > already in use
> > java.net.BindException: Address already in use
> > at java.net.PlainSocketImpl.socketBind(Native Method)
> > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
> > at java.net.ServerSocket.bind(ServerSocket.java:318)
> > at java.net.ServerSocket.(ServerSocket.java:185)
> > at
> > org.apache.catalina.core.StandardServer.await(StandardServer.java:496)
> > at org.apache.catalina.startup.Catalina.await(Catalina.java:619)
> > at org.apache.catalina.startup.Catalina.start(Catalina.java:579)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
> > a:39)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> > Impl.java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at
> > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
> > at
> > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
> > Mar 3, 2006 3:01:20 PM org.apache.coyote.http11.Http11Protocol pause
> > INFO: Pausing Coyote HTTP/1.1 on http-7510
> >
> >
> >
> > Thanks and Regards,
> > Nagendra Reddy. D
> > Hewlett Packard ISO (STSD)
> > Bangalore.
> > Ph : 080-22052254
> > +hp = Everything is Possible
> >
> >
> >
> >
> > -
> > 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]