我正在使用 WebSphere 6.1 服务器。
在我的应用程序中,我们使用 Web 服务来实现独立客户端(Swing)与 Web 部件的通信。
从 Web 部分,我们使用 WebSphere MQ 与 Pro*C 部分进行通信。当我们在客户端部分触发一个按钮时,会调用 Web,然后调用 MQ 进行响应。
当我们执行上述操作时,我们会遇到以下错误:
LTPAServerObj W SECJ0371W: Validation of the LTPA token failed because the token expired with the following info: Token expiration Date: Thu Nov 20 07:56:12 CET 2014, current Date: Thu Nov 20 13:58:28 CET 2014.
SRTServletRes W WARNING: Cannot set header. Response already committed.
LTPAServerObj W SECJ0371W: Validation of the LTPA token failed because the token expired with the following info: Token expiration Date: Thu Nov 20 08:06:03 CET 2014, current Date: Thu Nov 20 14:01:36 CET 2014.
当我们跟踪日志时,MQ 响应正常。
我的问题:此 LTPA 令牌到期是否会阻止我的 websphere 服务器将 SOAP 响应发送到客户端部分?