Re: tomcat4 shutdown problem

2003-06-16 Thread John Turner
Not that I know of.  I've never seen it on Red Hat, though, 7.x or 9.

John

On Mon, 16 Jun 2003 10:08:49 +0800, unplug [EMAIL PROTECTED] 
wrote:

John,

I am using Redhat7.3.  It still has that error.  Does it any affect
for the applications if this error exists?
unplug

John Turner wrote:
AFAIK, it is a timing issue, only on Solaris.  The port binding is 
released
before the shutdown is completely finished, which throws the error.  I'm
pretty certain it can be ignored until it is fixed.

John

On Thu, 12 Jun 2003 07:21:08 -0400, Tim Funk [EMAIL PROTECTED] wrote:

 Looks like this bug report.
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663

 Does anyone know what this is?

 -Tim

 unplug wrote:
 Hi all,
 I am using tomcat4.1.24 but there is an exception during shutdown. 
When
 I issue catalina.sh stop, below exception shown in the
 catalina.out.  It seems a socket connection problem.  I am using the
 default server.xml without any modification.  Does anyone know what
 wrong with it?  How to solve it?  Does it affect the performance with
 that exception exist?

 Thanks,
 unplug

 Stopping service Tomcat-Standalone
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 closeServerS
 ocket
 SEVERE: Caught exception trying to unlock accept.
 java.net.ConnectException: Connection refused
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 at
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 at java.net.Socket.connect(Socket.java:434)
 at java.net.Socket.connect(Socket.java:384)
 at java.net.Socket.init(Socket.java:291)
 at java.net.Socket.init(Socket.java:119)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
 ndpoint.java:326)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
 nt.java:397)
 at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
 :529)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
 ool.java:619)
 at java.lang.Thread.run(Thread.java:536)
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 closeServerS
 ocket
 SEVERE: Caught exception trying to close socket.
 java.lang.NullPointerException
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
 ndpoint.java:338)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
 nt.java:397)
 at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
 :529)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
 ool.java:619)
 at java.lang.Thread.run(Thread.java:536)
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 WARNING: Reinitializing ServerSocket
 ~

 -
 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]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
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]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tomcat4 shutdown problem

2003-06-15 Thread unplug
John,

  I am using Redhat7.3.  It still has that error.  Does it any affect
for the applications if this error exists?

unplug

John Turner wrote:
 
 AFAIK, it is a timing issue, only on Solaris.  The port binding is released
 before the shutdown is completely finished, which throws the error.  I'm
 pretty certain it can be ignored until it is fixed.
 
 John
 
 On Thu, 12 Jun 2003 07:21:08 -0400, Tim Funk [EMAIL PROTECTED] wrote:
 
  Looks like this bug report.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663
 
  Does anyone know what this is?
 
  -Tim
 
  unplug wrote:
  Hi all,
  I am using tomcat4.1.24 but there is an exception during shutdown. When
  I issue catalina.sh stop, below exception shown in the
  catalina.out.  It seems a socket connection problem.  I am using the
  default server.xml without any modification.  Does anyone know what
  wrong with it?  How to solve it?  Does it affect the performance with
  that exception exist?
 
  Thanks,
  unplug
 
  Stopping service Tomcat-Standalone
  Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
  closeServerS
  ocket
  SEVERE: Caught exception trying to unlock accept.
  java.net.ConnectException: Connection refused
  at java.net.PlainSocketImpl.socketConnect(Native Method)
  at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
  at
  java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
  at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
  at java.net.Socket.connect(Socket.java:434)
  at java.net.Socket.connect(Socket.java:384)
  at java.net.Socket.init(Socket.java:291)
  at java.net.Socket.init(Socket.java:119)
  at
  org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
  ndpoint.java:326)
  at
  org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
  nt.java:397)
  at
  org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
  :529)
  at
  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
  ool.java:619)
  at java.lang.Thread.run(Thread.java:536)
  Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
  closeServerS
  ocket
  SEVERE: Caught exception trying to close socket.
  java.lang.NullPointerException
  at
  org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
  ndpoint.java:338)
  at
  org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
  nt.java:397)
  at
  org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
  :529)
  at
  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
  ool.java:619)
  at java.lang.Thread.run(Thread.java:536)
  Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
  acceptSocket
  WARNING: Reinitializing ServerSocket
  ~
 
  -
  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]
 
 
 
 --
 Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
 
 -
 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]



Re: tomcat4 shutdown problem

2003-06-13 Thread John Turner
AFAIK, it is a timing issue, only on Solaris.  The port binding is released 
before the shutdown is completely finished, which throws the error.  I'm 
pretty certain it can be ignored until it is fixed.

John

On Thu, 12 Jun 2003 07:21:08 -0400, Tim Funk [EMAIL PROTECTED] wrote:

Looks like this bug report.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663
Does anyone know what this is?

-Tim

unplug wrote:
Hi all,
I am using tomcat4.1.24 but there is an exception during shutdown. When 
I issue catalina.sh stop, below exception shown in the
catalina.out.  It seems a socket connection problem.  I am using the
default server.xml without any modification.  Does anyone know what
wrong with it?  How to solve it?  Does it affect the performance with
that exception exist?

Thanks,
unplug
Stopping service Tomcat-Standalone
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
closeServerS
ocket
SEVERE: Caught exception trying to unlock accept.
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:434)
at java.net.Socket.connect(Socket.java:384)
at java.net.Socket.init(Socket.java:291)
at java.net.Socket.init(Socket.java:119)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
ndpoint.java:326)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
nt.java:397)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:529)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
closeServerS
ocket
SEVERE: Caught exception trying to close socket.
java.lang.NullPointerException
at
org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
ndpoint.java:338)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
nt.java:397)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:529)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Reinitializing ServerSocket
~
-
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]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tomcat4 shutdown problem

2003-06-12 Thread Tim Funk
Looks like this bug report.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663

Does anyone know what this is?

-Tim

unplug wrote:
 Hi all,
   
   I am using tomcat4.1.24 but there is an exception during shutdown. 
 When I issue catalina.sh stop, below exception shown in the
 catalina.out.  It seems a socket connection problem.  I am using the
 default server.xml without any modification.  Does anyone know what
 wrong with it?  How to solve it?  Does it affect the performance with
 that exception exist?
 
 Thanks,
 unplug
 
 Stopping service Tomcat-Standalone
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 closeServerS
 ocket
 SEVERE: Caught exception trying to unlock accept.
 java.net.ConnectException: Connection refused
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 at
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 at java.net.Socket.connect(Socket.java:434)
 at java.net.Socket.connect(Socket.java:384)
 at java.net.Socket.init(Socket.java:291)
 at java.net.Socket.init(Socket.java:119)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
 ndpoint.java:326)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
 nt.java:397)
 at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
 :529)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
 ool.java:619)
 at java.lang.Thread.run(Thread.java:536)
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 closeServerS
 ocket
 SEVERE: Caught exception trying to close socket.
 java.lang.NullPointerException
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
 ndpoint.java:338)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
 nt.java:397)
 at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
 :529)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
 ool.java:619)
 at java.lang.Thread.run(Thread.java:536)
 Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 WARNING: Reinitializing ServerSocket
 ~
 
 -
 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]



tomcat4 shutdown problem

2003-06-11 Thread unplug
Hi all,
  
  I am using tomcat4.1.24 but there is an exception during shutdown. 
When I issue catalina.sh stop, below exception shown in the
catalina.out.  It seems a socket connection problem.  I am using the
default server.xml without any modification.  Does anyone know what
wrong with it?  How to solve it?  Does it affect the performance with
that exception exist?

Thanks,
unplug

Stopping service Tomcat-Standalone
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
closeServerS
ocket
SEVERE: Caught exception trying to unlock accept.
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:434)
at java.net.Socket.connect(Socket.java:384)
at java.net.Socket.init(Socket.java:291)
at java.net.Socket.init(Socket.java:119)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
ndpoint.java:326)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
nt.java:397)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:529)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
closeServerS
ocket
SEVERE: Caught exception trying to close socket.
java.lang.NullPointerException
at
org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpE
ndpoint.java:338)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
nt.java:397)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:529)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Jun 12, 2003 11:05:40 AM org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Reinitializing ServerSocket
~

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