zoukankan      html  css  js  c++  java
  • WebLogic Server StuckThreadMaxTime value is exceeded during configuration

    WebLogic Server StuckThreadMaxTime value is exceeded during configuration

    If you are configuring WebLogic Server 9.2 MP2 or 10 using the Configurator and you take longer than 600 seconds to finish the configuration, the following error is returned to the terminal and WebLogic Server domain and server logs:

    <Error> <WebLogicServer> <BEA-000337> <[STUCK] Exe 
    cuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy 
    for "681" seconds working on the request "Http Request: /opensso/setup/setSetup 
    Progress", which is more than the configured time (StuckThreadMaxTime) of "600" 
    seconds. Stack trace: ... 

    This error occurs because the WebLogic Server has exceeded its “Stuck Thread Max Time:” default value of 600 seconds.

    Workaround. If the Configurator does not respond, restart it. Also, consider setting the WebLogic Server “Stuck Thread Max Time” value from its default 600 seconds to a larger value such as 1200 seconds. Use the WebLogic Console to change this value (base_domain > Environment > Servers > Admin Server > Configuration/Tuning).

  • 相关阅读:
    观察者模式
    Java中关于HashMap源码的研究
    抽象工厂模式
    适配器模式
    oracle创建表空间并赋予权限
    外观模式
    oracle中循环读出一个表的信息插入到另外一个表中
    javaScript对金额处理的方式
    装饰器模式
    建造者模式
  • 原文地址:https://www.cnblogs.com/sos-blue/p/3291726.html
Copyright © 2011-2022 走看看