[Catalyst] Socket error when launching Catalyst server

Alexander Hartmaier alexander.hartmaier at t-systems.at
Mon Mar 15 17:55:01 GMT 2010


This means that another process is already listening on the tcp port the
catalyst server wants to use (default 3000).
Maybe you have already an instance of the cat webserver running.
If you need to run multiple cat apps at the same time specify the port
number by using the command line option -p(ort).

--
Best regards, Alex


Am Montag, den 15.03.2010, 16:32 +0100 schrieb David:
> Hello,
>
> recently I am getting next error message once I have launched Catalyst
> server:
>
> Couldn't create daemon: IO::Socket::INET: Address already in use
> at /usr/local/share/perl/5.8.8/Catalyst/Engine/HTTP.pm line 211.
>
>
> I never got this error message before. I don't know how to fix it. It
> is like if there where other server instances running, because my
> website works even if I shut down the server.
> I can't neither see server activity, as it seems website is running in
> another server instance.
>
>
> David
>
>
>


*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Notice: This e-mail contains information that is confidential and may be privileged.
If you are not the intended recipient, please notify the sender and then
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*



More information about the Catalyst mailing list