Norman,

After looking more why we are getting this error - it appear that it is not James server problem, but that sendmail was started on the boot by OS. I just needed to stop it and permanently disabling it. I am sending this reply in case other people have similar problems.

Thanks,
Katya.

Ekaterina Davydenko wrote:
Hi Norman,

I am working with Robert on this issue. So initially, when we did send you this message, we did find the corruption in our classpath, but now since it had been fixed, we are getting slightly different message that is right below.

We did the fresh install of the James server with all the latest updates to it. Configured what needed to me to make sure we haven't missed anything on Windows machine. Then did the same thing on our Linux server, but something failing there, while no problems running James on Windows platform.

Thanks,
Katya.

ERROR message:
"Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smtpserver': Invocation of init method failed; nested exception is java.net.BindException: Address already in use at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1394) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) at org.apache.james.container.spring.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:37)
   at org.apache.james.container.spring.Main.main(Main.java:28)
Caused by: java.net.BindException: Address already in use
   at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
   at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:251) at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:48) at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(AbstractPollingIoAcceptor.java:523) at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200(AbstractPollingIoAcceptor.java:65) at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:407) at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)
"



Norman Maurer wrote:
Hi Robert,

seams like you are missing some jars in the classpath. Did you just
move the whole James directory to the new server?

How did you start it?

Bye
Norman

2010/3/26, Robert Gurule <[email protected]>:
Hi Norman,
   I'm having a problem when I move my working version of James/Trunk
using imap to a Linux box....  the error is:

Unable to init mailet ActiveMQRemoteDelivery:
org.apache.mailet.MailetException: Could not load mailet
(ActiveMQRemoteDelivery);
  nested exception is:
    java.lang.ClassNotFoundException: Requested mailet not found:
ActiveMQRemoteDelivery.  Package searched:
org.apache.james.transport.mailets.
org.apache.james.mailet.crypto.mailet. lanl.gov.mailet.
org.apache.james.imapserver.sieve.
org.apache.mailet.MailetException: Could not load mailet
(ActiveMQRemoteDelivery);
  nested exception is:
    java.lang.ClassNotFoundException: Requested mailet not found:
ActiveMQRemoteDelivery.  Package searched:
org.apache.james.transport.mailets.
org.apache.james.mailet.crypto.mailet. lanl.gov.mailet.
org.apache.james.imapserver.sieve.


Thanks,

 Robert

---------------------------------------------------------------------
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]






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to