- 1、本文档共6页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
WAS连接池满的问题跟踪技巧
WAS 连接池满的问题跟踪技巧
编制日期:2012-03-10
目录
WAS 连接池满的问题跟踪技巧 1
1 概述 2
2 打开连接池跟踪选项 2
2.1 WAS V5.1 2
2.2 V7, V6.1 and V6.0 3
3 分析trace 输出 4
概述
尝试通过如下方法来跟踪jdbc 连接池满的问题:
1、在经常出现问题无法解决的情况下,通过下面描述的方法打开trace选项;
2、出现故障时,将trace文件拷贝到别的机器,避免被冲掉。
3、用下文描述的trace 工具对trace 文件进行分析,看能否找到是什么代码导致连接被长时间调用或者没被释放。
注意事项:
1、根据下文提示,设置足够大的trace文件配额,并保证磁盘空间需要足够。
2、无故障时,应尽量关闭trace,对性能有一定程度的影响。
3、打开trace 开关后,应观察是否确实产生了trace日志。
打开连接池跟踪选项
WAS V5.1
In the Application Server Administrative Console, expand ?Troubleshooting? and select ?Logs and Trace?.?
In the ?Logging and Tracing? page, select your server and then ?Diagnostic Trace?. It is recommended to set the number of historical trace files to 10 and the size of each historical trace file to 100MB.?
Ensure that ?enable trace with the following specification? is selected.?
In the ?Trace Specification? field, enter the following: ?
If connecting to a database in V5.1:??
WAS.j2c=all=enabled:???RRA=all=enabled:???WAS.database=all=enabled:???Transaction=all=enabled???
If connecting to a messaging system in V5.1:??
WAS.j2c=all=enabled:???Messaging=all=enabled:???JMSApi=all=enabled:???Transaction=all=enabled???
If connecting to an enterprise information system in V5.1:??
WAS.j2c=all=enabled:???com.ibm.connector2.*=all=enabled:???Transaction=all=enabled???
Note: ??If you are using the V4 data source style, remove the following string in the preceding trace strings:??
WAS.j2c=all=enabled:RRA=all=enabled???
Then, replace it with the the following trace string:???
com.ibm.ejs.cm.*=all=enabled???
Under ?Trace Output?, select ?File?, and accept the defaults.?
Click ?OK? and save your configuration.?
Restart the Application Server.?
Reproduce the problem.?
Send the resulting trace output file.?
V7, V6.1 and V6.0
For releases of V7, V6.1 and V6.0:? ?
In the Application Server Administrative Console, expand ?Troubleshooting? and select ?Logs and Trace?.?
In the ?Logging and Tracing? page, select your server and then ?Diagnostic Trace?.?
Ensure that ?
您可能关注的文档
- Study on Diagnostic Method for Water Treed XLPE Cable by Loss Current Measurement.pdf
- Study on the Weight Model of Environmental Protection Evaluation Based on Automobile Green Marketing.pdf
- Studying of Dynamic Shrinking Strategy for Handling Equality Constraints.pdf
- Studying the GOP Size Impact on the Performance of a Feedback Channelbased WynerZiv Video.pdf
- Subcategorization Acquisition and Evaluation for Chinese Verbs.pdf
- submitted). The Effect of Model Granularity On Student Performance Prediction Using Bayesia.pdf
- Subthreshold Current Mode Design of Gabortype CNN Image Filters.pdf
- Successful Job Searching.doc
- Sumifs Countifs(销售和培训).xls
- Superelement Analysis of TileReinforced Composite Armor.pdf
- Wave Dynamical Chaos in a Superconducting ThreeDimensional Sinai Billiard.pdf
- Wavelet Analysis of OneDimensional Cosmological Density Fluctuations.pdf
- Wavelet Analysis of Stellar Differential Rotation I. The Sun.pdf
- Wavelet Analysis of Vortex Tubes in Experimental Turbulence.pdf
- Wavelet CrossCorrelation Analysis of Turbulent Mixing from LargeEddySimulations.pdf
- WaveletGalerkin方法及其应用.pdf
- WaveletAnalysisonCrac_省略_ImageofCoalMini.pdf
- Wavelets and Filter Banks, Theory and Design(By Dhaval Shah).pdf
- WCDMARAN常见告警解释与处理.xls
- WCAWE技术快速求解宽频带散射特性.pdf
文档评论(0)