免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1856 | 回复: 4
打印 上一主题 下一主题

[求助]hp-ux下Websphere的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-11-15 09:11 |只看该作者 |倒序浏览
希望大家帮忙看一下,解决一下。谢谢

此次发生问题的服务器承载着~Web网站,服务器的具体情况如下:
操作系统:Hp unix
Web服务器:Apache
Web应用服务器:IBM Websphere6
数据库:sybase

错误现象:
服务器运行状况不稳定,发生间歇性无法访问网站的现象,从IBM Websphere的系统错误日志中看到是内存滥出,无法创新进程,经过修改unix的最大线程等参数,系统错误日志不报错,但现象依旧存在,后在IBM Websphere的插件日志中发现错误,内容下所示。
重启IBM Websphere的服务后,可继续访问网站,错误现象发生间隔时间最长三五天,最短几个小时。

系统初期在另一台相同环境,IBM Websphere为4的版本下运行,时间1个月左右重启一次IBM Websphere,移值到现在的服务器上改用IBM Websphere6,错误现像相同,但时间缩短。

还有两个附件,在下面的帖子:

一个是unix系统的日志,另一个是websphere的插件日志。

[ 本帖最后由 reason 于 2006-11-15 09:20 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-11-15 09:12 |只看该作者
systemerror.txt
/ibm/WebSphere/AppServer/profiles/AppSrv01/logs/server1


[11/8/06 11:16:56:966 GMT+08:00] 000001a4 SystemErr     R         at java.lang.Thread.start(Native Method)
[11/8/06 11:16:56:966 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.util.ThreadPool.addThread(ThreadPool.java:624)
[11/8/06 11:16:56:966 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.util.ThreadPool$3.run(ThreadPool.java:1086)
[11/8/06 11:16:56:967 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
[11/8/06 11:16:56:967 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:1084)
[11/8/06 11:16:56:967 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:976)
[11/8/06 11:16:56:968 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher.sendTrInSeparateThread(NotificationDispatcher.java:123)
[11/8/06 11:16:56:968 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher.sendWarningInSeparateThread(NotificationDispatcher.java:113)
[11/8/06 11:16:56:968 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:361)
[11/8/06 11:16:56:969 GMT+08:00] 000001a4 SystemErr     R         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)
[11/8/06 11:16:57:743 GMT+08:00] 000001aa SystemErr     R java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start(Native Method)
        at com.ibm.ws.util.ThreadPool.addThread(ThreadPool.java:624)
        at com.ibm.ws.util.ThreadPool$3.run(ThreadPool.java:1086)
        at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
        at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:1084)
        at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:976)
        at com.ibm.ws.management.event.NotificationDispatcher.sendTrInSeparateThread(NotificationDispatcher.java:123)
        at com.ibm.ws.management.event.NotificationDispatcher.sendWarningInSeparateThread(NotificationDispatcher.java:113)
        at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:361)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)

[11/8/06 11:16:57:744 GMT+08:00] 000001aa SystemErr     R         at java.lang.Thread.start(Native Method)
[11/8/06 11:16:57:745 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.util.ThreadPool.addThread(ThreadPool.java:624)
[11/8/06 11:16:57:745 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.util.ThreadPool$3.run(ThreadPool.java:1086)
[11/8/06 11:16:57:745 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
[11/8/06 11:16:57:746 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:1084)
[11/8/06 11:16:57:746 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.util.ThreadPool.execute(ThreadPool.java:976)
[11/8/06 11:16:57:746 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher.sendTrInSeparateThread(NotificationDispatcher.java:123)
[11/8/06 11:16:57:746 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher.sendWarningInSeparateThread(NotificationDispatcher.java:113)
[11/8/06 11:16:57:747 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java:361)
[11/8/06 11:16:57:747 GMT+08:00] 000001aa SystemErr     R         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)

论坛徽章:
0
3 [报告]
发表于 2006-11-15 09:13 |只看该作者
http_plugin_log.txt
/ibm/websphere/plugings/logs

Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:02 2006] 00006f01 00000005 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:06 2006] 000065e5 00000009 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:06 2006] 000006b4 0000000f - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:08 2006] 000065e5 00000005 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:09 2006] 000006b4 00000009 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS err=0
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ws_common: websphereExecute: Failed to create the stream
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'jldl5Node01_server1'on host 'jldl5'; will try another one
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ESI: getResponse: failed to get response: rc = 2
[Mon Nov 13 12:24:11 2006] 000006b4 00000016 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Nov 13 12:24:13 2006] 00006f01 00000012 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'jldl5', OS e

[ 本帖最后由 reason 于 2006-11-15 09:15 编辑 ]
helpme 该用户已被删除
4 [报告]
发表于 2006-11-15 09:39 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
5 [报告]
发表于 2006-11-15 16:09 |只看该作者
WEBSPHERE参数需要优化的!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP