You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Newion <ne...@o2.pl> on 2008/08/22 11:22:22 UTC

ServiceMix CXF SE causing NPE

Hi,
I have a serious problem with ServiceMix CXF SE component which I use for
implementing web service endpoint. I couldn't get answer on ServiceMix forum
so maybe here somebody could give me some advice.

My web service executes Drools engine (not servicemix-drools) and terminates
with exception during loading facts to working memory. It terminates only
when number of facts exceeds ca. 450. I tested the rules outside ServiceMix
(and CXF) and there was no problem.

This is the exception I found in the log of Servicemix:

2008-08-13 10:48:14 org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Application has thrown exception, unwinding now:
java.lang.NullPointerExce
ption: null

I suppose the CXF component can't allocate enough memory?

What can I do? Thanks in advance.

Regards,
Pawel Kaczor
-- 
View this message in context: http://www.nabble.com/ServiceMix-CXF-SE-causing-NPE-tp19104029p19104029.html
Sent from the cxf-user mailing list archive at Nabble.com.


RE: ServiceMix CXF SE causing NPE

Posted by Pawel Lipka <p....@amg.net.pl>.
There're serious bugs in cxf-rt-bindings-jbi and cxf-rt-transports-jbi that
cause cxf to never respond to jbi's delivery channel in the case of runtime
exceptions.
Especially in JBIConduitOutputStream and JBIDestinationOutputStream.


I think i'll be able to post a fix for that in a couple of days.

Thanks,

--

Pawel Lipka

IT Architect

________________________________

 AMG.net  businesstechnology consulting 

 http://www.amg.net.pl

Łąkowa 11, 90-554 Lodz, tel/fax (42) 296 11 32

Tresc niniejszej wiadomosci moze byc poufna. Jezeli nie jestescie Panstwo
jej adresatem, to rozprowadzanie  lub wykorzystywanie zawartych tu
informacji jest zabronione.

 

> -----Original Message-----
> From: Newion [mailto:newion@o2.pl] 
> Sent: Friday, August 22, 2008 11:22 AM
> To: users@cxf.apache.org
> Subject: ServiceMix CXF SE causing NPE
> 
> 
> Hi,
> I have a serious problem with ServiceMix CXF SE component 
> which I use for implementing web service endpoint. I couldn't 
> get answer on ServiceMix forum so maybe here somebody could 
> give me some advice.
> 
> My web service executes Drools engine (not servicemix-drools) 
> and terminates with exception during loading facts to working 
> memory. It terminates only when number of facts exceeds ca. 
> 450. I tested the rules outside ServiceMix (and CXF) and 
> there was no problem.
> 
> This is the exception I found in the log of Servicemix:
> 
> 2008-08-13 10:48:14 
> org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> INFO: Application has thrown exception, unwinding now:
> java.lang.NullPointerExce
> ption: null
> 
> I suppose the CXF component can't allocate enough memory?
> 
> What can I do? Thanks in advance.
> 
> Regards,
> Pawel Kaczor
> --
> View this message in context: 
> http://www.nabble.com/ServiceMix-CXF-SE-causing-NPE-tp19104029
> p19104029.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>