TCPServer Error while I'm using WEBRick

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.

···

--
Posted via http://www.ruby-forum.com/.

P. A. wrote:

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.

···

--
Posted via http://www.ruby-forum.com/\.