You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/10/18 20:58:29 UTC

[jira] Resolved: (JAMES-1069) Exception when start JAMES and emails are still in queue

     [ https://issues.apache.org/jira/browse/JAMES-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1069.
----------------------------------

    Resolution: Fixed

> Exception when start JAMES and emails are still in queue
> --------------------------------------------------------
>
>                 Key: JAMES-1069
>                 URL: https://issues.apache.org/jira/browse/JAMES-1069
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 3.0-M1, Trunk
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M1
>
>
> When starting JAMES and have message in queues we see the following exception:
> WARN  20:50:48,190 | org.apache.camel.component.direct.DirectProducer | No consumers available on endpoint: Endpoint[direct://processor.root] to process: Exchange[Message: org.apache.james.core.MailImpl@5e8dc627]
> ERROR 20:50:48,190 | james.mailetcontainer | Exception processing mail in JamesSpoolManager.run Unable to process mail Mail1287427831601-545
> javax.mail.MessagingException: Unable to process mail Mail1287427831601-545;
>   nested exception is:
> 	org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: org.apache.james.core.MailImpl@5e8dc627]
> 	at org.apache.james.mailetcontainer.camel.CamelMailProcessorList$ChildProcessor.service(CamelMailProcessorList.java:287)
> 	at org.apache.james.mailetcontainer.ProcessorDetail.service(ProcessorDetail.java:58)
> 	at org.apache.james.mailetcontainer.camel.CamelMailProcessorList.service(CamelMailProcessorList.java:230)
> 	at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:170)
> 	at java.lang.Thread.run(Thread.java:637)
> Caused by: org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: org.apache.james.core.MailImpl@5e8dc627]
> 	at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1142)
> 	at org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHelper.java:452)
> 	at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:441)
> 	at org.apache.camel.impl.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:437)
> 	at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:125)
> 	at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:130)
> 	at org.apache.james.mailetcontainer.camel.CamelMailProcessorList$ChildProcessor.service(CamelMailProcessorList.java:284)
> 	... 4 more
> Caused by: org.apache.camel.CamelExchangeException: No consumers available on endpoint: Endpoint[direct://processor.root]. Exchange[Message: org.apache.james.core.MailImpl@5e8dc627]
> 	at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:56)
> 	at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:99)
> 	at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:91)
> 	at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:85)
> 	at org.apache.camel.processor.UnitOfWorkProducer.process(UnitOfWorkProducer.java:63)
> 	at org.apache.camel.impl.ProducerCache$1.doInProducer(ProducerCache.java:333)
> 	at org.apache.camel.impl.ProducerCache$1.doInProducer(ProducerCache.java:304)
> 	at org.apache.camel.impl.ProducerCache.doInProducer(ProducerCache.java:208)
> 	at org.apache.camel.impl.ProducerCache.sendExchange(ProducerCache.java:303)
> 	at org.apache.camel.impl.ProducerCache.send(ProducerCache.java:154)
> 	at org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:110)
> 	at org.apache.camel.impl.DefaultProducerTemplate.sendBody(DefaultProducerTemplate.java:123)
> 	... 6 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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