楼主: mman

Help!AIX上WAS6.02(64bit)性能问题

[复制链接]
论坛徽章:
0
11#
 楼主| 发表于 2007-3-11 15:42 | 只看该作者

Re: Re: Help!AIX上WAS6.02(64bit)性能问题

最初由 melity78 发布
[B]

2。如果你操作数据库得时间很短的话,可以在你多个CPU上建立多个WAS实例(你得机器有8CPU可以建立3个以上得实例),把这些实例进行集群可以提高你得系统得负载和相应时间 [/B]


尝试做过2这步,但应用程序报错。

使用道具 举报

回复
论坛徽章:
0
12#
发表于 2007-3-12 09:59 | 只看该作者
我个人接业务,复制系统体统调优。msn联系方式langerone@hotmail.com

使用道具 举报

回复
论坛徽章:
0
13#
 楼主| 发表于 2007-3-13 21:14 | 只看该作者
现在机器运行一段时间,服务就没响应了,主要是WebContainer一直繁忙,不能释放。不知什么原因?另一台相同配置机器就没这种现象。各位高手帮帮忙。

这图是单个用户,访问时的记录。

20070313210813328.png (12.6 KB, 下载次数: 11)

20070313210813328.png

使用道具 举报

回复
论坛徽章:
0
14#
 楼主| 发表于 2007-3-13 21:24 | 只看该作者
server.xml文件

<?xml version="1.0" encoding="UTF-8"?>
<process:Server xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:adminservice="http://www.ibm.com/websphere/appserver/schemas/5.0/adminservice.xmi" xmlns:applicationserver="http://www.ibm.com/websphere/appserver/schemas/5.0/applicationserver.xmi" xmlns:applicationserver.ejbcontainer="http://www.ibm.com/websphere/appserver/schemas/5.0/applicationserver.ejbcontainer.xmi" xmlns:applicationserver.ejbcontainer.messagelistener="http://www.ibm.com/websphere/appserver/schemas/5.0/applicationserver.ejbcontainer.messagelistener.xmi" xmlns:applicationserver.webcontainer="http://www.ibm.com/websphere/appserver/schemas/5.0/applicationserver.webcontainer.xmi" xmlns:channelservice="http://www.ibm.com/websphere/appserver/schemas/6.0/channelservice.xmi" xmlns:channelservice.channels="http://www.ibm.com/websphere/appserver/schemas/6.0/channelservice.channels.xmi" xmlns:coregroupbridgeservice="http://www.ibm.com/websphere/appserver/schemas/6.0/coregroupbridgeservice.xmi" xmlns:loggingservice.http="http://www.ibm.com/websphere/appserver/schemas/6.0/loggingservice.http.xmi" xmlns:loggingservice.ras="http://www.ibm.com/websphere/appserver/schemas/5.0/loggingservice.ras.xmi" xmlns:namingserver="http://www.ibm.com/websphere/appserver/schemas/5.0/namingserver.xmi" xmlnsrb="http://www.ibm.com/websphere/appserver/schemas/5.0/orb.xmi" xmlnsmiservice="http://www.ibm.com/websphere/appserver/schemas/5.0/pmiservice.xmi" xmlnsrocess="http://www.ibm.com/websphere/appserver/schemas/5.0/process.xmi" xmlnsrocessexec="http://www.ibm.com/websphere/appserver/schemas/5.0/processexec.xmi" xmlns:threadpoolmanager="http://www.ibm.com/websphere/appserver/schemas/6.0/threadpoolmanager.xmi" xmlns:tperfviewer="http://www.ibm.com/websphere/appserver/schemas/6.0/tperfviewer.xmi" xmlns:traceservice="http://www.ibm.com/websphere/appserver/schemas/5.0/traceservice.xmi" xmi:id="Server_1167807303946" name="server1">
  <stateManagement xmi:id="StateManageable_1167807303952" initialState="START"/>
  <statisticsProvider xmi:id="StatisticsProvider_1167807303952" specification="com.ibm.orb=enabled"/>
  <services xmi:type="pmiservice:PMIService" xmi:id="PMIService_1167807303952" enable="true" initialSpecLevel="" statisticSet="custom" synchronizedUpdate="false"/>
  <services xmi:type="adminservice:AdminService" xmi:id="AdminService_1167807303952" enable="true" standalone="true" preferredConnector="SOAPConnector_1167807303952">
    <connectors xmi:type="adminservice:SOAPConnector" xmi:id="SOAPConnector_1167807303952">
      <properties xmi:id="Property_1167807303952" name="sslConfig" value="fmis_app1Node01/DefaultSSLSettings"/>
      <properties xmi:id="Property_1167807303953" name="requestTimeout" value="600"/>
    </connectors>
    <connectors xmi:type="adminservice:RMIConnector" xmi:id="RMIConnector_1167807303953"/>
    <configRepository xmi:id="RepositoryService_1167807303953"/>
    <pluginConfigService xmi:id="PluginConfigService_1167807303953" enable="true"/>
  </services>
  <services xmi:type="traceservice:TraceService" xmi:id="TraceService_1167807303953" enable="true" startupTraceSpecification="*=info" traceOutputType="SPECIFIED_FILE" traceFormat="BASIC" memoryBufferSize="8">
    <traceLog xmi:id="TraceLog_1167807303953" fileName="${SERVER_LOG_ROOT}/trace.log" rolloverSize="20" maxNumberOfBackupFiles="1"/>
  </services>
  <services xmi:type="loggingservice.ras:RASLoggingService" xmi:id="RASLoggingService_1167807303953" enable="true" messageFilterLevel="NONE" enableCorrelationId="true">
    <serviceLog xmi:id="ServiceLog_1167807303953" name="${LOG_ROOT}/activity.log" size="2" enabled="true"/>
  </services>
  <services xmi:type="coregroupbridgeservice:CoreGroupBridgeService" xmi:id="CoreGroupBridgeService_1167807303953" enable="true"/>
  <services xmi:type="tperfviewer:TPVService" xmi:id="TPVService_1167807303954" enable="true"/>
  <services xmi:type="orb:ObjectRequestBroker" xmi:id="ObjectRequestBroker_1167807303954" enable="true" requestTimeout="180" requestRetriesCount="1" requestRetriesDelay="0" connectionCacheMaximum="240" connectionCacheMinimum="100" commTraceEnabled="false" locateRequestTimeout="180" forceTunnel="never" noLocalCopies="true">
    <properties xmi:id="Property_1167807303954" name="com.ibm.CORBA.enableLocateRequest" value="true"/>
    <properties xmi:id="Property_1167807303955" name="com.ibm.CORBA.WSSSLServerSocketFactoryName" value="com.ibm.ws.security.orbssl.WSSSLServerSocketFactoryImpl"/>
    <properties xmi:id="Property_1167807303956" name="com.ibm.CORBA.WSSSLClientSocketFactoryName" value="com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl"/>
    <properties xmi:id="Property_1167807303957" name="com.ibm.CORBA.ConnectionInterceptorName" value="com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityConnectionInterceptor"/>
    <properties xmi:id="Property_1167807303958" name="com.ibm.CORBA.RasManager" value="com.ibm.websphere.ras.WsOrbRasManager"/>
    <properties xmi:id="Property_1167807303959" name="com.ibm.ws.orb.transport.useMultiHome" value="true"/>
    <interceptors xmi:id="Interceptor_1167807303955" name="com.ibm.ejs.ras.RasContextSupport"/>
    <interceptors xmi:id="Interceptor_1167807303956" name="com.ibm.ws.runtime.workloadcontroller.OrbWorkloadRequestInterceptor"/>
    <interceptors xmi:id="Interceptor_1167807303957" name="com.ibm.ws.Transaction.JTS.TxInterceptorInitializer"/>
    <interceptors xmi:id="Interceptor_1167807303958" name="com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityComponentFactory"/>
    <interceptors xmi:id="Interceptor_1167807303959" name="com.ibm.ISecurityLocalObjectBaseL13Impl.ServerRIWrapper"/>
    <interceptors xmi:id="Interceptor_1167807303960" name="com.ibm.ISecurityLocalObjectBaseL13Impl.ClientRIWrapper"/>
    <interceptors xmi:id="Interceptor_1167807303961" name="com.ibm.ISecurityLocalObjectBaseL13Impl.CSIClientRI"/>
    <interceptors xmi:id="Interceptor_1167807303962" name="com.ibm.ISecurityLocalObjectBaseL13Impl.CSIServerRI"/>
    <interceptors xmi:id="Interceptor_1167807303963" name="com.ibm.ws.wlm.client.WLMClientInitializer"/>
    <interceptors xmi:id="Interceptor_1167807303964" name="com.ibm.ws.wlm.server.WLMServerInitializer"/>
    <interceptors xmi:id="Interceptor_1167807303965" name="com.ibm.ws.activity.ActivityServiceServerInterceptor"/>
    <interceptors xmi:id="Interceptor_1167807303966" name="com.ibm.debug.DebugPortableInterceptor"/>
    <interceptors xmi:id="Interceptor_1167807303967" name="com.ibm.debug.olt.ivbtrjrt.OLT_RI"/>
    <plugins xmi:id="ORBPlugin_1167807303956" name="com.ibm.ws.orbimpl.transport.WSTransport"/>
    <plugins xmi:id="ORBPlugin_1167807303957" name="com.ibm.ISecurityUtilityImpl.SecurityPropertyManager"/>
    <plugins xmi:id="ORBPlugin_1167807303958" name="com.ibm.ws.orbimpl.WSORBPropertyManager"/>
    <plugins xmi:id="ORBPlugin_1167807303959" name="com.ibm.ws.wlm.client.WLMClient"/>
    <plugins xmi:id="ORBPlugin_1167807303960" name="com.ibm.ws.pmi.server.modules.OrbPerfModule"/>
    <plugins xmi:id="ORBPlugin_1167807303961" name="com.ibm.ws.csi.CORBAORBMethodAccessControl"/>
    <threadPool xmi:id="ThreadPool_1167807303956" minimumSize="10" maximumSize="100" inactivityTimeout="3500" isGrowable="false" name="ORB.thread.pool"/>
  </services>
  <services xmi:type="channelservice:TransportChannelService" xmi:id="TransportChannelService_1167807303956" enable="true">
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303957" name="TCP_1" endPointName="WC_adminhost" maxOpenConnections="100" inactivityTimeout="60" threadPool="ThreadPool_1167807303957"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303958" name="TCP_2" endPointName="WC_defaulthost" maxOpenConnections="20000" inactivityTimeout="60" threadPool="ThreadPool_1167807303957"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303959" name="TCP_3" endPointName="WC_adminhost_secure" maxOpenConnections="100" inactivityTimeout="60" threadPool="ThreadPool_1167807303957"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303960" name="TCP_4" endPointName="WC_defaulthost_secure" maxOpenConnections="20000" inactivityTimeout="60" threadPool="ThreadPool_1167807303957"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303961" name="TCP_5" endPointName="DCS_UNICAST_ADDRESS" maxOpenConnections="20000" inactivityTimeout="60" threadPool="ThreadPool_1167807303958"/>
    <transportChannels xmi:type="channelservice.channels:SSLInboundChannel" xmi:id="SSLInboundChannel_1167807303957" name="SSL_1" discriminationWeight="1" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:SSLInboundChannel" xmi:id="SSLInboundChannel_1167807303958" name="SSL_2" discriminationWeight="1" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:SSLInboundChannel" xmi:id="SSLInboundChannel_1167807303959" name="SSL_3" discriminationWeight="2" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:HTTPInboundChannel" xmi:id="HTTPInboundChannel_1167807303958" name="HTTP_1" discriminationWeight="10" maximumPersistentRequests="100" keepAlive="true" readTimeout="60" writeTimeout="60" persistentTimeout="30" enableLogging="false"/>
    <transportChannels xmi:type="channelservice.channels:HTTPInboundChannel" xmi:id="HTTPInboundChannel_1167807303959" name="HTTP_2" discriminationWeight="10" maximumPersistentRequests="100" keepAlive="true" readTimeout="60" writeTimeout="60" persistentTimeout="30" enableLogging="false"/>
    <transportChannels xmi:type="channelservice.channels:HTTPInboundChannel" xmi:id="HTTPInboundChannel_1167807303960" name="HTTP_3" discriminationWeight="10" maximumPersistentRequests="100" keepAlive="true" readTimeout="60" writeTimeout="60" persistentTimeout="30" enableLogging="false"/>
    <transportChannels xmi:type="channelservice.channels:HTTPInboundChannel" xmi:id="HTTPInboundChannel_1167807303961" name="HTTP_4" discriminationWeight="10" maximumPersistentRequests="100" keepAlive="true" readTimeout="60" writeTimeout="60" persistentTimeout="30" enableLogging="false"/>
    <transportChannels xmi:type="channelservice.channels:WebContainerInboundChannel" xmi:id="WebContainerInboundChannel_1167807303959" name="WCC_1" discriminationWeight="1" writeBufferSize="32768"/>
    <transportChannels xmi:type="channelservice.channels:WebContainerInboundChannel" xmi:id="WebContainerInboundChannel_1167807303960" name="WCC_2" discriminationWeight="1" writeBufferSize="32768"/>
    <transportChannels xmi:type="channelservice.channels:WebContainerInboundChannel" xmi:id="WebContainerInboundChannel_1167807303961" name="WCC_3" discriminationWeight="1" writeBufferSize="32768"/>
    <transportChannels xmi:type="channelservice.channels:WebContainerInboundChannel" xmi:id="WebContainerInboundChannel_1167807303962" name="WCC_4" discriminationWeight="1" writeBufferSize="32768"/>
    <transportChannels xmi:type="channelservice.channelsCSInboundChannel" xmi:id="DCSInboundChannel_1167807303960" name="DCS_1" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channelsCSInboundChannel" xmi:id="DCSInboundChannel_1167807303961" name="DCS_2" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303962" name="SIB_TCP_JFAP" endPointName="SIB_ENDPOINT_ADDRESS"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303963" name="SIB_TCP_JFAP_SSL" endPointName="SIB_ENDPOINT_SECURE_ADDRESS"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303964" name="SIB_TCP_MQFAP" endPointName="SIB_MQ_ENDPOINT_ADDRESS"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1167807303965" name="SIB_TCP_MQFAP_SSL" endPointName="SIB_MQ_ENDPOINT_SECURE_ADDRESS"/>
    <transportChannels xmi:type="channelservice.channels:SSLInboundChannel" xmi:id="SSLInboundChannel_1167807303961" name="SIB_SSL_JFAP" discriminationWeight="1" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:SSLInboundChannel" xmi:id="SSLInboundChannel_1167807303962" name="SIB_SSL_MQFAP" discriminationWeight="1" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:JFAPInboundChannel" xmi:id="JFAPInboundChannel_1167807303961" name="SIB_JFAP" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channels:JFAPInboundChannel" xmi:id="JFAPInboundChannel_1167807303962" name="SIB_JFAP_SSL" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channels:MQFAPInboundChannel" xmi:id="MQFAPInboundChannel_1167807303961" name="SIB_MQFAP" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channels:MQFAPInboundChannel" xmi:id="MQFAPInboundChannel_1167807303962" name="SIB_MQFAP_SSL" discriminationWeight="1"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303961" name="SIB_TCP_JFAP_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303962" name="SIB_TCP_JFAP_SSL_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303963" name="SIB_TCP_JFAP_TUN_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303964" name="SIB_TCP_JFAP_TUN_SSL_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303965" name="SIB_TCP_MQFAP_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:TCPOutboundChannel" xmi:id="TCPOutboundChannel_1167807303966" name="SIB_TCP_MQFAP_SSL_OUT" threadPool="ThreadPool_1167807303961"/>
    <transportChannels xmi:type="channelservice.channels:SSLOutboundChannel" xmi:id="SSLOutboundChannel_1167807303962" name="SIB_SSL_MQFAP_SSL_OUT" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:SSLOutboundChannel" xmi:id="SSLOutboundChannel_1167807303963" name="SIB_SSL_JFAP_SSL_OUT" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:SSLOutboundChannel" xmi:id="SSLOutboundChannel_1167807303964" name="SIB_SSL_JFAP_TUN_SSL_OUT" sslConfigAlias="fmis_app1Node01/DefaultSSLSettings"/>
    <transportChannels xmi:type="channelservice.channels:HTTPOutboundChannel" xmi:id="HTTPOutboundChannel_1167807303962" name="SIB_HTTP_JFAP_TUN_OUT"/>
    <transportChannels xmi:type="channelservice.channels:HTTPOutboundChannel" xmi:id="HTTPOutboundChannel_1167807303963" name="SIB_HTTP_JFAP_TUN_SSL_OUT"/>
    <transportChannels xmi:type="channelservice.channels:HTTPTunnelOutboundChannel" xmi:id="HTTPTunnelOutboundChannel_1167807303962" name="SIB_HTC_JFAP_TUN_OUT"/>
    <transportChannels xmi:type="channelservice.channels:HTTPTunnelOutboundChannel" xmi:id="HTTPTunnelOutboundChannel_1167807303963" name="SIB_HTC_JFAP_TUN_SSL_OUT"/>
    <transportChannels xmi:type="channelservice.channels:JFAPOutboundChannel" xmi:id="JFAPOutboundChannel_1167807303963" name="SIB_JFAP_JFAP_OUT"/>
    <transportChannels xmi:type="channelservice.channels:JFAPOutboundChannel" xmi:id="JFAPOutboundChannel_1167807303964" name="SIB_JFAP_JFAP_SSL_OUT"/>
    <transportChannels xmi:type="channelservice.channels:JFAPOutboundChannel" xmi:id="JFAPOutboundChannel_1167807303965" name="SIB_JFAP_JFAP_TUN_OUT"/>
    <transportChannels xmi:type="channelservice.channels:JFAPOutboundChannel" xmi:id="JFAPOutboundChannel_1167807303966" name="SIB_JFAP_JFAP_TUN_SSL_OUT"/>
    <transportChannels xmi:type="channelservice.channels:MQFAPOutboundChannel" xmi:id="MQFAPOutboundChannel_1167807303963" name="SIB_MQFAP_MQFAP_SSL_OUT"/>
    <transportChannels xmi:type="channelservice.channels:MQFAPOutboundChannel" xmi:id="MQFAPOutboundChannel_1167807303964" name="SIB_MQFAP_MQFAP_OUT"/>
    <transportChannels xmi:type="channelservice.channels:TCPInboundChannel" xmi:id="TCPInboundChannel_1171245291542" name="TCP_6" discriminationWeight="0" endPointName="80" maxOpenConnections="20000" inactivityTimeout="60"/>
    <transportChannels xmi:type="channelservice.channels:HTTPInboundChannel" xmi:id="HTTPInboundChannel_1171245291795" name="HTTP_5" discriminationWeight="10" maximumPersistentRequests="100" keepAlive="true" readTimeout="60" writeTimeout="60" persistentTimeout="30" enableLogging="false"/>
    <transportChannels xmi:type="channelservice.channels:WebContainerInboundChannel" xmi:id="WebContainerInboundChannel_1171245292059" name="WCC_5" discriminationWeight="100" writeBufferSize="8192"/>
    <chains xmi:id="Chain_1167807303963" name="WCInboundAdmin" enable="true" transportChannels="TCPInboundChannel_1167807303957 HTTPInboundChannel_1167807303958 WebContainerInboundChannel_1167807303959"/>
    <chains xmi:id="Chain_1167807303964" name="WCInboundDefault" enable="true" transportChannels="TCPInboundChannel_1167807303958 HTTPInboundChannel_1167807303959 WebContainerInboundChannel_1167807303960"/>
    <chains xmi:id="Chain_1167807303965" name="WCInboundAdminSecure" enable="true" transportChannels="TCPInboundChannel_1167807303959 SSLInboundChannel_1167807303957 HTTPInboundChannel_1167807303960 WebContainerInboundChannel_1167807303961"/>
    <chains xmi:id="Chain_1167807303966" name="WCInboundDefaultSecure" enable="true" transportChannels="TCPInboundChannel_1167807303960 SSLInboundChannel_1167807303958 HTTPInboundChannel_1167807303961 WebContainerInboundChannel_1167807303962"/>
    <chains xmi:id="Chain_1167807303967" name="DCS" enable="true" transportChannels="TCPInboundChannel_1167807303961 DCSInboundChannel_1167807303960"/>
    <chains xmi:id="Chain_1167807303996" name="DCS-Secure" enable="true" transportChannels="TCPInboundChannel_1167807303961 SSLInboundChannel_1167807303959 DCSInboundChannel_1167807303961"/>
    <chains xmi:id="Chain_1167807304001" name="InboundBasicMessaging" enable="true" transportChannels="TCPInboundChannel_1167807303962 JFAPInboundChannel_1167807303961"/>
    <chains xmi:id="Chain_1167807304002" name="InboundSecureMessaging" enable="true" transportChannels="TCPInboundChannel_1167807303963 SSLInboundChannel_1167807303961 JFAPInboundChannel_1167807303962"/>
    <chains xmi:id="Chain_1167807304003" name="InboundBasicMQLink" enable="true" transportChannels="TCPInboundChannel_1167807303964 MQFAPInboundChannel_1167807303961"/>
    <chains xmi:id="Chain_1167807304004" name="InboundSecureMQLink" enable="true" transportChannels="TCPInboundChannel_1167807303965 SSLInboundChannel_1167807303962 MQFAPInboundChannel_1167807303962"/>
    <chains xmi:id="Chain_1167807304005" name="BootstrapBasicMessaging" transportChannels="JFAPOutboundChannel_1167807303963 TCPOutboundChannel_1167807303961"/>
    <chains xmi:id="Chain_1167807304006" name="BootstrapSecureMessaging" transportChannels="JFAPOutboundChannel_1167807303964 SSLOutboundChannel_1167807303963 TCPOutboundChannel_1167807303962"/>
    <chains xmi:id="Chain_1167807304007" name="BootstrapTunneledMessaging" transportChannels="JFAPOutboundChannel_1167807303965 HTTPTunnelOutboundChannel_1167807303962 HTTPOutboundChannel_1167807303962 TCPOutboundChannel_1167807303963"/>
    <chains xmi:id="Chain_1167807304008" name="BootstrapTunneledSecureMessaging" transportChannels="JFAPOutboundChannel_1167807303966 HTTPTunnelOutboundChannel_1167807303963 HTTPOutboundChannel_1167807303963 SSLOutboundChannel_1167807303964 TCPOutboundChannel_1167807303964"/>
    <chains xmi:id="Chain_1167807304009" name="OutboundBasicMQLink" transportChannels="MQFAPOutboundChannel_1167807303964 TCPOutboundChannel_1167807303965"/>
    <chains xmi:id="Chain_1167807304010" name="OutboundSecureMQLink" transportChannels="MQFAPOutboundChannel_1167807303963 SSLOutboundChannel_1167807303962 TCPOutboundChannel_1167807303966"/>
    <chains xmi:id="Chain_1171245292105" name="fmis" enable="true" transportChannels="TCPInboundChannel_1171245291542 HTTPInboundChannel_1171245291795 WebContainerInboundChannel_1171245292059"/>
  </services>
  <services xmi:type="threadpoolmanager:ThreadPoolManager" xmi:id="ThreadPoolManager_1167807304005" enable="true">
    <threadPools xmi:id="ThreadPool_1167807304020" minimumSize="0" maximumSize="10" inactivityTimeout="30000" isGrowable="false" name="server.startup" description="This pool is used by WebSphere during server startup."/>
    <threadPools xmi:id="ThreadPool_1167807303958" minimumSize="5" maximumSize="20" inactivityTimeout="3500" isGrowable="false" name="Default"/>
    <threadPools xmi:id="ThreadPool_1167807303957" minimumSize="50" maximumSize="200" inactivityTimeout="3500" isGrowable="false" name="WebContainer"/>
    <threadPools xmi:id="ThreadPool_1167807303961" minimumSize="4" maximumSize="50" name="SIBFAPThreadPool" description="Service integration bus FAP outbound channel thread pool"/>
  </services>
  <services xmi:type="loggingservice.http:HTTPAccessLoggingService" xmi:id="HTTPAccessLoggingService_1167807304020" enable="false" enableErrorLogging="true" enableAccessLogging="true">
    <errorLog xmi:id="LogFile_1167807304020" filePath="${SERVER_LOG_ROOT}/http_error.log" maximumSize="500"/>
    <accessLog xmi:id="LogFile_1167807304021" filePath="${SERVER_LOG_ROOT}/http_access.log" maximumSize="500"/>
  </services>
  <errorStreamRedirect xmi:id="StreamRedirect_1167807304020" fileName="${SERVER_LOG_ROOT}/SystemErr.log" rolloverType="SIZE" maxNumberOfBackupFiles="1" rolloverSize="20" baseHour="24" rolloverPeriod="24" formatWrites="true" messageFormatKind="BASIC" suppressWrites="false" suppressStackTrace="false"/>
  <outputStreamRedirect xmi:id="StreamRedirect_1167807304021" fileName="${SERVER_LOG_ROOT}/SystemOut.log" rolloverType="SIZE" maxNumberOfBackupFiles="20" rolloverSize="1" baseHour="24" rolloverPeriod="24" formatWrites="true" messageFormatKind="BASIC" suppressWrites="false" suppressStackTrace="false"/>
  <components xmi:type="namingserver:NameServer" xmi:id="NameServer_1167807304021">
    <stateManagement xmi:id="StateManageable_1167807304021" initialState="START"/>
  </components>
  <components xmi:type="applicationserver:ApplicationServer" xmi:id="ApplicationServer_1167807304021" applicationClassLoaderPolicy="MULTIPLE">
    <stateManagement xmi:id="StateManageable_1167807304022" initialState="START"/>
    <services xmi:type="applicationserver:TransactionService" xmi:id="TransactionService_1167807304021" enable="false" totalTranLifetimeTimeout="1800" clientInactivityTimeout="60" heuristicRetryLimit="0" heuristicRetryWait="0" enableLoggingForHeuristicReporting="false" LPSHeuristicCompletion="ROLLBACK" propogatedOrBMTTranLifetimeTimeout="0"/>
    <services xmi:type="applicationserverynamicCache" xmi:id="DynamicCache_1167807304021" enable="true">
      <cacheGroups xmi:id="ExternalCacheGroup_1167807304021" name="EsiInvalidator">
        <members xmi:id="ExternalCacheGroupMember_1167807304021" address="localhost" adapterBeanName="com.ibm.websphere.servlet.cache.ESIInvalidatorServlet"/>
      </cacheGroups>
    </services>
    <components xmi:type="applicationserver.webcontainer:WebContainer" xmi:id="WebContainer_1167807304021" sessionAffinityTimeout="0" defaultVirtualHostName="default_host" enableServletCaching="true">
      <stateManagement xmi:id="StateManageable_1167807304023" initialState="START"/>
      <services xmi:type="applicationserver.webcontainer:SessionManager" xmi:id="SessionManager_1167807304021" enable="true" enableUrlRewriting="false" enableCookies="true" enableSSLTracking="false" enableProtocolSwitchRewriting="false" sessionPersistenceMode="NONE" enableSecurityIntegration="false" allowSerializedSessionAccess="false" maxWaitTime="5" accessSessionOnTimeout="true">
        <defaultCookieSettings xmi:id="Cookie_1167807304022" domain="" maximumAge="-1" secure="false"/>
        <sessionDatabasePersistence xmi:id="SessionDatabasePersistence_1167807304022" datasourceJNDIName="jdbc/Sessions" userId="db2admin" password="{xor}Oz1tPjsyNjE=" db2RowSize="ROW_SIZE_4KB" tableSpaceName=""/>
        <tuningParams xmi:id="TuningParams_1167807304023" usingMultiRowSchema="false" maxInMemorySessionCount="1000" allowOverflow="true" scheduleInvalidation="false" writeFrequency="TIME_BASED_WRITE" writeInterval="10" writeContents="ONLY_UPDATED_ATTRIBUTES" invalidationTimeout="30">
          <invalidationSchedule xmi:id="InvalidationSchedule_1167807304023" firstHour="14" secondHour="2"/>
        </tuningParams>
      </services>
    </components>
    <components xmi:type="applicationserver.ejbcontainer:EJBContainer" xmi:id="EJBContainer_1167807304023" passivationDirectory="${USER_INSTALL_ROOT}/temp" inactivePoolCleanupInterval="30000">
      <stateManagement xmi:id="StateManageable_1167807304024" initialState="START"/>
      <services xmi:type="applicationserver.ejbcontainer.messagelistener:MessageListenerService" xmi:id="MessageListenerService_1167807304023">
        <threadPool xmi:id="ThreadPool_1167807304023" minimumSize="10" maximumSize="50" inactivityTimeout="3500" isGrowable="false" name="Message.Listener.Pool"/>
      </services>
      <cacheSettings xmi:id="EJBCache_1167807304023" cleanupInterval="3000" cacheSize="2053"/>
      <timerSettings xmi:id="EJBTimer_1167807304023" datasourceJNDIName="jdbc/DefaultEJBTimerDataSource" tablePrefix="EJBTIMER_" pollInterval="300" numAlarmThreads="1"/>
    </components>
    <webserverPluginSettings xmi:id="WebserverPluginSettings_1167807304023" WaitForContinue="false" ConnectTimeout="0" MaxConnections="-1" ExtendedHandshake="false"/>
  </components>
  <processDefinitions xmi:type="processexec:JavaProcessDef" xmi:id="JavaProcessDef_1167807304024" workingDirectory="${USER_INSTALL_ROOT}" executableTargetKind="JAVA_CLASS" executableTarget="com.ibm.ws.runtime.WsServer">
    <execution xmi:id="ProcessExecution_1167807304024" processPriority="20" runAsUser="" runAsGroup=""/>
    <ioRedirect xmi:id="OutputRedirect_1167807304024" stdoutFilename="${SERVER_LOG_ROOT}/native_stdout.log" stderrFilename="${SERVER_LOG_ROOT}/native_stderr.log"/>
    <monitoringPolicy xmi:id="MonitoringPolicy_1167807304024" maximumStartupAttempts="3" pingInterval="60" pingTimeout="300" autoRestart="true" nodeRestartState="STOPPED"/>
    <jvmEntries xmi:id="JavaVirtualMachine_1167807304024" verboseModeClass="false" verboseModeGarbageCollection="true" verboseModeJNI="false" initialHeapSize="512" maximumHeapSize="2048" runHProf="false" debugMode="false" debugArgs="-Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7777" genericJvmArguments="-Dclient.encoding.override=GBK -Dfile.encoding=GBK" disableJIT="false">
      <systemProperties xmi:id="Property_1173253779668" name="LDR_CNTRL" value="DATAPSIZE=64K@TEXTPSIZE=64K@STACKPSIZE=64K" required="false"/>
    </jvmEntries>
  </processDefinitions>
</process:Server>

使用道具 举报

回复
论坛徽章:
18
月度精华徽章
日期:2007-04-01 01:15:33马上有对象
日期:2014-02-19 11:55:14马上有钱
日期:2014-02-19 11:55:14马上有房
日期:2014-02-19 11:55:14马上有车
日期:2014-02-19 11:55:142012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:582012新春纪念徽章
日期:2012-02-13 15:10:58
15#
发表于 2007-3-13 23:38 | 只看该作者
服务就没响应时,请使用kill -3 java_PID 产生javacore,然后粘贴上来!

使用道具 举报

回复
论坛徽章:
0
16#
 楼主| 发表于 2007-3-15 15:59 | 只看该作者
javacore

javacore139442.1173783779.txt

8.78 KB, 下载次数: 14

使用道具 举报

回复
论坛徽章:
0
17#
 楼主| 发表于 2007-3-15 16:08 | 只看该作者
javacore

javacore139442.1173783779.txt

139.43 KB, 下载次数: 7

使用道具 举报

回复
论坛徽章:
0
18#
 楼主| 发表于 2007-3-15 16:39 | 只看该作者
javacore

javacore139442.1173783779.txt

668.17 KB, 下载次数: 4

使用道具 举报

回复
论坛徽章:
0
19#
 楼主| 发表于 2007-3-15 17:19 | 只看该作者
网络忙,在传

javacore139442.1173783779.txt

1005.51 KB, 下载次数: 5

使用道具 举报

回复
论坛徽章:
1
IBM软件技术精英协会成员
日期:2007-01-24 14:56:38
20#
发表于 2007-3-15 19:23 | 只看该作者
最初由 mman 发布
[B]现在机器运行一段时间,服务就没响应了,主要是WebContainer一直繁忙,不能释放。不知什么原因?另一台相同配置机器就没这种现象。各位高手帮帮忙。

这图是单个用户,访问时的记录。 [/B]

webcontainer中的线程一直处于繁忙状态 有两种可能
1。你的业务逻辑一直没有处理完导致WEBCONTAINER中的线程一直挂起(比如你访问数据库一直没有返回,一直没有返回的话,可能是数据库发生死锁了,你是否可以调整下数据库的死锁超时时间?)
2。或者是JVM与操作系统的配合问题,你需要打操作系统补丁和相应地JVM补丁

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表