Configuring weblogic server to start automatically

Hi, I have installed oracle weblogic server 11g, jdk/jre 7 and forms & reports 11g. i have successfully installed all softwares. I configured forms and reports domain and weblogic domain. I would like to have weblogic start automatically when i login in to comp/server. Right now i have to click on the start admin server for weblogic server domain button in domain folder and the stop admin server button. I also have to type in the username and password into the cmd promt when i click the start and stop admin server buttons.
How can i have the forms and reporst weblogic server start automatically?
how can i get past not having to enter in username and password each time it starts up and stops? (this is entering the username and password before you get to the weblogic console login screen)

i configured it as a windows service. i followed the instructions from the link you provided and when i finished i named the file "startweblogic.cmd." I put the file in the "WL_HOME\server\bin" directory which also has the installsvc.cmd file in and ran it as administrator.
tHIS IS A COPY OF WHAT WAS DISPLAYED:
C:\Windows\system32>echo off
C:\Windows\system32>set CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\defa
ult\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\pr
ofiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~
1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Or
acle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\feat
ures\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\l
ib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Orac
le\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
* To start WebLogic Server, use the password *
* assigned to the system user. The system *
* username and password must also be used to *
* access the WebLogic Server console from a web *
* browser. *
C:\Windows\system32>rem *** Set Command Line for service to execute within creat
ed JVM
C:\Windows\system32>set CMDLINE="-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -
XX:+UseSpinning -Dweblogic.management.server=http://hidden:hidden -Dweblo
gic.Stdout="D:\TEMP\Svr_Logs\stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\std
err.log" -Xverify:none -classpath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\de
fault\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\
profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK1
7~1.0\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\fe
atures\weblogic.server.modules_10.3.6.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:\Or
acle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=hidden -Dweblogic.management.username=hidden -Dweblogic.management.server
=\"http://hidden:hidden\" -Dweblogic.ProductionModeEnabled= -Djava.securi
ty.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.
Server"
C:\Windows\system32>goto finish
C:\Windows\system32>rem *** Set up extrapath for win32 and win64 platform separa
tely
C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\J
ava\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~1
.3\server\native\win\32\oci920_8
C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
~1.3\server\native\win\64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
1.3\server\native\win\64\oci920_8
C:\Windows\system32>if "true" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~
1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
1.3\server\native\win\x64\oci920_8
C:\Windows\system32>rem *** Install the service
C:\Windows\system32>"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\beasvc" -install -
svcname:"beasvc Hidden_hidden" -javahome:"C:\PROGRA~1\Java\JDK17~1.
0" -execdir:"C:\Oracle\Middleware\user_projects\domains\hidden\config"
-maxconnectretries:"3" -host:"hidden" -port:"hidden" -extrapath:"C:\Oracle\M
IDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\b
in;C:\PROGRA~1\Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\M
IDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8" -password:"hidden" -cmdl
ine:"-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dweblogic.m
anagement.server=http://HIDDEN:HIDDEN -Dweblogic.Stdout="D:\TEMP\Svr_Logs
\stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\stderr.log" -Xverify:none -clas
spath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath
\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifes
t_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0\lib\tools.jar;C:\Oracl
e\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\s
erver\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modul
es_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Orac
le\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA
~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=HIDDEN -Dweblogic.managem
ent.username=HIDDEN-Dweblogic.management.server=\"http://HIDDEN:HIDDEN\" -Dweblogic.ProductionModeEnabled= -Djava.security.policy=\"C:\Oracle\MIDDLE
~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.Server"
CreateService failed - The specified service already exists. (0x431)
C:\Windows\system32>ENDLOCAL
C:\Windows\system32>pause
Press any key to continue . . .
Edited by: 975620 on Apr 3, 2013 11:31 AM
Edited by: 975620 on Apr 3, 2013 11:32 AM

Similar Messages

  • WebLogic Server shutting down Automatically

    The WebLogic Server is shutting down automatically after few hrs(7-8) with the following message:
    <*Dec 1, 2008 11:45:08 AM EST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>*
    *<Dec 1, 2008 11:45:08 AM EST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>*
    *<Dec 1, 2008 11:45:08 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>*
    *<Dec 1, 2008 11:45:08 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>*
    *<Dec 1, 2008 11:45:08 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>*
    *<Dec 1, 2008 11:45:08 AM EST> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 127.0.0.1:9401 was shutdown.>*
    *<Dec 1, 2008 11:45:08 AM EST> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 10.167.19.113:9401 was shutdown.>*
    *(preStop) Beginning PegaRULES shutdown...*
    What might be wrong..Please help
    We are using WebLogic9.2

    There is nothing significant in the log ..no exceptions/warnings.We are starting the weblogic on UNIX remote machine and logging is done to nohup.out.Below is the startWebLogic.sh
    Also,The server is not shutting when I logout from telnet session after executing the start script.
    *#!/bin/sh*
    *# WARNING: This file is created by the Configuration Wizard.*
    *# Any changes to this script may be lost when adding extensions to this configuration.*
    *# --- Start Functions ---*
    stopAll()
    *     # We separate the stop commands into a function so we are able to use the trap command in Unix (calling a function) to stop these services*
    *     if [ "X${ALREADY_STOPPED}" != "X" ] ; then*
    *          exit*
    *     fi*
    *     # STOP POINTBASE (only if we started it)*
    *     if [ "${POINTBASE_FLAG}" = "true" ] ; then*
    *          echo "Stopping PointBase server..."*
    *          ${WL_HOME}/common/bin/stopPointBase.sh -port=${POINTBASE_PORT} -name=${POINTBASE_DBNAME} >"${DOMAIN_HOME}/pointbaseShutdown.log" 2>&1*
    *          echo "PointBase server stopped."*
    *     fi*
    *     ALREADY_STOPPED="true"*
    *     # Restore IP configuration the node manager starts IP Migration*
    *     if [ "${SERVER_IP}" != "" ] ; then*
    *          ${WL_HOME}/common/bin/wlsifconfig.sh -removeif "${IFNAME}" "${SERVER_IP}"*
    *     fi*
    *# --- End Functions ---*
    *# This script is used to start WebLogic Server for this domain.*
    *# To create your own start script for your domain, you can initialize the*
    *# environment by calling @USERDOMAINHOME/setDomainEnv.*
    *# setDomainEnv initializes or calls commEnv to initialize the following variables:*
    *# BEA_HOME - The BEA home directory of your WebLogic installation.*
    *# JAVA_HOME - Location of the version of Java used to start WebLogic*
    *# Server.*
    *# JAVA_VENDOR - Vendor of the JVM (i.e. BEA, HP, IBM, Sun, etc.)*
    *# PATH - JDK and WebLogic directories are added to system path.*
    *# WEBLOGIC_CLASSPATH*
    *# - Classpath needed to start WebLogic Server.*
    *# PATCH_CLASSPATH - Classpath used for patches*
    *# PATCH_LIBPATH - Library path used for patches*
    *# PATCH_PATH - Path used for patches*
    *# WEBLOGIC_EXTENSION_DIRS - Extension dirs for WebLogic classpath patch*
    *# JAVA_VM - The java arg specifying the VM to run. (i.e.*
    *# - server, -hotspot, etc.)*
    *# USER_MEM_ARGS - The variable to override the standard memory arguments*
    *# passed to java.*
    *# PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.*
    *# POINTBASE_HOME - Point Base home directory.*
    *# POINTBASE_CLASSPATH*
    *# - Classpath needed to start PointBase.*
    *# Other variables used in this script include:*
    *# SERVER_NAME - Name of the weblogic server.*
    *# JAVA_OPTIONS - Java command-line options for running the server. (These*
    *# will be tagged on to the end of the JAVA_VM and*
    *# MEM_ARGS)*
    *# For additional information, refer to the WebLogic Server Administration*
    *# Console Online Help(http://e-docs.bea.com/wls/docs92/ConsoleHelp/startstop.html).*
    *# Call setDomainEnv here.*
    *DOMAIN_HOME="/apps/bea/user_projects/domains/SAM1"*
    *. ${DOMAIN_HOME}/bin/setDomainEnv.sh $**
    *SAVE_JAVA_OPTIONS="${JAVA_OPTIONS}"*
    *SAVE_CLASSPATH="${CLASSPATH}"*
    *# Start PointBase*
    *PB_DEBUG_LEVEL="0"*
    *if [ "${POINTBASE_FLAG}" = "true" ] ; then*
    *     ${WL_HOME}/common/bin/startPointBase.sh -port=${POINTBASE_PORT} -debug=${PB_DEBUG_LEVEL} -console=false -background=true -ini=${DOMAIN_HOME}/pointbase.ini >"${DOMAIN_HOME}/pointbase.log" 2>&1*
    fi
    *JAVA_OPTIONS="${SAVE_JAVA_OPTIONS}"*
    *SAVE_JAVA_OPTIONS=""*
    *CLASSPATH="${SAVE_CLASSPATH}"*
    *SAVE_CLASSPATH=""*
    *trap 'stopAll' 1 2 3 15*
    *if [ "${PRODUCTION_MODE}" = "true" ] ; then*
    *     WLS_DISPLAY_MODE="Production"*
    else
    *     WLS_DISPLAY_MODE="Development"*
    fi
    *if [ "${WLS_USER}" != "" ] ; then*
    *     JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.username=${WLS_USER}"*
    *fi*
    *if [ "${WLS_PW}" != "" ] ; then*
    *     JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.password=${WLS_PW}"*
    fi
    *CLASSPATH="${CLASSPATH}${CLASSPATHSEP}${MEDREC_WEBLOGIC_CLASSPATH}"*
    *echo "."*
    *echo "."*
    *echo "JAVA Memory arguments: ${MEM_ARGS}"*
    *echo "."*
    *echo "WLS Start Mode=${WLS_DISPLAY_MODE}"*
    *echo "."*
    *echo "CLASSPATH=${CLASSPATH}"*
    *echo "."*
    *echo "PATH=${PATH}"*
    *echo "."*
    *echo "***************************************************"*
    *echo "* To start WebLogic Server, use a username and *"*
    *echo "* password assigned to an admin-level user. For *"*
    *echo "* server administration, use the WebLogic Server *"*
    *echo "* console at http://hostname:port/console *"*
    *echo "***************************************************"*
    *# Set up IP Migration related variables.*
    *# Set interface name.*
    *if [ "${Interface}" != "" ] ; then*
    *     IFNAME="${Interface}"*
    else
    *     IFNAME=""*
    fi
    *# Set IP Mask.*
    *if [ "${NetMask}" != "" ] ; then*
    *     IPMASK="${NetMask}"*
    *else*
    *     IPMASK=""*
    *fi*
    *# Perform IP Migration if SERVER_IP is set by node manager.*
    *if [ "${SERVER_IP}" != "" ] ; then*
    *     ${WL_HOME}/common/bin/wlsifconfig.sh -addif "${IFNAME}" "${SERVER_IP}" "${IPMASK}"*
    fi
    *# START WEBLOGIC*
    echo "starting weblogic with Java version:"
    *${JAVA_HOME}/bin/java ${JAVA_VM} -version*
    *if [ "${WLS_REDIRECT_LOG}" = "" ] ; then*
    *     echo "Starting WLS with line:"*
    *     echo "${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}"*
    *     nohup ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS} &*
    *else*
    *     echo "Redirecting output from WLS window to ${WLS_REDIRECT_LOG}"*
    *     nohup ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS} >"${WLS_REDIRECT_LOG}" 2>&1 &*
    *fi*
    *#stopAll*
    *#popd*
    *# Exit this script only if we have been told to exit.*
    *if [ "${doExitFlag}" = "true" ] ; then*
    *     exit*
    fi

  • Messaging Server/UNIX: Starts automatically after installation

    How can I configure Messaging Server to run automatically on startup?
    <P>
    In most cases, Messaging Server for UNIX will run at startup automatically.
    <P>
    Most UNIX systems have a start script that includes a line that starts sendmail
    as a server (/usr/lib/sendmail -bd) automatically.
    Howver, when Messaging Server is installed, it replaces several mail utilities (mailq,
    processq, and sendmail), with links to our sendmail binary
    (<ServerRoot>/bin/msg/admin/bin/sendmail).
    Therefore, Messaging Server, rather than sendmail, starts when
    your system starts.
    <P>
    This can be confusing to administrators of other Netscape servers since
    most other Netscape servers are not installed to start automatically.
    <P>
    <B>Note:</B>
    <P>
    This does not take effect until the system is fully restarted. After
    installing Messaging Server, restart the system before attempting to start
    Messaging Server. Sendmail is usually already running, and the installer does
    not kill the sendmail process.
    <P>
    If you start Messaging Server without
    restarting, smtpd will not start due to a port conflict.

    Hi Leo, thank you for your help
    This:
    I have tried the suggestion above (clear the "Run task as soon as possible after a scheduled start is missed" checkbox) and it does the trick for me. However on the Home/Get Started/Set up screen the "Set up Server Backup" task is then reset to outstanding
    while the .../Quick Status screen shows "Server Backup ON".
    Is a working work around till a real update or hotfix is released 

  • Weblogic server wont start

    **OS : RHEL 4.5**
    **java: JDK 1.6.0_32**
    **I installed and configured weblogic server (10.2.3) and created a domain through windows pc (client machine).**
    **Installed OFM WebTier and yet to configure.**
    **I have set up env variables and tried to start WebLogic server from a client maching by issuing "nohup ./startWebLogic.sh"**
    **After issuing this command it takes a lot of time, hence I did ctrl c**
    **In nohup.out, I could see weblogic changing from standby to starting.**
    **After that, I am pasting the lines below.**
    <Jun 6, 2012 1:02:21 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Reports_Servlet_Response" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:21 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Remote_Bridge_Elements" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portaltools:Response" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_soainfra:total_faults" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "activitygraph:Response" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes_delta" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "domain_oracle_oim:jdbc" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "webcache:request_filter_denied_stats" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "analytics:Response" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_rollup" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_events_rollup" has no key column. It will not be collected.>
    <Jun 6, 2012 1:02:22 AM CDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_protocol_phase_events_rollup" has no key column. It will not be collected.>
    <Jun 6, 2012 1:06:13 AM CDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Jun 6, 2012 1:06:13 AM CDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Jun 6, 2012 1:06:13 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Weblogic wont' start. i checked by "hostname:port/em". I couldn't connect.
    Please advice.
    Thank you

    copy/psting for nohup.out.
    I started with a fresh server
    Installed RHEL 4.5
    Configured pre-reqs for installing weblogic.
    Installed Weblogic server
    Installed FMW WebTier
    Configured Weblogic Server and trying to start.
    Did I miss any step here.
    Thank you in advance
    [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x080c0400 nid=0x30d0 in Object.wait() [0x708ba000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80620da0> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80620da0> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x080e8000 nid=0x30cf in Object.wait() [0x7090b000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80620e50> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80620e50> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x080e6400 nid=0x30ce in Object.wait() [0x7095c000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80620f00> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80620f00> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x080e4c00 nid=0x30cd in Object.wait() [0x709ad000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80620fb0> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80620fb0> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x70a62400 nid=0x30cc in Object.wait() [0x709fe000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621060> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621060> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x7213cc00 nid=0x30cb in Object.wait() [0x70b9d000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621110> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621110> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x71673c00 nid=0x30ca in Object.wait() [0x70bee000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x806211c0> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x806211c0> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x72152800 nid=0x30c9 in Object.wait() [0x72296000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621270> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621270> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x70c8d400 nid=0x30c8 in Object.wait() [0x7269f000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621320> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621320> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x727c7c00 nid=0x30c7 in Object.wait() [0x72f55000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x806213d0> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x806213d0> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x741a7c00 nid=0x30c6 in Object.wait() [0x73856000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621480> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621480> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x72132800 nid=0x30c5 in Object.wait() [0x738a7000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621530> (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:205)
    - locked <0x80621530> (a weblogic.work.ExecuteThread)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:226)
    "Timer-1" daemon prio=10 tid=0x72127800 nid=0x30c4 in Object.wait() [0x73d5f000]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80621658> (a java.util.TaskQueue)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x80621658> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Timer-0" daemon prio=10 tid=0x70c80400 nid=0x30be in Object.wait() [0x74394000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80020198> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:485)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x80020198> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Low Memory Detector" daemon prio=10 tid=0x74b00c00 nid=0x30b9 runnable [0x00000000]
    java.lang.Thread.State: RUNNABLE
    "C1 CompilerThread0" daemon prio=10 tid=0x080bcc00 nid=0x30b8 waiting on condition [0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x080bb400 nid=0x30b7 waiting on condition [0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x080ac800 nid=0x30b5 in Object.wait() [0x74f33000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x80020368> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
    - locked <0x80020368> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x080a7c00 nid=0x30b4 in Object.wait() [0x74f85000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x800200a8> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x800200a8> (a java.lang.ref.Reference$Lock)
    "main" prio=10 tid=0x0805b800 nid=0x30b2 in Object.wait() [0xb76bf000]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x800200e0> (a weblogic.t3.srvr.SubsystemRequest)
    at weblogic.t3.srvr.SubsystemRequest.rendezvouz(SubsystemRequest.java:100)
    - locked <0x800200e0> (a weblogic.t3.srvr.SubsystemRequest)
    at weblogic.t3.srvr.SubsystemRequest.action(SubsystemRequest.java:81)
    at weblogic.t3.srvr.SubsystemRequest.start(SubsystemRequest.java:51)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInAdminState(ServerServicesManager.java:239)
    - locked <0x959cb4a8> (a java.lang.Class for weblogic.t3.srvr.ServerServicesManager)
    at weblogic.t3.srvr.T3Srvr.initializeAdmin(T3Srvr.java:908)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:585)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    "VM Thread" prio=10 tid=0x080a4000 nid=0x30b3 runnable
    "VM Periodic Task Thread" prio=10 tid=0x74b03000 nid=0x30ba waiting on condition
    JNI global references: 1727
    Heap
    def new generation total 78720K, used 6833K [0x75580000, 0x7aae0000, 0x80020000)
    eden space 70016K, 8% used [0x75580000, 0x75b09a90, 0x799e0000)
    from space 8704K, 13% used [0x7a260000, 0x7a382b88, 0x7aae0000)
    to space 8704K, 0% used [0x799e0000, 0x799e0000, 0x7a260000)
    tenured generation total 174784K, used 81106K [0x80020000, 0x8aad0000, 0x95580000)
    the space 174784K, 46% used [0x80020000, 0x84f548c8, 0x84f54a00, 0x8aad0000)
    compacting perm gen total 158720K, used 158546K [0x95580000, 0x9f080000, 0xb5580000)
    the space 158720K, 99% used [0x95580000, 0x9f0548e0, 0x9f054a00, 0x9f080000)
    No shared spaces configured.

  • Running a class automatically when weblogic server is started

    Hi,
    My requirement is as follows:
    I need to constantly (once in every 15 mins) poll a database and check
    for a particular field in a table. I am using weblogic 5.1.0 as
    application server.
    Now, I developed ServerTimer class, which implements Schedulable,
    Triggerable classes of weblogic. When I run ServerTimer class
    (explicitly from the command line) I could poll the database.
    Now my requirement is to make ServerTimer to run automatically when I
    start/restart the weblogic server.
    How do I do this?
    Thanks,
    Naga

    Assuming you are using WL5.1, then in your WL properties file:
    weblogic.system.startupClass.ServerTimer=com.xxx.xxx.ServerTimer
    "Nagananda" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    My requirement is as follows:
    I need to constantly (once in every 15 mins) poll a database and check
    for a particular field in a table. I am using weblogic 5.1.0 as
    application server.
    Now, I developed ServerTimer class, which implements Schedulable,
    Triggerable classes of weblogic. When I run ServerTimer class
    (explicitly from the command line) I could poll the database.
    Now my requirement is to make ServerTimer to run automatically when I
    start/restart the weblogic server.
    How do I do this?
    Thanks,
    Naga

  • The Weblogic Server not start.

    Weblogic 10.3.6.0 For SOA 11.1.1.6
    When I start the weblogic server it does not start, the message that the server is running is not displayed.
    Can anyone help me?
    $ pwd
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/bin
    $ nohup ./startWebLogic.sh > /app/oracle/logs/weblogic.log 2>&1 &
    ]$ cat /app/oracle/logs/weblogic.log
    ** Setting up SOA specific environment...
    EXTRA_JAVA_PROPERTIES= -da:org.apache.xmlbeans...
    LD_LIBRARY_PATH=/app/oracle/product/fwm11g/patch_wls1036/profiles/default/native:/app/oracle/product/fwm11g/wlserver_10.3/server/native/linux/x86_64:/app/oracle/product/fwm11g/wlserver_10.3/server/native/linux/x86_64/oci920_8:/app/oracle/product/fwm11g/wlserver_10.3/sip/server/native/linux/x86_64:/app/oracle/product/fwm11g/wlserver_10.3/sip/server/native/linux/x86_64/oci920_8:/app/oracle/product/fwm11g/Oracle_SOA1/soa/thirdparty/edifecs/XEngine/bin
    USER_MEM_ARGS=-Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    ** End SOA specific environment setup
    ** SOA specific environment is already set, skipping...
    JAVA Memory arguments: -Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/app/oracle/product/fwm11g/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/user-patch.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/soa-startup.jar::/app/oracle/product/fwm11g/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_25/lib/tools.jar:/app/oracle/product/fwm11g/wlserver_10.3/server/lib/weblogic_sp.jar:/app/oracle/product/fwm11g/wlserver_10.3/server/lib/weblogic.jar:/app/oracle/product/fwm11g/modules/features/weblogic.server.modules_10.3.6.0.jar:/app/oracle/product/fwm11g/wlserver_10.3/server/lib/webservices.jar:/app/oracle/product/fwm11g/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app/oracle/product/fwm11g/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app/oracle/product/fwm11g/wlserver_10.3/sip/server/lib/weblogic_sip.jar:/app/oracle/product/fwm11g/oracle_common/soa/modules/commons-cli-1.1.jar:/app/oracle/product/fwm11g/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/oracle.soa.common.adapters_11.1.1/oracle.soa.common.adapters.jar:/app/oracle/product/fwm11g/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/app/oracle/product/fwm11g/Oracle_SOA1/communications/modules/usermessaging-config_11.1.1.jar:/app/oracle/product/fwm11g/oracle_common/modules/oracle.xdk_11.1.0/xsu12.jar:/app/oracle/product/fwm11g/modules/features/weblogic.server.modules.xquery_10.3.1.0.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/db2jcc4.jar:/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/soa-infra:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/fabric-url-handler_11.1.1.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/quartz-all-1.6.5.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/oracle.soa.fabric.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime-ext-wls.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/oracle.soa.adapter_11.1.1/oracle.soa.adapter.jar:/app/oracle/product/fwm11g/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar:/app/oracle/product/fwm11g/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app/oracle/product/fwm11g/wlserver_10.3/common/derby/lib/derbyclient.jar:/app/oracle/product/fwm11g/wlserver_10.3/server/lib/xqrl.jar
    PATH=/app/oracle/product/fwm11g/wlserver_10.3/server/bin:/app/oracle/product/fwm11g/modules/org.apache.ant_1.7.1/bin:/usr/java/jdk1.6.0_25/jre/bin:/usr/java/jdk1.6.0_25/bin:/usr/kerberos/bin:/usr/java/default/bin:/usr/local/bin:/bin:/usr/bin:/home/appsoa/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    Starting WLS with line:
    /usr/java/jdk1.6.0_25/bin/java -client -Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/app/oracle/product/fwm11g/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -ea:com.bea.wcp... -da -Dplatform.home=/app/oracle/product/fwm11g/wlserver_10.3 -Dwls.home=/app/oracle/product/fwm11g/wlserver_10.3/server -Dweblogic.home=/app/oracle/product/fwm11g/wlserver_10.3/server -Dcommon.components.home=/app/oracle/product/fwm11g/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain -Djrockit.optfile=/app/oracle/product/fwm11g/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/oracle/product/fwm11g/oracle_common/modules/oracle.ossoiap_11.1.1,/app/oracle/product/fwm11g/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -Doracle.security.jps.policy.migration.validate.principal=false -Dportlet.oracle.home=/app/oracle/product/fwm11g/oracle_common -da:org.apache.xmlbeans... -Dbpm.enabled=true -Dsoa.archives.dir=/app/oracle/product/fwm11g/Oracle_SOA1/soa -Dsoa.oracle.home=/app/oracle/product/fwm11g/Oracle_SOA1 -Dsoa.instance.home=/app/oracle/product/fwm11g/user_projects/domains/fwm_domain -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=/app/oracle/product/fwm11g/wlserver_10.3/server/lib/DemoTrust.jks -Dem.oracle.home=/app/oracle/product/fwm11g/oracle_common -Djava.awt.headless=true -Dbam.oracle.home=/app/oracle/product/fwm11g/Oracle_SOA1 -Dums.oracle.home=/app/oracle/product/fwm11g/Oracle_SOA1 -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/oracle/product/fwm11g/patch_wls1036/profiles/default/sysext_manifest_classpath weblogic.Server
    <Jul 26, 2012 3:39:30 AM BRT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 26, 2012 3:39:30 AM BRT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 26, 2012 3:39:30 AM BRT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/lib/sipactivator.jar>
    <Jul 26, 2012 3:39:31 AM BRT> <Info> <Server> <BEA-002647> <The service plugin, com.oracle.core.sip.activator, was added from /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/lib/sipactivator.jar.>
    <Jul 26, 2012 3:39:31 AM BRT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.0-b11 from Sun Microsystems Inc.>
    <Jul 26, 2012 3:39:31 AM BRT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jul 26, 2012 3:39:34 AM BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 26, 2012 3:39:34 AM BRT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jul 26, 2012 3:39:34 AM BRT> <Notice> <LoggingService> <BEA-320400> <The log file /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jul 26, 2012 3:39:34 AM BRT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log00006. Log messages will continue to be logged in /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Jul 26, 2012 3:39:34 AM BRT> <Notice> <Log Management> <BEA-170019> <The server log file /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Jul 26, 2012 3:39:42 AM BRT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jul 26, 2012 3:39:48 AM BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 26, 2012 3:39:48 AM BRT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 26, 2012 3:39:53 AM BRT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    <Jul 26, 2012 3:39:57 AM BRT> <Notice> <SipServer.Resource> <BEA-332401> <Initializing SipServer Resource with configuration com.bea.wcp.sip.management.descriptor.beans.SipServerBeanImpl>
    <Jul 26, 2012 3:39:57 AM BRT> <Notice> <SipServer.Resource> <BEA-332404> <Engine AdminServer is in NON-REPLICATED mode>
    <Jul 26, 2012 3:39:58 AM BRT> <Notice> <WLSS.Engine> <BEA-330071> <WebLogic Sip Server "AdminServer" patch version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050
    Javax Server Pages Client Capable 1.3 Tue Jun 21 09:59:39 EDT 2011
    Expression Language 2.1 for JSP 1.1 Tue Jun 21 10:21:26 EDT 2011
    Javax Enterprise Servlets Client Capable 1.0 Thu Aug 2 12:41:25 EDT 2007
    Eclipse Java Development Tools 3.5.3 Fri May 20 04:56:54 EDT 2011
    WebLogic java compiler utils package Client Capable 1.2 Thu Feb 11 03:38:50 EST 2010
    WebLogic WebApp Container Public API Client Capable 1.4 Fri Oct 1 20:01:15 PDT 2010
    Oracle WebLogic Server Module Dependencies 10.3 Thu Sep 29 17:47:37 EDT 2011
    Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 10.3 Wed Jun 15 17:54:24 EDT 2011
    ANTLR Java based compiler generator Client 2.7 Mon Jun 11 12:19:48 EDT 2007
    WebLogic Descriptors for J2EE 1.6 Wed Dec 1 17:14:50 EST 2010
    WebLogic Descriptors for J2EE 1.6 Binding Bundle
    WebLogic Specific Descriptors 1.4 Mon Aug 8 09:26:15 MDT 2011
    WebLogic Specific Descriptors 1.4 Binding Bundle
    WebLogic Datasource 1.10 Sat Nov 12 08:11:09 PST 2011
    WebLogic Datasource 1.10 Binding Bundle
    WebLogic Beangen Client Capable 1.7 Wed Feb 24 16:02:48 PST 2010
    WebLogic Beangen 1.7 Binding Bundle
    WLDF Accessor Client Capable 1.5 Fri Sep 3 17:10:52 EDT 2010
    WLDF Accessor 1.5 Binding Bundle
    WebLogic Management Core Interfaces Client Capable 2.9 Thu Aug 11 17:17:14 PDT 2011
    WebLogic Management Core Interfaces 2.9 Binding Bundle
    WebLogic EJBGen Client Capable 1.1 Tue Nov 2 03:30:53 PDT 2010
    Apache Byte Code Engineering Library (BCEL) extracted from 5.2.zip from http://jakarta.apache.org/site/downloads/downloads_bcel.cgi with packages renamed from org.apache.bcel to com.bea.core.repackaged.apache.bcel Client 5.2 Fri May 20 04:58:21 EDT 2011
    Apache commons collections package 3.2 Tue Mar 20 15:48:25 MDT 2007
    Apache commons lang package 2.1 Tue Mar 20 15:48:30 MDT 2007
    Apache commons pool package 1.3 Tue Mar 20 15:48:36 MDT 2007
    Apache commons io 1.4 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache commons fileupload 1.2.1 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache DOM implementation 1.0 Tue Mar 20 15:36:46 MDT 2007
    Apache Logging Support 1.0 Tue Mar 20 15:36:50 MDT 2007
    Apache OpenJPA classes 1.3 Thu Sep 22 01:28:26 PDT 2011
    XMLBeans - Apache SVN rev 1102771 2.2 Thu Sep 1 08:05:25 PDT 2011
    BEA Logging Runtime Support Client Capable 1.9 Wed Jul 27 14:54:39 EDT 2011
    BEA Common Security Open SAML 1.0 Sat Jul 16 04:41:59 MDT 2011
    BEA OpenSAML 2.0 1.0 Fri Aug 19 08:44:53 MDT 2011
    bea-harvester-api2.0 Client Capable 2.3 Mon Feb 15 14:41:06 EST 2010
    bea-harvester-jmx2.0 Client Capable 2.4 Wed Aug 10 20:11:27 PDT 2011
    bea-harvester-utils Client Capable 1.4 Mon Feb 15 14:41:06 EST 2010
    bea-mbean-typing-util 1.4 Wed Feb 24 19:15:33 EST 2010
    Javolution 3.7.19 3.7 Tue Aug 28 17:32:21 PDT 2007
    Joda-time 1.2.1 1.2 Tue Aug 28 17:32:27 PDT 2007
    BEA STAX Build Time Support 1.6 Tue Apr 19 13:32:59 EDT 2011
    BEA STAX Runtime Time Support Client Capable 1.8 Thu Sep 1 08:05:25 PDT 2011
    BEA Generic Annotations Client Capable 1.4 Thu Jun 2 23:58:32 EDT 2011
    BEA Kodo 1.5 Wed Oct 12 03:50:17 EDT 2011
    BEA Kodo Integration Client Capable 1.7 Tue Jul 19 08:57:22 MDT 2011
    BEA Kodo Integration 1.7 Binding Bundle
    BEA Kodo Integration Tools 1.3 Sat Feb 13 09:30:33 PST 2010
    XML Beans Marshalling (package renamed com.bea) SVN 1102771 2.5 Thu Sep 1 08:05:25 PDT 2011
    WebLogic Utils Client Capable 1.10 Sat Oct 29 15:34:23 MDT 2011
    Aspect 5.3 Fri May 20 05:19:03 EDT 2011
    BEA Apache Commons Logging Repackaged 1.2 Fri Sep 9 15:46:56 EDT 2011
    Spring Framework 1.2 Fri May 20 05:19:03 EDT 2011
    Pitchfork 1.4 Tue Sep 6 13:38:59 EDT 2011
    ${description} 1.3 Wed Jun 29 20:42:12 EDT 2011
    CSS i18n 1.0 Fri Aug 19 08:44:53 MDT 2011
    CSS xacml 1.0 Fri Aug 19 08:44:53 MDT 2011
    SAML2 Utils 1.0 Fri Aug 19 08:44:53 MDT 2011
    BEA Common Security Engine Implementation 1.0 Fri Aug 19 08:44:53 MDT 2011
    BEA Common Security Engine Interfaces 1.0 Fri Aug 19 08:44:53 MDT 2011
    BEA Common Security API 1.0 Fri Aug 19 08:44:53 MDT 2011
    BEA Common Security Implementation 1.0 Fri Aug 19 08:44:53 MDT 2011
    BEA Common Security JDK Utilities 1.0 Fri Aug 19 08:44:53 MDT 2011
    Security Utilities 1.0 Fri Aug 19 08:44:53 MDT 2011
    Common Security SAML 2.0 1.0 Fri Aug 19 08:44:53 MDT 2011
    Common Security SAML 2.0 Management JavaBeans 1.0 Fri Aug 19 08:44:53 MDT 2011
    Security Provider Utilities 1.0 Fri Aug 19 08:44:53 MDT 2011
    SAML Utils 1.0 Fri Aug 19 08:44:53 MDT 2011
    XACML Utils 1.0 Fri Aug 19 08:44:53 MDT 2011
    Security Provider Environment 1.0 Fri Aug 19 08:44:53 MDT 2011
    RSA certj 5.2 Wed Aug 31 17:49:27 PDT 2011
    Netscape LDAP JDK 1.3 Mon Apr 11 20:11:21 PDT 2011
    Commons Networking Utilty classes 1.0 Wed Feb 6 15:01:03 PST 2008
    WebLogic SAAJ 1.8 Mon Oct 17 02:49:29 PDT 2011
    WebLogic STAX Client Capable 1.10 Wed Jun 8 09:12:28 EDT 2011
    jaxb-impl.jar taken from Glassfish JAXB 2.1.14 1.1 Wed Oct 12 19:46:41 PDT 2011
    jaxb-impl.jar taken from Glassfish JAXB 2.1.14 1.2 Wed Oct 12 19:46:43 PDT 2011
    resolver.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:24 EST 2009
    Fastinfoset.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:27 EST 2009
    jaxws-rt.jar taken from Glassfish JAXWS 2.1.5 1.3 Fri Oct 14 19:19:11 EDT 2011
    Java.net implementation of MimePull.jar taken from Glassfish JAXWS 2.1.5 1.1 Wed Jul 27 16:50:24 MDT 2011
    Codehaus STaX Interfaces 3.0.1 1.0 Mon Mar 8 20:49:50 PST 2010
    Woodstox STaX Parser 4.0.5 1.0 Thu Dec 3 11:35:43 EST 2009
    jaxws-tools.jar taken from Glassfish JAXWS 2.1.5 1.2 Sat Apr 2 00:42:47 PDT 2011
    Java.net Stax Extensions 1.0 Tue Jun 3 07:12:06 PDT 2008
    Java.net xml stream buffer 1.0 Fri Oct 22 10:08:31 PDT 2010
    Jakarta ORO 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Enterprise Activation 1.1 Tue Apr 8 09:31:17 PDT 2008
    Javax Annotation 1.0 Fri Dec 25 09:02:47 PST 2009
    Javax Interceptor 1.0 Tue Mar 20 15:37:16 MDT 2007
    Javax Enterprise Beans 3.0 Mon Jun 11 12:21:01 EDT 2007
    Java Data Objects 2.0 Mon Jun 11 12:20:56 EDT 2007
    Java Enterprise Deployment APIs 1.2 Tue Mar 20 15:37:28 MDT 2007
    Java Enterprise Messaging 1.1 Mon Jun 11 12:21:11 EDT 2007
    Java Web Services 2.0 Tue Mar 20 15:37:37 MDT 2007
    Javax Enterprise Mail 1.1 Mon Jul 6 10:41:09 MDT 2009
    Java Enterprise Management APIs 1.0 Tue Mar 20 15:37:49 MDT 2007
    Java Persistence Client Capable 1.0 Tue Oct 7 12:18:34 PDT 2008
    Java Connector 1.5 Mon Jun 11 12:22:07 EDT 2007
    Java Authorization Contract for Containers 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Transaction APIs Client Capable 1.0 Thu Aug 2 12:42:14 EDT 2007
    JAXB 2.1 Mon Jun 11 12:22:53 EDT 2007
    Java XML Registry 1.0 Wed Feb 6 15:01:03 PST 2008
    Java XML Soap Extensions 1.3 Mon Jun 11 12:22:59 EDT 2007
    Java Stream XML Extensions 1.1 Mon Jun 11 12:23:05 EDT 2007
    JAX-WS APIs 2.1 Mon Jun 11 12:23:16 EDT 2007
    Java API for XML-based RPC 1.2 Mon Jun 11 12:23:10 EDT 2007
    Monfox Dynamic SNMP Agent 1.1 Fri Mar 19 05:46:27 MDT 2010
    Serp bytecode manipulation framework 1.14.4 Thu Oct 6 01:32:56 EDT 2011
    WebLogic Apache Classes Client Capable 1.3 Mon Sep 19 23:58:26 EDT 2011
    WebLogic BeanInfo Caching and Discovery Client Capable 2.4 Sat Oct 25 20:46:29 PDT 2008
    WebLogic Descriptor Client Capable 1.10 Wed Aug 10 12:59:06 PDT 2011
    Repackaged ASM-3.2 1.1 Fri May 20 04:56:54 EDT 2011
    Repackaged asm-commons-3.2 1.1 Fri May 20 04:56:54 EDT 2011
    Repackaged asm-tree-3.2 1.1 Fri May 20 04:56:54 EDT 2011
    Repackaged asm-util-3.2 1.1 Fri May 20 04:56:54 EDT 2011
    Oracle JFR 1.0 Thu Feb 18 19:06:33 PST 2010
    WebLogic Diagnostics Core Interfaces Client Capable 2.6 Thu Oct 6 01:11:08 EDT 2011
    WebLogic Diagnostics Logging Client Capable 1.2 Fri Dec 12 11:37:59 MST 2008
    WebLogic Diagnostics Query Module Client Capable 1.3 Fri Jul 1 07:32:00 PDT 2011
    WebLogic Diagnostics Instrumentor Tool 1.8 Thu Oct 6 01:11:08 EDT 2011
    WebLogic Diagnostics Instrumentor Config Tool 1.8 Thu Oct 6 01:11:08 EDT 2011
    WebLogic Diagnostics JRockit Flight Recorder Interfaces Client Capable 1.2 Wed Dec 1 17:41:28 EST 2010
    Diagnostics Notifications Module Client Capable 1.4 Sun Nov 22 16:03:32 PST 2009
    BEA Logging Runtime Support Client Capable 1.5 Thu Apr 29 20:43:42 EDT 2010
    WebLogic i18n Runtime Support Client Capable 1.9 Thu Sep 1 07:41:47 PDT 2011
    WebLogic i18n Build Support Client Capable 1.5 Fri Feb 19 15:03:15 EST 2010
    WebLogic I18N tools Client Capable 1.4 Thu Sep 1 07:41:47 PDT 2011
    WebLogic Management JMX Interfaces 1.4 Fri Sep 16 16:19:28 EDT 2011
    WebLogic Security Provider Generation Tool 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Security Provider Generation Tool Client Capable 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Messaging Kernel Client Capable 1.8 Mon Aug 23 21:42:11 EDT 2010
    WebLogic Resource Pool Client Capable 1.8 Thu Oct 6 16:06:35 PDT 2011
    WebLogic Socket Muxer API Client Capable 1.3 Thu Aug 18 16:24:35 EDT 2011
    WebLogic RMI Client Capable 1.11 Tue Sep 20 15:07:37 EDT 2011
    Common Security WebLogic Server Integration Support 1.0 Fri Aug 19 08:44:53 MDT 2011
    Server Lifecycle Interfaces Client Capable 1.5 Fri Dec 10 00:36:46 EST 2010
    WebLogic Store Client Capable 1.8 Mon Oct 3 09:57:28 PDT 2011
    WebLogic STORE GXA Client Capable 1.7 Fri Apr 1 14:30:50 PDT 2011
    WebLogic Store Admin Tool Client Capable 1.3 Thu Apr 28 09:32:45 PDT 2011
    WebLogic JDBC Store Client Capable 1.3 Fri Sep 16 08:41:14 MDT 2011
    WebLogic JTA implementation Client Capable 2.7 Sat Oct 15 07:12:58 PDT 2011
    WebLogic Utils 1.10 Sat Oct 29 15:34:23 MDT 2011
    Agent Utililities 1.1 Tue Feb 16 00:16:03 EST 2010
    WebLogic Utility Classloader implementations Client Capable 2.0 Wed May 18 10:00:41 PDT 2011
    WebLogic Utils for working with Expressions Client Capable 1.4 Tue Sep 29 14:45:53 EDT 2009
    WebLogic Utils for Dynamically Generated Class Wrappers Client Capable 1.4 Fri Feb 13 14:44:23 MST 2009
    WebLogic Timers Client Capable 1.7 Fri Feb 4 14:23:26 MST 2011
    WebLogic Work Manager Client Capable 1.11 Thu Oct 6 11:12:55 PDT 2011
    WebLogic Workarea Client Capable 1.8 Tue Jun 28 04:08:48 EDT 2011
    WebLogic XML XPath Implementation Client Capable 1.5 Thu Sep 1 22:11:12 EDT 2011
    Weblogic Tuxedo Connector Core Client Capable 1.6 Sat Jul 16 15:02:56 MDT 2011
    WebLogic Security 1.0 Fri Aug 19 08:44:53 MDT 2011
    Weblogic Server Java Authentication Helper Classes Client Capable 1.1 Mon Jul 5 20:42:35 EDT 2010
    Weblogic Server Message Digest Utilities Client Capable 1.0 Thu Aug 2 12:51:30 EDT 2007
    Weblogic Server Authenticated Subject Client Capable 1.2 Wed Dec 1 17:41:28 EST 2010
    Weblogic Server Authenticated Subject Client Capable 1.6 Wed Oct 19 14:48:23 PDT 2011
    PrintingSecurityManager - PSM 1.1 Tue Feb 16 05:30:08 PST 2010
    WebLogic security ssl classes 1.0 Tue Jun 15 17:39:53 EDT 2010
    WebLogic Nodemanager Plugin Client Capable 1.3 Tue Nov 18 18:23:10 EST 2008
    nodemanager module for managed processes 1.1 Thu Sep 29 17:28:28 EDT 2011
    WebLogic JMS Pool Client Capable 1.9 Wed Apr 13 13:03:26 EDT 2011
    Contains compiled schema type from WLS 9.0 for WLP compatibility 1.4 Thu Sep 1 08:29:31 PDT 2011
    WebLogic Http Pub/Sub Module Client Capable 1.7 Fri Jul 8 13:06:46 EDT 2011
    Class Redefinition Project 1.6 Tue Jul 19 08:57:22 MDT 2011
    Class Redefinition Project Client Capable 1.6 Tue Jul 19 08:57:22 MDT 2011
    Class Redefinition Project 1.6 Binding Bundle
    Commonj SDO 1.0 Wed Sep 24 19:11:23 PDT 2008
    WebLogic Coherence Descriptor 1.2 Thu Sep 1 08:29:31 PDT 2011
    WebLogic Coherence Descriptor 1.2 Binding Bundle
    This module contains all message catalogs 1.2 Wed Aug 24 03:32:14 EDT 2011
    WebLogic WebService Public API's 1.1 Tue Sep 21 22:15:05 EDT 2010
    WebLogic EclipseLink Integration 1.0 Thu Feb 25 14:56:43 PST 2010
    WebLogic SCA Client 1.0 Thu Feb 25 00:27:10 EST 2010
    WebLogic RAC Module UCP Client Capable 1.1 Thu Oct 6 16:06:35 PDT 2011
    BEA Patches of apache ant Client Capable 1.2 Wed Jan 13 08:48:17 PST 2010
    Oracle WebLogic Server 10.3.6.0 at 728648 built on: 2011/09/13
    Oracle WebLogic Server 10.3.6.0 at 728648 built on: 2011/09/13
    Oracle WebLogic Server Datatier 10.3.6.0 at 728648 built on: 2011/09/13
    Oracle WebLogic Server 10.3.6.0 at 728648 built on: 2011/09/13
    WebLogic SIPServer Extension API 10.3.6.0 at 727725 built on 2011/08/25
    WebLogic SIPServer Extension API 10.3.6 at 727725 built on 2011/08/25
    WebLogic SIPServer CallState 10.3.6 at 727725 built on 2011/08/25
    Oracle WebLogic Communications SCTP 10.3.1 at 688160 built on 2009/03/11
    ALSB Client 1.3 Mon Apr 12 19:21:38 PDT 2010
    WebLogic SCA Engine 1.3 Thu Jul 28 14:17:02 MDT 2011
    WebLogic WebService Databinding Plugins 1.3 Wed Dec 1 17:41:28 EST 2010
    WebLogic WebService Databinding 1.3 Tue Oct 18 16:38:56 EDT 2011
    WebLogic SIP Activator 10.3.6 at 729166 built on 2011/09/22
    >
    <Jul 26, 2012 3:39:58 AM BRT> <Notice> <WLSS.Engine> <BEA-330065> <SIP server replication is DISABLED>
    <Jul 26, 2012 3:39:58 AM BRT> <Notice> <WLSS.Engine> <BEA-330000> <WebLogic SIP Server "AdminServer" has started.>
    <Jul 26, 2012 3:39:58 AM BRT> <Notice> <WLSS.Transport> <BEA-330687> <Thread "SIP Message processor (Transport TCP)" is listening on port 5060>
    <Jul 26, 2012 3:39:58 AM BRT> <Notice> <WLSS.Transport> <BEA-330687> <Thread "SIP Message processor (Transport TCP)" is listening on port 5061>
    <Jul 26, 2012 3:39:59 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_soainfra:total_faults" has no key column. It will not be collected.>
    <Jul 26, 2012 3:39:59 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "discussion:Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:39:59 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_oim:overall" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes_delta" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Reports_Server_Information" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Reports_Server_Performance" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Reports_Server_Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Reports_Servlet_Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "reports:Remote_Bridge_Elements" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_rollup" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_events_rollup" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_protocol_phase_events_rollup" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "domain_oracle_oaam:OAAM_Datasource" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "activitygraph:Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "domain_oracle_oim:jdbc" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "webcache:request_filter_denied_stats" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_forms:aggr_FormsResourceUsage" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_forms:NumberOfSessions" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_forms:JVMResourceUsage" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:00 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_forms:servlet_rollup_agg" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "analytics:Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "personalization:Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portaltools:Response" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_runtime" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_compilation_time" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_memory_usage" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_class_loading" has no key column. It will not be collected.>
    <Jul 26, 2012 3:40:01 AM BRT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_threads" has no key column. It will not be collected.>

    check the server log;
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log
    you can launch the console and see if it is running; http://<server>:<port>/console

  • Weblogic server not starting in multiple version Environment of JDeveloper

    Hi,
    I first installed Jdev 11.1.1.1 version (now working fine ) and then Jdeveloper 11.1.1.3(problematic now) keeping Jdev 11.1.1.1 aside..in windows xp Operating system.
    I created Middleware Home for Jdev 11.1.1.1 ----> D:/Oracle/Middleware1 and for 11.1.1.3 ------> D:/Oracle/Middleware2. There is also a folder structure C:/Oracle/Middleware containing some files in C: drive.
    On starting weblogic server in 11.1.1.3 ,it shows the following error.The Class path for weblogic server should be start with D: drive and not C: drive.
    Please tell me how to change the class path to refer the correct weblogic server.
    Additional Detail:
    The Environmental variable named CLASSPATH has value "D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin;C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\windows\system32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin"
    and other variable PATH has value D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40.JAR;
    LOG FILE:
    *** Using port 7101 ***
    "C:\Documents and Settings\navinkumark\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The system cannot find the path specified.
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;D:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40.JAR;_
    PATH=D:\product\10.1.3.1\OracleAS_1\jdk\bin;D:\product\10.1.3.1\OracleAS_1\ant\bin;C:\Oracle11gDB\product\11.2.0\dbhome_1\bin;c:\windows\system32;D:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\oracle_common\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\NAVINK~1\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server. Program will exit.
    Exception in thread "main" Process exited.
    Please help me ,
    Thanks in Advance..
    Regards,
    Navin

    Hi Timo ,Thank you very much..Its working..
    I renamed the folder name system11.1.1.3.37.56.60 to something and the restart the JDev ,it automatically created that folder and ask for to migrate from a previous version ,answered no ..
    Its works now..
    Timo ur Great..

  • Oracle Report Server 11g Start Automatically

    Dear All
    IF you want to start the report server in oracle forms 11g , you must go to this link :
    https://localhopst:Port No/reports/rwservlet/startserver
    I want to start the report server automatically as windows service without that step .
    Thanks in advanced

    The following can be used to start the managed server (i.e. WLS_REPORTS). Although this will not start the Reports inProc server, it will get the managed server started. A stand-alone rep server can be monitored by opmn and started automatically. See MyOracleSupport note 1126019.1
    Refer to the product documentation for more info about Windows Services and working with WLS Managed Servers.
    <blockquote>http://docs.oracle.com/cd/E23943_01/web.1111/e13708/winservice.htm</blockquote>
    Also be aware of the following MyOracleSupport note:
    <blockquote>1060058.1 - How to Install MS Windows Services For FMW 11g WebLogic Domain Admin and Managed Servers</blockquote>
    Finally, you can use this search:
    <blockquote>http://www.oracle.com/pls/as111160/search?word=windows+service</blockquote>
    Edited by: Michael Ferrante (Oracle) on Dec 28, 2012 4:13 PM

  • Weblogic server not starting

    All of a sudden my weblogic server is giving error while I am trying to run startWeblogic.cmd
    The admin server log trace is :
    D:\Middleware\SOASuite11g\user_projects\domains\SOAOSBDevDomain\servers\AdminServer\data\ldap\XACMLRoleMappermyrealmInit.initialized, will load full LDIFT.>
    ####<Jan 31, 2013 5:04:00 AM GMT> <Info> <Security> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608640170> <BEA-090074> <Initializing RoleMapper provider using LDIF template file D:\Middleware\SOASuite11g\user_projects\domains\SOAOSBDevDomain\security\XACMLRoleMapperInit.ldift.>
    ####<Jan 31, 2013 5:04:00 AM GMT> <Info> <Security> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608640216> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: D:\Middleware\SOASuite11g\user_projects\domains\SOAOSBDevDomain\security\XACMLRoleMapperInit.ldift>
    ####<Jan 31, 2013 5:04:00 AM GMT> <Info> <Security> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608640794> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server AdminServer for security realm myrealm.>
    ####<Jan 31, 2013 5:04:00 AM GMT> <Notice> <Security> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608640794> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jan 31, 2013 5:04:01 AM GMT> <Error> <JNDI> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608641326> <BEA-050003> <Cannot create Initial Context. Reason: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.jndi.internal.ForeignJNDIManager.<init>(ForeignJNDIManager.java:45)
         at weblogic.jndi.internal.ForeignJNDIManager.initialize(ForeignJNDIManager.java:53)
         at weblogic.jndi.internal.ForeignJNDIManagerService.start(ForeignJNDIManagerService.java:36)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.net.UnknownHostException: Unknown protocol: 'TCP'
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:216)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         ... 13 more
    >
    ####<Jan 31, 2013 5:04:01 AM GMT> <Info> <Server> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608641763> <BEA-002622> <The protocol "[snmp, https, t3, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<Jan 31, 2013 5:04:01 AM GMT> <Info> <XML> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608641794> <BEA-130036> <Initializing XMLRegistry.>
    ####<Jan 31, 2013 5:04:01 AM GMT> <Info> <messaging.interception> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608641810> <BEA-400000> <Initializing message interception service>
    ####<Jan 31, 2013 5:04:03 AM GMT> <Info> <Store> <siebel-crm> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1359608643013> <BEA-280008> <Opening the persistent file store "_WLS_AdminServer" for recovery: directory=D:\Middleware\SOASuite11g\user_projects\domains\SOAOSBDevDomain\servers\AdminServer\data\store\default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    Please help. Its urgent
    Edited by: 831642 on Feb 20, 2013 5:13 AM
    Edited by: 831642 on Feb 20, 2013 5:20 AM

    Hi,
    It seems that one of your EJB is trying to access remote JVM using TCP protocol make sure to keep tunneling on your AdminServer and restart one more time.
    But still I doubt because it should look into different protocol.
    But you can try to enable it.
    you will find them under Server >> AdminServer >> Protocol.......
    Regards,
    Kal

  • Weblogic Server 10.0 automatic undeployment

    How can I perform common development cycle:
    code update - save - deploy - preview
    in Workshop?
    I'm running WLS under Workshop and when I start my Dynamic Web Project and then try to Publish changes I'm getting the exception that application is already running. The only way is to Undeploy it manually and then publish. Error log indicates that Workshop could not locate old version running on the server and therefore failed to deploy the new one:
    Error
    Tue Feb 05 00:00:54 EST 2008 Module named '' failed to redeploy.
    Tue Feb 05 00:00:54 EST 2008 Waiting on ProgressObject:@13678516
    Tue Feb 05 00:00:54 EST 2008 Module not found on server. Deploying.
    Tue Feb 05 00:00:54 EST 2008 ***dm.distribute (deploy)
    Changes to JSP files propagate to server without any effort on my account though - after I save changes they appear in the browser after I hit 'refresh' automatically. Problems arise when I update things like struts.xml or some of Action java classes - there's no way to publish them on the server short of undeploying them manually first.
    Any help would be greately appreciated.
    Edited by tsmike at 02/04/2008 9:08 PM

    I suggest you open a support case or try to review self-help support patterns on Metalink.
    Review doc id 760172.1 Oracle WebLogic Server Core Server / JVM / Memory Issues Support Patterns

  • The WebLogic Server not starting up properly.

    Hi Guys,
    Can any body help me for following error with weblogic.
    We are using weblogic 8.1 sp 4.
    While starting weblogic server it displays following error.
    ==========================================================
    <13-Oct-2006 09:13:07 o'clock BST> <Error> <Configuration Management> <BEA-150029> <There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.'
    Reason: weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean mydomain:Name=cman_m1,Server=cman_m1,Type=ServerStart. The value {3DES}7wwcZnDbae0xMa4dJR/tOA== for attribute PasswordEncrypted could not be read successfully.
    ==========================================================

    create a new boot.properties file with usernam & password
    and
    Make the backup of cofig.xml file,
    then Edit the config.xml
    PasswordEncrypted={ksskjfhsdjfsdfhdk} server="Admin_WLS">
    replace with
    Password="weblogic" server="Admin_WLS">
    restart the WLS now

  • Integrated Weblogic Server not starting

    Hi
    I have installed Jdeveloper 11.1.1.1.5 on Linux 64 bit machine.
    It was working fine till one day I got some errors about disk quota exceeded and Jdeveloper stopped working. I removed some unnecessary files so that there was no dearth of space and restarted the debugging but since then Integrated Weblogic Server is not starting. Below is the log in /home/<username>/.jdeveloper/system11.1.1.5.37.60.13/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log:
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <WebLogicServer> <adc2101598> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1315836218161> <BEA-000000> <WebLogic Server "DefaultServer" version:
    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Notice> <Log Management> <adc2101598> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1315836218216> <BEA-170019> <The server log file /home/sichava/.jdeveloper/system11.1.1.5.37.60.13/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log is opened. All server side log events will be written to this file.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Log Management> <adc2101598> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1315836218219> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Diagnostics> <adc2101598> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218267> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Warning> <NodeManager> <adc2101598> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218288> <BEA-300043> <Node manager native library not found - server process id not saved.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218316> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218316> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218316> <BEA-002622> <The protocol "http" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218316> <BEA-002622> <The protocol "https" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218317> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218317> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218318> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218318> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218320> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218320> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218323> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218323> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218324> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <RJVM> <adc2101598> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218333> <BEA-000570> <Network Configuration for Channel "DefaultServer"
    Listen Address          :7101
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     true
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Server> <adc2101598> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218356> <BEA-002609> <Channel Service initialized.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <Socket> <adc2101598> <DefaultServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218363> <BEA-000447> <Native IO Disabled. Using Java IO.>
    ####<Sep 12, 2011 7:03:38 AM PDT> <Info> <IIOP> <adc2101598> <DefaultServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315836218432> <BEA-002014> <IIOP subsystem enabled.>
    It gets stuck at this point and doesn't proceed at all.
    Can anyone please give some ideas?
    Thanks
    Abhishek

    what is the deployment issue that you are facing...
    system folder or DefaultDomain deletion should be - a Last Resort option...
    if there is a deployment issue.. then there might be some corruption in these files.. may be you can chk that
    web.xml
    weblogic.xml
    weblogic-application.xml

  • Weblogic Server 12c Start up issue

    Hi ,
    while am trying to start weblogic 12c server iin window xp professional ,it is giving the below error
    I am trying to learn Oracle11g SOA Suite I have configured the SOA Suite 11g Release 1 (11.1.1.6.0) ,let me know I try to work with weblogic 10.3.6 or 10.3.5 will this SOA Suite will work or have to install the compatible soa suite for weblogic with version 10.3.6 or 10.3.5 ,but am prefering weblogic 12c ,nned help on resolving the below error.
    <Critical> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926015> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.**
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
    at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
    at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
    at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
    at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
    at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2827)
    at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2821)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2821)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:148)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Notice> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000365> <Server state changed to FAILED.>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Error> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000383>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Notice> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926109> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    ####<May 17, 2012 12:12:06 PM GMT+05:30> <Info> <WebLogicServer> <computer> <AdminServer> <main> <<WLS Kernel>> <1337236926125> <BEA-000236> <Stopping execute threads.>
    After searching on some website ,have tried with changing the permission for cwallet.sso file but still getting the same error.
    help me resolving the same

    Note that you have to use corresponding version number when using Fusion Middleware, such as SOA Suite.
    This means when you are working with SOA Suite 11.1.1.5 you have to use WebLogic 10.3.5, when using SOA Suite 11.1.1.6 you must use WebLogic 10.3.6.
    The last numbers correspond. Also WebLogic 12c is a Java EE6 application server and all the WebLogic 10.3 are Java EE5. You can imagine that it might
    get you into trouble when you are using software that is build (and tested) for a WebLogic 10.3 Server and run that on 12c. Sometimes it goes
    alright sometimes it does not, so it is better use the version for which it is meant to run on.

  • Weblogic server not starting due to connection pool error.

    Hi all,
    We have some issues with the network due to that, weblog server not able to create the connection pool or make physical connection with the database in the allocated time, we need to increase the timeout so that weblogic can wait and create a connection and then start the apps. How to achieve this?
    Currently the server crashes and forcing to shutdown the error listed below
    <Oct 10, 2012 5:08:47 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:09:48 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:49 PM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oltpDS": IO Error: Socket read timed out>
    <Oct 10, 2012 5:10:50 PM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oltpDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: Socket read timed out
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:276)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:249)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1155)
         Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'oltpDS'. Resolved ''; remaining name 'oltpDS'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.healthedge.j2ee.PooledConnectionHelper.addDataSource(PooledConnectionHelper.java:202)
         at com.healthedge.j2ee.PooledConnectionHelper.getSTConnection(PooledConnectionHelper.java:281)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnectionIgnoreTxn(PooledConnectionHelper.java:268)
         at com.healthedge.j2ee.PooledConnectionHelper.getConnection(PooledConnectionHelper.java:251)
         at com.healthedge.query.execution.Query.prepareStatement(Query.java:504)
         at com.healthedge.query.execution.Query.setValue(Query.java:716)
         at com.healthedge.config.util.ReferenceResolutionHelper.setConstraintValues(ReferenceResolutionHelper.java:277)
         at com.healthedge.config.util.ReferenceResolver.getTypeReference(ReferenceResolver.java:232)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:221)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:211)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:187)
         at com.healthedge.config.util.ReferenceResolver.resolveTypeReference(ReferenceResolver.java:156)
         at com.healthedge.config.eval.HicIdentifier.getReference(HicIdentifier.java:58)
         at com.healthedge.startup.StartupService.startup(StartupService.java:56)
         at com.healthedge.startup.wl.WLStartupService.main(WLStartupService.java:13)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:362)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:272)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:214)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:207)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:186)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppAdminState(ClassDeploymentManager.java:162)
         at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    NESTED TRACES DONE
    >
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Oct 10, 2012 5:11:18 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Oct 10, 2012 5:11:18 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi,
    It looks like your DB is down for now and that is reason why the server cannot initialize your App while startup.
    Check which Data source you are using and make initial capacity as zero and try to restart the server again.
    Note: you need to do this changes from JMS module under %Domain_Home% / config / jdbc/
    Regards,
    Kal

  • Server instances starts automatically

    my server instances are starting automatically  ( I have multi server cf envronment on j-run)
    The server log file has following logs messages
    Primary
    "Information","scheduler-20","05/01/12","10:00:41",,"Starting logging..."
    "Information","scheduler-5","05/01/12","10:43:11",,"Starting logging..."
    nformation","scheduler-1","05/01/12","11:37:14",,"Starting logging..."
    Seconday
    "Information","scheduler-20","05/01/12","10:00:55",,"Starting logging..."
    The Primary service was restarted 3 times  and secondary once . Did not find much in the logs to find the reason.
    Can anyboy have reasons why this might happen?

    Hi Charlie,
    Server re-starting severals times this mornig..
    the PID log is as following
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 99562752 bytes for jbyte in C:\BUILD_AREA\jdk6_17\hotspot\src\share\vm\prims\jni.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:39), pid=7492, tid=8840
    #  Error: jbyte in C:\BUILD_AREA\jdk6_17\hotspot\src\share\vm\prims\jni.cpp
    # JRE version: 6.0_17-b04
    # Java VM: Java HotSpot(TM) Server VM (14.3-b01 mixed mode windows-x86 )
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x51091c00):  JavaThread "jrpp-1" [_thread_in_vm, id=8840, stack(0x625d0000,0x626d0000)]
    Stack: [0x625d0000,0x626d0000],  sp=0x626cec48,  free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x3067f7]
    V  [jvm.dll+0xf81ec]
    V  [jvm.dll+0x198b49]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.medialib.codec.png.Encoder.encode(Ljava/io/OutputStream;Lcom/sun/medialib/codec/j iio/mediaLibImage;JI)V+0
    j  com.sun.medialib.codec.png.Encoder.encode(Ljava/io/OutputStream;)V+14
    j  com.sun.media.imageioimpl.plugins.png.CLibPNGImageWriter.write(Ljavax/imageio/metadata/II OMetadata;Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V+796
    j  javax.imageio.ImageWriter.write(Ljava/awt/image/RenderedImage;)V+13
    j  javax.imageio.ImageIO.write(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljavax/imagei o/stream/ImageOutputStream;)Z+92
    j  javax.imageio.ImageIO.write(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljava/io/Outp utStream;)Z+41
    j  coldfusion.image.ImageWriter.writeImagetoStream(Ljava/lang/String;Ljava/awt/image/Rendere dImage;Lcoldfusion/image/Image;FLjava/io/OutputStream;Ljavax/imageio/metadata/IIOMetadata; )V+140
    j  coldfusion.image.ImageWriter.writeImage(Ljava/awt/image/RenderedImage;Lcoldfusion/image/I mage;Ljava/lang/String;Ljava/lang/String;FLjava/lang/String;)V+108
    j  coldfusion.image.Image.write(Ljava/lang/String;FZLjavax/servlet/jsp/PageContext;)V+464
    j  coldfusion.tagext.io.ImageTag.performWrite(Ljava/lang/String;Ljava/lang/String;Ljavax/ser vlet/jsp/PageContext;)V+35
    j  coldfusion.tagext.io.ImageTag.writeTempImageFile(Ljava/io/File;)V+19
    j  coldfusion.tagext.io.ImageTag.writeImageToBrowser(Ljava/lang/String;)V+8
    j  coldfusion.tagext.io.ImageTag.doStartTag()I+918
    j  cfdspSSCProcessing22ecfm1546786630._factor8(Ljavax/servlet/jsp/tagext/Tag;Ljavax/servlet/ jsp/JspWriter;)Ljava/lang/Object;+1007
    j  cfdspSSCProcessing22ecfm1546786630.runPage()Ljava/lang/Object;+22
    j  coldfusion.runtime.CfJspPage.invoke(Lcoldfusion/filter/FusionContext;)V+84
    j  coldfusion.tagext.lang.IncludeTag.doStartTag()I+90
    j  coldfusion.runtime.CfJspPage._emptyTcfTag(Ljavax/servlet/jsp/tagext/Tag;)Z+6
    j  cfindex2ecfm493090355.runPage()Ljava/lang/Object;+2267
    j  coldfusion.runtime.CfJspPage.invoke(Lcoldfusion/filter/FusionContext;)V+84
    j  coldfusion.tagext.lang.IncludeTag.doStartTag()I+90
    j  coldfusion.filter.CfincludeFilter.invoke(Lcoldfusion/filter/FusionContext;)V+75
    j  coldfusion.filter.ApplicationFilter.invoke(Lcoldfusion/filter/FusionContext;)V+1039
    j  coldfusion.filter.RequestMonitorFilter.invoke(Lcoldfusion/filter/FusionContext;)V+56
    j  coldfusion.filter.MonitoringFilter.invoke(Lcoldfusion/filter/FusionContext;)V+12
    j  coldfusion.filter.PathFilter.invoke(Lcoldfusion/filter/FusionContext;)V+146
    j  coldfusion.filter.ExceptionFilter.invoke(Lcoldfusion/filter/FusionContext;)V+13
    j  coldfusion.filter.BrowserDebugFilter.invoke(Lcoldfusion/filter/FusionContext;)V+193
    j  coldfusion.filter.ClientScopePersistenceFilter.invoke(Lcoldfusion/filter/FusionContext;)V +5
    j  coldfusion.filter.BrowserFilter.invoke(Lcoldfusion/filter/FusionContext;)V+35
    j  coldfusion.filter.NoCacheFilter.invoke(Lcoldfusion/filter/FusionContext;)V+120
    j  coldfusion.filter.GlobalsFilter.invoke(Lcoldfusion/filter/FusionContext;)V+13
    j  coldfusion.filter.DatasourceFilter.invoke(Lcoldfusion/filter/FusionContext;)V+5
    j  coldfusion.filter.CachingFilter.invoke(Lcoldfusion/filter/FusionContext;)V+36
    j  coldfusion.CfmServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRespons e;)V+182
    j  coldfusion.bootstrap.BootstrapServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servle t/ServletResponse;)V+30
    j  jrun.servlet.FilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRes ponse;)V+53
    j  coldfusion.monitor.event.MonitoringServletFilter.doFilter(Ljavax/servlet/ServletRequest;L javax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+9
    j  coldfusion.bootstrap.BootstrapFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servle t/ServletResponse;Ljavax/servlet/FilterChain;)V+25
    j  jrun.servlet.FilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRes ponse;)V+80
    j  jrun.servlet.FilterChain.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResp onse;)V+3
    j  jrun.servlet.ServletInvoker.invoke(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/ http/HttpServletResponse;Ljrun/servlet/InvokerChain;)V+183
    j  jrun.servlet.JRunInvokerChain.invokeNext(Ljavax/servlet/http/HttpServletRequest;Ljavax/se rvlet/http/HttpServletResponse;)V+55
    j  jrun.servlet.JRunRequestDispatcher.invoke(Ljrun/servlet/ServletConnection;)V+249
    j  jrun.servlet.ServletEngineService.dispatch(Ljrun/servlet/ServletConnection;)V+74
    j  jrun.servlet.jrpp.JRunProxyService.invokeRunnable(Ljava/lang/Runnable;)V+24
    j  jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(Ljava/lang/Runnable;)V+16
    j  jrunx.scheduler.WorkerThread.run()V+25
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x51742400 JavaThread "Timer-4" [_thread_blocked, id=864, stack(0x5be30000,0x5bf30000)]
      0x510c9400 JavaThread "cfthread-4" [_thread_blocked, id=9620, stack(0x5bd30000,0x5be30000)]
      0x5543a800 JavaThread "cfthread-3" [_thread_blocked, id=1664, stack(0x5ba30000,0x5bb30000)]
      0x50f4d400 JavaThread "cfthread-2" [_thread_blocked, id=8884, stack(0x59dc0000,0x59ec0000)]
      0x5160c400 JavaThread "task" daemon [_thread_blocked, id=8016, stack(0x5b6c0000,0x5b7c0000)]
      0x553f9800 JavaThread "task" daemon [_thread_blocked, id=728, stack(0x5b5c0000,0x5b6c0000)]
      0x5541d800 JavaThread "task" daemon [_thread_blocked, id=1744, stack(0x5b4c0000,0x5b5c0000)]
      0x5197e400 JavaThread "task" daemon [_thread_blocked, id=9044, stack(0x5b3c0000,0x5b4c0000)]
      0x5150c800 JavaThread "task" daemon [_thread_blocked, id=1248, stack(0x5b2c0000,0x5b3c0000)]
      0x50b33000 JavaThread "RMI TCP Connection(43)-161.80.200.121" daemon [_thread_in_native, id=8948, stack(0x564c0000,0x565c0000)]
      0x559f6800 JavaThread "RMI TCP Connection(42)-161.80.200.121" daemon [_thread_in_native, id=8368, stack(0x561c0000,0x562c0000)]
      0x5fd57c00 JavaThread "task" daemon [_thread_blocked, id=10176, stack(0x5b1c0000,0x5b2c0000)]
      0x50c50400 JavaThread "task" daemon [_thread_blocked, id=2044, stack(0x5abc0000,0x5acc0000)]
      0x552f7400 JavaThread "task" daemon [_thread_blocked, id=5288, stack(0x5aac0000,0x5abc0000)]
      0x5f4f3400 JavaThread "task" daemon [_thread_blocked, id=3416, stack(0x5a9c0000,0x5aac0000)]
      0x5152bc00 JavaThread "task" daemon [_thread_blocked, id=7416, stack(0x5a8c0000,0x5a9c0000)]
      0x51395400 JavaThread "RMI TCP Connection(40)-161.80.200.121" daemon [_thread_in_native, id=5564, stack(0x5a7c0000,0x5a8c0000)]
      0x51355400 JavaThread "RMI TCP Connection(41)-161.80.200.121" daemon [_thread_in_native, id=8316, stack(0x5a6c0000,0x5a7c0000)]
      0x50be3400 JavaThread "RMI TCP Connection(39)-161.80.200.121" daemon [_thread_in_native, id=7480, stack(0x5a5c0000,0x5a6c0000)]
      0x513f3800 JavaThread "task" daemon [_thread_blocked, id=5344, stack(0x5a3c0000,0x5a4c0000)]
      0x5144a400 JavaThread "task" daemon [_thread_blocked, id=5440, stack(0x59ec0000,0x59fc0000)]
      0x55850400 JavaThread "task" daemon [_thread_blocked, id=8928, stack(0x560c0000,0x561c0000)]
      0x554b9800 JavaThread "task" daemon [_thread_blocked, id=10112, stack(0x563c0000,0x564c0000)]
      0x512f3400 JavaThread "task" daemon [_thread_blocked, id=620, stack(0x580c0000,0x581c0000)]
      0x559a5000 JavaThread "task" daemon [_thread_blocked, id=9900, stack(0x574c0000,0x575c0000)]
      0x51501400 JavaThread "task" daemon [_thread_blocked, id=3948, stack(0x573c0000,0x574c0000)]
      0x51863000 JavaThread "RMI RenewClean-[161.80.200.121:2108]" daemon [_thread_blocked, id=8816, stack(0x546c0000,0x547c0000)]
      0x50f4a400 JavaThread "RMI TCP Connection(35)-161.80.200.121" daemon [_thread_in_native, id=748, stack(0x537d0000,0x538d0000)]
      0x554c9400 JavaThread "RMI TCP Connection(37)-161.80.200.121" daemon [_thread_in_native, id=7752, stack(0x533c0000,0x534c0000)]
      0x50b6c800 JavaThread "RMI TCP Connection(32)-161.80.200.121" daemon [_thread_in_native, id=10100, stack(0x531c0000,0x532c0000)]
      0x513f2400 JavaThread "jrpp-6" [_thread_in_native, id=7452, stack(0x52ec0000,0x52fc0000)]
      0x554b9400 JavaThread "RMI TCP Connection(36)-161.80.200.121" daemon [_thread_in_native, id=5384, stack(0x52cc0000,0x52dc0000)]
      0x5f4f4c00 JavaThread "jrpp-5" [_thread_in_native, id=9804, stack(0x528c0000,0x529c0000)]
      0x5144c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8640, stack(0x53bc0000,0x53cc0000)]
      0x5587b800 JavaThread "jrpp-4" [_thread_in_native, id=8984, stack(0x536d0000,0x537d0000)]
      0x5148c400 JavaThread "cfthread-1" [_thread_blocked, id=5264, stack(0x535d0000,0x536d0000)]
      0x50daac00 JavaThread "cfthread-0" [_thread_blocked, id=220, stack(0x534d0000,0x535d0000)]
      0x556dd400 JavaThread "jrpp-3" [_thread_in_native, id=9468, stack(0x52dc0000,0x52ec0000)]
      0x51356c00 JavaThread "scheduler-1" [_thread_blocked, id=3220, stack(0x52bc0000,0x52cc0000)]
      0x50ce7000 JavaThread "jrpp-2" [_thread_in_native, id=5528, stack(0x623d0000,0x624d0000)]
      0x003f7000 JavaThread "DestroyJavaVM" [_thread_blocked, id=416, stack(0x00030000,0x00130000)]
      0x50fe1800 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=5272, stack(0x668d0000,0x669d0000)]
      0x55996800 JavaThread "qtp25678348-329 - Acceptor1 [email protected]:5501" [_thread_in_native, id=4548, stack(0x674c0000,0x675c0000)]
      0x51417400 JavaThread "qtp25678348-328 - Acceptor0 [email protected]:5501" [_thread_in_native, id=6272, stack(0x667d0000,0x668d0000)]
      0x5f56a800 JavaThread "worker #4" daemon [_thread_blocked, id=5096, stack(0x673c0000,0x674c0000)]
      0x51935400 JavaThread "worker #3" daemon [_thread_blocked, id=4916, stack(0x672c0000,0x673c0000)]
      0x51625000 JavaThread "worker #2" daemon [_thread_blocked, id=8744, stack(0x671c0000,0x672c0000)]
      0x5fd4e400 JavaThread "worker #1" daemon [_thread_blocked, id=4716, stack(0x670c0000,0x671c0000)]
      0x5f5c2400 JavaThread "worker #0" daemon [_thread_blocked, id=10016, stack(0x66fc0000,0x670c0000)]
      0x5f7e0400 JavaThread "Thread-34" [_thread_blocked, id=9600, stack(0x66e40000,0x66f40000)]
      0x50fd7c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5780, stack(0x66bd0000,0x66cd0000)]
      0x512b0400 JavaThread "obj-skimmer-changeRequestProd" daemon [_thread_blocked, id=8420, stack(0x666d0000,0x667d0000)]
      0x51628400 JavaThread "obj-skimmer-atsprod_stg" daemon [_thread_blocked, id=2928, stack(0x665d0000,0x666d0000)]
      0x50f75400 JavaThread "obj-skimmer-PDLibrary" daemon [_thread_blocked, id=1160, stack(0x664d0000,0x665d0000)]
      0x5572c400 JavaThread "obj-skimmer-PARKING" daemon [_thread_blocked, id=8296, stack(0x663d0000,0x664d0000)]
      0x51a3a800 JavaThread "obj-skimmer-CMS_OLD" daemon [_thread_blocked, id=9028, stack(0x662d0000,0x663d0000)]
      0x5f60b400 JavaThread "obj-skimmer-adminKANSAS" daemon [_thread_blocked, id=968, stack(0x661d0000,0x662d0000)]
      0x512c8800 JavaThread "obj-skimmer-rolemanagement" daemon [_thread_blocked, id=5060, stack(0x660d0000,0x661d0000)]
      0x5570c800 JavaThread "obj-skimmer-adminWFMS_WASHDC" daemon [_thread_blocked, id=8288, stack(0x65fd0000,0x660d0000)]
      0x5597b800 JavaThread "obj-skimmer-PSB_EPASS_REPORT_CMSP" daemon [_thread_blocked, id=3024, stack(0x65ed0000,0x65fd0000)]
      0x512d8c00 JavaThread "obj-skimmer-PSB_EPASS_REPORT_CMST" daemon [_thread_blocked, id=1112, stack(0x65dd0000,0x65ed0000)]
      0x5f7b2800 JavaThread "obj-skimmer-ps_stg" daemon [_thread_blocked, id=4588, stack(0x65cd0000,0x65dd0000)]
      0x556dc400 JavaThread "obj-skimmer-oasis_shared" daemon [_thread_blocked, id=8032, stack(0x65bd0000,0x65cd0000)]
      0x5f5cbc00 JavaThread "obj-skimmer-WMMpd" daemon [_thread_blocked, id=5168, stack(0x65ad0000,0x65bd0000)]
      0x50b9d400 JavaThread "obj-skimmer-CATS_PROD" daemon [_thread_blocked, id=8612, stack(0x659d0000,0x65ad0000)]
      0x510e6400 JavaThread "obj-skimmer-EPASSfailover" daemon [_thread_blocked, id=1204, stack(0x658d0000,0x659d0000)]
      0x5563f400 JavaThread "obj-skimmer-adminWASHDCdev" daemon [_thread_blocked, id=6256, stack(0x657d0000,0x658d0000)]
      0x5f51a400 JavaThread "obj-skimmer-cfr2_stg" daemon [_thread_blocked, id=9180, stack(0x656d0000,0x657d0000)]
      0x557c9400 JavaThread "obj-skimmer-conman_stg" daemon [_thread_blocked, id=7648, stack(0x655d0000,0x656d0000)]
      0x5f7a6400 JavaThread "obj-skimmer-oarm_workflow_stg" daemon [_thread_blocked, id=7852, stack(0x654d0000,0x655d0000)]
      0x5f5c8400 JavaThread "obj-skimmer-changereq_stg" daemon [_thread_blocked, id=9684, stack(0x653d0000,0x654d0000)]
      0x5f510800 JavaThread "obj-skimmer-CoopProd" daemon [_thread_blocked, id=10120, stack(0x652d0000,0x653d0000)]
      0x55779800 JavaThread "obj-skimmer-cdx_epass" daemon [_thread_blocked, id=2280, stack(0x651d0000,0x652d0000)]
      0x55630400 JavaThread "obj-skimmer-persec_stg" daemon [_thread_blocked, id=3008, stack(0x650d0000,0x651d0000)]
      0x5193d400 JavaThread "obj-skimmer-meteringProd_namp" daemon [_thread_blocked, id=4368, stack(0x64fd0000,0x650d0000)]
      0x5f9ba800 JavaThread "obj-skimmer-PRINTJOB_OAPD" daemon [_thread_blocked, id=9184, stack(0x64ed0000,0x64fd0000)]
      0x552de800 JavaThread "obj-skimmer-coop_stg" daemon [_thread_blocked, id=3004, stack(0x64dd0000,0x64ed0000)]
      0x552de400 JavaThread "obj-skimmer-dt_stg" daemon [_thread_blocked, id=7064, stack(0x64cd0000,0x64dd0000)]
      0x517f8800 JavaThread "obj-skimmer-adminWFMS_RTP" daemon [_thread_blocked, id=7116, stack(0x64bd0000,0x64cd0000)]
      0x5f6ad400 JavaThread "obj-skimmer-persec_oadv" daemon [_thread_blocked, id=8792, stack(0x64ad0000,0x64bd0000)]
      0x517a9800 JavaThread "obj-skimmer-persec_oapd" daemon [_thread_blocked, id=9320, stack(0x649d0000,0x64ad0000)]
      0x5602f800 JavaThread "obj-skimmer-oarm_workflow" daemon [_thread_blocked, id=9216, stack(0x648d0000,0x649d0000)]
      0x5589b400 JavaThread "obj-skimmer-IDMSProd" daemon [_thread_blocked, id=5740, stack(0x647d0000,0x648d0000)]
      0x50c45c00 JavaThread "obj-skimmer-PSBProd" daemon [_thread_blocked, id=6008, stack(0x646d0000,0x647d0000)]
      0x5f6cf400 JavaThread "obj-skimmer-adminWASHDC" daemon [_thread_blocked, id=8108, stack(0x645d0000,0x646d0000)]
      0x5531b400 JavaThread "obj-skimmer-action_jands_stg" daemon [_thread_blocked, id=4656, stack(0x644d0000,0x645d0000)]
      0x518bd400 JavaThread "obj-skimmer-PSB_EPASS_APPS_CMSP" daemon [_thread_blocked, id=4552, stack(0x643d0000,0x644d0000)]
      0x5187c800 JavaThread "obj-skimmer-ATSProd" daemon [_thread_blocked, id=7400, stack(0x642d0000,0x643d0000)]
      0x50c09c00 JavaThread "obj-skimmer-PSB_EPASS_APPS_CMST" daemon [_thread_blocked, id=6248, stack(0x641d0000,0x642d0000)]
      0x50c09800 JavaThread "obj-skimmer-oasis_shared_stg" daemon [_thread_blocked, id=6444, stack(0x640d0000,0x641d0000)]
      0x5519c400 JavaThread "obj-skimmer-cfrv2" daemon [_thread_blocked, id=9012, stack(0x63fd0000,0x640d0000)]
      0x50f70800 JavaThread "obj-skimmer-cats_stg" daemon [_thread_blocked, id=5864, stack(0x63ed0000,0x63fd0000)]
      0x51926c00 JavaThread "obj-skimmer-pdlibrary_stg" daemon [_thread_blocked, id=6956, stack(0x63dd0000,0x63ed0000)]
      0x50ce9800 JavaThread "obj-skimmer-bsd_stg" daemon [_thread_blocked, id=3960, stack(0x63cd0000,0x63dd0000)]
      0x50fa8800 JavaThread "obj-skimmer-metering_stg" daemon [_thread_blocked, id=7732, stack(0x63bd0000,0x63cd0000)]
      0x5106f800 JavaThread "obj-skimmer-parktrans_stg" daemon [_thread_blocked, id=420, stack(0x63ad0000,0x63bd0000)]
      0x50fd0800 JavaThread "obj-skimmer-clicks_stg" daemon [_thread_blocked, id=8920, stack(0x639d0000,0x63ad0000)]
      0x51060c00 JavaThread "obj-skimmer-psoapd" daemon [_thread_blocked, id=4464, stack(0x638d0000,0x639d0000)]
      0x519e5400 JavaThread "obj-skimmer-dtoapd" daemon [_thread_blocked, id=4348, stack(0x637d0000,0x638d0000)]
      0x55cf4400 JavaThread "obj-skimmer-BSD" daemon [_thread_blocked, id=8380, stack(0x636d0000,0x637d0000)]
      0x50eba400 JavaThread "obj-skimmer-CredBadgeProd" daemon [_thread_blocked, id=8636, stack(0x635d0000,0x636d0000)]
      0x51804800 JavaThread "obj-skimmer-ticket_stg" daemon [_thread_blocked, id=8952, stack(0x634d0000,0x635d0000)]
      0x50b40800 JavaThread "obj-skimmer-contract_management" daemon [_thread_blocked, id=9340, stack(0x633d0000,0x634d0000)]
      0x5515b400 JavaThread "obj-skimmer-EPASSprod" daemon [_thread_blocked, id=4364, stack(0x632d0000,0x633d0000)]
      0x51957400 JavaThread "obj-skimmer-psb_stg" daemon [_thread_blocked, id=8536, stack(0x631d0000,0x632d0000)]
      0x51427800 JavaThread "obj-skimmer-Ticket_Prod" daemon [_thread_blocked, id=5832, stack(0x630d0000,0x631d0000)]
      0x55262800 JavaThread "obj-skimmer-PERSECOPM" daemon [_thread_blocked, id=664, stack(0x62fd0000,0x630d0000)]
      0x559bc400 JavaThread "obj-skimmer-oa_workflow" daemon [_thread_blocked, id=8348, stack(0x62ed0000,0x62fd0000)]
      0x55f95800 JavaThread "obj-skimmer-action_tracking_jands" daemon [_thread_blocked, id=9816, stack(0x62dd0000,0x62ed0000)]
      0x5148c800 JavaThread "obj-skimmer-MCMpd" daemon [_thread_blocked, id=8904, stack(0x62cd0000,0x62dd0000)]
      0x4fe65c00 JavaThread "obj-skimmer-printjob_stg" daemon [_thread_blocked, id=7724, stack(0x62bd0000,0x62cd0000)]
      0x50bec800 JavaThread "obj-skimmer-CredBadge_stg" daemon [_thread_blocked, id=7168, stack(0x62ad0000,0x62bd0000)]
      0x5138f800 JavaThread "obj-skimmer-mcm_stg" daemon [_thread_blocked, id=8624, stack(0x629d0000,0x62ad0000)]
      0x5158a400 JavaThread "obj-skimmer-wmm_stg" daemon [_thread_blocked, id=9644, stack(0x628d0000,0x629d0000)]
      0x5137f400 JavaThread "obj-skimmer-oapd_stg" daemon [_thread_blocked, id=5388, stack(0x627d0000,0x628d0000)]
      0x51397400 JavaThread "obj-skimmer-oa_workflow_stg" daemon [_thread_blocked, id=7084, stack(0x626d0000,0x627d0000)]
    =>0x51091c00 JavaThread "jrpp-1" [_thread_in_vm, id=8840, stack(0x625d0000,0x626d0000)]
      0x517fac00 JavaThread "scheduler-0" [_thread_blocked, id=8808, stack(0x624d0000,0x625d0000)]
      0x55bfc400 JavaThread "Thread-27" daemon [_thread_blocked, id=9980, stack(0x620d0000,0x621d0000)]
      0x5f513400 JavaThread "scheduler-22" [_thread_blocked, id=4792, stack(0x61fd0000,0x620d0000)]
      0x51580c00 JavaThread "task" daemon [_thread_blocked, id=7196, stack(0x61dd0000,0x61ed0000)]
      0x519dc000 JavaThread "task" daemon [_thread_blocked, id=7176, stack(0x5ca30000,0x5cb30000)]
      0x55c94c00 JavaThread "task" daemon [_thread_blocked, id=8696, stack(0x618d0000,0x619d0000)]
      0x55ef0800 JavaThread "jndi-5" [_thread_blocked, id=5376, stack(0x5ed30000,0x5ee30000)]
      0x560bf800 JavaThread "task" daemon [_thread_blocked, id=9616, stack(0x617d0000,0x618d0000)]
      0x55be5400 JavaThread "Timer-2" daemon [_thread_blocked, id=3840, stack(0x616d0000,0x617d0000)]
      0x51a9a400 JavaThread "Timer-1" [_thread_blocked, id=9396, stack(0x615d0000,0x616d0000)]
      0x5f51dc00 JavaThread "Timer-0" [_thread_blocked, id=2912, stack(0x614d0000,0x615d0000)]
      0x50e3d800 JavaThread "task" daemon [_thread_blocked, id=7728, stack(0x5f130000,0x5f230000)]
      0x5179e800 JavaThread "task" daemon [_thread_blocked, id=5284, stack(0x5f2d0000,0x5f3d0000)]
      0x50da4400 JavaThread "task" daemon [_thread_blocked, id=7736, stack(0x5f030000,0x5f130000)]
      0x51660000 JavaThread "task" daemon [_thread_blocked, id=7224, stack(0x5ee30000,0x5ef30000)]
      0x5603a800 JavaThread "task" daemon [_thread_blocked, id=9084, stack(0x57bc0000,0x57cc0000)]
      0x55f5bc00 JavaThread "task" daemon [_thread_blocked, id=8228, stack(0x5b7c0000,0x5b8c0000)]
      0x519d6800 JavaThread "scheduler-21" [_thread_blocked, id=6876, stack(0x5d930000,0x5da30000)]
      0x5152c400 JavaThread "task" daemon [_thread_blocked, id=8400, stack(0x5d530000,0x5d630000)]
      0x5152fc00 JavaThread "Thread-23" daemon [_thread_blocked, id=4336, stack(0x5d230000,0x5d330000)]
      0x513a3400 JavaThread "Thread-22" daemon [_thread_blocked, id=8544, stack(0x5d130000,0x5d230000)]
      0x51530800 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=8656, stack(0x5d030000,0x5d130000)]
      0x5172f400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=5128, stack(0x5cf30000,0x5d030000)]
      0x51526000 JavaThread "jrpp-0" [_thread_in_native, id=9672, stack(0x5cc30000,0x5cd30000)]
      0x519dd400 JavaThread "web-0" [_thread_in_native, id=9652, stack(0x5cb30000,0x5cc30000)]
      0x55860c00 JavaThread "Thread-21" daemon [_thread_blocked, id=8940, stack(0x5c730000,0x5c830000)]
      0x550c0c00 JavaThread "Thread-20" daemon [_thread_blocked, id=8412, stack(0x5c630000,0x5c730000)]
      0x551fd400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=7288, stack(0x5c530000,0x5c630000)]
      0x51523800 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=4480, stack(0x5c430000,0x5c530000)]
      0x515a1000 JavaThread "task" daemon [_thread_blocked, id=3444, stack(0x5c130000,0x5c230000)]
      0x556e0800 JavaThread "task" daemon [_thread_blocked, id=4744, stack(0x5b8c0000,0x5b9c0000)]
      0x55883400 JavaThread "Thread-19" [_thread_blocked, id=8604, stack(0x5bc30000,0x5bd30000)]
      0x51780c00 JavaThread "task" daemon [_thread_blocked, id=6252, stack(0x5bb30000,0x5bc30000)]
      0x51413800 JavaThread "scheduler-20" [_thread_blocked, id=5808, stack(0x572c0000,0x573c0000)]
      0x55835800 JavaThread "Thread-17" daemon [_thread_blocked, id=7080, stack(0x5b0c0000,0x5b1c0000)]
      0x5590c400 JavaThread "Thread-16" daemon [_thread_blocked, id=8684, stack(0x5afc0000,0x5b0c0000)]
      0x556b1800 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=7764, stack(0x5aec0000,0x5afc0000)]
      0x5170dc00 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=3108, stack(0x5adc0000,0x5aec0000)]
      0x5170c800 JavaThread "RMI RenewClean-[161.80.200.121:4518]" daemon [_thread_blocked, id=9944, stack(0x5acc0000,0x5adc0000)]
      0x51818400 JavaThread "Thread-15" daemon [_thread_blocked, id=4900, stack(0x5a2c0000,0x5a3c0000)]
      0x55825000 JavaThread "Thread-14" daemon [_thread_blocked, id=9632, stack(0x5a1c0000,0x5a2c0000)]
      0x55823c00 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=1740, stack(0x5a0c0000,0x5a1c0000)]
      0x5574e400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=9532, stack(0x59fc0000,0x5a0c0000)]
      0x55840000 JavaThread "Thread-13" daemon [_thread_blocked, id=9008, stack(0x59cc0000,0x59dc0000)]
      0x5583ec00 JavaThread "Thread-12" daemon [_thread_blocked, id=9964, stack(0x59bc0000,0x59cc0000)]
      0x556c3000 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=5276, stack(0x59ac0000,0x59bc0000)]
      0x556c2400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=7060, stack(0x599c0000,0x59ac0000)]
      0x518a2c00 JavaThread "scheduler-19" [_thread_blocked, id=4708, stack(0x596c0000,0x597c0000)]
      0x518a1800 JavaThread "scheduler-18" [_thread_blocked, id=2924, stack(0x595c0000,0x596c0000)]
      0x518a0000 JavaThread "scheduler-17" [_thread_blocked, id=4452, stack(0x594c0000,0x595c0000)]
      0x5189ec00 JavaThread "scheduler-16" [_thread_blocked, id=8024, stack(0x593c0000,0x594c0000)]
      0x5189d400 JavaThread "scheduler-15" [_thread_blocked, id=7304, stack(0x592c0000,0x593c0000)]
      0x51617400 JavaThread "scheduler-14" [_thread_blocked, id=6204, stack(0x591c0000,0x592c0000)]
      0x51616000 JavaThread "scheduler-13" [_thread_blocked, id=7696, stack(0x590c0000,0x591c0000)]
      0x51614800 JavaThread "scheduler-12" [_thread_blocked, id=2748, stack(0x58fc0000,0x590c0000)]
      0x51613400 JavaThread "scheduler-11" [_thread_blocked, id=6996, stack(0x58ec0000,0x58fc0000)]
      0x51612400 JavaThread "scheduler-10" [_thread_blocked, id=6112, stack(0x58dc0000,0x58ec0000)]
      0x51841400 JavaThread "scheduler-9" [_thread_blocked, id=6720, stack(0x58cc0000,0x58dc0000)]
      0x51840000 JavaThread "scheduler-8" [_thread_blocked, id=7760, stack(0x58bc0000,0x58cc0000)]
      0x51a12000 JavaThread "scheduler-7" [_thread_blocked, id=10064, stack(0x58ac0000,0x58bc0000)]
      0x51a10c00 JavaThread "scheduler-6" [_thread_blocked, id=8912, stack(0x589c0000,0x58ac0000)]
      0x51a0fc00 JavaThread "scheduler-5" [_thread_blocked, id=4804, stack(0x588c0000,0x589c0000)]
      0x517aa400 JavaThread "scheduler-4" [_thread_blocked, id=10184, stack(0x587c0000,0x588c0000)]
      0x51629c00 JavaThread "scheduler-3" [_thread_blocked, id=4768, stack(0x586c0000,0x587c0000)]
      0x55681400 JavaThread "scheduler-2" [_thread_blocked, id=5368, stack(0x585c0000,0x586c0000)]
      0x519e6800 JavaThread "scheduler-1" [_thread_blocked, id=9032, stack(0x584c0000,0x585c0000)]
      0x51503000 JavaThread "scheduler-0" [_thread_blocked, id=712, stack(0x583c0000,0x584c0000)]
      0x51770800 JavaThread "Transaction Domain PrivateJmsDomain" [_thread_blocked, id=5756, stack(0x582c0000,0x583c0000)]
      0x55461800 JavaThread "clock" daemon [_thread_blocked, id=4800, stack(0x581c0000,0x582c0000)]
      0x5158bc00 JavaThread "task" daemon [_thread_blocked, id=7132, stack(0x57fc0000,0x580c0000)]
      0x551cf400 JavaThread "task" daemon [_thread_blocked, id=5072, stack(0x57ec0000,0x57fc0000)]
      0x51581800 JavaThread "Transaction Domain DefaultDomain" [_thread_blocked, id=4732, stack(0x57dc0000,0x57ec0000)]
      0x5193e400 JavaThread "tyrex.util.daemonMaster" daemon [_thread_blocked, id=5200, stack(0x57cc0000,0x57dc0000)]
      0x517d7800 JavaThread "Thread-10" daemon [_thread_blocked, id=10108, stack(0x578c0000,0x579c0000)]
      0x517d6400 JavaThread "Thread-9" daemon [_thread_blocked, id=9728, stack(0x577c0000,0x578c0000)]
      0x517d4c00 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=5088, stack(0x576c0000,0x577c0000)]
      0x515cf400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=3424, stack(0x575c0000,0x576c0000)]
      0x51a9f000 JavaThread "Thread-8" daemon [_thread_blocked, id=196, stack(0x56fc0000,0x570c0000)]
      0x51a9d800 JavaThread "Thread-7" daemon [_thread_blocked, id=5908, stack(0x56ec0000,0x56fc0000)]
      0x51a9c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=1164, stack(0x56dc0000,0x56ec0000)]
      0x5144b000 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=9200, stack(0x56cc0000,0x56dc0000)]
      0x5140dc00 JavaThread "jndi-4" [_thread_in_native, id=9576, stack(0x569c0000,0x56ac0000)]
      0x51987800 JavaThread "jndi-3" [_thread_blocked, id=1168, stack(0x568c0000,0x569c0000)]
      0x551d0400 JavaThread "jndi-2" [_thread_blocked, id=5044, stack(0x567c0000,0x568c0000)]
      0x51988c00 JavaThread "jndi-1" [_thread_blocked, id=7500, stack(0x566c0000,0x567c0000)]
      0x515cd000 JavaThread "jndi-0" [_thread_blocked, id=7376, stack(0x565c0000,0x566c0000)]
      0x5158c400 JavaThread "Thread-6" daemon [_thread_blocked, id=8832, stack(0x54ec0000,0x54fc0000)]
      0x519b6800 JavaThread "Thread-5" daemon [_thread_blocked, id=7952, stack(0x54cc0000,0x54dc0000)]
      0x518d0400 JavaThread "RMI RenewClean-[161.80.200.121:1393]" daemon [_thread_blocked, id=9284, stack(0x54dc0000,0x54ec0000)]
      0x513a9400 JavaThread "Thread-4" daemon [_thread_blocked, id=6216, stack(0x54bc0000,0x54cc0000)]
      0x5110c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=4796, stack(0x548c0000,0x549c0000)]
      0x50f98400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=8452, stack(0x547c0000,0x548c0000)]
      0x513b1c00 JavaThread "jms-fifo-5" [_thread_blocked, id=10192, stack(0x544c0000,0x545c0000)]
      0x513b1400 JavaThread "jms-fifo-4" [_thread_blocked, id=7680, stack(0x543c0000,0x544c0000)]
      0x51416800 JavaThread "jms-fifo-3" [_thread_blocked, id=4936, stack(0x542c0000,0x543c0000)]
      0x5177a400 JavaThread "jms-fifo-2" [_thread_blocked, id=1000, stack(0x541c0000,0x542c0000)]
      0x5110a000 JavaThread "jms-fifo-1" [_thread_blocked, id=5252, stack(0x52ac0000,0x52bc0000)]
      0x51106800 JavaThread "RMI RenewClean-[161.80.200.121:1220]" daemon [_thread_blocked, id=6288, stack(0x53ac0000,0x53bc0000)]
      0x50f94000 JavaThread "RMI TCP Connection(38)-161.80.200.121" daemon [_thread_in_native, id=7124, stack(0x539c0000,0x53ac0000)]
      0x50f49000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=9704, stack(0x529c0000,0x52ac0000)]
      0x50d18800 JavaThread "snapshot thread" daemon [_thread_blocked, id=1772, stack(0x527c0000,0x528c0000)]
      0x50e90000 JavaThread "discovery announcement" daemon [_thread_blocked, id=5188, stack(0x526c0000,0x527c0000)]
      0x50eaa400 JavaThread "multicast request" daemon [_thread_in_native, id=9024, stack(0x525c0000,0x526c0000)]
      0x50e6d400 JavaThread "unicast request" daemon [_thread_in_native, id=8956, stack(0x524c0000,0x525c0000)]
      0x50d0c400 JavaThread "event expire" daemon [_thread_blocked, id=8324, stack(0x523c0000,0x524c0000)]
      0x50db8400 JavaThread "service expire" daemon [_thread_blocked, id=484, stack(0x522c0000,0x523c0000)]
      0x50e98000 JavaThread "Thread-3" daemon [_thread_blocked, id=1784, stack(0x520d0000,0x521d0000)]
      0x50f52400 JavaThread "Thread-2" daemon [_thread_blocked, id=7020, stack(0x51fd0000,0x520d0000)]
      0x50d7c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=9140, stack(0x51ed0000,0x51fd0000)]
      0x50e51400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=10084, stack(0x51dd0000,0x51ed0000)]
      0x51449800 JavaThread "GC Daemon" daemon [_thread_blocked, id=4884, stack(0x51cd0000,0x51dd0000)]
      0x50eea400 JavaThread "RMI Reaper" [_thread_blocked, id=9880, stack(0x51bd0000,0x51cd0000)]
      0x51407c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8548, stack(0x51ad0000,0x51bd0000)]
      0x4fe7a400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5872, stack(0x50890000,0x50990000)]
      0x4fe77400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=9976, stack(0x50790000,0x50890000)]
      0x4fe72400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1140, stack(0x50690000,0x50790000)]
      0x4fe70800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1804, stack(0x50590000,0x50690000)]
      0x4fe6f400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5488, stack(0x50490000,0x50590000)]
      0x4fe5d000 JavaThread "Finalizer" daemon [_thread_blocked, id=1116, stack(0x50390000,0x50490000)]
      0x4fe5b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8892, stack(0x50290000,0x50390000)]
    Other Threads:
      0x4fe57800 VMThread [stack: 0x50190000,0x50290000] [id=5304]
      0x4fe7c000 WatcherThread [stack: 0x50990000,0x50a90000] [id=6708]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 77696K, used 52443K [0x48630000, 0x4f7f0000, 0x4f7f0000)
      eden space 38912K, 35% used [0x48630000,0x49389070,0x4ac30000)
      from space 38784K, 99% used [0x4d210000,0x4f7edc50,0x4f7f0000)
      to   space 38784K, 0% used [0x4ac30000,0x4ac30000,0x4d210000)
    PSOldGen        total 291584K, used 244182K [0x0f7f0000, 0x214b0000, 0x48630000)
      object space 291584K, 83% used [0x0f7f0000,0x1e665810,0x214b0000)
    PSPermGen       total 89600K, used 71687K [0x037f0000, 0x08f70000, 0x0f7f0000)
      object space 89600K, 80% used [0x037f0000,0x07df1ce8,0x08f70000)
    Dynamic libraries:
    0x00400000 - 0x00411000  D:\JRun4\bin\jrun.exe
    0x7c800000 - 0x7c8c3000  C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000  C:\WINDOWS\system32\kernel32.dll
    0x7d1e0000 - 0x7d27c000  C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cf0000  C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000  C:\WINDOWS\system32\Secur32.dll
    0x78520000 - 0x785c3000  C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_D08D0375\MSVCR 90.dll
    0x6db60000 - 0x6df6a000  D:\JRun4\jre\bin\server\jvm.dll
    0x77380000 - 0x77411000  C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c49000  C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000  C:\WINDOWS\system32\WINMM.dll
    0x7c340000 - 0x7c396000  D:\JRun4\bin\MSVCR71.dll
    0x76290000 - 0x762ad000  C:\WINDOWS\system32\IMM32.DLL
    0x6d860000 - 0x6d86c000  D:\JRun4\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000  D:\JRun4\jre\bin\java.dll
    0x6d340000 - 0x6d348000  D:\JRun4\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000  C:\WINDOWS\system32\PSAPI.DLL
    0x6d8a0000 - 0x6d8af000  D:\JRun4\jre\bin\zip.dll
    0x6d6c0000 - 0x6d6d3000  D:\JRun4\jre\bin\net.dll
    0x71c00000 - 0x71c17000  C:\WINDOWS\system32\WS2_32.dll
    0x77ba0000 - 0x77bfa000  C:\WINDOWS\system32\msvcrt.dll
    0x71bf0000 - 0x71bf8000  C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000  C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000  C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000  C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000  C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000  C:\WINDOWS\system32\rasadhlp.dll
    0x51150000 - 0x5115c000  D:\JRun4\bin\portscan.dll
    0x5f270000 - 0x5f2ca000  C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000  C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x68035000  C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0cf000  C:\WINDOWS\system32\SHELL32.dll
    0x7d180000 - 0x7d1d2000  C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x- ww_05FDF087\comctl32.dll
    0x6d7b0000 - 0x6d7b6000  D:\JRun4\jre\bin\rmi.dll
    0x6d840000 - 0x6d848000  D:\JRun4\jre\bin\sunmscapi.dll
    0x761b0000 - 0x76243000  C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000  C:\WINDOWS\system32\MSASN1.dll
    0x521d0000 - 0x52250000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\izmjniado.dll
    0x77670000 - 0x777a9000  C:\WINDOWS\system32\ole32.dll
    0x7d0e0000 - 0x7d16b000  C:\WINDOWS\system32\OLEAUT32.dll
    0x76cf0000 - 0x76d0a000  C:\WINDOWS\system32\iphlpapi.dll
    0x76cd0000 - 0x76ce9000  C:\WINDOWS\system32\MPRAPI.dll
    0x76df0000 - 0x76e24000  C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000  C:\WINDOWS\system32\adsldpc.dll
    0x71c40000 - 0x71c97000  C:\WINDOWS\system32\NETAPI32.dll
    0x76b80000 - 0x76bae000  C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a92000  C:\WINDOWS\system32\ATL.DLL
    0x76e30000 - 0x76e3c000  C:\WINDOWS\system32\rtutils.dll
    0x7e020000 - 0x7e02f000  C:\WINDOWS\system32\SAMLIB.dll
    0x770e0000 - 0x771e8000  C:\WINDOWS\system32\SETUPAPI.dll
    0x52280000 - 0x522a3000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\CFXNeo.dll
    0x5b9d0000 - 0x5b9e3000  D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\cfregistry.dll
    0x5ba10000 - 0x5ba23000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\cfregistry.dll
    0x6d0b0000 - 0x6d1fa000  D:\JRun4\jre\bin\awt.dll
    0x73070000 - 0x73097000  C:\WINDOWS\system32\WINSPOOL.DRV
    0x77530000 - 0x775c7000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.4770_x -ww_A689AB02\comctl32.dll
    0x6d2e0000 - 0x6d334000  D:\JRun4\jre\bin\fontmanager.dll
    0x6d6e0000 - 0x6d6e9000  D:\JRun4\jre\bin\nio.dll
    0x6d610000 - 0x6d619000  D:\JRun4\jre\bin\management.dll
    0x538d0000 - 0x538de000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\NeoUUID.dll
    0x53900000 - 0x5390b000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\mlib_jai_util.dll
    0x5da30000 - 0x5de7e000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\mlib_jai_mmx.dll
    0x52fc0000 - 0x52fcb000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\clib_jiio_util.dl l
    0x52fe0000 - 0x530ec000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\clib_jiio_sse2.dl l
    VM Arguments:
    jvm_args: -Xmx1G -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir=D:\JRun4/ -Djmx.invoke.getters=true
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=D:\Documentum\dctm.jar;D:\Documentum\config
    PATH=D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib;D:\JRun4\servers \cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin;D:\JRun4\servers\cfusion\cfu sion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin\international;D:\JRun4\servers\cfusion\c fusion-ear\cfusion-war\WEB-INF\cfusion\lib\oosdk\classes\win;D:\Documentum\Shared;D:\Docum entumRuntime\Shared;D:\JRun4\verity\k2\_nti40\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOW S\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Intel\DMIX;D:\Program Files\Dell\SysMgt\RAC5;D:\Program Files\Dell\SysMgt\oma\bin
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (14.3-b01) for windows-x86 JRE (1.6.0_17-b04), built on Oct 11 2009 00:46:21 by "java_re" with MS VC++ 7.1
    time: Fri Aug 31 12:50:50 2012
    elapsed time: 300 seconds

Maybe you are looking for