我是靠谱客的博主 腼腆黄豆,最近开发中收集的这篇文章主要介绍which is more than the configured time (StuckThreadMaxTime) of "600" seconds,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

异常:

<Aug 14, 2014 9:27:26 AM GMT+08:00> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '207' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "692" seconds working on the request "Http Request: /v6web/services/IS", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:


分析:

此问题是由于处理请求超时引起的,系统配置的处理时间是600s,但是该线程处理了692后,仍然没将请求释放,所以报了这个错误。如果发送该请求较多,很有可能会导致weblogic的线程阻塞,严重会引起weblogic挂起现象。


解决:

1)修改StuckThreadMaxTime参数,将默认的600s改成1200s,或者其它适合的值。
2)增大线程数,防止线程阻塞问题。
3)优化程序,减少处理时间。

最后

以上就是腼腆黄豆为你收集整理的which is more than the configured time (StuckThreadMaxTime) of "600" seconds的全部内容,希望文章能够帮你解决which is more than the configured time (StuckThreadMaxTime) of "600" seconds所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部