Java Serialization Exception Message

前端 未结 3 1729
走了就别回头了
走了就别回头了 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:51

    com.everbank.uft.entities.ldc.VoidReason is not Serializable, it does not implement Serializable or inherit from something that does.

提交回复
热议问题