Hi Willem, 

The only thing before the unmarshal is the wiretap. I am almost certain the
issue is with the wiretap. 

RouteDefinition rdRouteDefinition = from( createListeningService()
).routeId( getRouteId() ); 
*rdRouteDefinition.wireTap(ABCMaintenanceRouteDefinition.AUDIT_LOGGING.getCamelRoute()
);* 
rdRouteDefinition.unmarshal().json(JsonLibrary.Jackson,
ExecutionRequest.class) 


* removed wiretap, i cannot re-produce the issue (tried 100 requests)
* added wiretap back, the error comes back intermittently 


I don't know why the wiretap should cause such issue tho. The Wiretap page
suggests the use of stream caching and we have adopted too. Any suggestions?

Thanks

Shan






--
View this message in context: 
http://camel.465427.n5.nabble.com/Intermittent-error-No-content-to-map-due-to-end-of-input-tp5760725p5760841.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to