<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Thanks Jon,<br><br>that was exactly my problem and your solution has worked perfectly.<br>When I close the server, I always do 'Ctrl + C'. I don't know if it is the proper way to close it.<br><br><div>&nbsp;</div>David<div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">De:</span></b> Jon &lt;jonfdaily@wetxt.com&gt;<br><b><span style="font-weight: bold;">Para:</span></b> The elegant MVC web framework &lt;catalyst@lists.scsys.co.uk&gt;<br><b><span style="font-weight: bold;">Enviado:</span></b> lun,15 marzo, 2010 19:33<br><b><span style="font-weight: bold;">Asunto:</span></b> Re: [Catalyst] Socket error when
 launching Catalyst server<br></font><br>&gt; Couldn't create daemon: IO::Socket::INET: Address already in use at<br>&gt; /usr/local/share/perl/5.8.8/Catalyst/Engine/HTTP.pm line 211.<br><br>It means you already have a server instance running.&nbsp; If you don't<br>want it running (which it seems like you don't), and you don't know<br>where you started it from, you should just kill it, and then restart<br>your sever.<br><br>ps -ef | grep server | grep -v grep<br><br>will give you the process id that is running (should look like<br>myapp_server.pl).&nbsp; kill -9 the process id, and then restart your<br>server.&nbsp; Should take care of it.<br><br>- jon<br><br>_______________________________________________<br>List: <a ymailto="mailto:Catalyst@lists.scsys.co.uk" href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst"
 target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br></div></div>
</div><br>



      </body></html>