Skip to content
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

version2.0 has a error in tomcat7 and jdk8 #6

Closed
freeflyfree opened this issue Sep 23, 2017 · 4 comments
Closed

version2.0 has a error in tomcat7 and jdk8 #6

freeflyfree opened this issue Sep 23, 2017 · 4 comments
Assignees
Labels

Comments

@freeflyfree
Copy link

No description provided.

@freeflyfree
Copy link
Author

This version2.0 is error in tomcat7 and jdk8
noSushMethod tomcat.request.session.redis.SessionManager.getContext()Lorg/apache/c

@freeflyfree freeflyfree changed the title version version2.0 has a error in tomcat7 and jdk8 Sep 23, 2017
@ran-jit
Copy link
Owner

ran-jit commented Sep 23, 2017

Hi @freeflyfree,

I've tested the same in Tomcat7 with JDK8, working fine as expected.

Is possible to share the log stacktrace here for further investigation.

Thanks!

@ran-jit ran-jit self-assigned this Sep 23, 2017
@ran-jit
Copy link
Owner

ran-jit commented Sep 26, 2017

@freeflyfree is any update ?

@ran-jit ran-jit closed this as completed Oct 5, 2017
@ran-jit
Copy link
Owner

ran-jit commented Oct 27, 2017

Hi @freeflyfree,

I identified the issue (noSushMethod tomcat.request.session.redis.SessionManager.getContext()Lorg/apache/c) in version 2.0 and fixed.

The fix is available in 2.0.1 release. (https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/2.0.1). I request you to kindly upgrade your session manager from version x to 2.0.1.

Migration procedure from 1.x to 2.x

  • Replace redis data-cache properties in tomcat/conf directory.
  • Update the below lines in tomcat/conf/context.xml file.
    <Valve className="tomcat.request.session.redis.SessionHandlerValve" />
    <Manager className="tomcat.request.session.redis.SessionManager" />

Please revert if any issues.

Thanks!

@ran-jit ran-jit reopened this Oct 27, 2017
@ran-jit ran-jit closed this as completed Oct 27, 2017
@ran-jit ran-jit added the bug label Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants