How should I interpret java thread dumps?

I have a multi-threaded application, I am running on a BlackBerry 9000.  I suspect there are blocking issues.

I figured out how to trigger the trace of the stack using javaloader - usb logstacktraces (rather than wait for the alert for error "not responding") and can fetch using javaloader - usb eventlog, but I cannot interpret them.

When I develop java applications normal can I use ^-to get a thread dump containing the source files, line numbers, and (most importantly) a list of locks and blocks, telling me that has a lock on an object, and which is blocked waiting for a lock to be released (either by calling the wait() method or exit).

I don't know if this information is in the Blackberry stack traces.

guid:0x9C3CD62E3320B498 time: Thu Sep 10 15:51:37 2009  severity:0 type:3 app:Java Exception data:
    ForcedStackTraceException
    baconology(160) 33 2 0x482E4000
    baconology(4AA957F5)
     BlockRun
     nap
     0x3EF
    baconology(4AA957F5)
     BlockRun
     waitForBuffer
     0x4BF
    baconology(4AA957F5)
     PiecewiseSourceStream
     read_
     0x14D7
    baconology(4AA957F5)
     PiecewiseSourceStream
     read
     0x1570
    net_rim_cldc-16(4A739706)
     DataSourceInputStream
     read
     0x25AF
    net_rim_media(4A739765)
     MP4Info
     
     0x34E1
    net_rim_media(4A739765)
     MP4Info
     
     0x2DA7
    net_rim_media(4A739765)
     MP4Info
     
     0x2D63
    net_rim_media(4A739765)
     MP4Info
     
     0x33A8
    net_rim_media(4A739765)
     StreamingMediaPlayer
     doRealize
     0x9224
    net_rim_cldc-16(4A739706)
     BasicPlayerImpl
     realize
     0xF80
    baconology(4AA957F5)
     JMFToy
     fabricateAndRealizePlayer
     0x9F5
    baconology(4AA957F5)
     JMFToy$3
     run
     0xD94
    net_rim_cldc-1(4A739706)
     Thread
     run

Given that this thread is blocked waiting to enter the BlockRun.nap () call, I can assume that it is blocked, waiting for a lock on * this *, because otherwise it would be inside the Object.wait () function, waiting for another thread to issue a notifyAll().

What I need to know is the thread that has the lock, so I can arrange for to be released or not granted at all.

Each (single-threaded) stack trace begins with the name of the process that owns the thread, followed by the ID process in parentheses, then by the thread ID, then the State of the thread (1 = RUNNABLE, 2 = pending, 3 = TIMED WAITING, 4 = BLOCKED), then the ID of the lock on which thread executes a wait(), or the ID of the lock, the thread is stuck on (waiting to acquire).

After the stack traces there is a list of the locks. The list shows which own threads which locks and locks Java class names.

The information contained in the stack traces and the list of locks is sufficient for an automated tool to analyze the dependencies between threads and also find dead-locks (as appropriate). I depeloped such a tool (thus, it is possible, and it's not hard to do), but I'm not free to release him.

Tags: BlackBerry Developers

Similar Questions

  • How to get lots of thread dump without killing-3?

    I am trying to solve a problem of thread blocked involving multiple threads external middleware, it blocks what locks being help in the middleware client libraries. Unfortunately in the environment, most people (including those available at 2:00 when offshore is testing) have access to Linux for the JVM WebLogic user ID, so they cannot issue a kill-3.

    Thread through the console (and WLST) dumps are not enough, because they are not full thread dumps, that is, they do not show what threads hold locks (they show only what are threads waiting for locks) - that is, they contain no lines like:

    -locked (an oracle.jdbc.driver.T4CConnection) < 0x0000000798fc9e88 >

    Is it possible to achieve this programmatically or otherwise, far from being able to issue a sigquit (kill-3) to the same user WebLogic runs under?

    WebLogic 10.3.5, Sun/Oracle Java 1.6.0_33 (64-bit) 5.6 RHEL. And, FWIW, SonicMQ 8.5 - our threads WebLogic are apparently stuck trying to write off of a TX of XA.

    Hi Steve,.

    There is a WebLogic Admin command to take dump thread. It is obsolete, but you can still use it.

    Reference http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/cli19.html

    Thank you

    Laurent Mathieu

  • How to call javafx scene for a pure java thread

    I have a server as a thread that starts when the application is running, it will listen to a client, when TI receives a message from the client a scene to appear alongside server.

    I get error not a fx thread when I call pure java thread.

    need help as soon as possible.

    I think that what you are looking for is the Platform.runLater () function.

    This will allow you to give a Runnable which is scheduled on the thread of FX. Put the code to display the scene and it should work.

    For example:

    Platform.runLater(new Runnable() {
      public void run() {
        // the code here to show the Scene
      }
    });
    
  • Collect the Thread Dump using Script and live in the separate log file

    Legends of dear,

    I ask you to provide me with a few lines of useful guide to collect the Thread Dump using script on linux and redirect the output to a separate log file, but not the STDOUT file. If it is redirect to STDOUT then how to extract only the thread stack to a separate log file.

    I used
    ps - ef | grep java
    kill - 3 < pid > > > ss1_td.log

    but it does not provide the thread stack to the log file.

    Any aid operation would be appreciated a lot.

    Kind regards
    Knockaert

    Karthik,

    Please see this link below

    http://www.industryvertical.co.in/2013/01/script-thread-dump-of-multiple-servers.html

    site of my friend where we placed a hands-on experience.

    Mark this if useful for you

    Kind regards

    Bouchra Arun.

  • Is there a way to see the files opened by java threads

    -environment-
    Java for 64-bit Server VM (build 1.5.0_19 - b02, mixed mode)
    Linux 2.6.9 - 78.0.5.ELsmp #1 SMP Wed Sep 24 12:40:24 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
    Xeon of Intel (r) CPU
    --------------------------

    Hi all

    I would like to know if, in the course of an outOfMemory, there are ways to:
    1. do you have a list of thread for the time (basically a thread dump)
    2. know the thread which lead to the OOM (even if the thread could well be the 'drop' leading to OOM)
    3. get a summary of the brief files on track to open by thread (basically a dump of the heap) use java.
    4. get a list of files opened by my thread

    Our application is regularly faced with outOfMemory (OOM) and I know that this sometimes load important file, so now I'm testing is the use of hprof (-agentlib:hprof = heap = sites, thread = y, depth = 2). Send "kill-3" on my java process creates a file containing a thread dump + memory usage. But it can't help me for question 2.

    Regarding question 4, I tried to establish a correlation between the hprof output + pstack + jstack, pmap, but I'm not the info I'm looking for (pstack, jstack do not show the address of open files)

    Finally, if this isn't the right forum for my question, please tell me where to post it.

    Thank you

    Have you tried - XX: + HeapDumpOnOutOfMemoryError?

    I would use a recent version of Java as Java 6 update 25.

    You can get a list of files opened by looking at/proc / {pid} /fd/ however you should never be allowed to open as many files as you run out of memory.

    If you use a Profiler, you can see that the son made at some point, and where objects are allocated.

    I don't think you can associate files with a wire.

  • How can I add Java SE 8 of my browser

    I have a www.runthemodel.com/models/2006 application which requires Java to run 8. I have Java 8 is installed on my desktop. When can I access the site, I get a message 'a plugin is required to run the content. When can I access the site on my laptop, I am able to connect to the program without problem.
    Any suggestions

    To test whether Java is installed and enabled in Firefox, visit one of these Java test pages:

       Verify Java Version
       Verify Java Version (alternate)
    

    When you visit these pages, you will normally have to activate Java. How to enable Java on trusted sites, explains how. You can also see a prompt asking you to confirm that you want to run Java to Java security. This safety message isn't Java, Firefox. For more information, see the Java help page what should I do when I see a security prompt from Java?
    Activation of Java

    If Java doesn't work, make sure that the Java plugin is enabled in the Add-ons Manager tab:

       Click the menu button New Fx Menu and choose Add-ons. The Add-ons Manager tab will open.
       In the Add-ons Manager tab, select the Plugins panel.
       Click on the Java(TM) Platform plugin to select it.
       If Java is disabled, click on Never Activate to open its drop-down menu and select the option to activate Java. The recommended (default) option is Ask to Activate, which lets you run Java when prompted.
    

    Note: You only need to activate the "Java (TM) Platform" plugin, if it is disabled. The plugin "Java Deployment Toolkit" is used by Java developers to detect your version of Java and deploy their Java applications and does not need to be enabled for Java to work.
    Troubleshooting

    If Java is installed but does not work, try these solutions:
    Java plugin does not appear in the Add-ons Manager

    If the Java plugin does not appear in the add-on Manager, even if Java is installed, try each of the following values, one at a time and then reopen Firefox to see if that solves the problem:
    Delete the pluginreg.dat file

    With completely closed Firefox, delete (or rename) the file pluginreg.dat is located in the Firefox profile folder (it will be regenerated once you restart Firefox, but other plug-ins that you can have turned off will be activated). See re - initialize the plugins database to get detailed instructions.
    Ensure that Java is enabled in the Java Control Panel

    From Java 7, Java Control Panel includes the security option, 'Enable Java content in the browser', which is selected by default. If this option will prevent Java applets from running in any browser and the Java plugin will no longer appear in the Firefox Add-ons Manager. Make sure that the content for activate Java in the browser is selected in the Security tab of the Panel control Java. See this Java help page for more details.
    Make sure that the 32-bit version of Java is installed

    On 64-bit Windows, if you have the 64-bit version of Java installed, the Java plugin is available. Releases current Firefox are a 32-bit browser, and you need to install the 32-bit version of Java.
    Make sure that the plugin scanning is not disabled

    Mozilla browsers use the plugin scan to locate the plugins installed, so you must ensure that the preference of plugin.scan.plid.all has not been disabled:

       In the Location bar, type about:config and press Enter.
           The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
       Search for the preference plugin.scan.plid.all
       If it's been set to false, right-click on it and select "Reset".
    

    Uninstall if installed JavaFX

    In some cases, after upgrading from a version earlier than Java Java 7 Update 10 or higher, the plugin java (TM) Platform is no more detected. This can be caused by a conflict with Java and a stand-alone JavaFX installation that prevents the Java plugin to be properly registered. To solve the problem, uninstall JavaFX. For more information, see the java.com help page.
    Other solutions

    If Java is installed and enabled (see above) but does not work properly, try the following:
    Remove outdated Java plugin files

    Ensure that multiple versions of the java plugin (TM) Platform are not detected. For example, if 51 Java 7 update is installed, the java plugin (TM) Platform in the tab of the Add-ons Manager should be among the Java (TM) Platform SE 7 U51. If you see other versions of "Java (TM) Platform" listed, uninstall the older versions (see how can I uninstall Java on my Windows computer?) or otherwise remove manually (see manually uninstalling a plugin).
    Check for other software that may block Java

    Even if Java is installed and enabled in Firefox, it may be blocked by other software or Firefox Add-ons, for example:

       The ZoneAlarm Pro software firewall can block Java. For more information on enabling Java through this program, see the ZoneAlarm Pro forum.
    
       The NoScript extension for Firefox will block Java. For more information, see the NoScript FAQ.
    

    Additional resources

       The Java FAQs page at java.com answers some frequently asked questions.
    

    Based on information from Java (mozillaZine KB)

    Share this article: http://mzl.la/KR1fgO

    This article has been useful?

  • How should I prepare for El Capitan 10.11.2?

    Hi all

    As the title asks, how should I prepare for this upgrade?

    I had already installed El Capitan 10.11.0, but quickly returned to 10.10.5 after discovering several problems:

    1 (2 x 1 x POP, IMAP) e-mail accounts - problems with lack of mailboxes, mail lost, unable to send mail, etc.

    2. Time Machine backups were not held as scheduled when my iMac end of 2013 has been plugged into my ups APC.

    3. casual does not recognize my USB Superdrive.

    After the restoration of my old system of Time Machine, I followed several thread on these forums to see what others have experienced with the 10.11.2 release.

    My iMac does not have any third-party software with the exception of my HP ENVY 4502 print utility.

    How should other ensuring that Time Machine backs up current, I prepare for this facility to ensure that I do not lose important emails from my accounts {2 x iCould (IMAP) and Comcast (POP3) 1 x}?

    You know, honestly until that Apple's software team act together and reflection on the QUALITY rather than pretty flowers I'd wait for a few weeks to a month.  Or, at least until more people have put to date to see if there are problems.

    So, to answer your question, make sure you have at least 2 strong BACKUPS before you update.

  • Java threading for slide show picture

    Hi, I am a newbie in developing Blackberry app...

    can someone help me, how to create a slideshow of image using Java thread?

    I'm really naïve on this subject

    Thank you

    Well done - you are not such a newbie!

    Maybe I'm missing something...

    public void run() {}

    While (true) {}
    for (i = 0; i< 6;="" i++)="">

    }

    }

    }

  • Thread Dump Oracle Service Bus

    Hi all

    I'm new to the SOA world. I tried my hands on the OSB.

    I don't know what is the cause?

    = FULL THREAD DUMP =.
    Kill Mar 27 16:24:29 2012
    BEA JRockit (R) R27.6.1-20-104573-1.6.0_05-20081016-1236-linux-ia32

    "Main Thread" id = 1 idx = 0 x 4 tid = 28283 prio = 5 alive, natively, waiting
    [- Awaiting notification on: locking of weblogic/t3/srvr/T3Srvr@0x10533378[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to java/lang/Object.wait (J) V (Native Method)
    to java/lang/Object.wait(Object.java:485)
    to weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:811)
    [^ - Lock released pending: weblogic/t3/srvr/T3Srvr@0x10533378[fat lock]
    to weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:459)
    to weblogic/Server.main(Server.java:67)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "(Manager of signals)" id = 2 idx = 0 x 8 tid = 28284 prio = 5 alive, natively, demon

    "(GC hand Thread)" id = 3 idx = 0xc tid = 28285 prio = 5 living, native, native_waiting, demon

    "(GC Worker Thread 1)" id =? IDX = 0 x 10 tid = 28286 prio = 5 alive, natively, demon

    "(GC Worker Thread 2)" id =? IDX = 0 x 14 tid = 28287 prio = 5 alive, natively, demon

    "(GC Worker Thread 3)" id =? IDX = 0 x 18 tid = 28288 prio = 5 alive, natively, demon

    "(GC working Thread 4)" id =? IDX = 0x1c tid = 28289 prio = 5 alive, natively, demon

    "(Code Generation 1 wire)" id = 4 idx = 0 x 20 tid = 28292 prio = 5 living, native, native_waiting, demon

    ID '(code optimization Thread 1)' = 5 idx = 0 x 24 tid = 28293 prio = 5 living, native, native_waiting, demon

    ID "(tâche périodique de VM) ' 6 = idx = 0 x 28 = 28294 prio = 10 tid living, native, demon"

    'Finalizer' ID = 7 idx = 0x2c tid = 28295 prio = 8 living, native, native_waiting, demon
    to jrockit/memory/Finalizer.waitForFinalizees ([Ljava/lang/object ;) I (Native Method)])
    to jrockit/memory/Finalizer.access$500(Finalizer.java:12)
    to jrockit/memory/Finalizer$4.run(Finalizer.java:159)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Reference Manager" id = 8 idx = 0 x 30 = 28296 prio = 10 tid living, native, native_waiting, demon
    at java/lang/ref/Reference.waitForActivatedQueue () Ljava/lang/ref/reference; (Native Method)
    to java/lang/ref/Reference.access$100(Reference.java:11)
    to java/lang/ref/Reference$ReferenceHandler.run(Reference.java:79)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "(Capteur événement Thread)" id = 9 idx = 0 x 34 tid = 28297 prio = 5 alive, natively, demon "

    ID = 12 "Timer-0" idx = 0 x 38 tid = 28309 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of java/util/TaskQueue@0x10159ef8[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to java/util/TimerThread.mainLoop(Timer.java:509)
    [^ - Lock released pending: java/util/TaskQueue@0x10159ef8[fat lock]
    to java/util/TimerThread.run(Timer.java:462)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Timer 1" id = 13 idx = 0x3c tid = 28374 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of java/util/TaskQueue@0x8f34020[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to java/util/TimerThread.mainLoop(Timer.java:509)
    [^ - Lock released pending: java/util/TaskQueue@0x8f34020[fat lock]
    to java/util/TimerThread.run(Timer.java:462)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '0' for the queue:"weblogic.kernel.Default (self-adjusting)"" id = 14 idx = 0 x 40 = 28375 prio = 5 tid living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x8f34b50[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x8f34b50[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "weblogic.time.TimeEventGenerator" id = 15 idx = 0 x 44 tid = 28379 prio = 9 living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/time/common/internal/TimeTable@0x8f50188[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    [^ - Lock released pending: weblogic/time/common/internal/TimeTable@0x8f50188[fat lock]
    to weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "JMAPI event thread" id = 16 idx = 0 x 48 tid = 28380 prio = 5 living, native, native_waiting, demon

    "weblogic.timers.TimerThread" id = 17 idx = 0x4c tid = 28381 prio = 9 living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/timers/internal/TimerThread@0x8f594f8[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:267)
    [^ - Lock released pending: weblogic/timers/internal/TimerThread@0x8f594f8[fat lock]
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '1' for the queue:"weblogic.kernel.Default (self-adjusting)"" id = 18 idx = 0 x 50 = 28385 prio = 5 tid living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x8f5d040[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x8f5d040[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    21-id = "Timer 2" idx = 0 x 54 tid = 28386 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of java/util/TaskQueue@0x8f6d748[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to java/util/TimerThread.mainLoop(Timer.java:509)
    [^ - Lock released pending: java/util/TaskQueue@0x8f6d748[fat lock]
    to java/util/TimerThread.run(Timer.java:462)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Thread-8" id = 22 idx = 0 x 58 tid = 28387 prio = 5 living, native, parking, daemon
    -Parking to wait: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xff98b00
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    to java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    to weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    to weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
    to weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:615)
    to weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    ' ExecuteThread: '0' for the queue: 'weblogic.socket.Muxer' "id = 23 idx = 0x5c tid = 28388 prio = 5 alive, natively, blocked, daemon
    [- Blocked trying to be locking: lock java/lang/String@0xffb5b88[fat]
    at jrockit/vm/Threads.waitForUnblockSignal () V (Native Method)
    to jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674) [Inline]
    in jrockit/vm/Locks.fatLockReacquire(Locks.java:1912) [optimised]
    in jrockit/vm/Locks.lockFat(Locks.java:1780) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258) [optimised]
    in jrockit/vm/Locks.monitorEnter(Locks.java:2455) [optimised]
    to weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    to weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    to weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    to weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    to weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    ' ExecuteThread: '1' for the queue: 'weblogic.socket.Muxer' "id = 24 idx = 0 x 60 tid = 28389 prio = 5 alive, natively, demon
    jrockit/ext/epoll/EPoll.epollWait0 (IIII) I have (Native Method)
    to jrockit/ext/epoll/EPoll.epollWait(EPoll.java:103)
    to weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
    [^ - Holding lock: lock of java/lang/String@0xffb5b88[fat]
    to weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    to weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    to weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    to weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    ' ExecuteThread: '2' for the queue: 'weblogic.socket.Muxer' "id = 25 idx = 0 x 64 tid = 28390 prio = 5 alive, natively, blocked, daemon
    [- Blocked trying to be locking: lock java/lang/String@0xffb5b88[fat]
    at jrockit/vm/Threads.waitForUnblockSignal () V (Native Method)
    in jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674) [optimised]
    in jrockit/vm/Locks.lockFat(Locks.java:1775) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258) [optimised]
    in jrockit/vm/Locks.monitorEnter(Locks.java:2455) [optimised]
    to weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    to weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    to weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    to weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    to weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    ' ExecuteThread: '3' for the queue: 'weblogic.socket.Muxer' "id = 26 idx = 0 x 68 tid = 28391 prio = 5 alive, natively, blocked, daemon
    [- Blocked trying to be locking: lock java/lang/String@0xffb5b88[fat]
    at jrockit/vm/Threads.waitForUnblockSignal () V (Native Method)
    in jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674) [optimised]
    in jrockit/vm/Locks.lockFat(Locks.java:1775) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258) [optimised]
    in jrockit/vm/Locks.monitorEnter(Locks.java:2455) [optimised]
    to weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    to weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    to weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    to weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    to weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    ' ExecuteThread: '4' for the queue: 'weblogic.socket.Muxer' "id = 27 idx = 0x6c tid = 28392 prio = 5 alive, natively, blocked, daemon
    [- Blocked trying to be locking: lock java/lang/String@0xffb5b88[fat]
    at jrockit/vm/Threads.waitForUnblockSignal () V (Native Method)
    in jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674) [optimised]
    in jrockit/vm/Locks.lockFat(Locks.java:1775) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311) [optimised]
    in jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258) [optimised]
    in jrockit/vm/Locks.monitorEnter(Locks.java:2455) [optimised]
    to weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    to weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    to weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    to weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    to weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "VDE Transaction processor Thread" id = 30 idx = 0 x 70 tid = 28397 prio = 2 alive, native, waiting, demon
    [- Awaiting notification on: locking of com/octetstring/vde/backend/standard/TransactionProcessor@0xff84350[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to java/lang/Object.wait (J) V (Native Method)
    to java/lang/Object.wait(Object.java:485)
    to com/octetstring/vde/backend/standard/TransactionProcessor.waitChange(TransactionProcessor.java:367)
    [^ - Lock released pending: com/octetstring/vde/backend/standard/TransactionProcessor@0xff84350[fat lock]
    to com/octetstring/vde/backend/standard/TransactionProcessor.run(TransactionProcessor.java:212)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "DoSManager" id = 33 idx = 0 x 78 tid = 28401 prio = 6 alive, natively, sleep, native_waiting, demon
    to java/lang/Thread.sleep (J) V (Native Method)
    to com/octetstring/vde/DoSManager.run(DoSManager.java:433)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "OracleTimeoutPollingThread" id = 34 idx = 0x7c tid = 28478 prio = 10 alive, natively, sleep, native_waiting, demon
    to java/lang/Thread.sleep (J) V (Native Method)
    to oracle/jdbc/driver/OracleTimeoutPollingThread.run(OracleTimeoutPollingThread.java:150)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Wire-12" id = 35 idx = 0 x 80 tid = 28492 prio = 5 living, native, parking, daemon
    -Parking to wait: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x18625de8
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    to java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    to weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    to weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
    to weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:615)
    to weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    'Timer-3' id = 36 idx = 0 x 84 tid = 28503 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of java/util/TaskQueue@0x18413578[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    java/lang/Object.wait (J) V (Native Method) [reduced]
    to java/util/TimerThread.mainLoop(Timer.java:509)
    [^ - Lock released pending: java/util/TaskQueue@0x18413578[fat lock]
    to java/util/TimerThread.run(Timer.java:462)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '2' for the queue:"weblogic.kernel.Default (self-adjusting)"" id = 37 idx = 0 x 88 = 28635 prio = 5 tid living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x10b10cc0[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x10b10cc0[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Thread-14" id = 38 idx = 0x8c tid = 28643 prio = 5 living, native, parking, daemon
    -Parking to wait: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x109acbd8
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    to java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    to weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    to weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
    to weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:615)
    to weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '3' for queue:"weblogic.kernel.Default (self-adjusting)"" id = 39 idx = 0 x 90 = 28663 prio = 5 tid living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x21bc7c28[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x21bc7c28[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "pool-1-wire-1" id = 40 idx = 0 x 94 tid = 28691 prio = 5 living in native, parked
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.parkNanos(LockSupport.java:198)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1963)
    to java/util/concurrent/DelayQueue.take(DelayQueue.java:164)
    to java/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:582)
    to java/util/concurrent/ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:575)
    to java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:946)
    to java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:906)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "LDAPConnThread-0 ldap://admin-ryprdsbB.baplc.com:7999" id = 41 idx = 0 x 98 = 28800 prio = 5 tid living, native, demon
    to jrockit/net/SocketNativeIO.readBytesPinned (Ljava/io/FileDescriptor; [I (Native Method) BILL)
    to jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:46)
    to java/net/SocketInputStream.socketRead0 (Ljava/io/FileDescriptor; [BILL) I (SocketInputStream.Java)
    to java/net/SocketInputStream.read(SocketInputStream.java:129)
    to java/io/BufferedInputStream.fill(BufferedInputStream.java:218)
    to java/io/BufferedInputStream.read(BufferedInputStream.java:237)
    [^ - Holding lock: lock of java/io/BufferedInputStream@0x1a960cd0[biased]
    to netscape/ldap/ber/stream/BERElement.getElement(BERElement.java:101)
    to netscape/ldap/LDAPConnThread.run(LDAPConnThread.java:538)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Timer-4" id = 42 idx = 0x9c tid = 28819 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of java/util/TaskQueue@0x1a38a930[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to java/lang/Object.wait (J) V (Native Method)
    to java/lang/Object.wait(Object.java:485)
    to java/util/TimerThread.mainLoop(Timer.java:483)
    [^ - Lock released pending: java/util/TaskQueue@0x1a38a930[fat lock]
    to java/util/TimerThread.run(Timer.java:462)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "LDAPConnThread-1 ldap://admin-ryprdsbB.baplc.com:7999" id = 43 idx = 0xa0 = 28824 prio = 5 tid living, native, demon
    to jrockit/net/SocketNativeIO.readBytesPinned (Ljava/io/FileDescriptor; [I (Native Method) BILL)
    to jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:46)
    to java/net/SocketInputStream.socketRead0 (Ljava/io/FileDescriptor; [BILL) I (SocketInputStream.Java)
    to java/net/SocketInputStream.read(SocketInputStream.java:129)
    to java/io/BufferedInputStream.fill(BufferedInputStream.java:218)
    to java/io/BufferedInputStream.read(BufferedInputStream.java:237)
    [^ - Holding lock: lock of java/io/BufferedInputStream@0x16a8f110[biased]
    to netscape/ldap/ber/stream/BERElement.getElement(BERElement.java:101)
    to netscape/ldap/LDAPConnThread.run(LDAPConnThread.java:538)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '4' for queue:"weblogic.kernel.Default (self-adjusting)"" id = 44 idx = 0xa4 tid = 28844 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x1efa17c0[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x1efa17c0[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "ExecuteThread [ASSET]: '5' for queue:"weblogic.kernel.Default (self-adjusting)"" id = 45 idx = 0xa8 tid = 28845 prio = 5 living, native, waiting, demon
    [- Awaiting notification on: locking of weblogic/work/ExecuteThread@0x1efa2410[fat]
    at jrockit/vm/Threads.waitForNotifySignal (object/lang/JLjava ;) Z (Native Method)
    to jrockit/vm/Locks.wait(Locks.java:2250) [Inline]
    to java/lang/Object.wait(Object.java:485) [Inline]
    in weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157) [optimised]
    [^ - Lock released pending: weblogic/work/ExecuteThread@0x1efa2410[fat lock]
    to weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "Thread-16" id = 46 idx = 0xac tid = 28882 prio = 5 living, native, parking, daemon
    -Parking to wait: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x19e63430
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    to com/bea/alsb/alert/TaskCollector.run(TaskCollector.java:59)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    "pool-3-wire-1" id = 47 idx = 0xb0 tid = 29009 prio = 5 living in native, parked
    -Parking to wait: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x19f2fd58
    to jrockit/vm/Locks.park0 (J) V (Native Method)
    to jrockit/vm/Locks.park(Locks.java:2506)
    to sun/misc/Unsafe.park (ZJ) V (Native Method)
    to java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    to java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    to java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    to java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:946)
    to java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:906)
    to java/lang/Thread.run(Thread.java:619)
    to jrockit/vm/RNI.c2java (IIIII) V (Native Method)
    -end of the trace

    Hello

    Sign on support.oracle.com and look for:
    (1) problem: 100% use of the processor because of blocked Threads observed with Apache Xml beans [ID 1307201.1]
    (2) NOTE: 977591.1 -Thread blocked problem in Oracle WebLogic Server using Apache XMLBeans v2.3

    These two looks like your problem. You probably need to update the library XMLBeans.

    Best regards
    Karol Muszynski

  • What ' s a weblogic thread dump format?

    Hello

    I have a question for thread dump in Weblogic.

    When I see this message; java.lang.Thread.State: EXECUTABLE; my understanding is that the thread is running.
    Example:
    "Connection TCP RMI 3025 - 10.30.73.39"-wire t@278
    java.lang.Thread.State: EXECUTABLE
    at java.net.SocketInputStream.socketRead0 (Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    -locked < 235738ef > (a java.io.BufferedInputStream)
    == > this thread runs and reads data...

    Now, what is a '[ACTIVE]' thread in Weblogic? my opinion is that it is also a running thread. Am I wrong?

    If both threads are running, why one is not also maraked as "[ACTIVE] '?

    Another question, what ' s the difference between these two threads?
    "ExecuteThread [ASSET]: '10' for queue:"(self-adjusting) weblogic.kernel.Default""-wire t@119
    java.lang.Thread.State: pending
    at java.lang.Object.wait (Native Method)
    -waiting on < 5b3f46a5 > (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Locked ownable Synchronizers:
    -None

    "[Pending] ExecuteThread: '9' for the queue:"(self-adjusting) weblogic.kernel.Default""-wire t@117
    java.lang.Thread.State: pending
    at java.lang.Object.wait (Native Method)
    -waiting on < 463515a 4 > (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Locked ownable Synchronizers:
    -None

    Thanks for your help

    Hello

    [ACTIVE] [EVE] are States that Weblogic assigns to its internal nets.

    Most of the time, you will see discussions (waitForRequest) pending pending because they do nothing.

    Discussions in the way ASSETS Weblogic kernel assigned a request and that request is in progress.

    I saw in some Threads in Thread dump in ACTIVE State, even if they expect a request so not 100% compatible. I worry too much on this subject.

    The part of the key to analysis is to analyze the Stack Trace of the Thread and the native state of Thread (RUNNABLE, WAITING), those are your real indicators if the Thread is waiting for a query or really stuck a request for treatment.

    -The first line will also give you the current Thread action (waiting to be warned, blocked / stuck on a monitor, computer science etc..)
    -The Stack Trace will also give you specify if the Thread is waiting to process a query (free Thread) or a real application or the task of Weblogic internal treatment

    Kind regards
    PERSON-H

  • How to get the Java instance variable in JSP custom

    Hello

    I decided to list some simple Java classes to use as instance variables. This should make it easier to do things with them in a JSP page since I know exactly what kind they are.

    My question is how to get my Java instance in the JSP page variable - I a screenflow with an Interactive component in what I would normally choose BPM interactive object call, but this allows BPM object instance variables not Java ones. So how can I associate my JSP custom?

    Thank you

    Neil

    In my view, that there must be a BPMObject that is passed into a JSP page. My suggestion would be to build a BPMObject as a "viewObject" with only the values you need and in the BPMObject constructor, load the java class data. And then possibly have a 'storeToJavaObj' method, you call after the JSP, which then stores the data to your java class if you wish.

    HTH...
    -Kevin

  • Whenever I try to download iOS 10, the settings app crashes. How should I do if I get the update?

    Whenever I try to download iOS 10, the settings app crashes. How should I do if I get the update?

    gswizzleeeee wrote:

    ... the settings application crashes.

    This is very unusual.  Two thoughts come to mind.

    1. Your storage space is too full?  Check the settings > general > storage & use iCloud > manage storage (in storage).  Make sure you have at least 10% (hopefully more than 15%) of total storage of your iPhone for free.
    2. Use iTunes (you must use the current version - 12.5.1, as this is the only version supporting iOS 10) to upgrade.  See 'Your device via iTunes update' here: update the iOS on your iPhone, iPad or iPod touch - Apple Support software
  • Another that holding down the power button, then by restarting, how should I manage my end 2009 27 "iMac when he crashes on the first blank white screen and won't start?

    Another holding down the power button, then by restarting, how should I handle turn on my end 2009 27 "iMac when he crashes on the first blank white screen and won't start?

    Combinations of keys start for Mac - Apple Support

  • Thunderbird: In write mode can not find the tool bar (or menu bar), then how should I send my email?

    Thunderbird: In write mode can not find the tool bar (or menu bar), then how should I send my email?

    Well you can press Ctrl + Enter or you could re - turn on the menu and the toolbar https://support.mozilla.org/en-US/kb/display-thunderbird-menus-and-toolbar .

  • How can I allow Java 7.55 on Firefox 29?

    In collaboration with a training site that requires Java. I have the latest version of Java Runtime (55-7), Firefox blocks seem to note specifically on built 25 to 44, but maybe later built as well. My build is blocked.
    I tried a section which describes the release on a trusted site, but can't find how to get the Java icon in the access address bar unlock options.
    Compaq Presario running XP, 2.2 GB of memory, 500 GB disk space, connection ADSL2 + provider.
    The basic problem is the delay and distortion of sounds in games designed to measure the speed of reflex, and blocked Java is the only incompatibility that I can find the published requirements.

    Thank you, Alice. I've been chasing the wrong Hare. In view of the Java plugin platform, it is allowed, and so my core of sound distortion problem is not to do with plugins and maybe not Mozilla. Big step forward.

Maybe you are looking for

  • HP 15 t: cannot connect laptop Windows 8 to SBS 2008

    I just got my new HP 15 t and tried to connect it to the network so that the antivirus software, etc can download. It's our first Windows 8 machine; our network is different from XP and Windows 7. The server is SBS 2008. When I run the launcher (afte

  • How can I restore...

    I use a Touchsmart300/1125 on Windows7. My direct mail for incoming mail alert allows you to display a "popup" box if the incoming mail was considered "undesirable" and this box had to be checked for spam before I could read any other incoming mail.

  • stutters sound

    Hello don't someone here on this? While shuffeling parrir all my songs (~ 600 flac + 320) all the other songs the sound stutters like on an old sony diskman if you shook it a little. I could only think, it's only the my sd card is 64 GB class 10 sdxc

  • MSC password retrieval

    Hi all Can someone tell me the procedure to recover the admin password on Cisco security manager and CSM Client. We have the equivalent password created admin and it works very well, but the system admin password is lost. Please advice. REDA

  • JEG har kobt Adobe photoshop

    JEG har I gar kobt Adobe photoshop element 14 pa thought-out, AD006106990DKmen det har ikke lang possible for mig af det installeret pa min computerSA jeg kan bruge det? der er der er installeret men mass programmerJEG ved slet ikke det eller hvad ma