Weblogic Server Shutting down execute threads
Weblogic 5.1 SP9 on Solaris.
After upgrading to SP9 from SP8 we are observing a new message in our log during
the START UP PROCESS. It seems that after performing a GC and during the creation
of the connection pools we are receiving a message "Shutting down execute threads".
Though Weblogic starts up ok after this and performs ok we are still concerned
on what execute threads are shutting down?
Any help in an explanation would be appreciated.
<I> <GC> GC: After free/total=505281560/531955712 (94%)
GC: After free/total=505281560/531955712 (94%)Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutting down execute threads
Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
could you post complete the log file
right from the server startup to until WLS
listens on http & SSL ports?
Kumar
Andy wrote:
Weblogic 5.1 SP9 on Solaris.
After upgrading to SP9 from SP8 we are observing a new message in our log during
the START UP PROCESS. It seems that after performing a GC and during the creation
of the connection pools we are receiving a message "Shutting down execute threads".
Though Weblogic starts up ok after this and performs ok we are still concerned
on what execute threads are shutting down?
Any help in an explanation would be appreciated.
<I> <GC> GC: After free/total=505281560/531955712 (94%)
GC: After free/total=505281560/531955712 (94%)Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutting down execute threads
Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
Similar Messages
-
Suddenly WebLogic Server shutting down while doing testing
Hi All,
While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
Please let me know the reason for this.It's very very urgent.
Thanks
VenkatSee case #188305. There is not a whole lot of information there and we really don't like to reproduce this.
If it happens again we will add more info to the case. In the log file we have seen 'class not found' for
weblogic.utils.... classes before it shuts down. Boot it again under no load and it comes up fine.
Mike.
Kumar Allamraju <[email protected]> wrote:
Hmm.. that's interesting.
What version of WLS, SP-level? what 's the avg load that you are putting on WLS? Is it in a clustered environment? what
the min/max heap size, executeThreadCount etc...
Any other details that you can provide us would be helpful for us to debug further.
Kumar
Michael Reiche wrote:
Kumar -
We have seen this as well when load testing. It's hard to ignore the WL server shutting down by itself for no reason.
Mike Reiche
Kumar Allamraju <[email protected]> wrote:
You will only see this, if WLS shutdown is commenced and if you try to PING the server.
you can safely ignore it.
Kumar
Venkat wrote:
Hi All,
While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
Please let me know the reason for this.It's very very urgent.
Thanks
Venkat -
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.2There 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 -
Weblogic Server shutting down at Windows logout
I have an administration server running on a WinXP machine - it works fine, except that every time I log out of Windows, it dies. I can start and stop it remotely via Node Manager with nobody logged into Windows, but as soon as I log out, it dies. Needless to say, that's not an acceptable state of affairs.
The server logs seem to indicate that this dies when the JVM calls a WLS shutdown hook; http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=d0b819f11f76f6ffffffffcf997b0034a8e29:YfiG?bug_id=4323062 seems to indicate this isn't a problem unique to weblogic, and the solution seems to be adding the -Xrs flag to JVM startup. (I'm using the Sun JVM) I used the server's admin console to add the flag to the Arguments field of the Server Start tab for the server, but the problem persists.
Anyone else dealt with this or have a suggestion?Have you tried setting WebLogic to run as a Windows service?
http://e-docs.bea.com/wls/docs81/adminguide/winservice.html
Mike
Weblogic/J2EE Security Blog: http://monduke.com -
Activation server shut down for Creative Suite 2, Acrobat 7, and Macromedia products
Effective December 13, Adobe disabled the activation server for CS2 products and Acrobat 7 because of a technical glitch. These products were released over 7 years ago and do not run on many modern operating systems. But to ensure that any customers activating those old versions can continue to use their software, we issued a serial number directly to those customers. While this might be interpreted as Adobe giving away software for free, we did it to help our customers.
If your software is affected by the activation server shut down then you will receive an error that the Activation server is unavailable. The specific affected products are as follows:
Acrobat 7.0 - Windows
After Effects 7.0
Audition 3.0
Captivate 1.0
Contribute 2.0
Contribute 3.0
Creative Suite 2.0
Director MX 2004
Dreamweaver MX 2004
Fireworks MX 2004
Flash Paper 2.0
Freehand MX
GoLive CS2
GoLive 9.0
Illustrator CS2
InCopy CS2
InDesign CS2
Macromedia Studo MX 2004
Photoshop CS
Photoshop CS2
Photoshop Elements 4.0
Photoshop Elements 5.0
Premiere Pro 7.0
Production Studio Premium
The activation server being shut down will not affect currently installed and activated Adobe software. You will only face this difficulty if you need to reactivate the software.
To remedy this difficulty we have made available a version of these software titles that does not require activation for Users who have previously purchase the affected software. For additional details and specific links to the software please see:
Error: Activation Server Unavailable | CS2 products, Acrobat 7 - http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.html
Error: Activation Server Unavailable | Macromedia branded products - http://helpx.adobe.com/x-productkb/policy-pricing/macromedia-legacy-activation-error.html
If the software title you have purchased is affected by the activation server being shut down, but is not available for download in the previously referenced pages, then please contact our support team at http://www.adobe.com/support/chat/ivrchat.html. Please be aware our support team will not be able to provide assistance for downloading or installing the Creative Suite 2 software.
System requirements
Creative Suite 2 software was only designed to run in the following operating environments:
Mac OS X v.10.2.8–v.10.3.8. PowerPC® G4 or G5 processor
Microsoft® Windows® 2000/Windows XP. Intel® Pentium® III or 4 processor
Extraction instructions
If you are receiving a message to insert disc two please see the following extraction instructions:
In the English version of the software the file CreativeSuiteCS2Disc2 extracts to C:\Creative Suite\Adobe Creative Suite 2.0\. CreativeSuiteCS2Disc1 and CreativeSuiteCS2Disc3 both extract to C:\Creative Suite CS2\Adobe Creative Suite 2.0\.
Please copy the contents of the C:\Creative Suite\Adobe Creative Suite 2.0\ folder to the C:\Creative Suite CS2\Adobe Creative Suite 2.0\ folder and you will no longer be prompted to insert disc two.
Additional information
Some Users have reported success getting Creative Suite 2 to install under Windows 7 64-bit. Please see http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/windows-7-is-n ot-compatible-with-adobe-photoshop/6f1b4955-7166-4b8f-ad9b-5d19150f803f for more information.
Still facing installation difficulties?
If you are experiencing an installation issue with the software currently available I would recommend creating a new thread in the Downloading, Installing, and Setting up forum - http://forums.adobe.com/community/download_install_setup. If you can please make sure to include the following:
• What software are you trying to install?
• Which operating system are you using?
• Was the software previously installed prior to downloading the non-activating version currently available?
• What specific error messages are you receiving when trying to install?
Please also see the original discussion on this topic at http://forums.adobe.com/message/4919014#4919014.Hello Jeff.
EN version is not so eaqual in all with CZ version, I have PREMIUM one, not Standard.
So I download these EN versions and Acrobat 7Pro separately.
It look that it works, I have it installed on my presentation laptop. I ussualy work on PC and laptop is for bussines trips mostly.
When I was working on my PC I found in menu one interesting option. I have installed CS2 in 2010 so it works OK, still in CZ. What I found in menu is called "Licence Transfer".
I didnt try it because I dont want to loose my activation on PC, but could you please say to me what does this option means?
Is it possible to copy licence on flash disk and use it on laptop, but it still be in PC also? Or it is only for deactivation, so you will loose it, and after this you can do new activation (which is impossible by server shut down)?
And one question to the end, if I buy some later version like CS4 or CS5 (from some graphic studio which have one licence to sell-transfer) so do Adobe plan to shut down server too, for CS4, CS5 or after this non user/customer friendly solution (I mean for CS2) will Adobe do some application which we can install on our local PC and this app will say to CSxx "Your licence is OK, just continue in work" ?? --- this would be much better, I think if Adobe do this so it will be the same like no-activation versions in EN only but without so many complains and impacts on your customers.
Thank you for reply me -
Hi
does anybody knows why when i start app server 9 from console by typing .
./adadmin start-domain domain1
it runs fine, but if i close console app server shut down??
i'm using solaris 10 on ultra20, but same problem on sunfire v100
is there any way to make sun app server permanent?
RegardsFor exploaded war files use following context parameters in web.xml
// For servlet reload
weblogic.httpd.servlet.reloadCheckSecs
// For JSP reload
weblogic.jsp.pageCheckSeconds
Example:
<context-param>
<param-name>weblogic.httpd.servlet.reloadCheckSecs</param-name>
<param-value>10</param-value>
</context-param>
Viresh Garg
Principal Developer Relations Engineer
BEA Systems
marshalli wrote:
I set <br>
weblogic.httpd.webApp.tc=e:/weblogic/myserver/testWapp<br>
in my weblogic.properties<br>
But I must shut down my server for each time I change jsp file<br>
Otherwise, it will read old jsp file from tmp<br>
where can I setup for weblogic <br>
to reread a new jsp file with shut down?<br>
Thank a lot<br> -
Re: Activation Server shut down for Creative Suite 2, Acrobat 7 and Macromedia products
Software : Adobe Encore DVD 2.0 / UK, purchased october 24, 2006
Operating system : Windows XP home edition / SP3 Computer : Pentium 4 / 1,8GHz - 512 MB
Other software : Adobe Premiere 6.5 / Photoshop Elements 5.0 / QuickTime 7, etc.
My harddrive crashed and I lost all my software. I had to reinstall. Everything is okay now but when I activate Encore DVD 2.0, I get the message "Activation server shut down for ........." I searched for the free download (without activating) of the CS 2 Premium, but I cold not find it. I only found the normal CS 2.
Who can help me.If what you want is not at this link, http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l that would indicate that Adobe did not provide a special version
-
Hi can you please tell me how to prevent folder time outing
javax.mail.FolderClosedException: * BYE Server shutting down.
com.sun.mail.imap.IMAPFolder.getMessageCount(IMAPFolder.java:1091)Thanks
SurbahmanaymYou need to access the folder at least ever 30 minutes, e.g., using Folder.getMessageCount().
-
Essbase Server Shutting down suddenly
HI,
Our Essbase Server shutting down suddenly once or twice in a month. Previously we have the same problem, Hyperion recommended for Server upgrade from 9.2 to 9.3 version. But the problem still exits. What could be the reason? If you have any idea why the essbase server shutting down suddenly? What are all the possible reasons and what needs to be done to solve this problem.
Essbase Version 9.3.1
Oracle DB to load data.Previously we submitted the same issue to Hyperion team.. they suggested for server upgrade... after upgradation also same problem occuring.....
Nothing is happening when server is down.. we r unable to do anything like data load, calc scriprts running.....
Server is in volatile state like.. up for 2 min and down and starting up.... because of this application access is too slow... users are feeling like server is completely down......
If we r trying to access through excel... it is hanging... after 10 min application info coming.... we checked the server statistics.... they r changing after long time.... ( we r checking the server status through top command in UNIX... here status is not changing as frequency as when the server is working fine).... -
Suddenly Weblogic instance shut down after issuing HANGUP
Suddenly Weblogic instance shut down and when I check the logs, there is no exception or error.
There is only one word "HANGUP" which is new and after that there is no logsThis looks like a crash, check if there is any file generated with extension .pid?
If yes, please paste the contents here. -
Unable to start weblogic - force shutting down
Weblogic admin server force shutting down, with the below dump... it is on windows 7...
===== FULL THREAD DUMP ===============
Thu Mar 21 12:41:47 2013
BEA JRockit(R) R27.6.5-32_o-121899-1.6.0_14-20091001-2107-windows-ia32
"Main Thread" id=1 idx=0x4 tid=4728 prio=5 alive, in native, blocked
-- Blocked trying to get lock: java/lang/[email protected][thin lock]
at jrockit/vm/Threads.sleep(I)V(Native Method)
at jrockit/vm/Locks.waitForThinRelease(Locks.java:1209)
at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1342)
at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1259)
at jrockit/vm/Locks.monitorEnter(Locks.java:2466)
at java/lang/Shutdown.exit(Shutdown.java:164)
at java/lang/Runtime.exit(Runtime.java:90)
at java/lang/System.exit(System.java:904)
at weblogic/Server.main(Server.java:87)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"(Signal Handler)" id=2 idx=0x8 tid=2200 prio=5 alive, in native, daemon
"(GC Main Thread)" id=3 idx=0xc tid=4500 prio=5 alive, in native, native_waiting, daemon
"(GC Worker Thread 1)" id=? idx=0x10 tid=400 prio=5 alive, in native, daemon
"(GC Worker Thread 2)" id=? idx=0x14 tid=5004 prio=5 alive, in native, daemon
"(Code Generation Thread 1)" id=4 idx=0x18 tid=5568 prio=5 alive, in native, native_waiting, daemon
"(Code Optimization Thread 1)" id=5 idx=0x1c tid=4048 prio=5 alive, in native, native_waiting, daemon
"(VM Periodic Task)" id=6 idx=0x20 tid=4224 prio=10 alive, in native, daemon
"(Attach Listener)" id=7 idx=0x24 tid=1628 prio=5 alive, in native, daemon
"Finalizer" id=8 idx=0x28 tid=4416 prio=8 alive, in native, native_waiting, daemon
at jrockit/memory/Finalizer.waitForFinalizees([Ljava/lang/Object;)I(Native Method)
at jrockit/memory/Finalizer.access$500(Finalizer.java:12)
at jrockit/memory/Finalizer$4.run(Finalizer.java:159)
at java/lang/Thread.run(Thread.java:619)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Reference Handler" id=9 idx=0x2c tid=5864 prio=10 alive, in native, native_waiting, daemon
at java/lang/ref/Reference.waitForActivatedQueue()Ljava/lang/ref/Reference;(Native Method)
at java/lang/ref/Reference.access$100(Reference.java:11)
at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:79)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"(Sensor Event Thread)" id=10 idx=0x30 tid=3640 prio=5 alive, in native, daemon
"JDWP Transport Listener: dt_socket" id=11 idx=0x34 tid=4120 prio=10 alive, in native, daemon
"JDWP Event Helper Thread" id=12 idx=0x38 tid=3428 prio=10 alive, in native, native_waiting, daemon
"Timer-0" id=15 idx=0x3c tid=3808 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: java/util/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at java/util/TimerThread.mainLoop(Timer.java:483)
^-- Lock released while waiting: java/util/[email protected][fat lock]
at java/util/TimerThread.run(Timer.java:462)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Timer-1" id=16 idx=0x40 tid=4724 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: java/util/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/util/TimerThread.mainLoop(Timer.java:509)
^-- Lock released while waiting: java/util/[email protected][fat lock]
at java/util/TimerThread.run(Timer.java:462)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=17 idx=0x44 tid=5008 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/t3/srvr/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Thread.join(Thread.java:1143)
^-- Lock released while waiting: weblogic/t3/srvr/[email protected][fat lock]
at java/lang/Thread.join(Thread.java:1196)
at java/lang/ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:79)
at java/lang/ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:24)
at java/lang/Shutdown.runHooks(Shutdown.java:79)
at java/lang/Shutdown.sequence(Shutdown.java:123)
at java/lang/Shutdown.exit(Shutdown.java:168)
^-- Holding lock: java/lang/[email protected][thin lock]
at java/lang/Runtime.exit(Runtime.java:90)
at java/lang/System.exit(System.java:904)
at com/fedex/k2/webapp/servlet/IK2StartupServletContextListener.contextInitialized(IK2StartupServletContextListener.java:61)
at weblogic/servlet/internal/EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)
at weblogic/servlet/internal/EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic/servlet/internal/WebAppServletContext.preloadResources(WebAppServletContext.java:1801)
^-- Holding lock: weblogic/servlet/internal/[email protected][thin lock]
at weblogic/servlet/internal/WebAppServletContext.start(WebAppServletContext.java:3045)
at weblogic/servlet/internal/WebAppModule.startContexts(WebAppModule.java:1397)
at weblogic/servlet/internal/WebAppModule.start(WebAppModule.java:460)
at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:83)
at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic/application/internal/flow/ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic/application/internal/flow/ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:83)
at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic/application/internal/flow/StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic/application/internal/BaseDeployment$2.next(BaseDeployment.java:1267)
at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:83)
at weblogic/application/internal/BaseDeployment.activate(BaseDeployment.java:409)
at weblogic/application/internal/SingleModuleDeployment.activate(SingleModuleDeployment.java:39)
at weblogic/application/internal/DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic/deploy/internal/targetserver/AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic/deploy/internal/targetserver/BasicDeployment.activate(BasicDeployment.java:184)
at weblogic/deploy/internal/targetserver/BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic/management/deploy/internal/DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic/management/deploy/internal/DeploymentAdapter.activate(DeploymentAdapter.java:196)
at weblogic/management/deploy/internal/AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic/management/deploy/internal/ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic/management/deploy/internal/ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic/management/deploy/internal/ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic/management/deploy/internal/DeploymentServerService.resume(DeploymentServerService.java:173)
at weblogic/management/deploy/internal/DeploymentServerService.start(DeploymentServerService.java:89)
at weblogic/t3/srvr/SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)
at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"weblogic.time.TimeEventGenerator" id=18 idx=0x48 tid=1180 prio=9 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/time/common/internal/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
^-- Lock released while waiting: weblogic/time/common/internal/[email protected][fat lock]
at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
at java/lang/Thread.run(Thread.java:619)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"JMAPI event thread" id=19 idx=0x4c tid=4752 prio=5 alive, in native, native_waiting, daemon
"weblogic.timers.TimerThread" id=20 idx=0x50 tid=3764 prio=9 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/timers/internal/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:267)
^-- Lock released while waiting: weblogic/timers/internal/[email protected][fat lock]
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" id=21 idx=0x54 tid=1840 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/work/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
^-- Lock released while waiting: weblogic/work/[email protected][fat lock]
at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Thread-7" id=24 idx=0x58 tid=5156 prio=5 alive, in native, parked, daemon
-- Parking to wait for: java/util/concurrent/locks/[email protected]
at jrockit/vm/Locks.park0(J)V(Native Method)
at jrockit/vm/Locks.park(Locks.java:2517)
at sun/misc/Unsafe.park(ZJ)V(Native Method)
at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:615)
at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x5c tid=1880 prio=5 alive, in native, daemon
at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSocketMuxer$IoCompletionData;)Z(Native Method)
at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x60 tid=4688 prio=5 alive, in native, daemon
at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSocketMuxer$IoCompletionData;)Z(Native Method)
at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=27 idx=0x64 tid=5300 prio=5 alive, in native, daemon
at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSocketMuxer$IoCompletionData;)Z(Native Method)
at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"VDE Transaction Processor Thread" id=30 idx=0x68 tid=4260 prio=2 alive, in native, waiting, daemon
-- Waiting for notification on: com/octetstring/vde/backend/standard/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at com/octetstring/vde/backend/standard/TransactionProcessor.waitChange(TransactionProcessor.java:367)
^-- Lock released while waiting: com/octetstring/vde/backend/standard/[email protected][fat lock]
at com/octetstring/vde/backend/standard/TransactionProcessor.run(TransactionProcessor.java:212)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"DoSManager" id=32 idx=0x70 tid=3492 prio=6 alive, in native, sleeping, native_waiting, daemon
at java/lang/Thread.sleep(J)V(Native Method)
at com/octetstring/vde/DoSManager.run(DoSManager.java:433)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Thread-11" id=33 idx=0x74 tid=5936 prio=5 alive, in native, parked, daemon
-- Parking to wait for: java/util/concurrent/locks/[email protected]
at jrockit/vm/Locks.park0(J)V(Native Method)
at jrockit/vm/Locks.park(Locks.java:2517)
at sun/misc/Unsafe.park(ZJ)V(Native Method)
at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:615)
at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" id=34 idx=0x78 tid=3976 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/work/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
^-- Lock released while waiting: weblogic/work/[email protected][fat lock]
at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Timer-2" id=35 idx=0x7c tid=4992 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: java/util/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/util/TimerThread.mainLoop(Timer.java:509)
^-- Lock released while waiting: java/util/[email protected][fat lock]
at java/util/TimerThread.run(Timer.java:462)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" id=36 idx=0x80 tid=4668 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/work/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
^-- Lock released while waiting: weblogic/work/[email protected][fat lock]
at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Session Monitor" id=37 idx=0x84 tid=4308 prio=5 alive, in native, sleeping, native_waiting, daemon
at java/lang/Thread.sleep(J)V(Native Method)
at com/icesoft/faces/webapp/http/servlet/SessionDispatcher$Listener$1.run(SessionDispatcher.java:315)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Thread-1" id=14 idx=0xb0 tid=1404 prio=5 alive, in native, blocked
-- Blocked trying to get lock: weblogic/servlet/internal/[email protected][thin lock]
at jrockit/vm/Threads.sleep(I)V(Native Method)
at jrockit/vm/Locks.waitForThinRelease(Locks.java:1209)
at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1342)
at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1259)
at jrockit/vm/Locks.monitorEnter(Locks.java:2466)
at weblogic/servlet/internal/WebAppServletContext.destroy(WebAppServletContext.java:3094)
at weblogic/servlet/internal/ServletContextManager.destroyContext(ServletContextManager.java:240)
at weblogic/servlet/internal/HttpServer.unloadWebApp(HttpServer.java:457)
^-- Holding lock: weblogic/servlet/internal/[email protected][thin lock]
at weblogic/servlet/internal/WebAppModule.destroyContexts(WebAppModule.java:1424)
at weblogic/servlet/internal/WebAppModule.unprepare(WebAppModule.java:501)
at weblogic/application/internal/flow/ModuleStateDriver$1.previous(ModuleStateDriver.java:339)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:329)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:309)
at weblogic/application/internal/flow/ModuleStateDriver.unprepare(ModuleStateDriver.java:167)
at weblogic/application/internal/flow/ScopedModuleDriver.unprepare(ScopedModuleDriver.java:212)
at weblogic/application/internal/flow/ModuleListenerInvoker.unprepare(ModuleListenerInvoker.java:285)
at weblogic/application/internal/flow/DeploymentCallbackFlow$1.previous(DeploymentCallbackFlow.java:397)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:329)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:309)
at weblogic/application/internal/flow/DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:111)
at weblogic/application/internal/flow/DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:102)
at weblogic/application/internal/BaseDeployment$1.previous(BaseDeployment.java:1233)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:329)
at weblogic/application/utils/StateMachineDriver.previousState(StateMachineDriver.java:309)
at weblogic/application/internal/BaseDeployment.unprepare(BaseDeployment.java:495)
at weblogic/application/internal/SingleModuleDeployment.unprepare(SingleModuleDeployment.java:39)
at weblogic/application/internal/DeploymentStateChecker.unprepare(DeploymentStateChecker.java:205)
at weblogic/deploy/internal/targetserver/AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
at weblogic/deploy/internal/targetserver/BasicDeployment.unprepare(BasicDeployment.java:287)
at weblogic/management/deploy/internal/DeploymentAdapter$1.doUnprepare(DeploymentAdapter.java:81)
at weblogic/management/deploy/internal/DeploymentAdapter.unprepare(DeploymentAdapter.java:220)
at weblogic/management/deploy/internal/AppTransition$7.transitionApp(AppTransition.java:75)
at weblogic/management/deploy/internal/ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic/management/deploy/internal/ConfiguredDeployments.unprepare(ConfiguredDeployments.java:204)
at weblogic/management/deploy/internal/ConfiguredDeployments.undeploy(ConfiguredDeployments.java:192)
at weblogic/management/deploy/internal/DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
at weblogic/management/deploy/internal/DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
at weblogic/application/ApplicationShutdownService.halt(ApplicationShutdownService.java:142)
at weblogic/t3/srvr/ServerServicesManager.haltInternal(ServerServicesManager.java:504)
at weblogic/t3/srvr/ServerServicesManager.halt(ServerServicesManager.java:336)
at weblogic/t3/srvr/T3Srvr.shutdown(T3Srvr.java:986)
at weblogic/t3/srvr/T3Srvr.forceShutdown(T3Srvr.java:892)
at weblogic/t3/srvr/T3Srvr$2.run(T3Srvr.java:905)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"Thread-14" id=49 idx=0xc4 tid=5752 prio=5 alive, in native, daemon
at bea/jmapi/DiagnosticCommandImpl.execute(Ljava/lang/String;Ljava/io/FileDescriptor;)V(Native Method)
at bea/jmapi/DiagnosticCommandImpl.execute(DiagnosticCommandImpl.java:50)
at com/bea/jvm/DiagnosticCommand.execute(DiagnosticCommand.java:242)
at com/bea/jvm/DiagnosticCommand$Command.execute(DiagnosticCommand.java:394)
at bea/jmapi/ThreadSystemImpl.getThreadStackDump(ThreadSystemImpl.java:98)
at weblogic/platform/JRockitVM.threadDump(JRockitVM.java:61)
at weblogic/t3/srvr/T3Srvr.logThreadDump(T3Srvr.java:280)
at weblogic/t3/srvr/ServerLifeCycleTimerThread.run(ServerLifeCycleTimerThread.java:77)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
"[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" id=50 idx=0xc8 tid=5500 prio=5 alive, in native, waiting, daemon
-- Waiting for notification on: weblogic/work/[email protected][fat lock]
at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
at java/lang/Object.wait(J)V(Native Method)
at java/lang/Object.wait(Object.java:485)
at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
^-- Lock released while waiting: weblogic/work/[email protected][fat lock]
at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
-- end of trace
Blocked lock chains
===================
Chain 2:
"Thread-1" id=14 idx=0xb0 tid=1404 waiting for weblogic/servlet/internal/[email protected] held by:
"[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=17 idx=0x44 tid=5008 in chain 1
Open lock chains
================
Chain 1:
"Main Thread" id=1 idx=0x4 tid=4728 waiting for java/lang/[email protected] held by:
"[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=17 idx=0x44 tid=5008 (waiting on notification)
===== END OF THREAD DUMP ===============Hi,
This is a one off issue which occurred when there are thread dumps originating from WLS trying to determine if there are stuck threads in the system.
The upgrade to R28 is pertinent because these code level changes will not be feasible to be backported and that the code level fixes are included in R28.1.1.
Please upgrade the Jrockit version to R28.1.1.
Mark If this helps you.
Regards,
Kishore -
Hi All,
The DAC server is shutting down daily.Below is the error.there is no problem while executing the plan.
The DAC kept idle while i leave and it gets shutdown next day i log in to system.
Please help me in resolving this issue.
MESSAGE:::No more data to read from socket
EXCEPTION CLASS::: java.sql.SQLRecoverableException
oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1157)
oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:290)
oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1044)
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3593)
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3674)
oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1354)
com.siebel.etl.database.cancellable.CancellablePreparedStatement.executeUpdate(CancellablePreparedStatement.java:91)
com.siebel.etl.database.DBUtils.executeUpdate(DBUtils.java:1128)
com.siebel.etl.database.DBUtils.executeUpdate(DBUtils.java:1253)
com.siebel.etl.database.WeakDBUtils.executeUpdate(WeakDBUtils.java:355)
com.siebel.etl.engine.core.DatabaseLogger.executeUpateWithRetries(DatabaseLogger.java:827)
com.siebel.etl.engine.core.DatabaseLogger.logStatusOfThisGenericTask(DatabaseLogger.java:340)
sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.siebel.analytics.etl.runtime.RuntimeFunctionHelper.executeFunction(RuntimeFunctionHelper.java:132)
com.siebel.analytics.etl.etltask.GenericTaskImpl.logToDB(GenericTaskImpl.java:766)
com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:427)
com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
2220 SEVERE Thu Dec 26 20:09:43 MUST 2013 Connection to Repository Lost, exiting...
2221 SEVERE Thu Dec 26 20:09:43 MUST 2013 ### DAC Repository connection lost. Shutting down the server....
Regards
JS KiranHi Sher,
Thanks for reply,i have checked the DB and it is version oracle11g which is compatible.
this is the latest error.
Post-Etl Script/Executable. The file either does not exist, or is not readable
753 SEVERE Mon Dec 30 20:10:23 MUST 2013
ANOMALY INFO::: null:SELECT
FROM
W_ETL_SCHEDULE
WHERE
(LAST_SCH_STATUS <> 'Running' OR LAST_SCH_STATUS IS NULL OR LAST_SCH_STATUS = '')
No more data to read from socket
MESSAGE:::No more data to read from socket
EXCEPTION CLASS::: java.sql.SQLRecoverableException
DAC Repository connection lost. Shutting down the server....
regards
kiran -
Automatically Shutdown Database During VMware Server 'Shut Down Guest'
I have 10g Enterprise Edition Release 10.2.0.4.0 running on Windows Server 2003 R2 under VMware Server version 2.0.0.
I 'Power On' the VM and the OS/database start normally. I don't even open the guest OS console from VMware. I use TOAD and SQLPlus from the host machine to access my database.
I'm trying to set up the database to do a clean shutdown when I use the VMware console to 'Shut Down Guest'.
I've used the Group Policy Object Editor (gpedit.msc) to create a shutdown script under 'Local Computer Policy/Computer Configuration/Windows Settings/Scripts (Startup/Shutdown)/Shutdown'.
The shutdown script is called Shutdown.bat and contains:
rem adding the first two lines didn't affect anything, so I REMed them
rem set ORACLE_SID=mysid
rem set ORACLE_HOME=c:\oracle\product\10.2.0\db_1
C:\oracle\product\10.2.0\db_1\bin\oradim -shutdown -sid mysid -shutmode immediate -log C:\oracle\product\10.2.0\db_1\database\oradim.log
exit
I get this in the oradim.log:
Wed Apr 15 13:16:50 2009
C:\oracle\product\10.2.0\db_1\bin\oradim -shutdown -sid mysid -shutmode immediate -log C:\oracle\product\10.2.0\db_1\database\oradim.log
Wed Apr 15 13:16:51 2009
ORA-12560: TNS:protocol adapter error
I get this in sqlnet.log:
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oraclemysid)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=mysid)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\oradim.exe)(HOST=myserver)(USER=OraUser))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.4.0 - Production
Time: 15-APR-2009 13:16:51
Tracing not turned on.
Tns error struct:
ns main err code: 12560
TNS-12560: TNS:protocol adapter error
ns secondary err code: 0
nt main err code: 530
TNS-00530: Protocol adapter error
nt secondary err code: 2
nt OS err code: 0
Note: If I open the guest OS console and execute the Shutdown.bat file as myself (I'm in the administrator and ora_dba groups), it works perfectly ... as does opening SQLPlus and issuing 'shutdown immediate'.
I'm stuck. Any ideas?
Thanks.We are also having the same issue. We create a shutdown script via the Group Policy editor which works fine if we do a manual shutdown, but if we do a remote shutdown ex: "shutdown /r /f /m <servername /t 120", it does not work, the Database crash.
As mentionned the script works when we do a manual shutdown but does not work for a remote shutdown. The group policy script contains the following:
echo Rebooting server START at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
net stop <Oracle servicename>
echo Rebooting server MIDDLE at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
net stop <Oracle servicename>
echo Rebooting server END at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
After the reboot we see all the echoed line in the "reboot.log" file but the "net stop" doesn't get executed or failed since the database crash and recovers
Any ideas/feedback ?
Thanks -
DBAT Connector 11.1.1.5.0 installation making oim server shut down
Hi ,
Currently as part of new requirement, we have just started working on DBAT .
OIM server is getting shut down abruptly when the DBAT connector is being installed after package is being generated.
Please find below the steps followed for installation.
As per documentation,
1.I have created a table in Oracle 11g Express edition , with the following scripts
CREATE TABLE DBAT_USER
USERNAME VARCHAR(100) PRIMARY KEY,
FIRST_NAME VARCHAR(100),
MIDDLE_NAME VARCHAR(100),
PASSWORD VARCHAR(100),
EMAIL VARCHAR2(100),
TELEPHONE_NUMBER VARCHAR2(100),
HOME_NUMBER VARCHAR2(100),
FAX VARCHAR2(100),
MOBILE VARCHAR2(100),
TITLE VARCHAR(100),
STATUS VARCHAR(100),
LAST_UPDATE TIMESTAMP (8) DEFAULT CURRENT_TIMESTAMP
Commit;
CREATE OR REPLACE TRIGGER DBAT_USER_TS_TRG BEFORE
INSERT OR
UPDATE ON DBAT_USER REFERENCING NEW AS NEW FOR EACH ROW BEGIN
SELECT CURRENT_TIMESTAMP INTO :NEW.LAST_UPDATE FROM dual;
END;
ALTER TRIGGER DBAT_USER_TS_TRG ENABLE;
2. I have made changes in groovy file to make the DB table as Target resource,
// Run like: DBATGenerator.cmd ..\resources\DBATConfiguration.groovy dbat
trusted {
//Resource name
itResourceDefName='DBATTrusted' // DBAT is a name of the package
// itResourceName="$itResourceDefName" //the same as itResourceDefName
//Output files
// connectorDir="../$itResourceDefName" // out dir is the same as it resource name
// xmlFile='DBAT-ConnectorConfig.xml' // defaults are commented
// configFile='DBAT-CI.xml'
// propertiesFile='dbat-generator.properties'
// version='11.1.1.5.0'
//The Configuration
trusted=false
bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
config = [
'table' : 'DBAT_USER',
'keyColumn' : 'USERNAME',
'passwordColumn' : 'PASSWORD',
'user' : 'oimuser',
// 'password' : '', never provide passwords to generator
'jdbcUrlTemplate' : 'jdbc:oracle:thin:@abc:1521:xe',
'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
// 'statusColumn':'STATUS',
// 'enableValue':'Enabled',
// 'disableValue':'Disabled',
'database':'xe',
'host':abc',
// 'port':'1521',
// 'datasource':'',
// 'jndiProperties':'',
// 'customizedQuery':'',
// 'rethrowAllSQLExceptions', true,
'allNative':true, // We prefer to have native dates, timestamps in OIM
// 'validConnectionQuery':'SELECT 1 FROM DUMMY',
// 'dateFormat':'dd/MM/yyyy',
// 'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS',
// 'enableEmptyString':false,
// 'quoting':'NONE',
// 'changeLogColumn':'LAST_UPDATE',
// 'nativeTimestamps': false,
// 'executeQueryScript': '', // provide the groovy script, or file:///url of the script
// Default mandatory aliases for trusted resource. Usage : ['CONNECTOR_ATTRIBUTE':'OIM_USER_ATTRIBUTE'] Eg., ['LAST_NAME':'Last Name']
// PLEASE DO NOT REMOVE ANY ENTRY FROM THE FOLLOWING LIST. YOU CAN ADD ENTRIES FOR OTHER OIM USER ATTRIBUTES OR MODIFY THE <CONNECTOR_ATTRIBUTE> BASED ON THE TABLE COLUMNNAME
// For the complete list of OIM User Profile Attributes, refer http://docs.oracle.com/cd/E40329_01/user.1112/e27151/usr_mangmnt.htm#CHDCDCCB
alias = ['__UID__':'User Login', '__NAME__':'Last Name', 'Organization':'Organization Name', 'Xellerate Type':'Xellerate Type', '__ENABLE__':'Status', 'Role':'Role','FIRST_NAME':'First Name','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
// Run like: DBATGenerator.cmd ..\resources\DBATConfiguration.groovy db1
target {
//Resource Name
itResourceDefName='DBAT_IT' // DBAT is a name of the package
itResourceName="$itResourceDefName" //the same as itResourceDefName
//Output files
connectorDir="../$itResourceDefName" //out dir is the same as it resource name
xmlFile='DBAT-ConnectorConfig.xml'
// configFile='DBAT-CI.xml'
//propertiesFile='dbat-generator.properties'
// version='11.1.1.5.0'
//provisionDatasetFile='ProvisionResource_DBATUser.xml'
//modifyResourceDatasetFile='ModifyProvisionedResource_DBATUser.xml'
//requestDMDatasetsFile='Datasets.xml'
//Configuration
bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
config = [
'table' : 'DBAT_USER',
'keyColumn' : 'USERNAME',
'passwordColumn' : 'PASSWORD',
'user' : 'xxx',
// 'password' : '', never provide passwords to generator
'jdbcUrlTemplate' : 'jdbc:oracle:thin:@xxx:1521:xe',
'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
// 'relationTables': 'APP_USER_ROLE, APP_USER_TEAM, APP_USER_ORGANIZATION',
'statusColumn':'STATUS',
'enableValue':'Enabled',
'disableValue':'Disabled',
'database':'xe',
'host':'xxx',
'port':'1521',
//'datasource':'xe',
// 'jndiProperties':'',
// 'customizedQuery':'',
// 'rethrowAllSQLExceptions', true,
'allNative':true, // We prefer to have native dates, timestamps in OIM
// 'validConnectionQuery':'SELECT 1 FROM DUMMY',
// 'dateFormat':'dd/MM/yyyy',
'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS', // Force the full timestamp formating
// 'enableEmptyString':false,
// 'quoting':'NONE',
'changeLogColumn':'LAST_UPDATE',
'nativeTimestamps': true,
// 'createScript': '', // provide the groovy script, or file:///url of the script
// 'updateScript': '', // provide the groovy script, or file:///url of the script
// 'deleteScript': '', // provide the groovy script, or file:///url of the script
// 'executeQueryScript': '', // provide the groovy script, or file:///url of the script
//Database table name to OIM resource form name alliasing.
//Make sure that itResourceName lenght plus child table alias lenght is within 8 characters limit.
// alias = ['APP_USER_ROLE':'RO', 'APP_USER_TEAM':'TM', 'APP_USER_ORGANIZATION':'ORG']
//Attribute to form field names alliasing
alias = ['FIRST_NAME':'First Name','USERNAME':'User Login','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
//Generate prepopulate adapters.PrePopluate Adapters Usage is ['CONNECTOR_ATTRIBUTE':'OIM USER ATTRIBUTE'] Eg., ['DISPLAY_NAME':'Display Name']
prepopulate = ['USERNAME':'User Login', 'FIRST_NAME':'First Name','PASSWORD':'Password','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email']
3. successfully generated generator packge, DBAT_IT.zip after running, ./DBATGenerator.sh ../resources/DBATConfiguration.groovy target
4.Copied ojdbc.16.jar in /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/targetsystems-lib/DBAT_IT/ , as DBAT_IT is generated package from generator.
5. unzipped DBAT_IT into /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/
6.Now , when I try to install the dbat connector, through adminconsole --> Manager connector -->Install -->Load
7.It loads for 10-15 minutes and throws the error on browser as , 'Network Error , server is too busy to process the request'
8.If I would go and see in weblogic console, I could find, OIM server is shut down.
9.I can see, in /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/logs/oim_server1-diagnostic.log, that the connector file, DBAT_IT schedule tasks are being read
Kindly help to get rid of the problem and install the connector appropriately.
Thanks in AdvanceHi ,
Please find the logs ,oim_server1-diagnostic.log attached .
Did you find any issue in the process that I have followed for connector installation.
Kindly let me know any pointers to resolve this issue.
Thanks in Advance. -
Why does my database server shut down frequently?
My DB Server just has one HardDisk and 1024MB ram,OS is W2K,RDBMS is Oracle 8i.But it is shutted automatically in often.It doesn't work unless you restart the service or restart the computer.My initORCL.ora file configed as following,could you point where the failure is ?
open_cursurs=600
db_buffer=32000
share_pool_size=256M
large_pool_size=100M
java_pool_size=50M
log_buffer=16M
db_block_size=8192
processes=500
Thanks a lot!Thanks.The following paragraph is in my alert.log,but I can not find the problem yet.And in my trace file ,there is no information for that day.
Sun Apr 06 05:15:53 2003
Thread 1 advanced to log sequence 282
Current log# 3 seq# 282 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO03.LOG
Mon Apr 07 05:15:29 2003
Thread 1 advanced to log sequence 283
Current log# 1 seq# 283 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 19:32:42 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 134217728
large_pool_size = 1048576
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 600
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=4
DBW0 started with pid=7
LGWR started with pid=13
CKPT started with pid=19
SMON started with pid=24
RECO started with pid=30
SNP0 started with pid=6
SNP1 started with pid=14
SNP2 started with pid=20
SNP3 started with pid=23
Mon Apr 07 19:32:46 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 19:32:47 2003
alter database mount exclusive
Mon Apr 07 19:32:55 2003
Successful mount of redo thread 1, with mount id 1041561895.
Mon Apr 07 19:32:55 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 19:32:55 2003
alter database open
Beginning crash recovery of 1 threads
Mon Apr 07 19:33:00 2003
Thread recovery: start rolling forward thread 1
Recovery of Online Redo Log: Thread 1 Group 1 Seq 283 Reading mem 0
Mem# 0 errs 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
Mon Apr 07 19:33:01 2003
Thread recovery: finish rolling forward thread 1
Thread recovery: 0 data blocks read, 0 data blocks written, 0 redo blocks read
Crash recovery completed successfully
Mon Apr 07 19:33:05 2003
Thread 1 advanced to log sequence 284
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 19:33:07 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 19:33:13 2003
Completed: alter database open
Mon Apr 07 19:39:31 2003
Shutting down instance (immediate)
License high water mark = 37
Mon Apr 07 19:40:36 2003
alter database close normal
Mon Apr 07 19:40:36 2003
SMON: disabling tx recovery
SMON: disabling cache recovery
Mon Apr 07 19:40:40 2003
Thread 1 closed at log sequence 284
Mon Apr 07 19:40:40 2003
Completed: alter database close normal
Mon Apr 07 19:40:40 2003
alter database dismount
Completed: alter database dismount
archiving is disabled
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 19:41:42 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 268435456
large_pool_size = 943718400
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 200
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=3
DBW0 started with pid=6
LGWR started with pid=11
CKPT started with pid=15
SMON started with pid=19
RECO started with pid=24
SNP0 started with pid=28
SNP1 started with pid=32
SNP2 started with pid=36
SNP3 started with pid=5
Mon Apr 07 19:41:46 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 19:41:47 2003
alter database mount exclusive
Mon Apr 07 19:41:54 2003
Successful mount of redo thread 1, with mount id 1041535042.
Mon Apr 07 19:41:54 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 19:41:54 2003
alter database open
Mon Apr 07 19:41:57 2003
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 19:41:57 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 19:42:01 2003
Completed: alter database open
Shutting down instance (immediate)
License high water mark = 52
Mon Apr 07 22:28:45 2003
alter database close normal
Mon Apr 07 22:28:45 2003
SMON: disabling tx recovery
SMON: disabling cache recovery
Mon Apr 07 22:28:49 2003
Thread 1 closed at log sequence 284
Mon Apr 07 22:28:50 2003
Completed: alter database close normal
Mon Apr 07 22:28:50 2003
alter database dismount
Completed: alter database dismount
archiving is disabled
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 22:29:24 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 268435456
large_pool_size = 943718400
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 600
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=4
DBW0 started with pid=8
LGWR started with pid=14
CKPT started with pid=21
SMON started with pid=28
RECO started with pid=35
SNP0 started with pid=42
SNP1 started with pid=49
SNP2 started with pid=56
SNP3 started with pid=63
Mon Apr 07 22:29:28 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 22:29:29 2003
alter database mount exclusive
Mon Apr 07 22:29:36 2003
Successful mount of redo thread 1, with mount id 1041548688.
Mon Apr 07 22:29:36 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 22:29:36 2003
alter database open
Mon Apr 07 22:29:38 2003
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 22:29:39 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 22:29:42 2003
Completed: alter database open
Maybe you are looking for
-
Error when applying a XSLT transformation: No valid XSLT pro
Dear All, I am getting following error when opening the "General Supplier Data" from Pre-Select Supplier. Error Message: "Error message: Error when applying a XSLT transformation: No valid XSLT program supplied" I have already read the related thread
-
Headphones in iMac still allows sound from internal speakers?
I have a pair of headphones that I like to use for night time so I don't disturb other, they're AMGs and pretty good, so even during the day time I sometimes like to use them on well produced Vimeo productions for example as they reproduce better sou
-
Hello all. A very general question here. I'm trying to investigate a number of options that are available (standard OS commands) to perform query and maintenance on network interface cards. I'm aware of the likes of ifconfig, netstat, kstat and ndd b
-
I signed up for free trail 1 day ago and went to use it today and it says expired
i signed up for free trail 1 day ago and went to use it today and it says expired
-
Spinning beach ball on startup
I always seem to get a spinning beach ball when starting iChat ... it does connect but it takes a very long time compared to Adium. Any ideas what could be causing this? Thanks