José María Briceño wrote: > java.net.BindException: Address already in use > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405) > at java.net.ServerSocket.<init>(ServerSocket.java:170) > at java.net.ServerSocket.<init>(ServerSocket.java:82) > at > org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory.crea > teServerSocket(DefaultServerSocketFactory.java:35) > at > org.apache.avalon.cornerstone.services.connection.AbstractService.initialize > (AbstractService.java:136) > at org.apache.james.smtpserver.SMTPServer.initialize(SMTPServer.java:97) > INFO 2002-10-14 19:22:25.475 [Phoenix.] (): exception while > starting:Component named "smtpserver" failed to pass through the > Initialization stage. (Reason: java.net.BindException: Address already in > use).
Something was already listening on the SMTP port (which should be 25) when you tried to start James. Go to the command line and type 'telnet localhost 25' -- see what's there. David Weitzman -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>