You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/12/02 10:40:52 UTC

[jira] Created: (SMXCOMP-684) NPE after updating / restarting the SA

NPE after updating / restarting the SA
--------------------------------------

                 Key: SMXCOMP-684
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-684
             Project: ServiceMix Components
          Issue Type: Bug
          Components: servicemix-cxf-se
            Reporter: Guillaume Nodet


10:36:08,852 | ERROR | cxf-se-thread-10 | CxfSeComponent                   | icemix.common.AsyncBaseLifeCycle  480 | Error processing exchange org.apache.servicemix.jbi.runtime.impl.InOutImpl@7b488560
java.lang.NullPointerException
	at org.apache.servicemix.cxfse.CxfSeEndpoint.process(CxfSeEndpoint.java:430)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:627)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:581)
	at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchangeInTx(AsyncBaseLifeCycle.java:478)
	at org.apache.servicemix.common.AsyncBaseLifeCycle$2.run(AsyncBaseLifeCycle.java:347)
	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:637)

We should at least throw a better exception, but the jbiDestination should not be null afaik ...

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