On Monday, October 14, 2002, at 02:52 PM, José María Briceño wrote: > ERROR 2002-10-14 19:22:25.391 [Phoenix.] (): There was an error > running > phase "startup" for Block named "smtpserver". (Reason: Component named > "smtpserver" failed to pass through the Initialization stage. (Reason: > java.net.BindException: Address already in use).). > org.apache.excalibur.containerkit.lifecycle.LifecycleException: > Component > named "smtpserver" failed to pass through the Initialization stage. > (Reason: > java.net.BindException: Address already in use).
Looks like you have something else using the port that James wants to use for its smtp server. That port is most likely 25. And since you are on a FreeBSD box, you probably have a smtp server running as a daemon, or your inetd is listening on port 25. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>