gpt4 book ai didi

tomcat - Terracotta Web session JDBC 数据源不可序列化

转载 作者:行者123 更新时间:2023-11-28 23:04:14 25 4
gpt4 key购买 nike

我一直致力于将 Terracotta 网络 session 集成到我们的应用程序架构中。一切都在正确运行和正常对话,但是应用程序服务器不断抛出一个巨大的异常。基本上是说 JDBC 连接器(连接 mysql 数据库)不可序列化(java.io.NotSerializableException: org.apache.tomcat.jdbc.pool.DataSource)。

我们使用的是池化 JNDI 连接器,我切换到基本 JNDI 连接器后仍然遇到问题。

这是我们的资源:在 Tomcat 7、Mysql 和最新版本的 Terracotta 上托管的 Grails 2.04。

编辑:添加 session 检查输出这是 session.inspect () 的输出:

 Session Content:
javamelody.remoteAddr = 0:0:0:0:0:0:0:1%0
SPRING_SECURITY_CONTEXT = org.springframework.security.core.context.SecurityContextImpl@f140e22a: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@f140e22a: Principal: org.codehaus.groovy.grails.plugins.springsecurity.GrailsUser@b56ac240: Username: test@gmail.com; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@166c8: RemoteIpAddress: 0:0:0:0:0:0:0:1%0; SessionId: 837DF793887F57E6F0563708346A9EE1; Granted Authorities: ROLE_USER
org.codehaus.groovy.grails.FLASH_SCOPE = org.codehaus.groovy.grails.web.servlet.GrailsFlashScope@58e83637
javamelody.country = US
javamelody.sessionActivation = SessionListener[sessionCount=1]
emailServersService = proxyTargetClass=true; optimize=false; opaque=false; exposeProxy=false; frozen=false
org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.(inner bean) = org.springframework.web.context.request.DestructionCallbackBindingListener@753f827a
grails-resources.debug-timestamp = 1349195096775
javamelody.remoteUser = test@gmail.com
org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.emailServersService = org.springframework.web.context.request.DestructionCallbackBindingListener@1c8f53b9

编辑 2:在听从 Burt 的建议后, session 监听器转储了这些属性名称(以及一些冗长的堆栈跟踪),但同样没有提及数据源。

 java.lang.Exception: attribute added: SPRING_SECURITY_LAST_USERNAME
java.lang.Exception: attribute added: org.openid4java.discovery.DiscoveryInformation
java.lang.Exception: attribute added: org.codehaus.groovy.grails.FLASH_SCOPE
java.lang.Exception: attribute added: SPRING_SECURITY_CONTEXT
2012-10-02 14:17:37,827 [http-bio-8080-exec-9] DEBUG mail.EmailServersService - Initialization of new EmailServersService
java.lang.Exception: attribute added: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.(inner bean)

现在,在出现不可序列化错误之前,监听器不会触发。

最佳答案

我通过删除标记为 session 范围的服务解决了这个问题。在这项服务中,我什至没有与 jdbc 数据源进行交互,所以我真的不知道发生了什么。

希望如果其他人遇到这个问题,他们可以尝试使用服务范围来弄清楚他们的实例发生了什么。

关于tomcat - Terracotta Web session JDBC 数据源不可序列化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12663802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com