`
libingyang
  • 浏览: 1619 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类

ExecuteThread: '196' for queue: 'weblogic.kernel.Default' has been busy for "792

阅读更多
<2011-8-24 下午07时58分15秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '196' for queue: 'weblogic.kernel.Default' has been busy for "792" seconds working on the request "Http Request: xx/xx/xx.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
<2011-8-24 下午07时58分15秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '198' for queue: 'weblogic.kernel.Default' has been busy for "769" seconds working on the request "Http Request: xx/xx/xx.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
<2011-8-24 下午07时58分15秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '199' for queue: 'weblogic.kernel.Default' has been busy for "721" seconds working on the request "Http Request: xx/xx/xx.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
分享到:
评论
1 楼 showzh 2012-03-22  
  

相关推荐

    PHP队列系统

    (主要提供思路) 简单的队列系统执行队列端 队列服务器采用HTTPSQS 管理: 帮助:php Kernel/bin/queue.php help 启动所有队列:php Kernel/bin/queue.php start...停止指定队列:php Kernel/bin/queue.php stop xxxx

    解决Delphi DBX和MySQL连接的噩梦:DBX Error: Driver could not be properly initialized.

    Delphi DBX和MySQL连接的发生DBX错误:无法正确初始化驱动。(DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, ...),我找到了合适的libmysql.dll和...

    C语言头文件 QUEUE.H

    C语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言头文件 QUEUE.HC语言...

    Python 网站目录获取.zip

    # coding=utf-8 # 目录扫描程序 class DirScan(threading.... while not self._queue.empty(): url = self._queue.get() # 单独用一个线程去输出 threading.Thread(target=self.msg()).start() headers = { ......

    c++数据结构与算法实现

    BinomialQueue.h: Binomial queue TestBinomialQueue.cpp: Test program for binomial queues TestPQ.cpp: Priority Queue Demo Sort.h: A collection of sorting and selection routines TestSort.cpp: Test ...

    基于官网https://www.nsnam.org/releases/ns-3-32/ 的NS-3-3.32安装包

    ns-3.32 ns-3.32 was released on October 7, 2020....A model for TCP dynamic pacing based on Linux has been added. The PIE queue disc has been extended with additional features: queue delay calculat

    java springboot整合activemq工程

    #默认情况下activemq提供的是queue模式 true是可以使用topic,false是仅使用queue模式 spring.jms.pub-sub-domain: true # 设置连接的activemq服务器 spring.activemq.broker-url=failover:(tcp://10.0.1.227:61616,...

    Python库 | task-queue-0.10.0.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:task-queue-0.10.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Python库 | quick-queue-1.0.4.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:quick-queue-1.0.4.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    基于python的Queue-Basic-List.md

    self.queue.append(self.queue.pop(0)) def pop(self) -&gt; int: return self.queue.pop(0) def top(self) -&gt; int: return self.queue[0] def empty(self) -&gt; bool: return not self.queue ``` ### 总结 ...

    Python库 | ncar-jobqueue-2020.3.4.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:ncar-jobqueue-2020.3.4.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    ios-swift写的一款简介易用的刷新框架,支持水平刷新.zip

    DispatchQueue.main.asyncAfter(deadline: .now() 1) { self?.scrollview.sy_header?.endRefreshing() } }) tableView: tableView.sy_header = TextHeader(normalText: "12", pullingText: "222", ...

    springbootj集成canal+mysql+rabbitmq

    mysql需开启binlog 查看是否开启binlog ... 新增队列:test.queue, 绑定canal.queue, RoutingKey:canal.routing.key canal下载及配置 https://github.com/alibaba/canal/releases/tag/canal-1.1.5 配置文件见附件

    VC C++ 200种 加密算法

    1998/11/19 12:11 5,280 queue.cpp 1998/12/12 14:23 1,296 queue.h 1998/01/16 23:01 684 rabi1024.dat 1998/01/16 23:01 1,334 rabi2048.dat 1998/01/16 23:01 360 rabi512.dat 1998/12/18 19:18 3,774 rabin.cpp ...

    Weblogic服务器性能调1.doc

    - 配置方法:在Weblogic管理控制台,“域(mydomain)”&gt;“服务器”&gt;“server实例(myserver)”&gt;“Execute Queue”&gt;“weblogic.kernel.Default”&gt;“配置”中设置以下选项: - **队列长度**:默认值为65536,通常不...

    Weblogic JMS 依赖jar包下载

    Weblogic JMS 依赖jar包是Oracle公司的中间件产品Weblogic Server中用于实现Java Message Service (JMS) 功能的关键组件。JMS是一种标准API,它允许应用程序在分布式环境中发送和接收消息,提供了异步通信的能力。在...

    Arduino-Arduino-Queue.h.zip

    Arduino-Arduino-Queue.h.zip,用于ARDUIO嵌入式项目的通用C 循环队列,Arduino是一家开源软硬件公司和制造商社区。Arduino始于21世纪初,深受电子制造商的欢迎,Arduino通过开源系统提供了很多灵活性。

    javax.jms-1.1.jar

    在点对点模型中,消息从一个队列(Queue)中发送到另一个队列,每个消息仅被一个消费者接收。而在发布/订阅模型中,消息被发布到主题(Topic),多个订阅者可以同时接收到消息。 3. **JMS接口**:`javax.jms` 包包...

    queue_list.tar.gz

    像栈一样,队列(queue)也是表。然而,使用队列时插入在一端进行而删除在另一端进行。 队列的基本操作是Enqueue(入队),它是在表的末端(叫做队尾(rear)插入一个元素,还有Dequeue(出队),它是删除(或返回...

    11.javaQueue 接口及其实现类.zip

    11.javaQueue 接口及其实现类.zip11.javaQueue 接口及其实现类.zip11.javaQueue 接口及其实现类.zip11.javaQueue 接口及其实现类.zip11.javaQueue 接口及其实现类.zip11.javaQueue 接口及其实现类.zip11.javaQueue ...

Global site tag (gtag.js) - Google Analytics