On Thu, Jun 26, 2008 at 3:30 AM, Anais Yong Fah Yin <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use a SMTP server for my project and I tried to run the > run.bat for the James Mail Server 2.3.1 but it did not work. The error that > appeared is: > > org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: > Component named 'smtp server' failed to pass through the Starting stage. > (Reason: java.net.BindException: Address already in use: JVM_Bind).
Your problem is pure operational. The server is unable to bind to the SMTP port (port 25), probably because some other mail server is already running. Stop that one and then try again to start James, as you did. Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
