javax.jbi.JBIException: Life cycle exception on START
at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:117)
at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:110)
Caused by: java.lang.IllegalArgumentException
at java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:589)
at org.ow2.petals.component.framework.process.JBIProcessorManager$MessageExchangeProcessorThreadPoolExecutor.<init>(JBIProcessorManager.java:143)
at org.ow2.petals.component.framework.process.JBIProcessorManager.start(JBIProcessorManager.java:280)
at org.ow2.petals.component.framework.AbstractComponent.start(AbstractComponent.java:509)
at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:103)
... 1 more