访问JSP时出现“内部服务器错误”。 Servlets好的

时间:2010-09-21 11:39:33

标签: jsp websphere

我刚在舞台服务器上安装了WS 7。测试服务器几个月前完成了。我已将相同的应用程序部署到测试阶段。

一个应用程序导致我出现问题。我调用登录servlet但结果是“内部服务器错误”消息。从我的日志中我可以看到servlet成功处理了日志并重定向到JSP。这是最后一条消息。我无法在任何其他标准输出/错误日志中找到任何进一步的信息。

我尝试创建一个只包含HTML的简单JSP - 同样的错误。如果我将文件重命名为test.html,则会正确显示。插件配置似乎与测试服务器上的配置相同(一切正常)

想点什么?

http_plugin.log

[Tue Sep 21 14:06:02 2010] 00000bd4 00002430 - ERROR: ws_common: websphereGetStream: socket error conditions pending
[Tue Sep 21 14:06:02 2010] 00000bd4 00002430 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Tue Sep 21 14:06:02 2010] 00000bd4 00002430 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'server1'on host 'SRVxyz'; will try another one
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ws_common: websphereGetStream: socket error conditions pending
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'server1'on host 'SRVxyz'; will try another one
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Tue Sep 21 14:06:03 2010] 00000bd4 00002430 - ERROR: ws_common: websphereHandleRequest: Failed to handle request

1 个答案:

答案 0 :(得分:2)

问题现在已经解决了。

安装过程创建了一个默认服务器。我忽略了这种想法并不重要。我删除了服务器并重新生成了插件配置,我的应用程序工作正常。