Did you have chance to enable the bridgeEndpoint option as I showed ?
-- Willem Jiang FuseSource Web: http://www.fusesource.com (http://www.fusesource.com/) Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Wednesday, August 15, 2012 at 9:35 PM, balkishore wrote: > Thanks for replying. I changed from("jetty://http://localhost:8080/") in my > code, and still i get the same error, when i send a request. But when i type > http://localhost:8080/ on my browser, i get an error like this: > > java.lang.IllegalArgumentException: Invalid uri: /. If you are > forwarding/bridging http endpoints, then enable the bridgeEndpoint option on > the endpoint: Endpoint[http://172.28.39.138:8080] > > > at > org.apache.camel.component.http.HttpProducer.createMethod(HttpProducer.java:357) > at > org.apache.camel.component.http.HttpProducer.process(HttpProducer.java:89) > at > org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at > org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:120) > at > org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:292) > at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:115) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at > org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) > at > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) > at > org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at > org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) > at > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) > at > org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at > org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:330) > at > org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220) > at > org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45) > at > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) > at > org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at > org.apache.camel.processor.loadbalancer.QueueLoadBalancer.process(QueueLoadBalancer.java:44) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > at java.lang.Thread.run(Thread.java:662) > And many others. > > I have no idea what's wrong here? > Any help would be really appreciated. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Load-balancing-camel-in-real-world-tp5717381p5717391.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).