JVM getting crashed

Hi!
I have an application where i serialize the object and write it to a file using objectOutputStream .I use "showOpenDialog()" of fileChoser.But when my code tries to access th UI Manager or open the file Dialog,The JVM sometimes crashes and the log file it creates throws error saying :
An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0333490d, pid=1112, tid=3852
# Java VM: Java HotSpot(TM) Client VM (1.4.2_12-b03 mixed mode)
# Problematic frame:
# C [fontmanager.dll+0x3490d]
If some one can elaborate on what to do for this,would be helpful and lot many other things are printed in the log file.I would provide the details if required to understand the problem.

The cause is that fontmanager.dll crashes whenever it opens a bad font file.
So you have to get rid of all your corrupt font files.
This is a bug in java 1.4. and it seems that the fonts which are creating the bug are all from the same source: @ 1991 Digital Typeface Corp.
Here you can find some solutions posted by java developers/users (see comments, at the bottom of page from this link):
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4762039

Similar Messages

  • How to register and unregister Mbean server when jvm is crashed.

    Hi All,
    how to register and unregister Mbean server when jvm is crashed with specifying like internal error(xxxxxxxxxxxsome number)
    I am getting error NameAlreadyBindExcetion when i call the below method in my program, how to unregister and register again, can any one can help on this topic?
    internalConnectorService.start();
    regards
    Prasad.Nadendla

    Looks like your server object is already bound and registered and your trying to re-register the same...
    is that a corba server? if yes, you'd be able to check that with the NamingService tools

  • Frequent JVM freeze/crash

    From time to time our system freezes (can be after days or hours).
    We have been running on 1.5.0_04 and 1.5.0_05 both client and server (on x86 machine).
    We have a lot of file IO and other JNI (custom) calls.
    We've been trying many thing to get it going again...
    One thing (killing of the external JNI related tasks) sometimes causes the JVM to crash (not every time - sometimes it actually gets going again - and sometimes it just keeps on freezing).
    All crash logs say the same:
    EXCEPTION_ACCESS_VIOLATION (0xc0000005)
    Which isn't the most descriptive message :-(
    The stack trace (when running in client mode) is as follows:
    C 0x080c45f6 (differs from occurence to occourence)
    V [jvm.dll+0x11d08a]
    V [jvm.dll+0x11d22a]
    V [jvm.dll+0x11cfbf]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Every thread is threadblocked, except "main" which is threadin_native.
    The active thread is the VMThread.
    Does anybody have a clue to what the problem could be, or how to debug the jvm.dll (at least just to find out what the calls referenced in the stacktrace are)?

    Did you try JCopnsole to inspect the running JVM?
    You need to start the server with
    -Dcom.sun.management.jmxremote
    -Dcom.sun.management.jmxremote.port=998
    -Dcom.sun.management.jmxremote.authenticate=false
    -Dcom.sun.management.jmxremote.ssl=falseto be able to connect to a remote JVM.
    With JConsole you can inspect all running threads if they are blocked and who they are waiting for. You might find the cause of your freezes there ...
    If this doesn't help, use your application log (hope, your application uses some kind of logging like Java logging or Log4J ...) to inject more log messages at the suspicious classes/methods. This way you will find more infos in your log when the app freezes again.

  • Issue with Planning service getting crashed Automatically due to dll file

    Hello,
    I am having an issue with the Hyperion Planning service which is getting crashed and the following is noted in the Eventviewer:
    Faulting application name: HyS9Planning.exe, version: 1.0.0.2, time stamp: 0x4d110efc
    Faulting module name: jrosal.dll, version: 0.0.0.0, time stamp: 0x4e8c8104
    Exception code: 0x40000015
    Fault offset: 0x000000000000cb0b
    Faulting process id: 0x1960
    Faulting application start time: 0x01ce14f7a8434b04
    Faulting application path: D:\Oracle\Middleware\user_projects\domains\EPMSystem\bin\HyS9Planning.exe
    Faulting module path: D:\Oracle\Middleware\jrockit_160_29\jre\bin\jrosal.dll
    Report Id: 967733e6-8152-11e2-9257-5cf3fc335086The following is recorded in the log file:
    <Mar 2, 2013 2:45:22 PM CST>
    <Error> <HTTP> <BEA-101017> <[ServletContext@271625046[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]]
    Root cause of ServletException.
    java.lang.OutOfMemoryError: classblock allocation, 11312928 loaded, 11M footprint, in check_alloc (src/jvm/model/classload/classalloc.c:215).
    Attempting to allocate 2G bytes
    There is insufficient native memory for the Java
    Runtime Environment to continue.
    Possible reasons:
      The system is out of physical RAM or swap space
      In 32 bit mode, the process size limit was hit
    Possible solutions:
      Reduce memory load on the system
      Increase physical memory or swap space
      Check if swap backing store is full
      Use 64 bit Java on a 64 bit OS
      Decrease Java heap size (-Xmx/-Xms)
      Decrease number of Java threads
      Decrease Java thread stack sizes (-Xss)
      Disable compressed references (-XXcompressedRefs=false)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
         Truncated. see log file for complete stacktraceI checked the following forum
    Re: Oracle JRockit R28.2.2. OutOfMemoryError: classblock allocation
    Should I need to increase -XX:MaxClassBlockMemory to 75M. If so, how should I do it, I am unaware of how I can set the values? My Planning server has 136GB Ram and 18 Cores.
    Thanks,
    hyperionEPM

    The issue was related to the heap size being too much and as a result the Class block memory was not getting enough memory. I think we can make a use of -XXCompressedRefs:32 parameter in the Java start up to allow the heap size to increase till 32 Gb.

  • About JVM got crash after every 3 hours.

    I am working on a web-application in which i am using tomcat web-server 4.2 and jdk 1.6. i have got memory problems.
    when i starts tomcat server many clients gets login and then memrory used by java process goes on increase continously, it reachs around 3GB and then JVM got crash. i am using JNI bcoz backend for my project is c-database, so i have to allocates lots of memrory in JNI also. so where is actually memory problem comes, in JNI memrory or in Java (JVM) memrory. looking for your positive reply.
    Thanks
    Vishal Andre.

    See, for example http://java.sun.com/docs/hotspot/gc1.4.2/example.html for how to turn on the appropriate flags for diagnosing Java garbage collection problems, and what to look for. That document was written for JDK-1.4.2, but the flags and techniques still apply in later JVM's.
    If you are leaking, or mangling, native memory from your native C libraries, then looking at the Java GC output won't help. Posting any error messages you get would help people help you diagnose the problem.

  • Outlook 2016 getting crashed and throws an alert message as "microsoft outlook has encountered a problem and needs to close.

    Hi,
    Today i installed Microsoft Office 2016 preview for my Mac OS X 10.10 Yosemite. Word, Excel and Powerpoint applications are working without any problem. However, Outlook getting crashed and throws an alert message as "microsoft outlook has encountered a problem and needs to close.", it's happens always, when i launch outlook. please suggest me, how can i comet from this issue.
    Thanks in advance,
    Suresh Balakrishnan.

    Go to the Microsoft site for help. These forums are not offering support for MS products, especially not for beta products.

  • Indesign getting crash while exporting because of bad pdf inside file.

    Hi,
    My indesing is getting crash while exporting to pdf. I have link to pdf file inside the indesign file, when i export that indesign file to pdf indesign is getting crash without showing any error message. If i place another pdf file in same location then it is going fine and i can able to get the output pdf file. Please suggest me how can i check and correct that pdf file and is there any solution to this. Please help me i have thousands of indesign pages with the same issue. If you want pdf i can send it to your mail id. please i need fix for this problem.
    Thanks
    Kiran

    For all of you lurkers, Kiran sent me a copy of the PDF, and it looks like I found the problem (and learned a new technique which may help others in the same boat).
    I tried re-frying the file by creating an eps and distilling, but the result was the same, then I tried exporting from CS3, just for fun, and it worked, but I realized the PDF had been cropped, so I started trying differnt sections and isolated an area that failed, though that wasn't particularly helpful.
    Acrobat preflight didn't find anything that looked odd or problematic, and then I decided to run Examine Document. It came up with MetaData (no surprise) and also two items under a heading of Deleted and Cropped objects, with no preview or description. I unselected the MetaData from the list of found stuff, them clicked the Remove button in the Examine Document panel, and resaved (and while you have the opportunity to give it a new name, doing so doesn't remove the stuff untill you do the whole procedure again and save with the same name). Placed the new version of the PDF in a new file and exported no problem.

  • After updating the EDSDK.dll application is getting crashed

    Hello, I need help regarding my application which is getting crashed. I am calling SDK API's in CPP. I am using canon EOS 1100D and dll's1) DPPDLL.dll     2) DPPLibCom.dll     3) DPPRSC.dll      4) EDSDK.dll      5) EdsImage.dll   6)  MLib.dll    7) Ucs32P.dllEDSDK.dll with version 2.10.0.10The above dll's reside in C:\windows\system32 Now I got requirment that I need to use canon EOS 1200DSo, I have updated some of the libraries. Please find the updated libraries.1) DPPDLL.dll     2) DPPRSC.dll    3) EDSDK.dll  4) EdsImage.dll  5) Mlib.dll  6) Ucs32P.dllEDSDK.dll with version  2.14.0.3 But the problem is after updating these dll's my application is getting crashed.With both 1100D and 1200D cameras.Can any one please help me to solve the application crash. If I rollback to previous version dll's 1100D is working fine and for 1200D I am getting EDS_ERR_NOT_SUPPORTED error.\ Please find the crash log:Faulting application name: CanonCaptureSDKTest.exe, version: 1.0.0.0, time stamp: 0x559bc1ce
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x05ac4be8
    Faulting process id: 0x1854
    Faulting application start time: 0x01d0b94d7a745e11
    Faulting application path: D:\EOS Canon 1200D\src\src\CanonCaptureCSharpWrapper\CanonCaptureSDKTest\bin\Debug\CanonCaptureSDKTest.exe
    Faulting module path: unknown
    Report Id: ba7dbccc-2540-11e5-979b-e06995919e8b Thanks in advance. Chakri V.

    You need to call Canon Support.  This is a public forum.

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • Unable to open the app in ios7 it gets crashed?

    unable to open the app in ios7 it gets crashed?

    A little more info please. What app is causing you problems? What have you tried to fix it? And what if any error messages do you get?
    You might try quitting the app and resetting your iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app. Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • After updating to iOS 8 the iPad Air is getting crashed frequently including safari

    After updating to iOS 8 the iPad Air is getting crashed frequently including safari.

    Have you tried to reset it? Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot and see if that helps.
    You may need to restore your iPad. That's where you back it up, then restore it to factory defaults, then put your backup back on so you don't lose any data. Sometimes a fresh start clears out any glitches and can help.

  • Reports Server Process gets crashed in 10.1.2.3.0

    Hi,
    We have 5 standalone production reports servers (10.1.2.3) load balanced through netscalar. We observed that the reports server process gets crashed intermittently which kills the reports jobs in the queue. Error as below is seen in the ipm.log under $ORACLE_HOME/opmn
    08/08/12 10:38:21 [4] Process Crashed: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925945:6108) - Restarting
    08/08/12 10:38:27 [4] Starting Process: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925946:0)
    08/08/12 10:38:34 [4] Process Alive: rep_brnors05_frs_standalone~ReportsServer~rep_brnors05_frs_standalone~1 (498925946:2836)
    Any idea wat could be causing the problem.. any configuration changes that need to be done like to set or increase some timeout parameters in the rep_server.conf, etc. Each time process crash is for exact 6 secs. It clears the failed jobs queue during this time. Do not see any jobs starting or ending during these 6 seconds.
    Reports server version - 10.1.2.3.0
    Platform - Windows
    Report server type - Standalone
    (Affecting our production environment ... Any suggestions, workarounds are highly appreciated)

    Michael,
    Below is the file change. When we set it to 'true' Viewer performed correctly.
    Jerre
    =====
    2. Then a new configuration parameter "passNullParameterAsNull" needs to be set in configuration.xml under <viewer section with default value as false and which is an optional one. Usage :
    <viewer queryRefreshPeriod="3000" queryRequestTimeout="1000" longRequestRefreshPeriod="6000" longRequestTimeout="10000" userDefinedConnections="true" passNullParameterAsNull="true" logLevel="debug" laf="dc_blaf" pageNavigation="true" switchWorksheetBehavior="prompt" defaultLocale="en" disableBrowserCaching="false" enableAppsSSOConnection="false">
    When passNullParameterAsNull="false" , that means, when null is passed as parameter from one sheet to another during drill to link, the value will be converted in between to the value which is set as "ShowNullValueAs" in second sheet. eg: if ShowNullValueAs = "" in second sheet. Null value passed from first sheet will reach as value "" in second sheet. If passNullParameterAsNull="true", then Null value will always be passed as Null to second sheet irrespective of the value of "ShowNullValueAs" in second sheet.
    =====

  • Production Server getting crashed

    Hi all,
    One of the production servers is getting crashed and i can see this message at the end. What does it mean? Can anyone help me out. We are having 2 servers in a cluster. One server is getting crashed.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (434F4E43555252454E542D41524B335745455027454E45524154494F4E0E4350501143 01), pid=22106, tid=7
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_11-b06 mixed mode)
    [thread 2 also had an error]
    # An error report file with more information is saved as [thread 2 also had an error]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Abort - core dumped

    0x0295a3d8 JavaThread "Thread-41" daemon [_thread_blocked, id=336]
    0x01470938 JavaThread "Thread-39" daemon [_thread_blocked, id=335]
    0x08558bd8 JavaThread "Thread-37" daemon [_thread_blocked, id=334]
    0x023482d8 JavaThread "Thread-35" daemon [_thread_blocked, id=332]
    0x0cbb86c0 JavaThread "Thread-33" daemon [_thread_blocked, id=331]
    0x0cb78f18 JavaThread "ThreadPoolThread 9" daemon [_thread_blocked, id=330]
    0x0cb783c0 JavaThread "ThreadPoolThread 8" daemon [_thread_blocked, id=329]
    0x0cb779d8 JavaThread "ThreadPoolThread 7" daemon [_thread_blocked, id=328]
    0x0cb77030 JavaThread "ThreadPoolThread 6" daemon [_thread_blocked, id=327]
    0x0d6d16a0 JavaThread "ThreadPoolThread 5" daemon [_thread_blocked, id=326]
    0x0cb5ce40 JavaThread "ThreadPoolThread 4" daemon [_thread_blocked, id=325]
    0x0afc82c0 JavaThread "ThreadPoolThread 3" daemon [_thread_blocked, id=324]
    0x09e32978 JavaThread "ThreadPoolThread 2" daemon [_thread_blocked, id=323]
    0x0d97e960 JavaThread "ThreadPoolThread 1" daemon [_thread_blocked, id=322]
    0x0cb5e050 JavaThread "ThreadPoolThread 0" daemon [_thread_blocked, id=321]
    0x0d750680 JavaThread "Thread-32" [_thread_blocked, id=320]
    0x07d0f7e8 JavaThread "ExecuteThread: '2' for queue: 'weblogic.kernel.Non-Blocking'" daemon [_thread_blocked, id=318]
    0x012a1b00 JavaThread "ExecuteThread: '1' for queue: 'weblogic.kernel.Non-Blocking'" daemon [_thread_blocked, id=317]
    0x07d0e620 JavaThread "ExecuteThread: '0' for queue: 'weblogic.kernel.Non-Blocking'" daemon [_thread_blocked, id=316]
    0x013c2f20 JavaThread "Thread-31" daemon [_thread_blocked, id=315]
    0x00804030 JavaThread "Thread-30" [_thread_blocked, id=314]
    0x02179700 JavaThread "Thread-29" [_thread_blocked, id=313]
    0x02aeb260 JavaThread "ExecuteThread: '6' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=312]
    0x00dbf1e0 JavaThread "ExecuteThread: '5' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=311]
    0x0338de08 JavaThread "ExecuteThread: '4' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=310]
    0x02eb2380 JavaThread "ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=309]
    0x021c34c8 JavaThread "ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=308]
    0x00f850f8 JavaThread "ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=307]
    0x003d5b58 JavaThread "ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon [_thread_blocked, id=306]
    0x01655560 JavaThread "ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=305]
    0x01210698 JavaThread "ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=304]
    0x0105aff8 JavaThread "ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=303]
    0x016449f8 JavaThread "ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=302]
    0x018e6980 JavaThread "ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=301]
    0x020bca38 JavaThread "ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=300]
    0x020bbea8 JavaThread "ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=299]
    0x0121fce0 JavaThread "ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=298]
    0x00bbfb40 JavaThread "ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=297]
    0x020abd00 JavaThread "ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=296]
    0x021e3fe0 JavaThread "ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=295]
    0x018e5e20 JavaThread "ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=294]
    0x021ce608 JavaThread "ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=293]
    0x0180f060 JavaThread "ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=292]
    0x01644050 JavaThread "ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon [_thread_blocked, id=291]
    0x00bbf8f8 JavaThread "ExecuteThread: '0' for queue: 'JMSStore<JMSStore_persistent_ms01>.ioThreadPool'" daemon [_thread_blocked, id=290]
    0x0058dc88 JavaThread "ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon [_thread_blocked, id=289]
    0x0120ef10 JavaThread "Thread-28" [_thread_blocked, id=288]
    0x0120ebf0 JavaThread "Thread-27" [_thread_blocked, id=287]
    0x00a08d48 JavaThread "Thread-26" [_thread_blocked, id=286]
    0x01645600 JavaThread "Thread-25" [_thread_blocked, id=285]
    0x010dd088 JavaThread "Thread-24" [_thread_blocked, id=284]
    0x01767fe0 JavaThread "Thread-23" [_thread_blocked, id=283]
    0x0158f960 JavaThread "Thread-22" [_thread_blocked, id=282]
    0x00723e48 JavaThread "Thread-21" [_thread_blocked, id=281]
    0x00724340 JavaThread "Thread-20" [_thread_blocked, id=280]
    0x00723928 JavaThread "Thread-19" [_thread_blocked, id=279]
    0x00724500 JavaThread "Thread-18" [_thread_blocked, id=278]
    0x0141c3a8 JavaThread "Thread-17" [_thread_blocked, id=277]
    0x01183590 JavaThread "Thread-16" [_thread_blocked, id=276]
    0x011833e8 JavaThread "Thread-15" [_thread_blocked, id=275]
    0x016dfbe0 JavaThread "Thread-14" [_thread_blocked, id=274]
    0x0172ae78 JavaThread "Thread-13" [_thread_blocked, id=273]
    0x010af0e0 JavaThread "Thread-12" [_thread_blocked, id=272]
    0x004e5430 JavaThread "Thread-11" [_thread_blocked, id=271]
    0x0198af28 JavaThread "Thread-10" [_thread_blocked, id=270]
    0x01455358 JavaThread "Thread-9" [_thread_blocked, id=269]
    0x01292d00 JavaThread "Thread-8" [_thread_blocked, id=268]
    0x014c8c80 JavaThread "Thread-7" [_thread_blocked, id=267]
    0x015d3d80 JavaThread "ExecuteThread: '0' for queue: 'weblogic.cluster.MulticastManager'" daemon [_thread_blocked, id=266]
    0x003d4048 JavaThread "weblogic.health.CoreHealthMonitor" daemon [_thread_blocked, id=265]
    0x00bf4900 JavaThread "Thread-6" [_thread_blocked, id=264]
    0x0145c5b8 JavaThread "ExecuteThread: '0' for queue: 'Multicast'" daemon [_thread_blocked, id=263]
    0x01162f40 JavaThread "Thread-5" [_thread_blocked, id=260]
    0x008e2320 JavaThread "LDAPConnThread-0 ldap://jsfintprdint01-admin:7001" daemon [_thread_blocked, id=257]
    0x00f22598 JavaThread "VDE Transaction Processor Thread" [_thread_blocked, id=255]
    0x007334b0 JavaThread "ExecuteThread: '2' for queue: 'weblogic.admin.RMI'" daemon [_thread_blocked, id=254]
    0x013712b8 JavaThread "ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon [_thread_blocked, id=253]
    0x00e71da8 JavaThread "ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon [_thread_blocked, id=252]
    0x00f2c448 JavaThread "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=251]
    0x00c42330 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=250]
    0x00c42110 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=249]
    0x00b8ce60 JavaThread "weblogic.security.SpinnerRandomSource" daemon [_thread_blocked, id=248]
    0x00b8bad8 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=247]
    0x005a87c8 JavaThread "ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon [_thread_blocked, id=246]
    0x005a7bd0 JavaThread "ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon [_thread_blocked, id=245]
    0x005a6fd8 JavaThread "ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon [_thread_blocked, id=244]
    0x005a63e0 JavaThread "ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon [_thread_blocked, id=243]
    0x005a57e8 JavaThread "ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon [_thread_blocked, id=242]
    0x005a4bf0 JavaThread "ExecuteThread: '29' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=241]
    0x005a3ff8 JavaThread "ExecuteThread: '28' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=240]
    0x005a3400 JavaThread "ExecuteThread: '27' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=239]
    0x00570ff8 JavaThread "ExecuteThread: '26' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=238]
    0x00570400 JavaThread "ExecuteThread: '25' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=237]
    0x0056f808 JavaThread "ExecuteThread: '24' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=236]
    0x0056ec10 JavaThread "ExecuteThread: '23' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=235]
    0x0056e018 JavaThread "ExecuteThread: '22' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=234]
    0x0056d420 JavaThread "ExecuteThread: '21' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=233]
    0x0056c828 JavaThread "ExecuteThread: '20' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=232]
    0x0056bc30 JavaThread "ExecuteThread: '19' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=231]
    0x0056b038 JavaThread "ExecuteThread: '18' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=230]
    0x0056a440 JavaThread "ExecuteThread: '17' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=229]
    0x001b8878 JavaThread "ExecuteThread: '16' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=228]
    0x001b7c80 JavaThread "ExecuteThread: '15' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=227]
    0x001b7088 JavaThread "ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=226]
    0x001b6490 JavaThread "ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=225]
    0x001b5898 JavaThread "ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=224]
    0x001b4ca0 JavaThread "ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=223]
    0x001b40a8 JavaThread "ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=222]
    0x001b34b0 JavaThread "ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=221]
    0x001b28b8 JavaThread "ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=220]
    0x001b16b8 JavaThread "ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=219]
    0x001b0af0 JavaThread "ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=218]
    0x00560670 JavaThread "ExecuteThread: '5' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=217]
    0x0055fa78 JavaThread "ExecuteThread: '4' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=216]
    0x0055ee80 JavaThread "ExecuteThread: '3' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=215]
    0x0055e288 JavaThread "ExecuteThread: '2' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=214]
    0x0055d690 JavaThread "ExecuteThread: '1' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=213]
    0x0055ca98 JavaThread "ExecuteThread: '0' for queue: 'weblogic.kernel.Default'" daemon [_thread_blocked, id=212]
    0x0055bea0 JavaThread "ExecuteThread: '24' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=211]
    0x0055b2a8 JavaThread "ExecuteThread: '23' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=210]
    0x0055a6b0 JavaThread "ExecuteThread: '22' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=209]
    0x00500c88 JavaThread "ExecuteThread: '21' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=208]
    0x00500090 JavaThread "ExecuteThread: '20' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=207]
    0x004ff498 JavaThread "ExecuteThread: '19' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=206]
    0x004fe8a0 JavaThread "ExecuteThread: '18' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=205]
    0x004fdca8 JavaThread "ExecuteThread: '17' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=204]
    0x004fd0b0 JavaThread "ExecuteThread: '16' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=203]
    0x004fc4b8 JavaThread "ExecuteThread: '15' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=202]
    0x004fb8c0 JavaThread "ExecuteThread: '14' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=201]
    0x004facc8 JavaThread "ExecuteThread: '13' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=200]
    0x004fa0d0 JavaThread "ExecuteThread: '12' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=199]
    0x004f94d8 JavaThread "ExecuteThread: '11' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=198]
    0x008bcc48 JavaThread "ExecuteThread: '10' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=197]
    0x008bc050 JavaThread "ExecuteThread: '9' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=196]
    0x008bac50 JavaThread "ExecuteThread: '8' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=195]
    0x008ba058 JavaThread "ExecuteThread: '7' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=194]
    0x008b9460 JavaThread "ExecuteThread: '6' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=193]
    0x008b8868 JavaThread "ExecuteThread: '5' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=192]
    0x008b7c70 JavaThread "ExecuteThread: '4' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=191]
    0x008b7078 JavaThread "ExecuteThread: '3' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=190]
    0x008b6480 JavaThread "ExecuteThread: '2' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=189]
    0x008b5888 JavaThread "ExecuteThread: '1' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=188]
    0x002a3e08 JavaThread "ExecuteThread: '0' for queue: 'WBSDataSyncExecuteQueue'" daemon [_thread_blocked, id=187]
    0x002a3210 JavaThread "ExecuteThread: '39' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=186]
    0x002a2618 JavaThread "ExecuteThread: '38' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=185]
    0x002a1a20 JavaThread "ExecuteThread: '37' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=184]
    0x002a0e28 JavaThread "ExecuteThread: '36' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=183]
    0x002a0230 JavaThread "ExecuteThread: '35' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=182]
    0x0029f638 JavaThread "ExecuteThread: '34' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=181]
    0x0029ea40 JavaThread "ExecuteThread: '33' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=180]
    0x0029de48 JavaThread "ExecuteThread: '32' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=179]
    0x0029d280 JavaThread "ExecuteThread: '31' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=178]
    0x00520b08 JavaThread "ExecuteThread: '30' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=177]
    0x0051ff10 JavaThread "ExecuteThread: '29' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=176]
    0x0051f318 JavaThread "ExecuteThread: '28' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=175]
    0x0051e720 JavaThread "ExecuteThread: '27' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=174]
    0x0051db28 JavaThread "ExecuteThread: '26' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=173]
    0x0051cf30 JavaThread "ExecuteThread: '25' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=172]
    0x0051c338 JavaThread "ExecuteThread: '24' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=171]
    0x0051b740 JavaThread "ExecuteThread: '23' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=170]
    0x0051ab48 JavaThread "ExecuteThread: '22' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=169]
    0x00519f50 JavaThread "ExecuteThread: '21' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=168]
    0x00519358 JavaThread "ExecuteThread: '20' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=167]
    0x001818e8 JavaThread "ExecuteThread: '19' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=166]
    0x00180cf0 JavaThread "ExecuteThread: '18' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=165]
    0x001800f8 JavaThread "ExecuteThread: '17' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=164]
    0x0017ecf8 JavaThread "ExecuteThread: '16' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=163]
    0x0017e100 JavaThread "ExecuteThread: '15' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=162]
    0x0017d508 JavaThread "ExecuteThread: '14' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=161]
    0x0017c910 JavaThread "ExecuteThread: '13' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=160]
    0x0017bd18 JavaThread "ExecuteThread: '12' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=159]
    0x0017b120 JavaThread "ExecuteThread: '11' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=158]
    0x0017a590 JavaThread "ExecuteThread: '10' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=157]
    0x00b11d78 JavaThread "ExecuteThread: '9' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=156]
    0x00b10b78 JavaThread "ExecuteThread: '8' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=155]
    0x00b0ff80 JavaThread "ExecuteThread: '7' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=154]
    0x00b0f388 JavaThread "ExecuteThread: '6' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=153]
    0x00b0ebc0 JavaThread "ExecuteThread: '5' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=152]
    0x00b0e8d8 JavaThread "ExecuteThread: '4' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=151]
    0x00f2d350 JavaThread "ExecuteThread: '3' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=150]
    0x013877a8 JavaThread "ExecuteThread: '2' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=149]
    0x00f2cda8 JavaThread "ExecuteThread: '1' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=148]
    0x00b0e058 JavaThread "ExecuteThread: '0' for queue: 'WBSLookupExecuteQueue'" daemon [_thread_blocked, id=147]
    0x005506a8 JavaThread "ExecuteThread: '24' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=146]
    0x0054fab0 JavaThread "ExecuteThread: '23' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=145]
    0x0054eeb8 JavaThread "ExecuteThread: '22' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=144]
    0x0054e2c0 JavaThread "ExecuteThread: '21' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=143]
    0x0054d6c8 JavaThread "ExecuteThread: '20' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=142]
    0x0054cad0 JavaThread "ExecuteThread: '19' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=141]
    0x0054bed8 JavaThread "ExecuteThread: '18' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=140]
    0x0054b2e0 JavaThread "ExecuteThread: '17' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=139]
    0x0054a6e8 JavaThread "ExecuteThread: '16' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=138]
    0x00549b58 JavaThread "ExecuteThread: '15' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=137]
    0x00612700 JavaThread "ExecuteThread: '14' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=136]
    0x00611b08 JavaThread "ExecuteThread: '13' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=135]
    0x00610f10 JavaThread "ExecuteThread: '12' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=134]
    0x00610318 JavaThread "ExecuteThread: '11' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=133]
    0x0060f720 JavaThread "ExecuteThread: '10' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=132]
    0x0060e320 JavaThread "ExecuteThread: '9' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=131]
    0x0060d728 JavaThread "ExecuteThread: '8' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=130]
    0x0060cb30 JavaThread "ExecuteThread: '7' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=129]
    0x0060bf38 JavaThread "ExecuteThread: '6' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=128]
    0x0060b370 JavaThread "ExecuteThread: '5' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=127]
    0x005a0fb8 JavaThread "ExecuteThread: '4' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=126]
    0x0059fdb8 JavaThread "ExecuteThread: '3' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=125]
    0x0059f1c0 JavaThread "ExecuteThread: '2' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=124]
    0x0059e5c8 JavaThread "ExecuteThread: '1' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=123]
    0x0059d9d0 JavaThread "ExecuteThread: '0' for queue: 'wli.internal.ProcessInstanceInfo'" daemon [_thread_blocked, id=122]
    0x0059cdd8 JavaThread "ExecuteThread: '24' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=121]
    0x0059c1e0 JavaThread "ExecuteThread: '23' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=120]
    0x0059b5e8 JavaThread "ExecuteThread: '22' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=119]
    0x0059a9f0 JavaThread "ExecuteThread: '21' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=118]
    0x00599e28 JavaThread "ExecuteThread: '20' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=117]
    0x00599340 JavaThread "ExecuteThread: '19' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=116]
    0x01111af0 JavaThread "ExecuteThread: '18' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=115]
    0x01110ef8 JavaThread "ExecuteThread: '17' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=114]
    0x01110300 JavaThread "ExecuteThread: '16' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=113]
    0x0110f7a0 JavaThread "ExecuteThread: '15' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=112]
    0x0110eba8 JavaThread "ExecuteThread: '14' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=111]
    0x0110dfb0 JavaThread "ExecuteThread: '13' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=110]
    0x0110d3b8 JavaThread "ExecuteThread: '12' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=109]
    0x0110c7c0 JavaThread "ExecuteThread: '11' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=108]
    0x0110bbf8 JavaThread "ExecuteThread: '10' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=107]
    0x0110b110 JavaThread "ExecuteThread: '9' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=106]
    0x011b7d80 JavaThread "ExecuteThread: '8' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=105]
    0x011b7188 JavaThread "ExecuteThread: '7' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=104]
    0x011b6590 JavaThread "ExecuteThread: '6' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=103]
    0x011b5998 JavaThread "ExecuteThread: '5' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=102]
    0x011b4da0 JavaThread "ExecuteThread: '4' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=101]
    0x011b41a8 JavaThread "ExecuteThread: '3' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=100]
    0x011b2da8 JavaThread "ExecuteThread: '2' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=99]
    0x011b21b0 JavaThread "ExecuteThread: '1' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=98]
    0x011b15b8 JavaThread "ExecuteThread: '0' for queue: 'wli.internal.ProcessTracking'" daemon [_thread_blocked, id=97]
    0x011b0ad0 JavaThread "ExecuteThread: '24' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=96]
    0x016229b0 JavaThread "ExecuteThread: '23' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=95]
    0x01621db8 JavaThread "ExecuteThread: '22' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=94]
    0x01620bb8 JavaThread "ExecuteThread: '21' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=93]
    0x0161ffc0 JavaThread "ExecuteThread: '20' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=92]
    0x0161f3c8 JavaThread "ExecuteThread: '19' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=91]
    0x0161e7d0 JavaThread "ExecuteThread: '18' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=90]
    0x0161dc08 JavaThread "ExecuteThread: '17' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=89]
    0x01475660 JavaThread "ExecuteThread: '16' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=88]
    0x01474a68 JavaThread "ExecuteThread: '15' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=87]
    0x01473e70 JavaThread "ExecuteThread: '14' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=86]
    0x01473278 JavaThread "ExecuteThread: '13' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=85]
    0x01472680 JavaThread "ExecuteThread: '12' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=84]
    0x01471a88 JavaThread "ExecuteThread: '11' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=83]
    0x01489e18 JavaThread "ExecuteThread: '10' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=82]
    0x01489220 JavaThread "ExecuteThread: '9' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=81]
    0x01488628 JavaThread "ExecuteThread: '8' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=80]
    0x01487a30 JavaThread "ExecuteThread: '7' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=79]
    0x01486e38 JavaThread "ExecuteThread: '6' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=78]
    0x014862a8 JavaThread "ExecuteThread: '5' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=77]
    0x01604fa0 JavaThread "ExecuteThread: '4' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=76]
    0x016043a8 JavaThread "ExecuteThread: '3' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=75]
    0x016037b0 JavaThread "ExecuteThread: '2' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=74]
    0x01602c20 JavaThread "ExecuteThread: '1' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=73]
    0x01602138 JavaThread "ExecuteThread: '0' for queue: 'wli.internal.SyncAsyncResponseListener'" daemon [_thread_blocked, id=72]

  • ESXi 4.0  with sun storagetek 2500 array server is getting crashed

    Hi all,
    I have configured ESXi 4.0 in an IBM server followed by creating virtual host in that server. The server was working fine until I connect the server with storage array.
    My setup looks like this.
    IBM Server installed with ESXi 4.0 (linux version) followed by virtual host creation. the virtual host is Windows 2008 - 64 bit. Once all this setup were made, I have installed a software called CAM module in this server. This module is to manage my Sun storagetek 2500 array family. Suddenly i see my ESXi server (licensed one) is getting crashed. Following is the error message displayed.
    Vmware ESXI release build_164009 x86_64
    #PF Exception(14) in world 5354:sfcbd in 0X418028840C99 addr 0X410008ebdd84
    Press escape to enter local debugger
    I got a work around from one of the forum for this similar problem as "increase the swap size may solve this". but i tried that also , but still the issue persists. Swap size is set as twice of the RAM (my ram is with 4 GB,2X dual core AMD processor and HDD capacity is 80GB)
    can anyone help me on this.
    With regards,
    Sri

    Hello,
    if it's that urgent, why do you post in a user-to-user forum instead of getting in touch with tech support of Vmware, IBM, Microsoft and maybe Sun ?
    Michael

  • StuckThreadMaxTime, exceeds(more than 600s) server is getting crashed

    Hi All,
    We have one functionality like bulk warranty and entitlement, where user can upload a text file which contain more than 1000 lines. If multiple users are uploading at a time, separate thread is creating for each users and it exceeds StuckThreadMaxTime, more than 600s, web logic server getting crashed, and production application is getting down. It would be grateful if any one can help on this.
    Thanks&Regards
    Pullarao Nelluru

    If its only this MMC might try them over here.
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=biztalkgeneral
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Maybe you are looking for

  • Help with former pc organization...

    And another new Mac user here. I'm looking to find a way of organizing my arsenal of photos in iPhoto without scattering my previous system of arrangement created on my pc. I would love to hear any ideas or special methods you may have before I give

  • When connecting to stereo, can you only hook into V/AUX connection?

    Any help would be great.

  • Hibernate Query vs PreparedStatement for SQL

    Hi, I am using Hibernate for DAO classes, which i am using for the basic CRUD operations. But for complex queries with complex joins i am writing the SQL. In such case whether it is better to use the Query.createSQLQuery(String sql) to invoke the SQL

  • Help: Oracle lite 10.3.0.1.0 and symbian 9 s60

    Greetings, I installed the oracle litle server, I have a client installed windows 32, and synchronizes works, the problem is when I want to install a client for symbian, first how to enable the client for Oracle Lite Symbian OS v7 and OS v7/UIQ2.1 in

  • Grid Layout

    I am unable to add 2 additional columns to this MemoSaver. Anyone know what I'm doing wrong? import javax.swing.*; import java.awt.*; import java.awt.event.*; public class MemoSaver2 extends JFrame implements ActionListener public static final int WI