Running weblogic as a service on NT

We are currently trying to run weblogic as a service on Windows NT. Yet the service
has hung once and run out of memory once. The hardware and software specification
is listed below.
Hardware
System     Intel
CPU:     Dual 866 MHz or faster
Memory:     500 MB
Hard Drives:     2 x 10 GB RAID-1 System Drive
Network:     Static IP allocation and TCP/IP network protocolTwo Fast Ethernet 10/100
Software
Windows NT 4.0 Option Pack Typical InstallBEA WebLogic Version 5.1 with Service Pack
8 and JDBC drivers for MSSQL ServerJava 2 SDK Version 1.3.1 RC 2
The WebLogic server has been using the srvany.exe and instsrv.ex utilities (part
of the NT Resource Kit) . Note that it is necessary to use the srvany utility rather
than the custom BEA service utilities in order to allow the passing of command line
parameters to the JVM. An important JVM parameter is –Xrs which prevents JDK1.3
applications which run as a service on NT from shutting-down when the user who started
the service logs out. This problem does not occur on Win2K systems.
1.     Set-up a ‘weblogic’ user account that is a member of the Users group
and has explicitly assigned 'log on as a service' right.
2.     At a command prompt install srvany with the command
INSTSRV WGO_server c:\winnt\system32\srvany.exe
3.     Use the services applet (in the Control Panel) to ensure that the service will
run using the weblogic account and that the service is set for automatic startup
4.     Use the Registry Editor REGEDT32.exe to configure srvany as follows:
a.     Highlight HKEY_LOCAL_MACHINE\SYSTEM\CurrentContrelSet\Services\WGO_server and
select Add Key from the edit menu.
b.     The key to be added should have the name “Parameters” – the
class field may be left empty.
c.     Highlight the newly created Parameters key and select the Add Value option from
the edit menu. The name of the value to be added is “Application” and
the type of value is REG_SZ. When you o.k. these options, you will be asked to provide
the string value representing the application to be triggered by servany –
type in the path to the startweblogic.cmd file:
c:\weblogic\WGO_server\startweblogic.cmd
d.     With the Parameters key still highlighted, select the Add Value option from the
edit Menu. The name of the value is “AppDirectory” and the type is REG_SZ.
Set the directory in which the application runs by typing in the path
c:\weblogic\WGO_server
5.     To start the weblogic server, return to the Service applet in the control panel
and start the service named WGO_server. To shutdown the service, first run the script
c:\weblogic\WGO_server\shutdown to shutdown weblogic cleanly, wait a few moments
and then stop the WGO_server service via the Service applet.
If anyone has experienced a similar problem please let me know
Thanks
Jo

I would look at all the other startup script you have on your machine already.
They are usually placed in /etc/init.d and these files are often linking into /etc/rc3.d
I suggest you google on how to setup a service for your flavour of linux as they are not all the same.

Similar Messages

  • What needs to be changed to run Weblogic as a service and not as an application?

    The server is running Windows 2000. Weblogic was installed on the server as an
    application and not as a service. We need Weblogic to run as a service, could
    someone please provide me with information on the easiest way of doing this, as
    we can not re-install the Weblogic at this point. Any assistance would be greatly
    appreciated.

    hi.
    Run the installNtService.cmd script.
    Regards,
    Michael
    Mariet wrote:
    The server is running Windows 2000. Weblogic was installed on the server as an
    application and not as a service. We need Weblogic to run as a service, could
    someone please provide me with information on the easiest way of doing this, as
    we can not re-install the Weblogic at this point. Any assistance would be greatly
    appreciated.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Weblogic as a service

    i am having a problem when trying to run weblogic as a windows service.
    WLS 10.3.3
    PFRD 11.1.1.3.0
    set DOMAIN_NAME=AventaDomain
    set USERDOMAIN_HOME=C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain
    set SERVER_NAME=WLS_FORMS
    set WLS_USER=weblogic
    set WLS_PW=wls_admin11
    set PRODUCTION_MODE=true
    set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
    set JAVA_HOME=C:\Oracle\Middleware\jrockit_160_17_R28.0.0-679
    set JAVA_OPTIONS=
    -Dweblogic.security.SSL.trustedCAKeyStore="C:\Oracle\Middleware\wlserver_10.3\server\lib\cacerts" %JAVA_OPTIONS%
    set ADMIN_URL=http://JIMMIE:7001
    set LOG=%USERDOMAIN_HOME%\formsservice.log
    set CLASSPATH=%WL_HOME%\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;%WL_HOME%\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\as_1\opmn\lib\nonj2eembeans.jar;C:\Oracle\Middleware\as_1\jdbc\lib\ojdbc6.jar;C:\Oracle\Middleware\as_1\opmn\lib\optic.jar;C:\Oracle\Middleware\as_1\opmn\lib\iasprovision.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;C:\Oracle\Middleware\oracle_common\jlib\rcucommon.jar;C:\Oracle\Middleware\as_1\opmn\lib\opmneditor.jar;C:\Oracle\Middleware\as_1\opmn\lib\wlfullclient.jar;;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;%WL_HOME%\common\derby\lib\derbyclient.jar;%WL_HOME%\server\lib\xqrl.jar
    call installSvc.cmd i have not amended installSvc.cmd (except the name of the service)
    this creates the service fine, but when i start the service i get the following error in the logfile.
    [Thu Jul 08 13:15:26 2010] [initLog] initializing logger
    [Thu Jul 08 13:15:26 2010] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Thu Jul 08 13:15:26 2010] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Thu Jul 08 13:15:26 2010] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Thu Jul 08 13:15:26 2010] [I] [initLog] TIME based log rotation is ON
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] About to execute CreateThread()
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszCmdLine = -jrockit -Xms128m -Xmx256m -Xverify:none -classpath "C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\lib\tools.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\as_1\opmn\lib\nonj2eembeans.jar;C:\Oracle\Middleware\as_1\jdbc\lib\ojdbc6.jar;C:\Oracle\Middleware\as_1\opmn\lib\optic.jar;C:\Oracle\Middleware\as_1\opmn\lib\iasprovision.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;C:\Oracle\Middleware\oracle_common\jlib\rcucommon.jar;C:\Oracle\Middleware\as_1\opmn\lib\opmneditor.jar;C:\Oracle\Middleware\as_1\opmn\lib\wlfullclient.jar;;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\xqrl.jar" -Dweblogic.Name=WLS_FORMS -Dweblogic.management.username=weblogic -Dweblogic.management.server="http://JIMMIE:7001" -Dweblogic.ProductionModeEnabled= -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszJavaHome = C:\Oracle\MIDDLE~1\JROCKI~1.0-6
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszExecDir = C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszOldPath = C:\Oracle\Middleware\as_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Oracle\Middleware\as_1\opmn\bin;C:\Oracle\Middleware\as_1\opmn\lib;C:\Oracle\Middleware\as_1\perl\bin
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\jre\bin;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8;C:\Oracle\Middleware\as_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Oracle\Middleware\as_1\opmn\bin;C:\Oracle\Middleware\as_1\opmn\lib;C:\Oracle\Middleware\as_1\perl\bin
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszDelay = 0
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszStopClass = []
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszLog = [C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain\formsservice.log]
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] Thread created successfully
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszHost = []
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] lpszPort = []
    [Thu Jul 08 13:15:26 2010] [I] [trigger] First rotation due in 38673 secs
    [Thu Jul 08 13:15:26 2010] [I] [StartJVM] Parsing JVM Arguments
    [Thu Jul 08 13:15:26 2010] [I] [StartJVM] Initializing JVM
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Thu Jul 08 13:15:26 2010] [I] [ServiceStart] waiting for multiple events
    [Thu Jul 08 13:15:26 2010] [I] [RunJavaApp] Loading class - weblogic.Server
    [Thu Jul 08 13:15:26 2010] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Thu Jul 08 13:15:26 2010] [I] [RunJavaApp] Building arguments for main class
    [Thu Jul 08 13:15:26 2010] [I] [RunJavaApp] Invoking main class
    <08-Jul-2010 13:15:28 o'clock BST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32 from Oracle Corporation>
    <08-Jul-2010 13:15:33 o'clock BST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <08-Jul-2010 13:15:36 o'clock BST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://JIMMIE:7001.>
    <08-Jul-2010 13:15:36 o'clock BST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <08-Jul-2010 13:15:36 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <08-Jul-2010 13:15:36 o'clock BST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <08-Jul-2010 13:15:37 o'clock BST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\AventaDomain\servers\WLS_FORMS\logs\WLS_FORMS.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <08-Jul-2010 13:15:37 o'clock BST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\AventaDomain\servers\WLS_FORMS\logs\WLS_FORMS.log00012. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\AventaDomain\servers\WLS_FORMS\logs\WLS_FORMS.log.>
    <08-Jul-2010 13:15:37 o'clock BST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\AventaDomain\servers\WLS_FORMS\logs\WLS_FORMS.log is opened. All server side log events will be written to this file.>
    08-Jul-2010 13:15:40 oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
    SEVERE: java.io.FileNotFoundException: C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain\.\config\jps-config.xml (The system cannot find the file specified)
    <08-Jul-2010 13:15:40 o'clock BST> <Error> <Security> <BEA-090892> <The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.>
    <08-Jul-2010 13:15:40 o'clock BST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-01538: The default policy provider was not found.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:273)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-01538: The default policy provider was not found.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:705)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-01514: The default context is missing in jps-config.xml.
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:665)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:650)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:650)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.config.JpsConfigurationException: C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain\.\config\jps-config.xml (The system cannot find the file specified)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initDefaultConfiguration(XmlConfigurationFactory.java:418)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getDefaultConfiguration(XmlConfigurationFactory.java:319)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:144)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.<init>(JpsContextFactoryImpl.java:113)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain\.\config\jps-config.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         Truncated. see log file for complete stacktrace
    >
    <08-Jul-2010 13:15:40 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <08-Jul-2010 13:15:40 o'clock BST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <08-Jul-2010 13:15:40 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    [Thu Jul 08 13:15:40 2010] [I] [ExitHandler] Fire (-1)
    [Thu Jul 08 13:15:40 2010] [I] [ServiceStart] done waiting for multiple events. Wait=0
    [Thu Jul 08 13:15:40 2010] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    the first error (i think) is SEVERE: java.io.FileNotFoundException: C:\Oracle\MiddleWARE\USER_projects\domains\AventaDomain\.\config\jps-config.xml (The system cannot find the file specified)
    why is it looking at this path?
    the file jps-config.xml is actually in C:\Oracle\Middleware\user_projects\domains\AventaDomain\config\fmwconfig
    i can start weblogic fine when using the startWebLogic.cmd
    but only have the problem when attempting to run as a service.
    any help greatly appreciated.
    thanks
    Edited by: mbarlow on 08-Jul-2010 05:30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Make sure you edit the registry entry for the service to run as -server, not -client . Also, I cannot see what you have on some of the right side of the error but it looks like it may be a config.xml issue but you say the script starts the admin fine so I doubt it is a hosed config.xml. Check your regsitry parameters and then if still a problem then make sure you post the format so we can see all of the error. I got the service running in 10.3, it is not as easy as previous versions but it is doable and I can assist further if need be.

  • How to run weblogic server in backgroud?

    I just installed weblogic60sp1 on Aix.
    how can i start weblogic server in backgroud?
    Ron

    Hi Kartheek,
    If you're new to running WebLogic as a Windows service, you'll probably find it a bit tricky at first. I found troubleshooting problems, especially start-up and process-crashes, awkward at first. If you have time, you may want to check these out:
    [ http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html|http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html]
    [http://e-docs.bea.com/wls/docs81/adminguide/winservice.html|http://e-docs.bea.com/wls/docs81/adminguide/winservice.html]
    -Jones

  • WebLogic 6.1 Service Pack Giving Problem

    Hi!
    We have Weblogic 6.1 with Service Pack 2 installed and it was working fine since year.
    I have install SP 7, but it is not able to recognise EJB Beans than after.
    I uninstall the service pack, but then it is gicing following error related to config.sys file.
    How to solve this problem?
    Reg,
    Chetan
    ERROR :
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: Unknown attribute StagedTargets
    for ejb-usermanagement, type Application
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.parse
    MBeanAttributes(ConfigurationParser.java:308)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.start
    Element(ConfigurationParser.java:188)
    at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1340)
    at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValid
    ator.java:1183)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScan
    ner.java:1876)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(
    XMLDocumentScanner.java:1252)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanne
    r.java:381)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.
    java:105)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository
    .java:261)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileRepository
    .java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.ja
    va:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanIm
    pl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy1.loadDomain(Unknown Source)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:188)
    at weblogic.management.AdminServer.configure(AdminServer.java:173)
    at weblogic.management.Admin.initialize(Admin.java:239)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    ***************************************************************************

    Try saving the license.bea file somewhere, install the SP, see if a different
    license.bea is there and replace as necessary.
    Why stop at SP3? Why not go up to SP5?
    Wayne Scott
    Faisal wrote:
    > I am upgrading weblogic 6.1 service pack 2 to service pack 3. Everything goes fine,
    > except that after the installation the weblogic server says the license is expired.
    > If i uninstall the service pack 3 it works fine. Since i have inherited this
    > application, I am not sure where the license file is. I found a weblogiclicense.xml
    > file in the web-inf directory. Can i use this somehow. Any help would be greately
    > appreciated.
    >
    > thanks,
    >
    > -faisal

  • Running WL as NT Service is not Creating Connection  Pools?

    We have something very strange happening here. We recently installed Weblogic 6.1 sp 4 on an WinNT 2000 box and installed our application. We are connecting to an Oracle 8.1.7 database using the Oracle 8.1.7 client drivers. We configured our connection pool via the Web Console. We also installed our application to run as a NT Service using "beasvc.exe" utility.
    When we run our application after starting Weblogic from the commandline, our application runs fine. It creates the Oracle connection pool and everything is great.
    However when we run our application by starting it under the NT Services window, our application fails to start the connection pool. Looking at all the logs, I don't see and errors or exceptions being thrown. I did notice that the connection pool was not created. But again, no errors were thrown.
    Has anyone seen this behavior? To make things more confusing for me, this whole solution is working fine on another WinNT 2000 box with the only difference beint that we are using Weblogic 6.1 sp2. Anyone have any ideas??? Also, running the NT Service version of Weblogic in debug mode also worked!

    It takes the Oracle service quite a bit of time to start up. Make sure that you
    set up the DependsOnService correctly in your registry so that Oracle comes up
    fully before launching WL.
    Paul
    Clyde <[email protected]> wrote:
    We have something very strange happening here. We recently installed
    Weblogic 6.1 sp 4 on an WinNT 2000 box and installed our application.
    We are connecting to an Oracle 8.1.7 database using the Oracle 8.1.7
    client drivers. We configured our connection pool via the Web Console.
    We also installed our application to run as a NT Service using "beasvc.exe"
    utility.
    When we run our application after starting Weblogic from the commandline,
    our application runs fine. It creates the Oracle connection pool and
    everything is great.
    However when we run our application by starting it under the NT Services
    window, our application fails to start the connection pool. Looking
    at all the logs, I don't see and errors or exceptions being thrown.
    I did notice that the connection pool was not created. But again,
    no errors were thrown.
    Has anyone seen this behavior? To make things more confusing for me,
    this whole solution is working fine on another WinNT 2000 box with the
    only difference beint that we are using Weblogic 6.1 sp2. Anyone have
    any ideas??? Also, running the NT Service version of Weblogic in debug
    mode also worked!

  • How to run weblogic server in background process on Windows XP 2002 ?

    Hi,
    I have installed weblogic server 9.2 in Windows XP 2002, I want to start my weblogic server and instances in background and keep running .
    Can anybody please provide information on the same ?
    Thanks in Advance,
    Kartheek.

    Hi Kartheek,
    If you're new to running WebLogic as a Windows service, you'll probably find it a bit tricky at first. I found troubleshooting problems, especially start-up and process-crashes, awkward at first. If you have time, you may want to check these out:
    [ http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html|http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html]
    [http://e-docs.bea.com/wls/docs81/adminguide/winservice.html|http://e-docs.bea.com/wls/docs81/adminguide/winservice.html]
    -Jones

  • Can we change NT registry to add parameter for weblogic as NT service?

     

    wlconfig will set parameters that start with "-D" for use by the
    server when started as a service, but will not set parameters
    that start with "-J-D" for use by the JVM from which the server
    is started.
    You can only have one instance of WebLogic Server running as a
    service. Until we provide a way to save command line arguments
    in the registry I'm afraid you'll have to have an installation
    of the server software that's dedicated to the service. Install
    your weblogic.properties file in that installation directory
    (WEBLOGICHOME).
    Chuck Karish
    Tom Gerber wrote:
    >
    Have you looked at the wlconfig command? With that command you can specify
    parameters like that. When parameters are set in this fashion they are used
    by WL when run as an NT Service (yes they provide that via the install.exe
    for 5.1) or when running it from the NT Icon. Options set with wlconfig are
    NOT used for the startweblogic.cmd file - for that you must modify the cmd
    file itself.
    - Tom
    Michelle Sue wrote:
    To start weblogic as NT service. Can we add the parameters for
    wlserver.exe in the NT service registry. the purpose is not to type the
    parameters into NT service Panel each time we start the service.
    The parameter I try to define is
    -J-Dweblogic.system.propertiesFile=f:/weblogic/myserver1.properties
    In the folder
    HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->weblogicServer1,
    I try to add key "Parameters", under which add string "Application" with
    value
    f:\weblogic\bin\wlserver.exe -ms32m -mx32m
    -J-Dweblogic.system.propertiesFile=f:/weblogic/myserver1.properties
    However, after this modification, NT service cannot start, an internal
    NT errors pops up when I click the start button for this service.
    MSU
    MSU
    Chuck Karish BEA Systems
    [email protected] San Francisco, CA
    (415) 317-0182 (cell) (415) 402-7692

  • Problem with  WebLgoic running as a Windows Service

    If you know the answer, plase send me an email at [email protected]
    I'm running a weblogic startup class that starts a Thread. I need to
    run a batch program that should be running as long as WebLogic is
    running (to process new orders).
    It works fine when I run WebLogic (5.1 SP8) from a script, but causes
    problem when I'm running it as a Windows Service. It calls the
    startup class, however, the startup class never spawns the Thread
    class.
    Following is excerpts from different components:
    =============================================================
    *** weblogic.properties ***
    weblogic.system.startupClass.pdfCreatorStart=WebLogicStartupPdfCreator
    *** WebLogicStartupPdfCreator.java ***
    public class WebLogicStartupPdfCreator implements T3StartupDef {
    public String startup(String name, Hashtable args) throws
    Exception {
    Thread t = new ProductionPdfBatchRunner();
    t.start();
    return "success";
    *** ProductionPdfBatchRunner.java ***
    public class ProductionPdfBatchRunner extends Thread {
    public void run() {
    try {
    //work being done here
    this.sleep(30000);
    catch (InterruptedException ie) {               
    catch(Exception e) {
    e.printStackTrace();
    =============================================================
    Thanks for any help

    Hi.
    You can add extra path information by using the -extrapath option in your
    installNTservice.cmd script.
    Regards,
    Michael
    martin wang wrote:
    When I installed a weblogic server as a windows service using installNTservice.cmd,
    I found that the system path was not appended to the java.library.path. Here is
    the detail:
    step 1: went to ...\config\mydomain, run installNTservice.cmd, and the weblogic
    server "myServer" was installed as a NT service.
    step 2: went to Control Panel -> administrative tools -> services and started
    up the service "myserver".
    step 3: went to ...\config\mydomain\logs, open Weblogic.log and found that:
    java.library.path = C:\bea\wlserver6.0\bin;.;C:\WINNT\System32;C:\WINNT
    usually java.library.path should be the above paths plus the system path(which
    can be changed in control panel -> system ->advanced -> environment variables
    Does any one know why?--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • TS1717 Having trouble running iTunes version 11.0.2 on a Dell Laptop running Windows 7 Professional Service Pack 1.  Keep getting an error message "the software required for communicating with iPods and mobile phones was not installed correctly..." reinst

    Having trouble when I launch iTunes (version 11.0.2) on my Dell Laptop running Windows 7 Professional (service pack 1).  I get an error message indicating software required to communicate with iPod and mobile phones was not installed correctly.  Do you want iTunes to try to repair this for you?  I normally respond with OK and it immediately tells me "could not be repaired.  Please reinstall iTunes..."  I have done this a number of times to no avail.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file.

    I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file. Can anyone help me with this?

    What is the exact error message?

  • Rogue cpu hog while running WebLogic

    Hello,
    My application is a servlet/EJB/Oracle application running on
    WebLogic.
    During stress test, I am seeing a java thread that is taking up 50% of
    available cpu on a dual cpu machine. The thread remains at 100% even
    after the load is over.
    Here are some data and observations:
    0. I am running WebLogic 7.0.1 on RedHat 7.2 (kernel 2.4.9-31), dual
    cpu. My application consists of a few servlets talking to some 20
    stateless session beans which uses CMP 2.0 entity beans to talk to
    Oracle 9.0.1. We are using the oci jdbc driver.
    1. After the load was over, I used ps and saw that the thread was
    still running. I tracked its parent to the weblogic root process.
    2. I ran top and saw the thread taking up 50% of available cpu
    (sometimes it is 100% of a cpu, but it may also be 60% of cpu1 and 40%
    of cpu2, etc).
    3. I did a full thread dump, all but one thread are weblogic's or the
    jvm's internal threads. My application did have one thread remaining,
    but it is a periodic cleanup thread that wakes up every 30 secs and I
    believe it is benign. I am not able to quickly point out which thread
    is the rogue thread.
    4. Using vmstat, I believe the rogue thread kicked in about 10 minutes
    into the load (but this number varies from load to load, there was one
    that kicked in after an hour). After that point, I saw the number of
    runnable process remained at least one, and the idle cpu never goes
    above 50 (remember it is a dual cpu machine). After I stopped the
    load, the number of runnable process stayed at 1 and the idle cpu
    stayed at 50.
    5. This thread does not always kicked in, sometimes I would be able to
    complete a 24-hour load and did not see the evidence of the thread.
    6. The presence of the thread caused a 30% performance degradation.
    So here is the question, what is this thread and how can I stop it
    from kicking in?
    I have attached a full thread dump and the outputs of top and vmstat.
    I have also searched previous posts and apparently this has been seen
    before by other users of weblogic, but in those threads of discussions
    I never saw a resolution.
    Thanks in advance,
    Chishun Kwong
    =================
    Full thread dump:
    "Thread-11" daemon prio=1 tid=0x9b793138 nid=0xc59 waiting on monitor
    [0xa7153000..0xa7153870]
         at java.lang.Thread.sleep(Native Method)
         at com.mycompany.myapp.SomeCleanupThread.run(SomeCleanupThread.java:234)
    "ListenThread.Default" prio=1 tid=0x9fad0578 nid=0xb58 runnable
    [0xa694f000..0xa694f870]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
         at java.net.ServerSocket.implAccept(ServerSocket.java:238)
         at java.net.ServerSocket.accept(ServerSocket.java:217)
         at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:256)
    "ExecuteThread: '1' for queue: 'JMSStore<null>.ioThreadPool'" daemon
    prio=1 tid=0x9fa0b438 nid=0xb27 waiting on monitor
    [0xa674f000..0xa674f870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'JMSStore<null>.ioThreadPool'" daemon
    prio=1 tid=0x9fa0b2d0 nid=0xb26 waiting on monitor
    [0xa5dec000..0xa5dec870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=1
    tid=0x8527000 nid=0xb21 waiting on monitor [0xa5bec000..0xa5bec870]
         at java.lang.Object.wait(Native Method)
         at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:140)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    "ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=1
    tid=0x83bec38 nid=0xb20 waiting on monitor [0xa37eb000..0xa37eb870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=1
    tid=0x83beae8 nid=0xb1f waiting on monitor [0xa35eb000..0xa35eb870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=1
    tid=0x85198f8 nid=0xb1e waiting on monitor [0xa33eb000..0xa33eb870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=1
    tid=0x85d8368 nid=0xb1d waiting on monitor [0xa31eb000..0xa31eb870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "CoreHealthMonitor" daemon prio=1 tid=0x8138938 nid=0xa97 waiting on
    monitor [0xa2cff000..0xa2cff870]
         at java.lang.Thread.sleep(Native Method)
         at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:114)
    "ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x83be530 nid=0xa96 waiting on monitor [0xa29ff000..0xa29ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x8246120 nid=0xa95 waiting on monitor [0xa27ff000..0xa27ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x834e868 nid=0xa94 waiting on monitor [0xa25ff000..0xa25ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x85813f8 nid=0xa93 waiting on monitor [0xa23ff000..0xa23ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x83be860 nid=0xa92 waiting on monitor [0xa21ff000..0xa21ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x8504748 nid=0xa91 waiting on monitor [0xa1fff000..0xa1fff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x82f2908 nid=0xa90 waiting on monitor [0xa1dff000..0xa1dff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x8396dd0 nid=0xa8f waiting on monitor [0xa1bff000..0xa1bff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x8588b78 nid=0xa8e waiting on monitor [0xa19ff000..0xa19ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x858e000 nid=0xa8d waiting on monitor [0xa17ff000..0xa17ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x844c6b0 nid=0xa8c waiting on monitor [0xa15ff000..0xa15ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x837b8b0 nid=0xa8b waiting on monitor [0xa13ff000..0xa13ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x82158f0 nid=0xa8a waiting on monitor [0xa11ff000..0xa11ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x840a6f8 nid=0xa89 waiting on monitor [0xa0fff000..0xa0fff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=1
    tid=0x8398578 nid=0xa88 waiting on monitor [0xa0dff000..0xa0dff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '2' for queue: 'weblogic.transaction.AsyncQueue'"
    daemon prio=1 tid=0x8222408 nid=0xa87 waiting on monitor
    [0xa0bff000..0xa0bff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: 'weblogic.transaction.AsyncQueue'"
    daemon prio=1 tid=0x847df98 nid=0xa86 waiting on monitor
    [0xa09ff000..0xa09ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'weblogic.transaction.AsyncQueue'"
    daemon prio=1 tid=0x856cd28 nid=0xa85 waiting on monitor
    [0xa07ff000..0xa07ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "Thread-4" prio=1 tid=0x8523528 nid=0xa84 waiting on monitor
    [0xa05ff000..0xa05ff870]
         at java.lang.Object.wait(Native Method)
         at java.util.TimerThread.mainLoop(Timer.java:427)
         at java.util.TimerThread.run(Timer.java:380)
    "ExecuteThread: '1' for queue: 'DRS'" daemon prio=1 tid=0x8582bc0
    nid=0xa83 waiting on monitor [0x9feff000..0x9feff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'DRS'" daemon prio=1 tid=0x85640d8
    nid=0xa82 waiting on monitor [0x9fcff000..0x9fcff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "VDE Transaction Processor Thread" prio=1 tid=0xa021c060 nid=0xa53
    waiting on monitor [0x9f9ff000..0x9f9ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:306)
         at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:192)
    "ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030f218 nid=0xa52 waiting on monitor
    [0x9f7ff000..0x9f7ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '8' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030e7d0 nid=0xa51 waiting on monitor
    [0x9f5ff000..0x9f5ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '7' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030dd88 nid=0xa50 waiting on monitor
    [0x9f3ff000..0x9f3ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '6' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030d340 nid=0xa4f waiting on monitor
    [0x9f1ff000..0x9f1ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '5' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030c8f8 nid=0xa4e waiting on monitor
    [0x9edff000..0x9edff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '4' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030beb0 nid=0xa4d waiting on monitor
    [0x9ebff000..0x9ebff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '3' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030b468 nid=0xa4c waiting on monitor
    [0x9e9ff000..0x9e9ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '2' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa030aa20 nid=0xa4b waiting on monitor
    [0x9e7ff000..0x9e7ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa0309fd8 nid=0xa4a waiting on monitor
    [0x9e5ff000..0x9e5ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon
    prio=1 tid=0xa0309990 nid=0xa49 waiting on monitor
    [0x9e3ff000..0x9e3ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon
    prio=1 tid=0xa0309748 nid=0xa48 waiting on monitor
    [0x9e1ff000..0x9e1ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon
    prio=1 tid=0xa0309530 nid=0xa47 waiting on monitor
    [0x9dfff000..0x9dfff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "TimeEventGenerator" daemon prio=1 tid=0x9ef68d50 nid=0xa46 waiting on
    monitor [0x9ddff000..0x9ddff870]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
         at java.lang.Thread.run(Thread.java:479)
    "ExecuteThread: '1' for queue: '_weblogic_dgc_queue'" daemon prio=1
    tid=0x9b77b5e0 nid=0xa45 waiting on monitor [0x9dbff000..0x9dbff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: '_weblogic_dgc_queue'" daemon prio=1
    tid=0x9b77b3c8 nid=0xa44 waiting on monitor [0x9d9ff000..0x9d9ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "HighPriority TimeEventGenerator" daemon prio=1 tid=0x9b77b1d8
    nid=0xa43 waiting on monitor [0x9d7ff000..0x9d7ff870]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
         at java.lang.Thread.run(Thread.java:479)
    "SpinnerRandomSource" daemon prio=1 tid=0x9bfc1e48 nid=0xa41 waiting
    on monitor [0x9d5ff000..0x9d5ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
         at java.lang.Thread.run(Thread.java:479)
    "ExecuteThread: '6' for queue: 'default'" daemon prio=1 tid=0x9ef45218
    nid=0xa40 waiting for monitor entry [0x9d3ff000..0x9d3ff870]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    "ExecuteThread: '5' for queue: 'default'" daemon prio=1 tid=0x9ef460f8
    nid=0xa3f runnable [0x9d1ff000..0x9d1ff870]
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:612)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    "ExecuteThread: '4' for queue: 'default'" daemon prio=1 tid=0x9ef64588
    nid=0xa3e waiting for monitor entry [0x9cfff000..0x9cfff870]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    "ExecuteThread: '3' for queue: 'default'" daemon prio=1 tid=0x9ef69070
    nid=0xa3d waiting on monitor [0x9cdff000..0x9cdff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '2' for queue: 'default'" daemon prio=1 tid=0x9ef6abb8
    nid=0xa3c waiting on monitor [0x9cbff000..0x9cbff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: 'default'" daemon prio=1 tid=0x9ef6a5d8
    nid=0xa3b waiting on monitor [0x9c9ff000..0x9c9ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'default'" daemon prio=1 tid=0x9ef69be8
    nid=0xa3a waiting on monitor [0x9c7ff000..0x9c7ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '1' for queue: 'lookup_servlet'" daemon prio=1
    tid=0x9ef699f8 nid=0xa39 waiting on monitor [0x9c5ff000..0x9c5ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread: '0' for queue: 'lookup_servlet'" daemon prio=1
    tid=0x9b705c18 nid=0xa38 waiting on monitor [0x9c3ff000..0x9c3ff870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "Thread-0" daemon prio=1 tid=0x9effaea8 nid=0xa34 waiting on monitor
    [0x9c1ff000..0x9c1ff870]
         at java.lang.Thread.sleep(Native Method)
         at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:1660)
         at java.lang.Thread.run(Thread.java:479)
    "Signal Dispatcher" daemon prio=1 tid=0x80be850 nid=0x9fe waiting on
    monitor [0..0]
    "Finalizer" daemon prio=1 tid=0x80b69e8 nid=0x9fb waiting on monitor
    [0x983ae000..0x983ae870]
         at java.lang.Object.wait(Native Method)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:103)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:157)
    "Reference Handler" daemon prio=1 tid=0x80b6618 nid=0x9fa waiting on
    monitor [0x981ae000..0x981ae870]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:105)
    "main" prio=1 tid=0x804f3d0 nid=0x9e0 waiting on monitor
    [0xbfffb000..0xbfffb8b4]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:415)
         at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1042)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:313)
         at weblogic.Server.main(Server.java:32)
    "VM Thread" prio=1 tid=0x80b3d68 nid=0x9f9 runnable
    "VM Periodic Task Thread" prio=1 tid=0x80bd4a0 nid=0x9fc waiting on
    monitor
    "Suspend Checker Thread" prio=1 tid=0x80bde78 nid=0x9fd runnable
    ==============
    Output of top:
    11:17am up 20:14, 2 users, load average: 1.16, 1.28, 1.50
    185 processes: 183 sleeping, 2 running, 0 zombie, 0 stopped
    CPU0 states: 0.1% user, 65.1% system, 0.0% nice, 34.0% idle
    CPU1 states: 100.0% user, 0.0% system, 0.0% nice, 0.0% idle
    Mem: 2316784K av, 2306924K used, 9860K free, 72K shrd,
    90844K buff
    Swap: 2097112K av, 0K used, 2097112K free
    1178236K cached
    PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME
    COMMAND
    2560 root 14 0 943M 943M 42492 R 99.9 41.7 1155m java
    30119 wf 11 0 1288 1284 832 R 66.0 0.0 0:03 top
    1 root 8 0 520 520 452 S 0.0 0.0 0:04 init
    2 root 9 0 0 0 0 SW 0.0 0.0 0:00
    keventd
    ===========================================================
    Output of vmstat (when I believe the rogue thread started):
    procs memory swap io system
    cpu
    r b w swpd free buff cache si so bi bo in cs
    us sy id
    0 0 0 0 1556812 15476 274440 0 0 0 212 445 845
    17 1 82
    0 0 0 0 1556780 15476 274476 0 0 0 0 400 667
    6 0 93
    0 0 0 0 1556736 15476 274484 0 0 0 0 175 361
    1 1 98
    4 0 1 0 1554032 15480 274564 0 0 0 94 651 2769
    25 3 72
    1 0 0 0 1553936 15480 274672 0 0 0 0 826 3072
    33 4 63
    0 0 0 0 1553804 15484 274772 0 0 0 208 836 1898
    25 4 72
    0 0 0 0 1553764 15484 274816 0 0 0 0 424 1510
    8 1 91
    4 0 0 0 1553564 15484 275144 0 0 0 0 1479 7049
    64 10 26
    4 0 2 0 1553484 15496 275464 0 0 0 342 1471 8538
    57 7 36
    1 0 0 0 1553368 15496 275632 0 0 0 0 940 3199
    55 5 40
    1 0 0 0 1553308 15496 275720 0 0 0 316 580 1437
    63 3 34
    1 0 0 0 1553304 15496 275776 0 0 0 0 606 1108
    71 1 28
    1 0 0 0 1553288 15496 275912 0 0 0 0 683 1740
    68 3 29
    2 0 1 0 1543236 15500 275980 0 0 0 180 383 3191
    66 2 33

    "laxman" <[email protected]> wrote in message
    news:[email protected]...
    |
    | I have had the exact same problem! It took us a long time to find the
    resolution.
    | I had a BEA engineer and a SUN engineer on site and finally we discovered
    it
    | to be a problem with the SUN JVM JDK1.3.1
    |
    | The BEA contact who resolved this for us is Richard Wallace.
    |
    | -- Laxman
    |
    |
    | Rob Woollen <[email protected]> wrote:
    | >Interesting. I think we'll need even more information to know for sure
    | >
    | >what's going on here. WLS (almost) never creates threads after it
    | >starts. However, it does fork a process to compile JSPs. I'm
    | >suspicious this could be a spinning javac process. If you cat
    | >/proc/<pid>/cmdline then we should be able to tell whether it's a server
    | >
    | >thread or a javac process.
    | >
    | >Does your app start any threads or processes? The thread dump you
    | >showed appeared to be idle.
    | >
    | >-- Rob
    | >
    | >Chishun Kwong wrote:
    | >> Hello,
    | >>
    | >> My application is a servlet/EJB/Oracle application running on
    | >> WebLogic.
    | >> During stress test, I am seeing a java thread that is taking up 50%
    | >of
    | >> available cpu on a dual cpu machine. The thread remains at 100% even
    | >> after the load is over.
    | >> Here are some data and observations:
    | >>
    | >> 0. I am running WebLogic 7.0.1 on RedHat 7.2 (kernel 2.4.9-31), dual
    | >> cpu. My application consists of a few servlets talking to some 20
    | >> stateless session beans which uses CMP 2.0 entity beans to talk to
    | >> Oracle 9.0.1. We are using the oci jdbc driver.
    | >>
    | >> 1. After the load was over, I used ps and saw that the thread was
    | >> still running. I tracked its parent to the weblogic root process.
    | >>
    | >> 2. I ran top and saw the thread taking up 50% of available cpu
    | >> (sometimes it is 100% of a cpu, but it may also be 60% of cpu1 and
    | >40%
    | >> of cpu2, etc).
    | >>
    | >> 3. I did a full thread dump, all but one thread are weblogic's or the
    | >> jvm's internal threads. My application did have one thread remaining,
    | >> but it is a periodic cleanup thread that wakes up every 30 secs and
    | >I
    | >> believe it is benign. I am not able to quickly point out which thread
    | >> is the rogue thread.
    | >>
    | >> 4. Using vmstat, I believe the rogue thread kicked in about 10 minutes
    | >> into the load (but this number varies from load to load, there was
    | >one
    | >> that kicked in after an hour). After that point, I saw the number of
    | >> runnable process remained at least one, and the idle cpu never goes
    | >> above 50 (remember it is a dual cpu machine). After I stopped the
    | >> load, the number of runnable process stayed at 1 and the idle cpu
    | >> stayed at 50.
    | >>
    | >> 5. This thread does not always kicked in, sometimes I would be able
    | >to
    | >> complete a 24-hour load and did not see the evidence of the thread.
    | >>
    | >> 6. The presence of the thread caused a 30% performance degradation.
    | >>
    | >> So here is the question, what is this thread and how can I stop it
    | >> from kicking in?
    | >>
    | >> I have attached a full thread dump and the outputs of top and vmstat.
    | >> I have also searched previous posts and apparently this has been seen
    | >> before by other users of weblogic, but in those threads of discussions
    | >> I never saw a resolution.
    | >>
    | >> Thanks in advance,
    | >> Chishun Kwong
    | >>
    | >> =================
    | >>
    | >> Full thread dump:
    | >>
    | >> "Thread-11" daemon prio=1 tid=0x9b793138 nid=0xc59 waiting on monitor
    | >> [0xa7153000..0xa7153870]
    | >> at java.lang.Thread.sleep(Native Method)
    | >> at
    com.mycompany.myapp.SomeCleanupThread.run(SomeCleanupThread.java:234)
    | >>
    | >> "ListenThread.Default" prio=1 tid=0x9fad0578 nid=0xb58 runnable
    | >> [0xa694f000..0xa694f870]
    | >> at java.net.PlainSocketImpl.socketAccept(Native Method)
    | >> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
    | >> at java.net.ServerSocket.implAccept(ServerSocket.java:238)
    | >> at java.net.ServerSocket.accept(ServerSocket.java:217)
    | >> at
    weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
    | >> at weblogic.t3.srvr.ListenThread.run(ListenThread.java:256)
    | >>
    | >> "ExecuteThread: '1' for queue: 'JMSStore<null>.ioThreadPool'" daemon
    | >> prio=1 tid=0x9fa0b438 nid=0xb27 waiting on monitor
    | >> [0xa674f000..0xa674f870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'JMSStore<null>.ioThreadPool'" daemon
    | >> prio=1 tid=0x9fa0b2d0 nid=0xb26 waiting on monitor
    | >> [0xa5dec000..0xa5dec870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=1
    | >> tid=0x8527000 nid=0xb21 waiting on monitor [0xa5bec000..0xa5bec870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:140)
    | >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    | >>
    | >> "ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=1
    | >> tid=0x83bec38 nid=0xb20 waiting on monitor [0xa37eb000..0xa37eb870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=1
    | >> tid=0x83beae8 nid=0xb1f waiting on monitor [0xa35eb000..0xa35eb870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=1
    | >> tid=0x85198f8 nid=0xb1e waiting on monitor [0xa33eb000..0xa33eb870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=1
    | >> tid=0x85d8368 nid=0xb1d waiting on monitor [0xa31eb000..0xa31eb870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "CoreHealthMonitor" daemon prio=1 tid=0x8138938 nid=0xa97 waiting on
    | >> monitor [0xa2cff000..0xa2cff870]
    | >> at java.lang.Thread.sleep(Native Method)
    | >> at
    weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:11
    4)
    | >>
    | >> "ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x83be530 nid=0xa96 waiting on monitor [0xa29ff000..0xa29ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x8246120 nid=0xa95 waiting on monitor [0xa27ff000..0xa27ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x834e868 nid=0xa94 waiting on monitor [0xa25ff000..0xa25ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x85813f8 nid=0xa93 waiting on monitor [0xa23ff000..0xa23ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x83be860 nid=0xa92 waiting on monitor [0xa21ff000..0xa21ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x8504748 nid=0xa91 waiting on monitor [0xa1fff000..0xa1fff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x82f2908 nid=0xa90 waiting on monitor [0xa1dff000..0xa1dff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x8396dd0 nid=0xa8f waiting on monitor [0xa1bff000..0xa1bff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x8588b78 nid=0xa8e waiting on monitor [0xa19ff000..0xa19ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x858e000 nid=0xa8d waiting on monitor [0xa17ff000..0xa17ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x844c6b0 nid=0xa8c waiting on monitor [0xa15ff000..0xa15ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x837b8b0 nid=0xa8b waiting on monitor [0xa13ff000..0xa13ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x82158f0 nid=0xa8a waiting on monitor [0xa11ff000..0xa11ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x840a6f8 nid=0xa89 waiting on monitor [0xa0fff000..0xa0fff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=1
    | >> tid=0x8398578 nid=0xa88 waiting on monitor [0xa0dff000..0xa0dff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '2' for queue: 'weblogic.transaction.AsyncQueue'"
    | >> daemon prio=1 tid=0x8222408 nid=0xa87 waiting on monitor
    | >> [0xa0bff000..0xa0bff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: 'weblogic.transaction.AsyncQueue'"
    | >> daemon prio=1 tid=0x847df98 nid=0xa86 waiting on monitor
    | >> [0xa09ff000..0xa09ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'weblogic.transaction.AsyncQueue'"
    | >> daemon prio=1 tid=0x856cd28 nid=0xa85 waiting on monitor
    | >> [0xa07ff000..0xa07ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "Thread-4" prio=1 tid=0x8523528 nid=0xa84 waiting on monitor
    | >> [0xa05ff000..0xa05ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.util.TimerThread.mainLoop(Timer.java:427)
    | >> at java.util.TimerThread.run(Timer.java:380)
    | >>
    | >> "ExecuteThread: '1' for queue: 'DRS'" daemon prio=1 tid=0x8582bc0
    | >> nid=0xa83 waiting on monitor [0x9feff000..0x9feff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'DRS'" daemon prio=1 tid=0x85640d8
    | >> nid=0xa82 waiting on monitor [0x9fcff000..0x9fcff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "VDE Transaction Processor Thread" prio=1 tid=0xa021c060 nid=0xa53
    | >> waiting on monitor [0x9f9ff000..0x9f9ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at
    com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(Transac
    tionProcessor.java:306)
    | >> at
    com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionPro
    cessor.java:192)
    | >>
    | >> "ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030f218 nid=0xa52 waiting on monitor
    | >> [0x9f7ff000..0x9f7ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '8' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030e7d0 nid=0xa51 waiting on monitor
    | >> [0x9f5ff000..0x9f5ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '7' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030dd88 nid=0xa50 waiting on monitor
    | >> [0x9f3ff000..0x9f3ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '6' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030d340 nid=0xa4f waiting on monitor
    | >> [0x9f1ff000..0x9f1ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '5' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030c8f8 nid=0xa4e waiting on monitor
    | >> [0x9edff000..0x9edff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '4' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030beb0 nid=0xa4d waiting on monitor
    | >> [0x9ebff000..0x9ebff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '3' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030b468 nid=0xa4c waiting on monitor
    | >> [0x9e9ff000..0x9e9ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '2' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa030aa20 nid=0xa4b waiting on monitor
    | >> [0x9e7ff000..0x9e7ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa0309fd8 nid=0xa4a waiting on monitor
    | >> [0x9e5ff000..0x9e5ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon
    | >> prio=1 tid=0xa0309990 nid=0xa49 waiting on monitor
    | >> [0x9e3ff000..0x9e3ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon
    | >> prio=1 tid=0xa0309748 nid=0xa48 waiting on monitor
    | >> [0x9e1ff000..0x9e1ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon
    | >> prio=1 tid=0xa0309530 nid=0xa47 waiting on monitor
    | >> [0x9dfff000..0x9dfff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "TimeEventGenerator" daemon prio=1 tid=0x9ef68d50 nid=0xa46 waiting
    | >on
    | >> monitor [0x9ddff000..0x9ddff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
    | >> at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :139)
    | >> at java.lang.Thread.run(Thread.java:479)
    | >>
    | >> "ExecuteThread: '1' for queue: '_weblogic_dgc_queue'" daemon prio=1
    | >> tid=0x9b77b5e0 nid=0xa45 waiting on monitor [0x9dbff000..0x9dbff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: '_weblogic_dgc_queue'" daemon prio=1
    | >> tid=0x9b77b3c8 nid=0xa44 waiting on monitor [0x9d9ff000..0x9d9ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "HighPriority TimeEventGenerator" daemon prio=1 tid=0x9b77b1d8
    | >> nid=0xa43 waiting on monitor [0x9d7ff000..0x9d7ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
    | >> at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :139)
    | >> at java.lang.Thread.run(Thread.java:479)
    | >>
    | >> "SpinnerRandomSource" daemon prio=1 tid=0x9bfc1e48 nid=0xa41 waiting
    | >> on monitor [0x9d5ff000..0x9d5ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at
    weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:6
    0)
    | >> at java.lang.Thread.run(Thread.java:479)
    | >>
    | >> "ExecuteThread: '6' for queue: 'default'" daemon prio=1 tid=0x9ef45218
    | >> nid=0xa40 waiting for monitor entry [0x9d3ff000..0x9d3ff870]
    | >> at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
    | >> at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    | >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    | >>
    | >> "ExecuteThread: '5' for queue: 'default'" daemon prio=1 tid=0x9ef460f8
    | >> nid=0xa3f runnable [0x9d1ff000..0x9d1ff870]
    | >> at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    | >> at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:612)
    | >> at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    | >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    | >>
    | >> "ExecuteThread: '4' for queue: 'default'" daemon prio=1 tid=0x9ef64588
    | >> nid=0xa3e waiting for monitor entry [0x9cfff000..0x9cfff870]
    | >> at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
    | >> at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    | >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    | >>
    | >> "ExecuteThread: '3' for queue: 'default'" daemon prio=1 tid=0x9ef69070
    | >> nid=0xa3d waiting on monitor [0x9cdff000..0x9cdff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '2' for queue: 'default'" daemon prio=1 tid=0x9ef6abb8
    | >> nid=0xa3c waiting on monitor [0x9cbff000..0x9cbff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: 'default'" daemon prio=1 tid=0x9ef6a5d8
    | >> nid=0xa3b waiting on monitor [0x9c9ff000..0x9c9ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'default'" daemon prio=1 tid=0x9ef69be8
    | >> nid=0xa3a waiting on monitor [0x9c7ff000..0x9c7ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '1' for queue: 'lookup_servlet'" daemon prio=1
    | >> tid=0x9ef699f8 nid=0xa39 waiting on monitor [0x9c5ff000..0x9c5ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "ExecuteThread: '0' for queue: 'lookup_servlet'" daemon prio=1
    | >> tid=0x9b705c18 nid=0xa38 waiting on monitor [0x9c3ff000..0x9c3ff870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
    | >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    | >>
    | >> "Thread-0" daemon prio=1 tid=0x9effaea8 nid=0xa34 waiting on monitor
    | >> [0x9c1ff000..0x9c1ff870]
    | >> at java.lang.Thread.sleep(Native Method)
    | >> at
    weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
    rImpl.java:1660)
    | >> at java.lang.Thread.run(Thread.java:479)
    | >>
    | >> "Signal Dispatcher" daemon prio=1 tid=0x80be850 nid=0x9fe waiting on
    | >> monitor [0..0]
    | >>
    | >> "Finalizer" daemon prio=1 tid=0x80b69e8 nid=0x9fb waiting on monitor
    | >> [0x983ae000..0x983ae870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:103)
    | >> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
    | >> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:157)
    | >>
    | >> "Reference Handler" daemon prio=1 tid=0x80b6618 nid=0x9fa waiting on
    | >> monitor [0x981ae000..0x981ae870]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:105)
    | >>
    | >> "main" prio=1 tid=0x804f3d0 nid=0x9e0 waiting on monitor
    | >> [0xbfffb000..0xbfffb8b4]
    | >> at java.lang.Object.wait(Native Method)
    | >> at java.lang.Object.wait(Object.java:415)
    | >> at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1042)
    | >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:313)
    | >> at weblogic.Server.main(Server.java:32)
    | >>
    | >> "VM Thread" prio=1 tid=0x80b3d68 nid=0x9f9 runnable
    | >>
    | >> "VM Periodic Task Thread" prio=1 tid=0x80bd4a0 nid=0x9fc waiting on
    | >> monitor
    | >> "Suspend Checker Thread" prio=1 tid=0x80bde78 nid=0x9fd runnable
    | >>
    | >> ==============
    | >>
    | >> Output of top:
    | >>
    | >> 11:17am up 20:14, 2 users, load average: 1.16, 1.28, 1.50
    | >> 185 processes: 183 sleeping, 2 running, 0 zombie, 0 stopped
    | >> CPU0 states: 0.1% user, 65.1% system, 0.0% nice, 34.0% idle
    | >> CPU1 states: 100.0% user, 0.0% system, 0.0% nice, 0.0% idle
    | >> Mem: 2316784K av, 2306924K used, 9860K free, 72K shrd,
    | >
    | >> 90844K buff
    | >> Swap: 2097112K av, 0K used, 2097112K free
    | >> 1178236K cached
    | >>
    | >> PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME
    | >> COMMAND
    | >> 2560 root 14 0 943M 943M 42492 R 99.9 41.7 1155m java
    | >> 30119 wf 11 0 1288 1284 832 R 66.0 0.0 0:03 top
    | >> 1 root 8 0 520 520 452 S 0.0 0.0 0:04 init
    | >> 2 root 9 0 0 0 0 SW 0.0 0.0 0:00
    | >> keventd
    | >>
    | >> ===========================================================
    | >>
    | >> Output of vmstat (when I believe the rogue thread started):
    | >>
    | >> procs memory swap io system
    | >
    | >> cpu
    | >> r b w swpd free buff cache si so bi bo in cs
    | >
    | >> us sy id
    | >> 0 0 0 0 1556812 15476 274440 0 0 0 212 445 845
    | >
    | >> 17 1 82
    | >> 0 0 0 0 1556780 15476 274476 0 0 0 0 400 667
    | >
    | >> 6 0 93
    | >> 0 0 0 0 1556736 15476 274484 0 0 0 0 175 361
    | >
    | >> 1 1 98
    | >> 4 0 1 0 1554032 15480 274564 0 0 0 94 651 2769
    | >
    | >> 25 3 72
    | >> 1 0 0 0 1553936 15480 274672 0 0 0 0 826 3072
    | >
    | >> 33 4 63
    | >> 0 0 0 0 1553804 15484 274772 0 0 0 208 836 1898
    | >
    | >> 25 4 72
    | >> 0 0 0 0 1553764 15484 274816 0 0 0 0 424 1510
    | >
    | >> 8 1 91
    | >> 4 0 0 0 1553564 15484 275144 0 0 0 0 1479 7049
    | >
    | >> 64 10 26
    | >> 4 0 2 0 1553484 15496 275464 0 0 0 342 1471 8538
    | >
    | >> 57 7 36
    | >> 1 0 0 0 1553368 15496 275632 0 0 0 0 940 3199
    | >
    | >> 55 5 40
    | >> 1 0 0 0 1553308 15496 275720 0 0 0 316 580 1437
    | >
    | >> 63 3 34
    | >> 1 0 0 0 1553304 15496 275776 0 0 0 0 606 1108
    | >
    | >> 71 1 28
    | >> 1 0 0 0 1553288 15496 275912 0 0 0 0 683 1740
    | >
    | >> 68 3 29
    | >> 2 0 1 0 1543236 15500 275980 0 0 0 180 383 3191
    | >
    | >> 66 2 33
    | >
    |
    |
    Is this specific to a version of the 1.3.1 JVM? (1.3.1_x)?
    k

  • HT1925 I cannot uninstall Bonjour and Quicktime so I can do a complete reinstall of iTunes.  I get an error message stating that both are older versions and to contact technical support.  I am running Windows XP Professional Service Pack 3.

    I am trying to update iTunes on my desktop (running Windows XP Professional Service Pack 3) and I continue to receive an error message stating that the update cannot continue because Bonjour and Quicktime are older versions and to contact technical support.  I have tried repairing both and tried to uninstall iTunes and all of it's componants and still receive the same message.  Any help getting this issue resolved as soon as possible will be much appreciated.   

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    Next, select any QuickTime entries and click "Remove", as per the following screenshot: 
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • 'Not running in a hosted service or the Development Fabric' exception on deployed Worker role

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?
    Hi,
    I have tested this situation in Windows Azure platform and i can not reproduce your exception message, my test code in follwoing MSDN samples and i deploy it in Production status.
    The MSDN article (include Appdomain code snippets)
    http://msdn.microsoft.com/en-us/library/system.appdomain.aspx .
    Base on my understand, the "Not running in a hosted service or the Development Fabric" error message occur when Azure Emulator or Azure development fabirc, because you create a new appdomain in WorkRole, and it may cause permission errors, a similar
    posts by my research:
    https://social.msdn.microsoft.com/Forums/en-US/windowsazuretroubleshooting/thread/50987285-58ac-484e-b604-725fe01a3325
    If you still have some problems, please inform me. Thank you.
    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact
    [email protected]
    Microsoft One Code Framework

  • Error message when run the Cisco CRS Serviceability Utility on UCCX 4.5 server

    Hi,
       Everytime i run the Cisco CRS Serviceability Utility from the UCCX server, this message always appear "Error reading System Parameters" before the interface appear.
       After that, when i click the "System Parameters" tab and there were no any information displayed.
      So, i would like to know if there were any way could fix this problem.
      Thanks for any suggestion.
    B.rgds,
    Tong

    Tong,
    The description that you are ginving us sounds preaty much like this bug : CSCsi25913
    This is the link with the informatio:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?caller=pluginredirector&method=fetchBugDetails&bugId=CSCsi25913
    HTH
    Please rate this post if was helpful
    Walter Solano
    CCNA Voice
    Cisco UCCX Specialist

Maybe you are looking for