My application is throwing the error below, although I have in my app the jackson-core-asl-1.4.2
and jackson-mapper-asl-1.4.2
Cause
This looks almost certainly to be due to incompatible versions of 'core' and 'mapper' jars. You probably have incompatible versions in use via classpath.
The problem you are having is due to an update in Google App Engine SDK (I think 1.6.1?).
I had the same problem, so I ran TattleTale to see if there are some dependency issues. Lo and behold, there is a conflict on the org.codehaus.*
with the following 2 libraries:
While your jackson libraries are slightly different than mine, the issue remains the same. There are 2 fixes to this issue: