baiheqiang / memcached-session-manager

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

CouchbaseClient Dependency not listed in documentation? #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. followed installation documentation and installed the following jars:

 memcached-session-manager-tc6-1.6.4.jar
 memcached-session-manager-1.6.4.jar
 spymemcached-2.7.3.jar

 as well as added Manager tag to context.xml

What is the expected output? 
 expected tomcat6 to start

What do you see instead?
 tomact6 fails on startup due to
 java.lang.NoClassDefFoundError: com/couchbase/client/CouchbaseClient

What version of the product are you using? On what operating system?
 memcached-session-manager 1.6.4
 ubuntu 10.04
 tomcat6
 java version 1.6.0_41

Please provide any additional information below.

Original issue reported on code.google.com by mark.con...@gmail.com on 20 Mar 2013 at 7:47

GoogleCodeExporter commented 8 years ago
Added this jar and it all worked well:
  couchbase-client-1.1.4.jar

Found the jar by downloading:
  Couchbase-Java-Client-1.1.4

Original comment by mark.con...@gmail.com on 20 Mar 2013 at 9:16

GoogleCodeExporter commented 8 years ago
I encountered the same problem when using memcached-session-manager-1.6.4.jar 
and memcached-session-manager-tc7-1.6.4.jar

Going back to 1.6.3 seemed to get rid of the issue.

Original comment by inta...@gmail.com on 28 Mar 2013 at 5:28

GoogleCodeExporter commented 8 years ago
I just updated the documentation, it should now list all needed jars. Due to a 
lack of time I couldn't test this, so I'd be happy to get feedback once it's 
working on your side. Thanx!

(Was related to issue #126)

Original comment by martin.grotzke on 28 Mar 2013 at 9:19