the interesting part is: "Component named "pop3server" failed to pass through the Starting stage. (Reason: java.net.BindException: Permission denied)."
On 11/8/06, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
THe pop3 port (110) is already in use. Maybe you have another service using that port. Stop it and restart james.
For me, "Permission denied" does indicate that this is a problem of not running James with root privileges which are needed everytime a process tries to attach to "privileged" ports (e.g. port number < 1024). The problem Stefano described would result in "BindException: Port already in use" Bernd
Stefano wrightkevin wrote: > Hi, > I have just installed James onto my computer (Fedora Linux) and am > attempting to run run.sh > but I get this awful set of errors returned: > > org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: > Component named "pop3server" failed to pass through the Starting stage. > (Reason: java.net.BindException: Permission denied). > at org.apache.avalon.phoenix.containerkit.liThere was an uncaught > exception: > --------------------------------------------------------- > --- Message --- > Failed to start application james. > --- Stack Trace --- > org.apache.avalon.phoenix.interfaces.DeploymentException: Failed to start > application james. > at > org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:379) > at > org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:542) > at > org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:535) > at > org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:520) > at > org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:509) > at > org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:268) > at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:198) > at > org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:184) > at > org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:145) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:128) > at org.apache.avalon.phoenix.launcher.Main.main(Main.java:83) > Caused by: org.apache.avalon.framework.CascadingException: Failed to start > application james. > at > org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:313) > at > org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:376) > at > org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:357) > ... 14 more > Caused by: org.apache.avalon.phoenix.interfaces.ApplicationException: > Component named "pop3server" failed to pass through the Starting stage. > (Reason: java.net.BindException: Permission denied). > at > org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:186) > at > org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:260) > at > org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:295) > ... 16 more > Caused by: > org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: > Component named "pop3server" failed to pass through the Starting stage. > (Reason: java.net.BindException: Permission denied). > at > org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:354) > at > org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:226) > Type :quit<Enter> to exit Vim > 12,1-8 Top > > > Any thoughts? > > Kevin Wright --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
