You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by hiba <mo...@gmail.com> on 2010/07/02 11:36:03 UTC

org.apache.camel.FailedToCreateProducerException Reason: java.lang.ArrayIndexOutOfBoundsException

Hello,

please help me with solving the below exception.
I got the following exception when i am use camel to put messages in
endpoint 'direct://route3'.


org.apache.camel.FailedToCreateProducerException: Failed to create Producer
for endpoint: Endpoint[direct://route3]. Reason:
java.lang.ArrayIndexOutOfBoundsException: 10
	at
org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:200)
	at org.apache.camel.impl.ProducerCache.doInProducer(ProducerCache.java:133)
	at org.apache.camel.impl.ProducerCache.sendExchange(ProducerCache.java:160)
	at org.apache.camel.impl.ProducerCache.send(ProducerCache.java:98)
	at
org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:98)
	at
org.apache.camel.impl.DefaultProducerTemplate.sendBodyAndHeaders(DefaultProducerTemplate.java:207)
	at
org.apache.camel.impl.DefaultProducerTemplate.sendBodyAndHeaders(DefaultProducerTemplate.java:203)
	at
com.ettex.rialto.opendmtp.server.messageconsumer.AccountMessageListener.forwardMessageToRoute3(AccountMessageListener.java:135)
	at
com.ettex.rialto.opendmtp.server.messageconsumer.AccountMessageListener.onMessage(AccountMessageListener.java:106)
	at
org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1088)
	at
org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:127)
	at
org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:197)
	at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)
	at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
	at java.util.ArrayList.add(Unknown Source)
	at
org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:642)
	at
org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:198)
	... 16 more

I create the producertemplate at the start of the application and i use it
to put messages.Could this be the reason?
I couldnot figure out the reason for the above exception because, i get this
exception sometimes and i could not replicate the scenario.
Can please some one expalin me when do usually camel throw this kind of
exception.

Thanks in Advance
Hiba
-- 
View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateProducerException-Reason-java-lang-ArrayIndexOutOfBoundsException-tp512608p512608.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.camel.FailedToCreateProducerException Reason: java.lang.ArrayIndexOutOfBoundsException

Posted by hiba <mo...@gmail.com>.
Thank you :) . I will try out the latest camel2.4.
Is this released yet?I see that the release is in progress in the website.
http://camel.apache.org/camel-240-release.html

When is it supposed to be released?




Best Regards
Hiba
-- 
View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateProducerException-Reason-java-lang-ArrayIndexOutOfBoundsException-tp512608p696581.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.camel.FailedToCreateProducerException Reason: java.lang.ArrayIndexOutOfBoundsException

Posted by "Willem.Jiang" <wi...@gmail.com>.
Hi,

Can you try out the latest Camel 2.4 snapshot?
As Claus fixed some issues[1] relate to the direct endpoint.

[1] https://issues.apache.org/activemq/browse/CAMEL-2854

Willem
----------------------------------
Apache Camel, Apache CXF committer
Open SOA http://www.fusesource.com
Blog http://willemjiang.blogspot.com
Tiwtter http://twitter.com/willemjiang 


hiba wrote:
> 
> Hello,
> 
> please help me with solving the below exception.
> I got the following exception when i am use camel to put messages in
> endpoint 'direct://route3'.
> 
> 
> org.apache.camel.FailedToCreateProducerException: Failed to create
> Producer for endpoint: Endpoint[direct://route3]. Reason:
> java.lang.ArrayIndexOutOfBoundsException: 10
> 	at
> org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:200)
> 	at
> org.apache.camel.impl.ProducerCache.doInProducer(ProducerCache.java:133)
> 	at
> org.apache.camel.impl.ProducerCache.sendExchange(ProducerCache.java:160)
> 	at org.apache.camel.impl.ProducerCache.send(ProducerCache.java:98)
> 	at
> org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:98)
> 	at
> org.apache.camel.impl.DefaultProducerTemplate.sendBodyAndHeaders(DefaultProducerTemplate.java:207)
> 	at
> org.apache.camel.impl.DefaultProducerTemplate.sendBodyAndHeaders(DefaultProducerTemplate.java:203)
> 	at
> com.ettex.rialto.opendmtp.server.messageconsumer.AccountMessageListener.forwardMessageToRoute3(AccountMessageListener.java:135)
> 	at
> com.ettex.rialto.opendmtp.server.messageconsumer.AccountMessageListener.onMessage(AccountMessageListener.java:106)
> 	at
> org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1088)
> 	at
> org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:127)
> 	at
> org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:197)
> 	at
> org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)
> 	at
> org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> 	at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 10
> 	at java.util.ArrayList.add(Unknown Source)
> 	at
> org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:642)
> 	at
> org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:198)
> 	... 16 more
> 
> I create the producertemplate at the start of the application and i use it
> to put messages.Could this be the reason?
> I couldnot figure out the reason for the above exception because, i get
> this exception sometimes and i could not replicate the scenario.
> Can please some one expalin me when do usually camel throw this kind of
> exception.
> 
> Thanks in Advance
> Hiba
> 
-- 
View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-FailedToCreateProducerException-Reason-java-lang-ArrayIndexOutOfBoundsException-tp512608p653052.html
Sent from the Camel - Users mailing list archive at Nabble.com.