Closed GoogleCodeExporter closed 8 years ago
It 's very strange,did you configure IoBufferAllocator?
Original comment by killme2...@gmail.com
on 5 Sep 2011 at 1:10
Follow my startup:
XMemcachedClientBuilder builder = new
XMemcachedClientBuilder(AddrUtil.getAddresses(url));
builder.setConnectionPoolSize(5);
MemcachedClient memcached = builder.build();
This is the only configuration i do...
Original comment by vinicius...@gmail.com
on 6 Sep 2011 at 1:37
I am sorry,i don't know how glasshfish use classloader to load classes,it seems
that glasshfish didn't load IoBufferAllocator when redeploy the application.
Original comment by killme2...@gmail.com
on 19 Sep 2011 at 3:16
I solved my problem invoking the method shutdown when the glassfish redeploy.
Original comment by vinicius...@gmail.com
on 22 Sep 2011 at 1:00
Thanks,i closed this issue.
Original comment by killme2...@gmail.com
on 26 Mar 2012 at 10:34
Original issue reported on code.google.com by
vinicius...@gmail.com
on 2 Sep 2011 at 11:48