Hi, It looks like a akka actor logging issue, instead of camel apache issue. Please ask this question in akka user mailing list.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 11, 2014 at 2:10:39 PM, rajvaibhav (rajvaibhav....@gmail.com) wrote: > > Use case: I have a REST endpoint which is developed with Spray > Routing. It > receives requests from clients and for some services it calls > another REST > service which is hosted on another server. After receiving response > from > remote REST service it does some processing and returns the result > back to > the client. > > Implementation: can be found at > https://github.com/rajvaibhav/akka-camel-producer-example.git > > I am getting "Internal server error" after calling > http://localhost:8080/ping. I am not able to trace the Exception > or the > cause. Probably I am not able to configure akka-camel properly. > The > application is running properly if I remove the askakka-camel > Producer code > from the application. > > Please help me find the issue. I also need help in how to log any > uncaught > exception in an actor. > > Any help appreciated! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/akka-camel-jetty-producer-getting-exception-which-I-am-not-able-to-catch-tp5747061.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >