Java Serialization Exception Message

前端 未结 3 1699
走了就别回头了
走了就别回头了 2021-01-26 13:08

When running an application locally on my box, the application works perfectly. When deployed to QA, the error below is received. I am running Tomcat 5.5.23 locally and in QA. T

3条回答
  •  春和景丽
    2021-01-26 13:41

    Could there be serialized Tomcat sessions on your QA server that are damaged or otherwise jacked up?

    Try deleting: ${catalina.home}/work/Catalina/localhost/"whatever your app name is"/SESSION.ser

提交回复
热议问题