我正在使用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响应发送到客户端部分?