Re: Null Pointer exception with camel quartz simple trigger (fireNow)

2014-05-30 Thread lakshmi.prashant
Hi Claus,Thanks for your prompt reply. 1)But what is surprising is that there is no exception trace + the messages stay in processing state forever. Also, we are not able to stop / undeploy the camel bundles. Also, I see in QuartzEndpoint.java line no. 123, it logs an exception similar to what we

Re: Null Pointer exception with camel quartz simple trigger (fireNow)

2014-05-29 Thread lakshmi.prashant
Hi, Thanks for your reply - There is no stack trace and also, we are not able to debug the issue, as it doesn't reach any of our components in the route. I will look into this closely and follow your suggestion on delay. Thanks, Lakshmi -- View this message in context: http://camel.46542

Re: Null Pointer exception with camel quartz simple trigger (fireNow)

2014-05-29 Thread Claus Ibsen
Hi Sounds like you have an exception being thrown during routing, and the quartz component just logs that. So either use an error handler to handle that exception. Or do not use fireNow, but use a delay so quartz does not fire asap, but give a bit of time for the other resources to be ready. O

Re: null pointer exception

2012-08-15 Thread m.pryakhin
I've had the same problem with jdk 1.7. The exception happened because of existence of ClassBeanInfoImpl class in the rt.jar in jdk 1.7. The solution was to add jaxb-impl jar to maven dependencies... -- View this message in context: http://camel.465427.n5.nabble.com/null-pointer-exception-tp55

Re: Null Pointer Exception and servicemix-karaf problems

2012-04-17 Thread Claus Ibsen
Hi You could also try the new release Fuse ESB 4.4.1-fuse-03-06, March 08, 2012 On Tue, Apr 17, 2012 at 12:59 PM, Subhanjan wrote: > I am using *jdk 1.6.0_23 > > camel 2.7.3-fuse-00-53 > > servicemix 4.4.1-fuse-02-05* > > > I have just restarted servicemix after refreshing the log > & when I a

Re: Null Pointer Exception and servicemix-karaf problems

2012-04-17 Thread Subhanjan
I am using *jdk 1.6.0_23 camel 2.7.3-fuse-00-53 servicemix 4.4.1-fuse-02-05* I have just restarted servicemix after refreshing the log & when I again run the program from main mathod by 'run as' (which I should not.. I have to use Servicemix for running this) the NPE problem seems to have gone

Re: Null Pointer Exception and servicemix-karaf problems

2012-04-17 Thread Claus Ibsen
Hi What JDK, Camel and Karaf versions are you using? The NPE may be an issue on JDK1.7 i think. On Tue, Apr 17, 2012 at 9:32 AM, Subhanjan wrote: > Hi, >   I am very new to Apache-camel. Hence, plz pardon me if I ask very basic > things. I am using this for converting csv files to xml file wh

Re: null pointer exception

2012-03-05 Thread dvsridhar
Thank you very much for the response Babak. Your suggestion seems to be working. However, Camel 2.9.0 doesn't give that jaxb impl jar, so I had to manually download and use that Jar. Thanks, Sridhar -- View this message in context: http://camel.465427.n5.nabble.com/null-pointer-exception-tp55378

Re: null pointer exception

2012-03-05 Thread Babak Vahdat
Hi this a JAXB bug [1] being already addressed and resolved. [1] http://java.net/jira/browse/JAXB-860 Babak -- View this message in context: http://camel.465427.n5.nabble.com/null-pointer-exception-tp5537826p5537953.html Sent from the Camel - Users mailing list archive at Nabble.com.