软件开发ihssession

IHS session串号问题求助

一个IHS下拖了6个server,偶尔出现A的sessioin串到B的session情况。有专家知道是咋回事吗?另外IHS plugin日志中报了很多异常信息:
[Mon Jun 16 06:17:12 2014] 00005f77 c0b76b90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:12 2014] 00005f77 c0b76b90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 c0b76b90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 c0b76b90 - ERROR: ESI: getResponse: failed to get response: rc = 4
[Mon Jun 16 06:17:12 2014] 00005f77 c0b76b90 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Jun 16 06:17:12 2014] 00005f77 c657fb90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:12 2014] 00005f77 c657fb90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 c657fb90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 c657fb90 - ERROR: ESI: getResponse: failed to get response: rc = 4
[Mon Jun 16 06:17:12 2014] 00005f77 c657fb90 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Jun 16 06:17:12 2014] 00005f77 d919db90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:12 2014] 00005f77 d919db90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 d919db90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 d919db90 - ERROR: ESI: getResponse: failed to get response: rc = 4
[Mon Jun 16 06:17:12 2014] 00005f77 d919db90 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Jun 16 06:17:12 2014] 00005f77 deba6b90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:12 2014] 00005f77 deba6b90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 deba6b90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 deba6b90 - ERROR: ESI: getResponse: failed to get response: rc = 4
[Mon Jun 16 06:17:12 2014] 00005f77 deba6b90 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Jun 16 06:17:12 2014] 00005f77 dcda3b90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:12 2014] 00005f77 dcda3b90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 dcda3b90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
[Mon Jun 16 06:17:12 2014] 00005f77 dcda3b90 - ERROR: ESI: getResponse: failed to get response: rc = 4
[Mon Jun 16 06:17:12 2014] 00005f77 dcda3b90 - ERROR: ws_common: websphereHandleRequest: Failed to handle request
[Mon Jun 16 06:17:13 2014] 00005f77 ec7bcb90 - ERROR: ws_server_group: NewserverGroupNextRoundRobinServer: Failed to find a server in group Cluster01; all could be down or have reached the maximimum connections limit
[Mon Jun 16 06:17:13 2014] 00005f77 ec7bcb90 - ERROR: ws_common: websphereFindServer: Failed to find a server
[Mon Jun 16 06:17:13 2014] 00005f77 ec7bcb90 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a server
参与7

6同行回答

bj5921bj5921技术支持WAS
可以确认这个错误是访问量大于一个参数值:1、确认一下访问系统的用户量,根据用户量把IHS的httpd.conf;was的web,db,JVM值调整;2、什么操作系统,建议查一下,ulimit的值设置显示全部
可以确认这个错误是访问量大于一个参数值:
1、确认一下访问系统的用户量,根据用户量把IHS的httpd.conf;was的web,db,JVM值调整;
2、什么操作系统,建议查一下,ulimit的值设置收起
IT咨询服务 · 2014-06-19
浏览1599
dogboydogboy系统运维工程师a
was线程池配置多大?当时连接到9080端口的有效连接有多少个?从你的描述看,1、怀疑是压力大时,线程池满了,后续连接排队从而引起plugin以为was宕机,把该服务器上的请求转发到其他server2、是否出现单次GC时间过长导致不响应plugin的请求,从而plugin以为该server宕机?...显示全部
was线程池配置多大?当时连接到9080端口的有效连接有多少个?从你的描述看,
1、怀疑是压力大时,线程池满了,后续连接排队从而引起plugin以为was宕机,把该服务器上的请求转发到其他server
2、是否出现单次GC时间过长导致不响应plugin的请求,从而plugin以为该server宕机?收起
银行 · 2014-06-17
浏览1816
yuanshaojieyuanshaojie软件开发工程师yuanshaojie
回复 2# huangdos     如果是网络不稳定的话,如何能够再现这个问题呢?显示全部
回复 2# huangdos


    如果是网络不稳定的话,如何能够再现这个问题呢?收起
软件开发 · 2014-06-17
浏览1609
yuanshaojieyuanshaojie软件开发工程师yuanshaojie
回复 3# eianbo     没有F5显示全部
回复 3# eianbo


    没有F5收起
软件开发 · 2014-06-17
浏览1682
eianboeianboIT顾问PBCCRC
会话保持存在问题!前面有F5吗?显示全部
会话保持存在问题!前面有F5吗?收起
互联网服务 · 2014-06-17
浏览1623
huangdoshuangdosCTO深圳乐凯撒股份有限公司
Failed to find a server in group Cluster01 表示集群节点不可用,无法访问。看看是否网络不稳定,导致IHS在分配请求的时候,获取不到对应的节点信息,从而导致会话转移。显示全部
Failed to find a server in group Cluster01 表示集群节点不可用,无法访问。
看看是否网络不稳定,导致IHS在分配请求的时候,获取不到对应的节点信息,从而导致会话转移。收起
互联网服务 · 2014-06-17
浏览1731

提问者

yuanshaojie
软件开发工程师yuanshaojie

相关问题

问题状态

  • 发布时间:2014-06-17
  • 关注会员:1 人
  • 问题浏览:8312
  • 最近回答:2014-06-19
  • X社区推广