TCPServer Error while I'm using WEBRick

P

Pa Al

Hi.

When I'm starting a ruby script with a WEBRick server included I'm
receiving TCPServer Error.

Here is the output:

[2009-08-19 22:57:00] INFO WEBrick 1.3.1
[2009-08-19 22:57:00] INFO ruby 1.9.1 (2009-07-16) [i686-linux]
[2009-08-19 22:57:05] WARN TCPServer Error: Address already in use -
bind(2)
[2009-08-19 22:57:05] INFO WEBrick::HTTPServer#start: pid=9187
port=2000

My application is working correct without any complaints but I concern
about this warning. What is the reason? How can I fix it?

NB: There aren't any applications works on the port 2000 and the warning
is holding when I'm using ports 2000, 20 000 or any other.

Thanks.
 
B

Brian Candler

P. A. said:
When I'm starting a ruby script with a WEBRick server included I'm
receiving TCPServer Error. ...
[2009-08-19 22:57:05] WARN TCPServer Error: Address already in use -
bind(2)

It happens, I reported it ages ago. It doesn't cause any problems, so
unless you want to dig down deep to find the underlying cause, you can
ignore it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top