Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
I have Internet Connection 

Initially I start the server and there are no
Exception Afterwards I try to surf the Site By typing
http://203.197.197.197:8080/ and The Server throws the
following Exception

There are no other servers running



Dec 9, 2004 11:37:44 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket¤
SEVERE: Endpoint
ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
ignored exception: java.net.SocketException: socket
closed
java.net.SocketException: socket closed
at
java.net.PlainSocketImpl.socketAccept(Native Method)
at
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at
java.net.ServerSocket.implAccept(ServerSocket.java:450)
at
java.net.ServerSocket.accept(ServerSocket.java:421)
at
org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:60)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Reinitializing ServerSocket
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint null ignored exception:
java.net.BindException: Address already in use:
JVM_Bind:8080
java.net.BindException: Address already in use:
JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:429)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Restarting endpoint
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint null shutdown due to exception:
java.net.BindException: Address already in use:
JVM_Bind:8080
java.net.BindException: Address already in use:
JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:441)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable
run
SEVERE: Caught exception (java.lang.ThreadDeath)
executing
[EMAIL PROTECTED],
terminating thread




Thanks in advance

CSJakharia

=
 Subscribe to bermudaEmail:  [input]  [input]  Browse Archives at 
groups-beta.google.com 





__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


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



RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Arnab Chakravarty
Hey,

Your previous instance of tomcat did not shutdown as the error clearly says:

java.net.BindException: Address already in use:
JVM_Bind:8080

You can check that using netstat command whether the port is already used by 
any instance of tomcat before starting a new instance.

Hope this helps.

Arnab

-Original Message-
From: Chirag [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 09, 2004 1:47 PM
To: [EMAIL PROTECTED]
Subject: Chirag : SEVERE: Endpoint 
ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: 
java.net.SocketException: socket closed

I have Internet Connection 

Initially I start the server and there are no
Exception Afterwards I try to surf the Site By typing
http://203.197.197.197:8080/ and The Server throws the
following Exception

There are no other servers running



Dec 9, 2004 11:37:44 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket¤
SEVERE: Endpoint
ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
ignored exception: java.net.SocketException: socket
closed
java.net.SocketException: socket closed
at
java.net.PlainSocketImpl.socketAccept(Native Method)
at
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at
java.net.ServerSocket.implAccept(ServerSocket.java:450)
at
java.net.ServerSocket.accept(ServerSocket.java:421)
at
org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:60)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Reinitializing ServerSocket
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint null ignored exception:
java.net.BindException: Address already in use:
JVM_Bind:8080
java.net.BindException: Address already in use:
JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:429)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Restarting endpoint
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint null shutdown due to exception:
java.net.BindException: Address already in use:
JVM_Bind:8080
java.net.BindException: Address already in use:
JVM_Bind:8080
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:441)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Dec 9, 2004 11:37:45 AM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable
run
SEVERE: Caught exception (java.lang.ThreadDeath)
executing
[EMAIL PROTECTED],
terminating thread




Thanks in advance

CSJakharia

=
 Subscribe to bermudaEmail:  [input]  [input]  Browse Archives at 
groups-beta.google.com 





__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


-
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: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
Thanks


Software Installed
--
jakarta-tomcat-5.5.2
Windows 98SE
IE6.0SP1

But I have checked using netstat and no such port is
in use

Besides this This Exception is not thrown in startup
I mean this Exception is thrown When the Tomcat Server
is properly Ready with Server Startup Message and then
When I try to access the site It throws this Exception


There are total 3 Exceptions coming up and somehow
Some Exception is not able to release the port and
therefore such a Problem.Just a Guess


Thanks in advance

CSJakharia

--- Arnab Chakravarty [EMAIL PROTECTED]
wrote:

 Hey,
 
 Your previous instance of tomcat did not shutdown as
 the error clearly says:
 
 java.net.BindException: Address already in use:
 JVM_Bind:8080
 
 You can check that using netstat command whether the
 port is already used by any instance of tomcat
 before starting a new instance.
 
 Hope this helps.
 
 Arnab
 
 -Original Message-
 From: Chirag [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, December 09, 2004 1:47 PM
 To: [EMAIL PROTECTED]
 Subject: Chirag : SEVERE: Endpoint

ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
 ignored exception: java.net.SocketException: socket
 closed
 
 I have Internet Connection 
 
 Initially I start the server and there are no
 Exception Afterwards I try to surf the Site By
 typing
 http://203.197.197.197:8080/ and The Server throws
 the
 following Exception
 
 There are no other servers running
 
 
 
 Dec 9, 2004 11:37:44 AM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket¤
 SEVERE: Endpoint

ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
 ignored exception: java.net.SocketException: socket
 closed
 java.net.SocketException: socket closed
 at
 java.net.PlainSocketImpl.socketAccept(Native Method)
 at

java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
 at

java.net.ServerSocket.implAccept(ServerSocket.java:450)
 at
 java.net.ServerSocket.accept(ServerSocket.java:421)
 at

org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:60)
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
 at

org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
 at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
 Dec 9, 2004 11:37:45 AM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 WARNING: Reinitializing ServerSocket
 Dec 9, 2004 11:37:45 AM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 SEVERE: Endpoint null ignored exception:
 java.net.BindException: Address already in use:
 JVM_Bind:8080
 java.net.BindException: Address already in use:
 JVM_Bind:8080
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:429)
 at

org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
 at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
 Dec 9, 2004 11:37:45 AM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 WARNING: Restarting endpoint
 Dec 9, 2004 11:37:45 AM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 SEVERE: Endpoint null shutdown due to exception:
 java.net.BindException: Address already in use:
 JVM_Bind:8080
 java.net.BindException: Address already in use:
 JVM_Bind:8080
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:264)
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:441)
 at

org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
 at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
 Dec 9, 2004 11:37:45 AM

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable
 run
 SEVERE: Caught exception (java.lang.ThreadDeath)
 executing
 [EMAIL PROTECTED],
 terminating thread
 
 
 
 
 Thanks in advance
 
 CSJakharia
 
 =
  Subscribe to bermudaEmail:  [input]  [input] 
 Browse Archives at groups-beta.google.com 
 
 
 
 
   
 __ 
 Do you Yahoo!? 
 Meet the all-new My Yahoo! - Try it today! 
 http://my.yahoo.com 
  
 
 

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


=
 Subscribe to bermudaEmail:  [input]  [input]  Browse Archives at 
groups-beta.google.com 





__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Caldarale, Charles R
 From: Chirag [mailto:[EMAIL PROTECTED]
 Subject: RE: Chirag : SEVERE: Endpoint
 ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored
 exception: java.net.SocketException: socket closed
 
 Software Installed
 --
 jakarta-tomcat-5.5.2
 Windows 98SE
 IE6.0SP1
 
 But I have checked using netstat and no such port is in use

We've had problems with Win2K sometimes not really releasing ports after 
abnormal termination of the program listening on them, and netstat doesn't show 
them as in use.  Required a reboot to clear it up, at least temporarily.  The 
same issue may exist on Win98.

 - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
If there was a port Problem then that Problem should
had occured in startup but instead of that it is
starting normally and it throws Exception After the
Server is Accessed

According to me there is SocketException due to some
reason and after that it again tries to gain the
socket but cannot do so and so such Exception is
raised as it has not been properly released

Thanks in advance

Chirag

--- Caldarale, Charles R
[EMAIL PROTECTED] wrote:

  From: Chirag [mailto:[EMAIL PROTECTED]
  Subject: RE: Chirag : SEVERE: Endpoint
 

ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
 ignored
  exception: java.net.SocketException: socket closed
  
  Software Installed
  --
  jakarta-tomcat-5.5.2
  Windows 98SE
  IE6.0SP1
  
  But I have checked using netstat and no such port
 is in use
 
 We've had problems with Win2K sometimes not really
 releasing ports after abnormal termination of the
 program listening on them, and netstat doesn't show
 them as in use.  Required a reboot to clear it up,
 at least temporarily.  The same issue may exist on
 Win98.
 
  - 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.
 


=
 Subscribe to bermudaEmail:  [input]  [input]  Browse Archives at 
groups-beta.google.com 





__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

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



RE: Chirag : SEVERE: Endpoint ServerSocket[addr=/203.192.197.197,port=0,localport=8080] ignored exception: java.net.SocketException: socket closed

2004-12-09 Thread Chirag
Now I got the Exact Problem

I asked one of my friend to surf the site from his
place and found out that the site is working well
enough the only problem is that it can't be surfed
from the Server.I mean the Machine where the Server is
running

So how to do that

I mean I should be able to host the site as well as
surf the site from the server


Thanks in advance

CSJakharia


--- Caldarale, Charles R
[EMAIL PROTECTED] wrote:

  From: Chirag [mailto:[EMAIL PROTECTED]
  Subject: RE: Chirag : SEVERE: Endpoint
 

ServerSocket[addr=/203.192.197.197,port=0,localport=8080]
 ignored
  exception: java.net.SocketException: socket closed
  
  Software Installed
  --
  jakarta-tomcat-5.5.2
  Windows 98SE
  IE6.0SP1
  
  But I have checked using netstat and no such port
 is in use
 
 We've had problems with Win2K sometimes not really
 releasing ports after abnormal termination of the
 program listening on them, and netstat doesn't show
 them as in use.  Required a reboot to clear it up,
 at least temporarily.  The same issue may exist on
 Win98.
 
  - 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.
 


=
 Subscribe to bermudaEmail:  [input]  [input]  Browse Archives at 
groups-beta.google.com 





__ 
Do you Yahoo!? 
Send holiday email and support a worthy cause. Do good. 
http://celebrity.mail.yahoo.com

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