Closed GoogleCodeExporter closed 9 years ago
actually, the shell command doesnt cause this issue because it closes the
connection too fast and somehow jmemcached is stuck in a loop throwing
exceptions. add a sleep to it and the issue shows.
jmemcached 0.8 works, but also has this issue with connections closed too early
Original comment by marcus.h...@gmail.com
on 4 Nov 2010 at 8:52
Looks like a dependency conflict; do you have another version of Netty as a
direct or transitive dependency from anything else in your project? Try mvn
dependency:tree -- your Netty version will have to match what is in the
jmemcached pom
Original comment by ryan.daum
on 4 Nov 2010 at 9:30
No, I dont have another version of netty running. It's just the versions i
mentioned, downloaded by hand from google and sourceforge.
Original comment by marcus.h...@gmail.com
on 4 Nov 2010 at 10:00
problem fixed with latest netty (3.2.2.Final)
Original comment by marcus.h...@gmail.com
on 9 Nov 2010 at 11:10
Original comment by ryan.daum
on 10 Jan 2011 at 6:16
Original issue reported on code.google.com by
marcus.h...@gmail.com
on 4 Nov 2010 at 8:44