-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchFieldError: TRACE when used with elasticache. #29
Comments
Same here. I am using version 0.6.0 with play 2.3.3. |
Could identify the problem. The Amazon ElastiCache library serves an outdated Logger implementation that is not compatible with the updated Memcached Play Plugin (particularly the class net.spy.memcached.compat.log.Level). I created a fork of the Amazon ElastiCache library and updated the logging related files and corresponding dependencies: https://github.com/mugglmenzel/aws-elasticache-cluster-client-memcached-for-java |
AWSlabs fixed it in this commit awslabs/aws-elasticache-cluster-client-memcached-for-java@730fe4f |
When setting the app dependency for play2-memcached with AWS elasticache as described in the readme, I get a NoSuchFieldError: TRACE when running my application. I have the AWS elasticache client jar in my lib folder and I excluded net.spy as described in the documentation ("com.github.mumoshu" %% "play2-memcached" % "0.5.0-RC1 exclude("net.spy", "spymemcached")). Am I missing something? Any assistance would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: