我在Windows上创建了一个播放.1.2.5应用程序。我在Linux Ubuntu服务器上部署了该应用程序。当我在服务器上运行应用程序时,我在会话变量附近收到错误。
Error: "NumberFormatException occured : null".
我知道为什么会出现这个错误(因为无法将类型转换为null),但应该在此之前在服务器上创建Session变量。任何帮助表示赞赏。感谢。
long nCustomerID=Long.parseLong(Session.current().get("customerId"));