mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

ClassNotFoundException : de.javakaffee.kryoserializers.CurrencySerializer #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I'm trying to use Kyro2 + Tomcat8, but at the startup im getting 
ClassNotFoundException: de.javakaffee.kryoserializers.CurrencySerializer

What version of the product are you using? On what operating system?

Tomcat 8 Libs:

memcached-session-manager-1.8.1.jar
memcached-session-manager-tc8-1.8.1.jar
spymemcached-2.10.2.jar

App Libs:

msm-kryo-serializer-1.8.1.jar
kryo-serializers-0.26.jar
kryo-2.23.0.jar
minlog-1.2.jar
reflectasm-1.01.jar
asm-3.2.jar

Original issue reported on code.google.com by r.pr...@gmail.com on 22 Apr 2014 at 12:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Stacktrace attached.

Original comment by r.pr...@gmail.com on 22 Apr 2014 at 1:17

Attachments:

GoogleCodeExporter commented 8 years ago
You're using kryo 2, which is not yet supported. According to the 
SetupAndConfiguration page you must use kryo-serializers-0.11 (0.11 is needed, 
as 0.20+ is for kryo2) and kryo-1.0.5.
If you're using maven/ivy/gradle the correct deps should be pulled in by 
msm-kryo-serializer.

Original comment by martin.grotzke on 22 Apr 2014 at 2:16

GoogleCodeExporter commented 8 years ago
Thank you Martin,

   I´m changing back to kryo-serializers-0.11. You said kryo-1.0.5 but the current version pulled by msm-kryo-serializer is kryo-1.0.4 right?

Original comment by r.pr...@gmail.com on 22 Apr 2014 at 2:51

GoogleCodeExporter commented 8 years ago
Should be ok then.

Original comment by martin.grotzke on 22 Apr 2014 at 4:51

GoogleCodeExporter commented 8 years ago
Closing, should be working now.

Original comment by martin.grotzke on 15 Jun 2014 at 10:48