You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by soumya_sd <so...@yahoo.com> on 2012/04/27 05:33:10 UTC

A simple that was working before is not working now (2.10-SNAPSHOT)

The following route was working a while ago without any errors. I'm using
2.10-SNAPSHOT in my pom.xml. 
Any idea what might have changed which is causing this exception ? OR what
am I doing wrong here. 

from(direct://start) -->
https://maps.googleapis.com/maps/api/place/search/json?sensor=false&location=xxxxxx%2C-xxxxxxx&radius=500&types=food&key=xxxxxxxxxxxx
<<< Pattern:InOut, Headers:{breadcrumbId=xxxxxxxxxxxx, CamelHttpMethod=GET},
BodyType:String, Body:
[         http-bio-8080-exec-48] DefaultErrorHandler            ERROR Failed
delivery for (MessageId:
ID-Soumya-Simantas-MacBook-Pro-local-62723-1335497547564-0-1 on ExchangeId:
ID-Soumya-Simantas-MacBook-Pro-local-62723-1335497547564-0-2). Exhausted
after delivery attempt: 1 caught: org.apache.camel.CamelExecutionException:
Exception occurred during execution on the exchange: Exchange[Message: ]
org.apache.camel.CamelExecutionException: Exception occurred during
execution on the exchange: Exchange[Message: ]
	at
org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1269)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.DefaultExchange.setException(DefaultExchange.java:282)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:64)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:119)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:285)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:114)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:71)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:163)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:333)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:223)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.Pipeline.process(Pipeline.java:117)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.Pipeline.process(Pipeline.java:80)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:122)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.RouteInflightRepositoryProcessor.processNext(RouteInflightRepositoryProcessor.java:48)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:71)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:61)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.UnitOfWorkProcessor.processAsync(UnitOfWorkProcessor.java:150)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:117)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:86)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.processor.UnitOfWorkProducer.process(UnitOfWorkProducer.java:63)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache$2.doInProducer(ProducerCache.java:352)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache$2.doInProducer(ProducerCache.java:324)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache.doInProducer(ProducerCache.java:223)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache.sendExchange(ProducerCache.java:324)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.ProducerCache.send(ProducerCache.java:169)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:111)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:97)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
	at
edu.cmu.sei.rtss.edge.emontageserver.JSONController.makeGooglePlaceCall(JSONController.java:32)[JSONController.class:]
	at
edu.cmu.sei.rtss.edge.emontageserver.JSONController.getShopInJSON(JSONController.java:21)[JSONController.class:]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.6.0_31]
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_31]
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_31]
	at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_31]
	at
org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)[spring-web-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:669)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:574)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
	at
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)[servlet-api.jar:]
	at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)[servlet-api.jar:]
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)[catalina.jar:7.0.26]
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)[catalina.jar:7.0.26]
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)[catalina.jar:7.0.26]
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)[catalina.jar:7.0.26]
	at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)[catalina.jar:7.0.26]
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)[catalina.jar:7.0.26]
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)[catalina.jar:7.0.26]
	at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)[catalina.jar:7.0.26]
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)[catalina.jar:7.0.26]
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)[catalina.jar:7.0.26]
	at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)[tomcat-coyote.jar:7.0.26]
	at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)[tomcat-coyote.jar:7.0.26]
	at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)[tomcat-coyote.jar:7.0.26]
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_31]
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_31]
	at java.lang.Thread.run(Thread.java:680)[:1.6.0_31]


--
View this message in context: http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5669186.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A simple that was working before is not working now (2.10-SNAPSHOT)

Posted by soumya_sd <so...@yahoo.com>.
@Guru, 

Here is my route. 	

	from("direct:start")
			
.to("https://maps.googleapis.com/maps/api/place/search/json?location=xx.446788,-yy.950559&radius=500&types=food&sensor=false&key=some_key_xxxxxxxxxxxx")
				.unmarshal().json(JsonLibrary.Jackson,
GooglePlaceResponseObject.class).split().method(GooglePlaceSplitter.class,
"split")
				.to("stream:out");

--
View this message in context: http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5670138.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A simple that was working before is not working now (2.10-SNAPSHOT)

Posted by Gnanaguru S <gn...@wipro.com>.
Can you copy your route here ?


Regards
Guru

--
View this message in context: http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5669254.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A simple that was working before is not working now (2.10-SNAPSHOT)

Posted by soumya_sd <so...@yahoo.com>.
Tim wrote
> 
> These "exhausted after ..." errors usually follow another exception. Can
> you check the logs for that exception?
> 

Tim, this is the only thing I see on the tomcat log. 



--
View this message in context: http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5676543.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A simple that was working before is not working now (2.10-SNAPSHOT)

Posted by Tim <ch...@gmail.com>.
These "exhausted after ..." errors usually follow another exception. Can
you check the logs for that exception?

On Thu, Apr 26, 2012 at 10:33 PM, soumya_sd <so...@yahoo.com> wrote:

> The following route was working a while ago without any errors. I'm using
> 2.10-SNAPSHOT in my pom.xml.
> Any idea what might have changed which is causing this exception ? OR what
> am I doing wrong here.
>
> from(direct://start) -->
>
> https://maps.googleapis.com/maps/api/place/search/json?sensor=false&location=xxxxxx%2C-xxxxxxx&radius=500&types=food&key=xxxxxxxxxxxx
> <<< Pattern:InOut, Headers:{breadcrumbId=xxxxxxxxxxxx,
> CamelHttpMethod=GET},
> BodyType:String, Body:
> [         http-bio-8080-exec-48] DefaultErrorHandler            ERROR
> Failed
> delivery for (MessageId:
> ID-Soumya-Simantas-MacBook-Pro-local-62723-1335497547564-0-1 on ExchangeId:
> ID-Soumya-Simantas-MacBook-Pro-local-62723-1335497547564-0-2). Exhausted
> after delivery attempt: 1 caught: org.apache.camel.CamelExecutionException:
> Exception occurred during execution on the exchange: Exchange[Message: ]
> org.apache.camel.CamelExecutionException: Exception occurred during
> execution on the exchange: Exchange[Message: ]
>        at
>
> org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1269)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.DefaultExchange.setException(DefaultExchange.java:282)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:64)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:119)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:285)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.SendProcessor.process(SendProcessor.java:114)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:71)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:163)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:333)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:223)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.Pipeline.process(Pipeline.java:117)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.Pipeline.process(Pipeline.java:80)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:122)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.RouteInflightRepositoryProcessor.processNext(RouteInflightRepositoryProcessor.java:48)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:71)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:61)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.UnitOfWorkProcessor.processAsync(UnitOfWorkProcessor.java:150)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:117)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:99)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:86)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.processor.UnitOfWorkProducer.process(UnitOfWorkProducer.java:63)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache$2.doInProducer(ProducerCache.java:352)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache$2.doInProducer(ProducerCache.java:324)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache.doInProducer(ProducerCache.java:223)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache.sendExchange(ProducerCache.java:324)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.ProducerCache.send(ProducerCache.java:169)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:111)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> org.apache.camel.impl.DefaultProducerTemplate.send(DefaultProducerTemplate.java:97)[camel-core-2.10-20120424.123411-95.jar:2.10-SNAPSHOT]
>        at
>
> edu.cmu.sei.rtss.edge.emontageserver.JSONController.makeGooglePlaceCall(JSONController.java:32)[JSONController.class:]
>        at
>
> edu.cmu.sei.rtss.edge.emontageserver.JSONController.getShopInJSON(JSONController.java:21)[JSONController.class:]
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)[:1.6.0_31]
>        at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_31]
>        at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_31]
>        at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_31]
>        at
>
> org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)[spring-web-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:669)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:574)[spring-webmvc-3.0.7.RELEASE.jar:3.0.7.RELEASE]
>        at
>
> javax.servlet.http.HttpServlet.service(HttpServlet.java:621)[servlet-api.jar:]
>        at
>
> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)[servlet-api.jar:]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)[catalina.jar:7.0.26]
>        at
>
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)[catalina.jar:7.0.26]
>        at
>
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)[tomcat-coyote.jar:7.0.26]
>        at
>
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)[tomcat-coyote.jar:7.0.26]
>        at
>
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)[tomcat-coyote.jar:7.0.26]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_31]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_31]
>        at java.lang.Thread.run(Thread.java:680)[:1.6.0_31]
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/A-simple-that-was-working-before-is-not-working-now-2-10-SNAPSHOT-tp5669186p5669186.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>