You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by myepoch <gm...@sytdc.com> on 2006/10/10 04:16:06 UTC

hint error message when run ./run.sh in debian linux

hint error message when run  ./run.sh  in debian linux.how to solve it

ERROR   2006-10-10 10:09:18.030 [Phoenix.] (): Component named "pop3server"
failed to pass through the Initialization stage. (Reason:
java.net.BindException: Address already in use).
ERROR   2006-10-10 10:09:18.030 [Phoenix.] (): There was an error running
phase "startup" for Block named "pop3server". (Reason: Component named
"pop3server" failed to pass through the Initialization stage. (Reason:
java.net.BindException: Address already in use).).
org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component
named "pop3server" failed to pass through the Initialization stage. (Reason:
java.net.BindException: Address already in use).
	at
org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
	at
org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:480)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:428)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:364)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:138)
	at
org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)

-- 
View this message in context: http://www.nabble.com/hint-error-message-when-run--.-run.sh--in-debian-linux-tf2414013.html#a6729048
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: hint error message when run ./run.sh in debian linux

Posted by Bernd Fondermann <be...@googlemail.com>.
hi,

another application already blocks the port you want make your POP3
server listen on.
you can check which process this is using something like
   netstat -pant
"man netstat" provides online help.
you would have to stop this process (which can also be another James
instance) and restart James.

  Bernd

On 10/10/06, myepoch <gm...@sytdc.com> wrote:
>
> hint error message when run  ./run.sh  in debian linux.how to solve it
>
> ERROR   2006-10-10 10:09:18.030 [Phoenix.] (): Component named "pop3server"
> failed to pass through the Initialization stage. (Reason:
> java.net.BindException: Address already in use).
> ERROR   2006-10-10 10:09:18.030 [Phoenix.] (): There was an error running
> phase "startup" for Block named "pop3server". (Reason: Component named
> "pop3server" failed to pass through the Initialization stage. (Reason:
> java.net.BindException: Address already in use).).
> org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component
> named "pop3server" failed to pass through the Initialization stage. (Reason:
> java.net.BindException: Address already in use).
>         at
> org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
>         at
> org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
>         at
> org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:480)
>         at
> org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:428)
>         at
> org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:364)
>         at
> org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:138)
>         at
> org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
>
> --
> View this message in context: http://www.nabble.com/hint-error-message-when-run--.-run.sh--in-debian-linux-tf2414013.html#a6729048
> Sent from the James - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org