Threads getting "stuck" at a readLine()

basically, i'm just finishing up a LAN messenger program and there's one last detail i can't fix up... since the program should be able to send and receive packets (messages) concurrently, i have one thread sending packets and another receiving them... i thought this would work because this way the program wont block when there's nothing to receive or send, but it still does... i think it's waiting for input in the sending thread, ie. readLine(), because when i hit enter, a bunch of messages come through... so, is there a way that i can get it not to block on the readLine()... thanks a lot.
oh, and i've already tried to sleep() and suspend() the sending thread for quick periods, still a no go... thanks again.

ok, i think i may have put 2 and 2 together last night. now i realized that every messenger program i've ever used has had 2 seperate boxes for text, one on the top which shows what the other person (and yourself) has written, and one on the bottom where you write your actual messages... i think that's it! that you can't print to the screen when waiting on a readLine(), so you print the incoming messages to another text box! now, i know nothing of GUIs or frames or anything like that, so i'm going to have to figure out how to make a program with two boxes for text and pick that i want the incoming messages to print to the top box... i think that may be a lot easier said than done though. if any of you know how, it'd be awesome if you could point me in the right direction. oh, and SUCH a rookie question, now that i'm using jdk i don't know how to execute my programs anymore, i tried going to the directory with the .java and .class files in it and typing at the prompt java Messy.java and i get an error java.lang.NoClassDefFound Error: Messy/java
i know you're all still laughing, but i'd really appreciate help, i set CLASSPATH=c:/program files/ready to program/ (which is the dir of the .java and .class) and i also just typed set CLASSPATH= (because i was already in the dir) and it still said the same thing... thanks a lot people.

Similar Messages

  • Threads getting stuck in reflection

    Hi,
    during our nightly performance tests some weblogic instances start responding very slowly. The reason seems to be in many threads getting stuck doing reflection. The top of the stacktrace looks like this:
    ####<03.06.2013 21:49 Uhr MST> <Error> <WebLogicServer> <XXX> <XXX> <[ACTIVE] ExecuteThread: '30' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1370321366808> <BEA-000337> <[STUCK] ExecuteThread: '172' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "613" seconds working on the request "XXX", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-10282 "[STUCK] ExecuteThread: '172' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
    java.lang.Class.getDeclaredConstructors0(Class.java:???)
    java.lang.Class.privateGetDeclaredConstructors(Class.java:2370)
    java.lang.Class.getConstructor0(Class.java:2699)
    java.lang.Class.newInstance0(Class.java:318)
    java.lang.Class.newInstance(Class.java:305)
    sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381)
    sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:118)
    sun.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:27)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    org.hibernate.validator.metadata.ConstraintDescriptorImpl.buildAnnotationParameterMap(ConstraintDescriptorImpl.java:318)
    org.hibernate.validator.metadata.ConstraintDescriptorImpl.<init>(ConstraintDescriptorImpl.java:150)
    org.hibernate.validator.metadata.ConstraintDescriptorImpl.<init>(ConstraintDescriptorImpl.java:170)
    It happens on seemingly random instances and causes a lot of other problems afterwards (not enough threads to process new requests, used up jdbc connection pools, etc).
    Weblogic versions:
    WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012 WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012 WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012 WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012 WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012 WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012 WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012 WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012 WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012 WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012 WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491
    JRockit:
    Oracle JRockit(R) (build R28.2.4-14-151097-1.6.0_33-20120618-1634-linux-x86_64, compiled mode)
    Any ideas what is going wrong and more importantly how to fix it?
    Thanks
    Dimo

    Seems to be related to the -XgcPrio:pausetime -XpauseTarget:200ms command line options. When I removed them, jrockit uses throughput gc and the problem does not arise. However, I would like to be able to control the gc pause time a bit as we have 96th percentile SLAs and the throughput collector affects more then 4% of the requests....

  • Threads get stuck during load test

    Hi,
    We are running some stress tests and receive some warnings about threads getting
    stuck.
    My question is regarding the warning itseld, how can I know from the warning string
    what was the thread doing.
    We got two kinds of warnings:
    1) Warnings regarding "null" requests, which look more or a less like this:
    <Jan 19, 2004 8:23:59 PM GMT> <Warning> <WebLogicServer> <BEA-000337> <ExecuteThread:
    '117' for queue: 'weblogic.kernel.Default' has been busy for "1,411" seconds working
    on the request "null", which is more than the configured time (StuckThreadMaxTime)
    of "600" seconds.>
    2) Warnings regarding "ConnectionXXX.SessionYYY", which look like this:
    <Jan 15, 2004 6:12:15 AM CST> <Warning> <WebLogicServer><BEA-000337> <ExecuteThread:
    '9' for queue:'weblogic.kernel.Default' has been busy for "707" seconds working
    on the request "connection72.session501", which is more than the configured time
    (StuckThreadMaxTime) of "600" seconds.>
    Does anyone know what is the meaning of this part of the warning?
    TIA,
    Lior

    Hi,
    Thanks for the explanation. My question was regarding the fomrat of the warning
    message.
    Can I find out what was the thread doing according to the <request "null"> or
    <request "ConnectionXXX.SessionYYY"> which appear in the warning?
    Lior
    "Slava Imeshev" <[email protected]> wrote:
    Hi Lior,
    "Lior Manor" <[email protected]> wrote in message news:400e50bf$[email protected]..
    We are running some stress tests and receive some warnings about threadsgetting
    stuck.
    My question is regarding the warning itseld, how can I know from thewarning string
    what was the thread doing.
    We got two kinds of warnings:
    1) Warnings regarding "null" requests, which look more or a less likethis:
    <Jan 19, 2004 8:23:59 PM GMT> <Warning> <WebLogicServer> <BEA-000337><ExecuteThread:
    '117' for queue: 'weblogic.kernel.Default' has been busy for "1,411"seconds working
    on the request "null", which is more than the configured time (StuckThreadMaxTime)
    of "600" seconds.>
    2) Warnings regarding "ConnectionXXX.SessionYYY", which look like this:
    <Jan 15, 2004 6:12:15 AM CST> <Warning> <WebLogicServer><BEA-000337><ExecuteThread:
    '9' for queue:'weblogic.kernel.Default' has been busy for "707" secondsworking
    on the request "connection72.session501", which is more than the configuredtime
    (StuckThreadMaxTime) of "600" seconds.>
    Does anyone know what is the meaning of this part of the warning?Basically it means that given threads spent time processing requests
    that exceeded configured threshold (600 second is a default value).
    When it happens, weblogic signals this situation with the warnings
    above. It's done to notify about potential exhausting of execute threads.
    If the request processing times above are normal, you need to increase
    the threshold to eliminate these messages. If not, you may want to find
    out why it's taking so long.
    Let me know if you have more questions.
    Regards,
    Slava Imeshev

  • Tomcat thread gets stuck at AccessController.getStackAccessControlContext

    We're noticing a very peculiar problem on Win 7 / 64 bit / JDK 6_30 where a servlet tries to spawn a new thread but gets stuck in the new Thread's constructor. It happens consistently on 1 machine but not on other apparently identical setups. Any help would be appreciated.
    (I hope this is the right forum for this error report)
    Thread dump below:
    "HTTP-NIO-Worker-1-2" prio=6 tid=0x000000000712c000 nid=0x1b50 runnable [0x00000000159cd000]
       java.lang.Thread.State: RUNNABLE
                    at java.security.AccessController.getStackAccessControlContext(Native Method)
                    at java.security.AccessController.getContext(AccessController.java:484)
                    at java.lang.Thread.init(Thread.java:358)
                    at java.lang.Thread.<init>(Thread.java:488)
                    ... .snip . ..
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
                    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
                    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:471)
                    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:402)
                    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
                    ... .snip . ..
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
                    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
                    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
                    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
                    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
                    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
                    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
                    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
                    at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:313)
                    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
                    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1544)
                    - locked <0x00000007822cfa10> (a org.apache.tomcat.util.net.NioChannel)
                    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
                    at java.lang.Thread.run(Thread.java:662)While searching on Google we found a few other recent incidents but none of them seem to have found a resolution:
    - http://scn.sap.com/thread/2071927
    - https://groups.google.com/forum/#!msg/google-appengine/js5CeRWLQZ0/6IbZMM5SrmsJ
    There are also quite a few old reports about JVMs crashing at this line but on older JDK 6 builds:
    - http://netbeans.org/bugzilla/attachment.cgi?id=109493&action=edit
    - https://issues.jboss.org/secure/attachment/12333561/hs_err_pid8616.log?_sscc=t
    - http://www.coderanch.com/t/449308/Tomcat/Tomcat-crash-when-running-native

    I used ProcessExplorer to peek into the native part of the stack of that method. It seems that the method is doing work - mostly resolving classes.
    Here are the stack dumps at various times...goes on for ever but the thread is still doing some work:
    ntdll.dll!NtWaitForSingleObject+0xa
    KERNELBASE.dll!WaitForSingleObjectEx+0x9c
    jvm.dll!JVM_FindSignal+0x29fd
    jvm.dll!JVM_ResolveClass+0x1ce3b
    jvm.dll!JVM_ResolveClass+0x1d4b7
    jvm.dll!JVM_ResolveClass+0x2ecf5
    jvm.dll!JVM_GetStackAccessControlContext+0x653
    jvm.dll!JVM_FindSignal+0x15d720
    jvm.dll!JVM_FindSignal+0x53b7f
    jvm.dll!JVM_FindSignal+0x54005
    jvm.dll!JVM_FindSignal+0x54117
    jvm.dll!JVM_GetStackAccessControlContext+0x2a1
    jvm.dll!JVM_FindSignal+0x15d720
    jvm.dll+0x5401e
    jvm.dll!JVM_FindSignal+0x53ff9
    jvm.dll!JVM_FindSignal+0x54117
    jvm.dll!JVM_GetStackAccessControlContext+0x2a1
    jvm.dll+0xdd10a
    jvm.dll+0x38546
    jvm.dll!JVM_GetStackAccessControlContext+0x2c1

  • Weblogic threads getting stuck at setAutoCommit

    Hi,
    We are using Weblogic 10.3.4 in our production environment with Oracle 11g backend.
    Yesterday two of the transactions timed-out as the threads running these transactions blocked at the setAutoCommit method. Upon checking the de-compiled classes in ojdbc.jar, the threads seem to try obtaining a lock to execute the synchronized method doSetAutoCommit in T4CConnection class.
    There were no other transactions running at the time the thread dump was taken. What could be be reason for two threads to block at the same method while no other thread seems to hold the lock?
    Please find the stack traces from the thread dump below. Both the threads were running the same application transaction (perhaps 2 users initiated the transaction or the same user tried the transaction twice).
    "[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock oracle.jdbc.driver.T4CConnection@ee159e BLOCKED
         oracle.jdbc.driver.PhysicalConnection.setAutoCommit(PhysicalConnection.java:3735)
         oracle.jdbc.OracleConnectionWrapper.setAutoCommit(OracleConnectionWrapper.java:130)
         weblogic.jdbc.wrapper.XAConnection.setAutoCommit(XAConnection.java:833)
         weblogic.jdbc.wrapper.JTAConnection.recoverAutoCommitState(JTAConnection.java:237)
         weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:222)
         weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:74)
         weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:65)
         weblogic.jdbc.wrapper.Statement.checkStatement(Statement.java:315)
         weblogic.jdbc.wrapper.Statement.doClose(Statement.java:411)
         weblogic.jdbc.wrapper.Statement.close(Statement.java:398)
    "[STUCK] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock oracle.jdbc.driver.T4CConnection@1d67b41 BLOCKED
         oracle.jdbc.driver.PhysicalConnection.setAutoCommit(PhysicalConnection.java:3735)
         oracle.jdbc.OracleConnectionWrapper.setAutoCommit(OracleConnectionWrapper.java:130)
         weblogic.jdbc.wrapper.XAConnection.setAutoCommit(XAConnection.java:833)
         weblogic.jdbc.wrapper.JTAConnection.recoverAutoCommitState(JTAConnection.java:237)
         weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:222)
         weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:74)
         weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:65)
         weblogic.jdbc.wrapper.Statement.checkStatement(Statement.java:315)
         weblogic.jdbc.wrapper.Statement.doClose(Statement.java:411)
         weblogic.jdbc.wrapper.Statement.close(Statement.java:398)

    I'd like to see the full stacktraces. It is an error to have two application threads operating on the
    same JDBC connection or any of it's subobjects, or operating on behalf of the same global
    transaction.

  • Getting Stuck threads ,application is going down

    Hi All ,
    Need your expertise on the below issue . from the past 2 days we are getting stuck thread issues .  can you please provide insight  into the below issue  please ?
    ===== FULL THREAD DUMP ===============
      Wed Jan 8 09:28:23 2014
      Oracle JRockit(R) R28.2.3-13-149708-1.6.0_31-20120327-1523-linux-x86_64
      "Main Thread" id=1 idx=0x4 tid=24390 prio=5 alive, waiting, native_blocked
      -- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0xf18da770[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:981)
      ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0xf18da770[fat lock]
      at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:490)
      at weblogic/Server.main(Server.java:71)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "(Signal Handler)" id=2 idx=0x8 tid=24391 prio=5 alive, native_blocked, daemon
      "(OC Main Thread)" id=3 idx=0xc tid=24392 prio=5 alive, native_waiting, daemon
      "(GC Worker Thread 1)" id=? idx=0x10 tid=24393 prio=5 alive, daemon
      "(GC Worker Thread 2)" id=? idx=0x14 tid=24394 prio=5 alive, daemon
      "(GC Worker Thread 3)" id=? idx=0x18 tid=24395 prio=5 alive, daemon
      "(GC Worker Thread 4)" id=? idx=0x1c tid=24396 prio=5 alive, daemon
      "(GC Worker Thread 5)" id=? idx=0x20 tid=24397 prio=5 alive, daemon
      "(GC Worker Thread 6)" id=? idx=0x24 tid=24398 prio=5 alive, daemon
      "(GC Worker Thread 7)" id=? idx=0x28 tid=24399 prio=5 alive, daemon
      "(GC Worker Thread 8)" id=? idx=0x2c tid=24400 prio=5 alive, daemon
      "(GC Worker Thread 9)" id=? idx=0x30 tid=24401 prio=5 alive, daemon
      "(GC Worker Thread 10)" id=? idx=0x34 tid=24402 prio=5 alive, daemon
      "(GC Worker Thread 11)" id=? idx=0x38 tid=24403 prio=5 alive, daemon
      "(GC Worker Thread 12)" id=? idx=0x3c tid=24404 prio=5 alive, daemon
      "(GC Worker Thread 13)" id=? idx=0x40 tid=24405 prio=5 alive, daemon
      "(GC Worker Thread 14)" id=? idx=0x44 tid=24406 prio=5 alive, daemon
      "(GC Worker Thread 15)" id=? idx=0x48 tid=24407 prio=5 alive, daemon
      "(GC Worker Thread 16)" id=? idx=0x4c tid=24408 prio=5 alive, daemon
      "(GC Worker Thread 17)" id=? idx=0x50 tid=24409 prio=5 alive, daemon
      "(GC Worker Thread 18)" id=? idx=0x54 tid=24410 prio=5 alive, daemon
      "(Code Generation Thread 1)" id=4 idx=0x58 tid=24411 prio=5 alive, native_waiting, daemon
      "(Code Optimization Thread 1)" id=5 idx=0x5c tid=24412 prio=5 alive, native_waiting, daemon
      "(VM Periodic Task)" id=6 idx=0x60 tid=24413 prio=10 alive, native_blocked, daemon
      "Finalizer" id=7 idx=0x64 tid=24414 prio=8 alive, native_waiting, daemon
      at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native Method)
      at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
      at jrockit/memory/Finalizer$4.run(Finalizer.java:189)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Reference Handler" id=8 idx=0x68 tid=24415 prio=10 alive, native_waiting, daemon
      at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;(Native Method)
      at java/lang/ref/Reference.access$100(Reference.java:11)
      at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "(Sensor Event Thread)" id=9 idx=0x6c tid=24416 prio=5 alive, native_blocked, daemon
      "VM JFR Buffer Thread" id=10 idx=0x70 tid=24417 prio=5 alive, in native, daemon
      "Timer-0" id=13 idx=0x74 tid=24418 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xf190d120[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at java/util/TimerThread.mainLoop(Timer.java:483)
      ^-- Lock released while waiting: java/util/TaskQueue@0xf190d120[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Timer-1" id=14 idx=0x78 tid=24419 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xf190d188[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/util/TimerThread.mainLoop(Timer.java:509)
      ^-- Lock released while waiting: java/util/TaskQueue@0xf190d188[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x7c tid=24420 prio=1 alive, blocked, native_blocked, daemon
      -- Blocked trying to get lock: oracle/jdbc/driver/T4CConnection@0xe4b45e08[thin lock]
      at jrockit/vm/Threads.sleep(I)V(Native Method)
      at jrockit/vm/Locks.waitForThinRelease(Locks.java:955)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1083)
      at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
      at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
      at oracle/jdbc/driver/PhysicalConnection.rollback(PhysicalConnection.java:3896)
      at weblogic/jdbc/wrapper/Connection.forcedCleanup(Connection.java:153)
      at weblogic/common/resourcepool/ResourcePoolImpl.timeoutInactiveResources(ResourcePoolImpl.java:1953)
      at weblogic/common/resourcepool/ResourcePoolImpl.access$1500(ResourcePoolImpl.java:41)
      at weblogic/common/resourcepool/ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2675)
      at weblogic/timers/internal/TimerImpl.run(TimerImpl.java:273)
      at weblogic/work/SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
      at weblogic/work/ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "JFR request timer" id=16 idx=0x80 tid=24421 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xf190d208[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at java/util/TimerThread.mainLoop(Timer.java:483)
      ^-- Lock released while waiting: java/util/TaskQueue@0xf190d208[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "weblogic.time.TimeEventGenerator" id=18 idx=0x84 tid=24422 prio=9 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0xf190e690[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
      ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0xf190e690[fat lock]
      at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "JMAPI event thread" id=19 idx=0x88 tid=24423 prio=5 alive, in native, daemon
      "weblogic.timers.TimerThread" id=20 idx=0x8c tid=24424 prio=9 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/timers/internal/TimerThread@0xf190d310[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:262)
      ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0xf190d310[fat lock]
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" id=21 idx=0x90 tid=24425 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xf190dfe8[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xf190dfe8[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=24 idx=0x94 tid=24426 prio=5 alive, blocked, native_blocked, daemon
      -- Blocked trying to get lock: java/lang/String@0xf18a6480[fat lock]
      at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
      at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)[optimized]
      at jrockit/vm/Locks.lockFat(Locks.java:1512)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)[optimized]
      at jrockit/vm/Locks.monitorEnter(Locks.java:2179)[optimized]
      at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
      at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
      at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
      at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
      at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x98 tid=24427 prio=5 alive, in native, daemon
      at jrockit/ext/epoll/EPoll.epollWait0(ILjava/nio/ByteBuffer;II)I(Native Method)
      at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:115)
      at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
      ^-- Holding lock: java/lang/String@0xf18a6480[fat lock]
      at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
      at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
      at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
      at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x9c tid=24428 prio=5 alive, blocked, native_blocked, daemon
      -- Blocked trying to get lock: java/lang/String@0xf18a6480[fat lock]
      at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
      at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)[optimized]
      at jrockit/vm/Locks.lockFat(Locks.java:1512)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)[optimized]
      at jrockit/vm/Locks.monitorEnter(Locks.java:2179)[optimized]
      at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
      at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
      at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
      at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
      at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" id=27 idx=0xa0 tid=24429 prio=5 alive, blocked, native_blocked, daemon
      -- Blocked trying to get lock: java/lang/String@0xf18a6480[fat lock]
      at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
      at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)[optimized]
      at jrockit/vm/Locks.lockFat(Locks.java:1512)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)[optimized]
      at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)[optimized]
      at jrockit/vm/Locks.monitorEnter(Locks.java:2179)[optimized]
      at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
      at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
      at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
      at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
      at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "VDE Transaction Processor Thread" id=30 idx=0xa4 tid=24430 prio=2 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: com/octetstring/vde/backend/standard/TransactionProcessor@0xf190e0d0[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at com/octetstring/vde/backend/standard/TransactionProcessor.waitChange(TransactionProcessor.java:367)
      ^-- Lock released while waiting: com/octetstring/vde/backend/standard/TransactionProcessor@0xf190e0d0[fat lock]
      at com/octetstring/vde/backend/standard/TransactionProcessor.run(TransactionProcessor.java:212)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_78" id=248 idx=0xa8 tid=28978 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "DoSManager" id=33 idx=0xac tid=24432 prio=6 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/octetstring/vde/DoSManager.run(DoSManager.java:433)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Thread-12" id=34 idx=0xb0 tid=24433 prio=5 alive, parked, native_blocked
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xf48abb88
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
      at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:672)
      at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:721)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Timer-2" id=35 idx=0xb4 tid=24434 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xf5cf4fc0[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/util/TimerThread.mainLoop(Timer.java:509)
      ^-- Lock released while waiting: java/util/TaskQueue@0xf5cf4fc0[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Timer-3" id=37 idx=0xb8 tid=24435 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xf5c14d00[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/util/TimerThread.mainLoop(Timer.java:509)
      ^-- Lock released while waiting: java/util/TaskQueue@0xf5c14d00[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "DBQueueList" id=36 idx=0xbc tid=24436 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/lang/Object@0xf5c24d00[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at com/demantra/applicationServer/metaDataObjects/dbQueue/DBQueueList.run(DBQueueList.java:256)
      ^-- Lock released while waiting: java/lang/Object@0xf5c24d00[fat lock]
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "DemantraWorkflowLogCleaner" id=38 idx=0xc0 tid=24437 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: com/demantra/workflow/util/WorkflowServer$LogCleaner@0xe4abf950[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at com/demantra/workflow/util/WorkflowServer$LogCleaner.run(WorkflowServer.java:1379)
      ^-- Lock released while waiting: com/demantra/workflow/util/WorkflowServer$LogCleaner@0xe4abf950[fat lock]
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_0" id=39 idx=0xc4 tid=24438 prio=5 alive, in native, daemon
      at jrockit/net/SocketNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BIII)I(Native Method)
      at jrockit/net/SocketNativeIO.socketRead(SocketNativeIO.java:32)
      at java/net/SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I(SocketInputStream.java)
      at java/net/SocketInputStream.read(SocketInputStream.java:129)
      at oracle/net/ns/Packet.receive(Packet.java:293)
      at oracle/net/ns/DataPacket.receive(DataPacket.java:104)
      at oracle/net/ns/NetInputStream.getNextPacket(NetInputStream.java:315)[optimized]
      at oracle/net/ns/NetInputStream.read(NetInputStream.java:260)
      at oracle/net/ns/NetInputStream.read(NetInputStream.java:185)
      at oracle/net/ns/NetInputStream.read(NetInputStream.java:102)
      at oracle/jdbc/driver/T4CSocketInputStreamWrapper.readNextPacket(T4CSocketInputStreamWrapper.java:124)
      at oracle/jdbc/driver/T4CSocketInputStreamWrapper.read(T4CSocketInputStreamWrapper.java:80)
      at oracle/jdbc/driver/T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1136)
      at oracle/jdbc/driver/T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1113)
      at oracle/jdbc/driver/T4CTTIfun.receive(T4CTTIfun.java:288)
      at oracle/jdbc/driver/T4CTTIfun.doRPC(T4CTTIfun.java:191)
      at oracle/jdbc/driver/T4C8Oall.doOALL(T4C8Oall.java:523)
      at oracle/jdbc/driver/T4CStatement.doOall8(T4CStatement.java:193)
      at oracle/jdbc/driver/T4CStatement.executeForRows(T4CStatement.java:998)
      at oracle/jdbc/driver/OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
      at oracle/jdbc/driver/OracleStatement.executeInternal(OracleStatement.java:1890)
      at oracle/jdbc/driver/OracleStatement.execute(OracleStatement.java:1855)
      ^-- Holding lock: oracle/jdbc/driver/T4CConnection@0xe4b45e08[thin lock]
      at oracle/jdbc/driver/OracleStatementWrapper.execute(OracleStatementWrapper.java:304)
      at weblogic/jdbc/wrapper/Statement.execute(Statement.java:466)
      at org/apache/commons/dbcp/DelegatingStatement.execute(DelegatingStatement.java:264)
      at com/demantra/applicationServer/services/DBServicesCommon.executeSelect(DBServicesCommon.java:1464)
      at com/demantra/applicationServer/services/DBServices.executeSelect(DBServices.java:663)
      at com/demantra/applicationServer/services/DBServicesCommon.createMaterializedViewAs(DBServicesCommon.java:1143)
      at com/demantra/applicationServer/services/DBServices.createMaterializedViewAs(DBServices.java:429)
      at com/demantra/applicationServer/services/queryrun/ExportDataHandler.exportData(ExportDataHandler.java:53)
      at com/demantra/applicationServer/services/queryrun/ExportRunner.exportData(ExportRunner.java:62)
      at com/demantra/applicationServer/metaDataObjects/transfer/profiles/QueryProfile.exportProfile(QueryProfile.java:1002)
      ^-- Holding lock: com/demantra/applicationServer/metaDataObjects/transfer/profiles/QueryProfile@0xe4aa5cd8[biased lock]
      at com/demantra/applicationServer/metaDataObjects/transfer/profiles/IntegrationProfile.exportData(IntegrationProfile.java:331)
      at com/demantra/applicationServer/metaDataObjects/transfer/Transfer.exportData(Transfer.java:370)
      at com/demantra/workflow/step/TransferStep.doExecute(TransferStep.java:266)
      at com/demantra/workflow/step/LinkedStep.execute(LinkedStep.java:914)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1259)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_1" id=40 idx=0xc8 tid=24439 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_2" id=41 idx=0xcc tid=24440 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_3" id=42 idx=0xd0 tid=24441 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_4" id=43 idx=0xd4 tid=24442 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_5" id=44 idx=0xd8 tid=24443 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_6" id=45 idx=0xdc tid=24444 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_7" id=46 idx=0xe0 tid=24445 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_86" id=256 idx=0xe4 tid=28986 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_80" id=250 idx=0xe8 tid=28980 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_85" id=255 idx=0xec tid=28985 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_84" id=254 idx=0xf0 tid=28984 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_87" id=257 idx=0xf4 tid=28987 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_81" id=251 idx=0xf8 tid=28981 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_83" id=253 idx=0xfc tid=28983 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "WFProcess_8" id=54 idx=0x100 tid=24453 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/workflow/process/WFProcess.checkStepEndConditions(WFProcess.java:1405)
      at com/demantra/workflow/process/WFProcess.mainLoop(WFProcess.java:1284)
      at com/demantra/workflow/process/WFProcess.run(WFProcess.java:654)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_82" id=252 idx=0x104 tid=28982 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_79" id=249 idx=0x108 tid=28979 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_92" id=262 idx=0x10c tid=28992 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Thread-17" id=58 idx=0x110 tid=24457 prio=5 alive, parked, native_blocked
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe4a33f00
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
      at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:672)
      at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:721)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "DynamicListenThread[Default]" id=60 idx=0x114 tid=24458 prio=9 alive, in native, daemon
      at java/net/PlainSocketImpl.socketAccept(Ljava/net/SocketImpl;)V(Native Method)
      at java/net/PlainSocketImpl.accept(PlainSocketImpl.java:408)
      ^-- Holding lock: java/net/SocksSocketImpl@0xe4aec048[biased lock]
      at java/net/ServerSocket.implAccept(ServerSocket.java:462)
      at java/net/ServerSocket.accept(ServerSocket.java:430)
      at weblogic/socket/WeblogicServerSocket.accept(WeblogicServerSocket.java:38)
      at weblogic/server/channels/DynamicListenThread$SocketAccepter.accept(DynamicListenThread.java:535)
      at weblogic/server/channels/DynamicListenThread$SocketAccepter.access$200(DynamicListenThread.java:417)
      at weblogic/server/channels/DynamicListenThread.run(DynamicListenThread.java:173)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" id=61 idx=0x118 tid=24459 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe4a52f68[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe4a52f68[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" id=62 idx=0x11c tid=24460 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe4afa538[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe4afa538[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" id=63 idx=0x120 tid=24461 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe4a626a8[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe4a626a8[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_90" id=260 idx=0x124 tid=28990 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_88" id=258 idx=0x128 tid=28988 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_89" id=259 idx=0x12c tid=28989 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_91" id=261 idx=0x130 tid=28991 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_260" id=585 idx=0x134 tid=29439 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Timer-6" id=69 idx=0x138 tid=26756 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: java/util/TaskQueue@0xe17170f0[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/util/TimerThread.mainLoop(Timer.java:509)
      ^-- Lock released while waiting: java/util/TaskQueue@0xe17170f0[fat lock]
      at java/util/TimerThread.run(Timer.java:462)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Event_Manager_67" id=923 idx=0x13c tid=29870 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xf4b91b40
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Task_Loader_Thread" id=71 idx=0x140 tid=27086 prio=5 alive, sleeping, native_waiting, daemon
      at java/lang/Thread.sleep(J)V(Native Method)
      at com/demantra/common/task/TaskLoader.run(TaskLoader.java:133)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "Query_Execution_268" id=608 idx=0x144 tid=29473 prio=5 alive, parked, native_blocked, daemon
      -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0xe2f645d8
      at jrockit/vm/Locks.park0(J)V(Native Method)
      at jrockit/vm/Locks.park(Locks.java:2230)
      at sun/misc/Unsafe.park(ZJ)V(Native Method)
      at java/util/concurrent/locks/LockSupport.park(LockSupport.java:156)
      at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
      at java/util/concurrent/ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
      at java/util/concurrent/ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
      at java/lang/Thread.run(Thread.java:662)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" id=73 idx=0x148 tid=28139 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2ffb420[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2ffb420[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" id=74 idx=0x14c tid=28140 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2feb970[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2feb970[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" id=75 idx=0x150 tid=28141 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe300ab10[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe300ab10[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" id=76 idx=0x154 tid=28142 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2f55dc0[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2f55dc0[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" id=77 idx=0x158 tid=28143 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2f63970[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2f63970[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" id=78 idx=0x15c tid=28144 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2f73640[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2f73640[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" id=79 idx=0x160 tid=28145 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2fec498[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2fec498[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" id=80 idx=0x164 tid=28146 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2f82d20[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2f82d20[fat lock]
      at weblogic/work/ExecuteThread.run(ExecuteThread.java:183)
      at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
      -- end of trace
      "[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" id=81 idx=0x168 tid=28147 prio=5 alive, waiting, native_blocked, daemon
      -- Waiting for notification on: weblogic/work/ExecuteThread@0xe2fa0458[fat lock]
      at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
      at java/lang/Object.wait(J)V(Native Method)
      at java/lang/Object.wait(Object.java:485)
      at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:162)
      ^-- Lock released while waiting: weblogic/work/ExecuteThread@0xe2fa0458[fat lock]

    Check -Xmx and -Xms start parameters for java in opmn.xml for the container you are workingk, as well in the Console you can change this in the Properties for the container.
    Greetings

  • My apple TV 3 is stuck in recovery. When connected to iTunes through microUSB, it gets stuck in "Preparing Apple TV for restore", then after what seems forever, it gives me an error 2003. What can be done?

    I tried to update my Apple TV today through iTunes using a microUSB. It gave me an error, I tried again and now it is stuck in recovery mode. If I plug it into the TV, it just shows that I have to connect it to iTunes (just the picture). I unplug everything, plug the microUSB and USB, plug the power, open iTunes, it shows, asks me to restore, I click Restore. It starts extracting the file, finishes, then gets stuck in "Preparing Apple TV for restore..." for what seems forever, when it finally times out, I get an error number 2003. I have tried different USB ports, no other USB device is connecte, I have tried restarting the PC (running windows 7, up to date, iTunes up to date as well), I have tried redownloading the IPSW and even using the shift+restore and manually selecting the .IPSW file, and to be honest, I give up! If anyone can help, I'd truly appreciate it. Thanks!
    PS: I also tried pressing menu+down for 6 seconds to restart, I tried pressing menu+play to restart, I tried pressing menu+down 6 secs and then menu+play 6 seconds for the so called DFU mode, nothing works, the Apple TV just restarts back to the "connect to itunes picture" along with the fast continuous white light flashing.

    typed in appletv error 2003 in google
    https://discussions.apple.com/thread/2614453?start=0&tstart=0
    http://forums.macrumors.com/showthread.php?t=812231
    more
    https://www.google.dk/search?client=opera&q=appletv+error+2003&sourceid=opera&ie =utf-8&oe=utf-8&channel=suggest

  • IPhoto '11 (9.3) - Won't upgrade library after update to 9.3 (gets stuck on Step 5)

    Two weeks ago I upgraded iPhoto to 9.3 using the automatic Apple updater.  Thereafter, when I try to re-start iPhoto, iPhoto automatically attempts to upgrade the library using multiple steps.  Each time the process gets stuck on one of the steps, hanging for as long as I'd let it.  Force quit doesn't show the process/application as not responding, but I can kill the applicaiton and try again.
    I see this is a somewhat common occurrence (for example, here), but I haven't yet found a solution that works, at least not for me.
    Since this problem has started occurring, the process tends to get stuck at the end of step 5:
    I have tried multiple solutions, including holding down alt/option or control when starting iPhoto for force a rebuild of the library (same result).  I reinstalled iPhoto from the App store (same result).  I went back to a version of my iPhoto library from before the problem started using a Time Machine backup of the iPhoto Library (same result).  And in response to some threads suggesting removing the files like com.apple.iPhoto.plist (see here) but I can't find any "com.apple.iPhoto.*" files on my HD.  Interestingly (maybe) I don't have a HD -> Users -> Home -> Library directory at all.  I only have a HD -> Library directory (although perhaps this is where it shows up for my primary account when I'm using this account).
    I'd be very grateful for any help/suggestions/guidance.
    For example, is there a log file showing the date that I upgraded to the newest iPhoto release so I can be sure I'm restoring an older iPhoto library?  Any other ideas?
    Many thanks!
    -DJg

    I have try to do few things like rebuild library, intalling old version etc. at the end always i got images and events but I loose folders and albums.
    So finally
    I bought external drive to make a copy of my images
    I found my old backup of MAC OS X before upgrade to Lion and install them
    All folers are existing so now I can imoprt only images from last two months and rearrange them into folders.
    I will stay with version 9.2.3 and wait at least 1-2 month before I will install any new update from Apple.

  • ICal gets "stuck" on date - can't view a different week without quitting

    I haven't seen anyone else post this, but it's getting really annoying. Every now and then, iCal gets "stuck" on a particular week. If I click on a new date in the calendar, it is highlighted, but the date I am on remains highlighted as well, and the week view does not change to the new week.
    When I am clicking on "To Dos" the list magically moves from the item I am clicking to another item on an earlier date - essentially the list scrolls to the top of the list, and instead of clicking on the item I want, I am clicking on whatever item is in the bottom of the window when viewed from the top of the list. When this happens, the week view changes to the week of that "To Do" item's due date, and - again - will not let me change the week that I'm viewing.
    Anyone know of something I can delete or purge or cross out with a magic marker to make this stop happening?

    Actually, I only addressed your first complaint about the view being stuck to a specific week when a todo item in that week is selected.
    It turns out I am also experiencing something that looks like your second complaint, about the wrong todo item being selected when you try to click on one. What I am seeing is the following: just like you can't show a date and its events outside of the current week if a todo item in the current week is selected, you can't show a todo item outside of the current week if an event in the current week is selected. If you scroll down and try to select the todo item, the list scrolls back up automatically, and you end up selecting a different todo item in the current week.
    I also reported this to Apple in the same bug report.
    So, good rules of thumb are the following:
    - If you want to select/show an event or a day outside of the current week, make sure you first select an event in the current week;
    - If you want to select a todo item outside of the current week, make sure you first select a todo item in the current week.
    Hope this helps, while the guys at Apple are (hopefully) working on a fix. But I am rather pessimistic. My experience with bugs I reported in the past is that they are only fixed if they are critical, security-related bugs. If they are just usability bugs with workarounds like this one, they are only fixed in the next major release of OS X. But let's cross our fingers. There are so many people complaining about iCal on these forums that Apple might want to do something about it. But people who have complaints or requests about a product should send them directly to Apple, and assume by default that they are not reading this forum.
    You can send your complaints on the following site:
    http://www.apple.com/feedback/
    The more people file complaints, the more likely they are to be fixed soon. You might want to put a link to this discussion thread so they know exactly what you are complaining about.

  • Get Stuck in Webutil1.0.6  Configuration & Installation..

    Dear All Experts,
    I m trying to configure and Install webutil1.0.6 on Oracle Developer Suit (9.0.4) in
    Windows XP Professional having the browser Internet explorer 6.0.
    I have done almost all the steps mentioned in Runtime Setup Checklist (Appendix A)
    in “Webutil User’s Guide Release 1.0.6” . Except Step 9 Configure your webutil.cfg file.
    Have a look at my default.env & formsweb.cfg files.
    default.env
    # $Id: win32_os_default.env,v 1.5 2003/10/02 18:42:24 pkuhn Exp $
    # default.env - default Forms environment file, Windows version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value in the Windows registry
    # will be used. If no value is found in the registry, the value used will
    # be that defined in the environment in which the servlet engine (OC4J
    # or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=D:\DS10g
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be semi-colon
    # separated (e.g. /private/dir1;/private/dir2)
    FORMS90_PATH=D:\DS10g\forms90;D:\invsys;D:\DS10g\forms90\webutil_106;D:\Webutil_demo
    # The PATH setting is required in order to pick up the JVM (jvm.dll).
    # The Forms runtime executable and dll's are assumed to be in
    # D:\DS10g\bin if they are not in the PATH.
    # In addition, if you are running Graphics applications, you will need
    # to append the following to the path (where <Graphics Oracle Home> should
    # be replaced with the actual location of your Graphics 6i oracle_home):
    # ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
    PATH=D:\DS10g\bin;D:\DS10g\jdk\jre\bin\client
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications. In addition, you will need to
    # modify the PATH variable above as described above.
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    #GRAPHICS60_PATH=
    # Settings for forms9i tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS90_TRACE_PATH=<FORMS_ORACLE_HOME>\forms90\server
    # System settings
    # You should not normally need to modify these settings
    FORMS90=D:\DS10g\forms90
    WEBUTIL_CONFIG=D:\DS10g\forms90\webutil_106\server\webutil.cfg
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # f90srv.jar, repository.jar and ldapjclnt9.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=D:\DS10g\j2ee\OC4J_BI_Forms\applications\forms90app\
    forms90web\WEB-INF\lib\f90srv.jar;D:\DS10g\jlib\repository.jar;
    D:\DS10g\jlib\ldapjclnt9.jar;D:\DS10g\jlib\debugger.jar;D:\DS10g\forms90\webutil_106\java\frmwebutil.jar;D:\DS10g\jlib\ewt3.jar;D:\DS10g\jlib\share.jar;D:\DS10g\jlib\utj90.jar;
    D:\DS10g\jlib\zrclient.jar;D:\DS10g\reports\jlib\rwrun.jar;D:\DS10g\jdk\jre\lib\rt.jar;D:\DS10g\forms90\java\f90all.jar
    formsweb.cfg
    # $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: base HTML file for use with Microsoft Internet Explorer
    # (when using the native JVM)
    baseHTMLie=baseie.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # System parameter: JVM option for Microsoft Internet Explorer.
    # This parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x or above. Put IE=native if you want
    # the Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    # Forms applet parameter
    codebase=/forms90/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=f90all_jinit.jar;invsysicons.jar;frmwebutil.jar;jacob.jar
    # webutil....
    WebUtilArchive=frmwebutil.jar;jacob.jar
    # Forms applet archive setting for Microsoft Internet Explorer native JVM
    archive_ie=f90all.cab
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=f90all.jar;invsysicons.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0017-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,17
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.17
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;version=1.3
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=D:\DS10g
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than using Oracle JInitiator.
    [ienative]
    IE=native
    # Example Named Configuration Section
    # Example 3: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example Named Configuration Section
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms90/l90servlet/debug
    # Trying own applications
    [itsys]
    form=frm_sline.fmx
    userid=docsys/docsys@orauma
    separateFrame=True
    lookandfeel=Generic
    # Inventory system UMA, applications
    [invsys]
    form=FRM_LOGIN.fmx
    userid=docsys/docsys@orauma
    lookandfeel=Generic
    # Sample configuration for deploying WebUtil.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [webutilie]
    IE=native
    webUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htm
    archive=frmall.jar
    lookAndFeel=oracle
    [webutiljpi]
    webUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTMLie=webutiljpi.htm
    baseHTML=webutiljpi.htm
    archive=frmall.jar
    lookAndFeel=oracle
    NOW while I run form from RuntimeSettings=default
    http://rana-adnan.umarine.local:8889/forms90/f90servlet?userid=docsys/docsys@orauma
    Form runs successfully on browser but while pressing button for File Open OR Save As
    It shows the error
    Oracle.forms.webutil.file.FileFunctions bean not found.
    WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work.
    AND while I run form from RuntimeSettings=webutil or webutilie or webutiljpi
    http://rana-adnan.umarine.local:8889/forms90/f90servlet?config=webutil&userid=docsys/docsys@orauma
    Form does not run and browser gives the error
    500 Internal Server Error
    Forms Servlet Error.
    Missing or invalid value for baseHTML parameter.
    Please check the servlet configuration to make sure this value specifies a valid file.
    I get stuck here.
    Kindly help me to use webutil1.0.6
    Thanks
    Rana Adnan

    Dear,
    Now I have Installed the Jinitiator1.3.1.22 in C:\Program Files\Oracle\JInitiator 1.3.1.22
    and edit the configuration in formsweb.cfg
    Now it looks
    # $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: base HTML file for use with Microsoft Internet Explorer
    # (when using the native JVM)
    baseHTMLie=baseie.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # System parameter: JVM option for Microsoft Internet Explorer.
    # This parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x or above. Put IE=native if you want
    # the Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    # Forms applet parameter
    codebase=/forms90/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=f90all_jinit.jar,invsysicons.jar,frmwebutil.jar,jacob.jar
    # webutil....
    WebUtilArchive=frmwebutil.jar,jacob.jar
    # Forms applet archive setting for Microsoft Internet Explorer native JVM
    archive_ie=f90all.cab
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=f90all.jar;invsysicons.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;version=1.3
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=D:\DS10g
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than using Oracle JInitiator.
    [ienative]
    IE=native
    # Example Named Configuration Section
    # Example 3: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example Named Configuration Section
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms90/l90servlet/debug
    # Trying own applications
    [itsys]
    form=frm_sline.fmx
    userid=docsys/docsys@orauma
    separateFrame=True
    lookandfeel=Generic
    # Inventory system UMA, applications
    [invsys]
    form=FRM_LOGIN.fmx
    userid=docsys/docsys@orauma
    lookandfeel=Generic
    # Sample configuration for deploying WebUtil.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=on
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=AllWebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    [webutilie]
    IE=native
    webUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htm
    archive=f90all.jar
    lookAndFeel=oracle
    [webutiljpi]
    webUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTMLie=webutiljpi.htm
    baseHTML=webutiljpi.htm
    archive=f90all.jar
    lookAndFeel=oracle
    Now when I run the form then browser shows Jinitiator Security Warning dialog and I clicked on "Grant this Session" and it show nothing
    and java console showing this..
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\rana.adnan
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\rana.adnan\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://rana-adnan.umarine.local:8889/forms90/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Is there any signing jar files problem or any other?
    Please help
    Thanks
    Rana adnan

  • Windows 8 installation gets stuck during create partition step in bootcamp. Any suggestions?

    windows 8 installation gets stuck during create partition step in bootcamp. I tried to restart the bootcamp with same results. I have given it more than 6 hrs for last 3 times but I was able to go past this step previously where I got stuck during registering windows8.

    Hi,
    According to your description, it seems that your all Windows 8.1 computers connect to network via normal wireless network.
    Did you have wireless router for them?
    Please delete this adhoc, then check if these computer could connect to network.
    If no, follow below guide to create and connect to adhoc :
    Create adhoc in Windows 8.1
    http://tipsandtricksforum.com/thread-210.html
    connect to adhoc with Windows 8.1 
    http://social.technet.microsoft.com/Forums/windows/en-US/56ff83ff-1f15-4fc1-aa37-6651340d46fa/windows-81-connecting-to-ad-hoc-networks
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

  • Premiere Pro CC 2014 gets stuck on Media Pending.

    Hi there,
    I've been having a bit of trouble with PPCC 2014 opening projects then getting stuck with all my footage and assets and after effects comps just displaying with 'Media Pending'. The program still works, opens, and I can save and click around so it's not crashing but nothing loads unless I force it to relink which obviously isn't great when I'm having to edit multiple large projects. These projects still open just fine on regular old Premiere Pro CC so I will continue using that for the time being.
    Media Encoder is also having an issue with After Effects comps that are in Premiere Pro timelines and only display as 'Media Pending'.
    Fortunately all these issues go away if I reboot my machine and try again straight away, but having to reboot my mac just to open a project or do a export isn't exactly preferable.
    I have a Mac Pro (late 2013) with 10.9.4 with 16gb Ram and a AMD D500 3GB card.
    I'm just wondering if anyone has been suffering with the same issues and has come across any fixes.
    Thanks in advance.

    Here is my post from another thread concerning the same issue:
    I got through Adobe to connect to me remotely to solve this problem twice. They cleaned the cache and preferences and renamed my Adobe folder under applications (don't exactly know how thy did it.) The problem disappeared only to come back after a little while. No video playback, unresponsive buttons - but playable audio, and media pending for all clips. I told them to report this to tech support. This was about a month ago but no updates still..I know I hadn't had this issue neither with CS6 nor with CC.
    I am currently rendering my project after changing the sequence's editing mode to Quicktime ProRes Proxy to see if it will help. Preview is still preview but as you said maybe the issue is to be with preview settings set to i-frame mpeg. I have read about the mpeg importer plugin to be an issue in previous versions of premiere pro concerning issues with media pending but i might be wrong.
    After changing the sequence settings to Prores Proxy (or if you don't have these codecs installed you may try another codec or google "Prores codec install" and have them installed) the problem cleared away. I have looped the timeline and played it over and over for a couple of hours without the issue surfacing.
    For Adobe support and for others to know here is a wiki concerning the issue in CS5. FAQ:Why does my clip show as "media pending"? - Adobe Premiere Pro

  • IDVD problem burning and multiplexing - gets stuck but ejects the DVD and the DVD doesn't play

    I am having trouble burning DVDs.  Everything seems to be working fine during the iDVD project creation.  I can watch the movie and select scenes within iDVD.  Then, when I go to burn the DVD, it gets stuck at the burning/multiplexing stage - the wheel just keeps spinning and says there is about a minute left.  Yet it ejects the DVD and the DVD won't play when inserted into a DVD player.  It will show the intro and the scene selection pages but when you click on one of the scenes, it gets stuck and doesn't play.  I have already uninstalled and reinstalled iDVD.  The problem persists.  It seems like the burner itself is the problem.  What can I do to fix it?  I have Mac OS X Version 10.6.8 with a 2.8 GHzintel Core 2 Duo and iDVD version 7.0.4.

    Hi
    Multiplexing error is a very complex problem due to many things (long long list following) - one common but not obvious reason is that material on the iDVD menu goes outside the TV-Safe area (or just touching it).
    So first - turn on TV-Safe area and move any object well inside of this.
    Wide screen stretched - usually (as I think) it is due to making a 4x3 movie in a 16x9 wide-screen project OR the other way around. This forces one to on flat-screen TV (or other) set the presenting view right - My has 4x3, wide-screen, zoom and auto-wide-screen and I have to switch this by my remote for some DVD I've made "wrong" way.
    Now my long long list on Multiplex Error
    LONG LONG LONG LIST
    Multiplexing Error
    PART One.
    Use of strange video/audio material e.g. .avi, .wmv, .mp3 etc.
    I only use.
    Video - StreamingDV (miniDV tape via FireWire) and
    Audio - .aiff (as on audio-CDs) (else converted to this .aiff 48KHz)
    Photo - .jpg (.bmp known problematic)
    Chapters !
    A.    Using strange letters in video project name e.g. +,/; etc. keep to a-z and 0-9 strange letters in project name e.g. +
    as described by Donnyboy69.  Does the title of your project have any symbols or decimal points in it. If so, that is why you are getting the error. I had a project that had a + sign which caused the same problem. I renamed it without the symbol and low and behold, it worked.
    B.    Location of Chapters
    • Can’t be at start or end of movie (Skip first/start one - iDVD sets this by it self. At the End - no need)
    • Not in a transition (or within 2-3 seconds from it)
    Important when from iMovie HD6 or previous - Now also observed when using FCE 4
    PART Two.
    from Robert Modero.
    "Multiplexing Error. Problem during initialization of tracks"
    Simply remember to add subtitles to your Quicktime files and menu buttons.
    Once I did that, I was back in business.
    from Boise Jim
    Do a safe reboot (by holding down the shift key until you see the spinning gear on gray background, then release, then restart when your start-up screen appears).
    I always makes a DiskImage first and test this so that it runs OK
    I use only - Verbatim DVDs
    I use only - DVD-R
    I burn at an as slow speed possibly e.g. x1
    This gives good DVDs
    PART Three.
    Multiplex Error
    Chuck, Chicago 2/7/2009.
    Back again. Here is what I have found to work. I also have and use a LaCie DVD-R/RW DL external drive and a LaCie external hard drive as well. Since yesterday I have tried a few ways to burn a themed iDVD project having four 56 minute movies on it, amounting to 226 minutes onto a DVD DL disc, capacity 240 minutes. Apple tech support really didn't know what to do but gave me a very good tip. I had two options left. Apple tech support's tip was to try disc image. One of the replies on a thread with this subject said not to, but my experience today is good. Put your project onto "Burn to disc image," under "iDVD, file." Yesterday encoding took me 23 1/2 hours. Overnight for iDVD disc image, encoding took 21 1/2 hours (again) while I slept. This morning I tried to copy/burn disc image to a DVD with Roxio Toast 7, and it stopped near the end of the burn with some kind of "error" message. So then I tried Utilities> Disc Utility> Burn icon, and followed it through. Be sure to click the DVD DL drive in the window "Burn disc in.". I had one other problem though. At the end of a 46 minute copy, it started to verify, and at the end of verify it rejected the burn. So I tried again, and when "verify" appeared, I clicked on "Skip." The disc finished burning and is doing fine and well. A long and tortuous process, but at last something works. I made several additional copies using Disc Utility. Best wishes. Chuck, Chicago.
    2. Disconnect any other external devices not absolutely needed.
    e.g. external USB/USB2 hard disks, other FW hard disks etc.
    3 Chapter marks in transitions - minimum 2 sec from
    FROM Bev.
    (Not a 'guy' but I will answer!)
    First, I do not think that mixing wide-screen and standard makes a difference in iDVD.
    Second, you should use a better brand of DVD disk. Also, many of us have experienced fewer problems on playback with DVD-R disks. Recommended brands here are Verbatim, Maxell and Taiyo Yuden. Memorex and TDK are not consistent and may not give you a correct burn. They apparently have fewer layers in the composition of the disk. I have always used Verbatim DVD-R disks and have not had any burn problems.
    Also, choose a slower burn speed, 4x or less.
    Third, to determine if the iDVD project will burn properly, create a disk image file (from within iDVD, go File->Save as Disk Image) and test it. Mount the disk image and then open DVD Player (in Applications) and view your project. If it plays correctly, you can then burn the actual DVD disk from the disk image file using Disk Utility.
    From. Boise, Idaho
    I did everything I've seen suggested, but a friend (who used to be an Apple Genius) suggested that I do a safe reboot (by holding down the shift key until you see the spinning gear on gray background, then release, then restart when your start-up screen appears).
    It worked, and I got a clean burn from iDVD.
    Hopefully this can help other people.
    by dheb0422
    Well, I finally got it, and it was odd enough to post here incase anyone looks this topic up again. Many things were tried, including burning the unedited film, the edited film without titles and chapter markers, abbreviating the chapter markers in case length was the issue (remember the old iMovie used to truncate them when moving to iDVD?). In the process, I noticed that one, and only one, chapter marker was on the same line as the title marker. All the others were on the line above. The only way I seemed able to change that was to clip a few seconds of film. After that last clip, the offending marker took a place on the line above, as were all the others. That run published, compiled completely and burned. That's one for the books.
    One user more writes
    To add my experience with Multiplex Errors using iDVD (7.0.4), I recently created two iDVD projects
    Video from both passed from FCE 4.01 with chapters
    One project worked fine in creating disk image file
    The other gave Multiplex Errors
    I tried suggestions to remove special characters and no chapter marks at beginning, but nothing worked
    Note that I've used iDVD for dozens of projects and this is first time I've run into Multiplex Errors
    Anyway, for problem project, I tried an experiment where I removed all chapters in FCE and passed to new iDVD project
    This time multiplex errors gone
    So had something to do with chapters
    So now I tried numerous experiments to remove individual chapters and try again creating disk image with new iDVD project
    After numerous tries, I was able to narrow problem down to 1 "Bad" chapter mark
    That is, when I left the "bad" chapter in my FCE project and passed to iDVD, iDVD gave multiplex error
    When I removed "bad" chapter mark (and others in), no multiplex error
    As a final experiment, I moved "bad" chapter mark about 5-10 sec's beyond original point and passed to iDVD, the multiplex errors now magically went away and I was able to finally create my disk image.
    I have no idea why this worked, but thought I'd mention here in case someone else runs into similar problem.
    Rich839
    In addition to Bengt's fine advice, burning errors can occur if you have located any of your menu buttons wholly or partly outside of the safe TV viewing area. Go to your main project menu, then click on View/Show TV Safe Area, to check. Drag into the safe viewing area any buttons that are outside the safe viewing area.
    Russ One - suggest this
    Multiplex Error-There was an error during muxing preparation
    One thing that worked for me was to export the video w/o chapter markers as a self contained movie (thereby not loosing the edits & etc). Then make a new FCE project and import that movie into a new sequence and add the chapter markers. I've used "-", "&" and "," with no problem in the chapter names. Removing the markers or exporting without them did solve the problem but renaming them with just numbers 1,2,3....5, did not solve the problem and since this problem seems to happen with with iMovie as well, it would suggest the problem is in the video or audio and in combination with the chapter markers iDVD just can't handle it. The only other possibility is that both iMovie and FCE share the same or similar chapter marker code that some how is corrupting the markers.
    Summary - What to try
    1. Chapters
    • Only A to Z and 0 to 9 in chapter title
    • No Chapter mark at very beginning of movie
    • No Chapter mark in or within 2 seconds from any transition in movie
    2. TV-safe area for buttons (no one outside this)
    3. Safe re-boot
    4. No other external devices connected - that are not needed
    SDMacuser adds to this
    • On #4 ... No ext. devices. Some think this applies mainly to ext. FW. Not the case. Also applies to ext. USB2 as well (not to mention flash drives too).
    Do not leave 3rd party devices / camera / camcorder plugged in unless it is being used with iDvd's One Step process. Certain web cams can trigger this also (especially ones with added features like LED light/s that draw additional power from the FW or USB bus).
    5. Minimum of 25Gb free space on Start-up hard disk
    6. Make a DiskImage first - reduces where problem originates
    7. Trash iDVD pref. file
    8. Make a new iDVD project
    9. Movies in project with same aspect ratio e.g. 4x3 or 16x9
    10. No other programs/applications running during iDVD process. e.g. Internet, screen & energy savers
    Yours Bengt W

  • Software gets stuck for days in the middle of work. Force quit doesn't solve the problem

    Final cut pro gets stuck for days in the middle of work. Force quit doesn't solve the problem. It happens every once in a while.

    avoid double posts! read my reply in your other thread .............

  • Why does iTunes Match keep getting stuck on Step 1?

    I realise there are already countless threads on here from people with the same problem but none of them seem to be able to help me. I've recently renewed my iTunes Match subscription after many months but it keeps getting stuck nearly halfway through Step 1. The bar gets so far and then stops for ages.
    I've tried all sorts of things: Stopping and starting the match, deleting my iTunes Library.itl file (which just creates even more problems with my library, so I have to put it back to normal with a backup), signing in and out of iTunes Store, closing and reopening iTunes, restarting my PC, deleting duplicates etc. None of them is solving the problem.
    In case it's relevant, I've got Windows 8 on my laptop and my iTunes library is based on an external hard-drive I've got connected to the laptop by USB.
    If there is any definitive answer to solving this problem, can someone please help me ASAP?

    i'm having the same problem. it's been in step 1 for two days. I tried stopping it and nothing. please let me know if you had a solution on this issue.
    thx

Maybe you are looking for

  • Can I change the order of lines in a drop-down menu?

    Can I change the order of items on a drop-down menu? Specifically, the "open" menu that comes up when I right-click on a link. Putting "open in new tab" on top of "in new window" makes sense, of course, since it is used more often. But I do a lot of

  • Output of value returned from function in SELECT statement ??

    Hi I have created the below function create or replace FUNCTION jc_test RETURN VARCHAR2 IS myrec VARCHAR2(270); BEGIN SELECT RPAD('*',270,'*') INTO myrec FROM DUAL ; RETURN myrec; END ; and I executed the SELECT statement in Oracle SQL developer as a

  • No sim card with nee iphone 5c

    Apple does not includ a new sim card for iphone 5c, to replace the one I have in my iphone 4 does not match?, tanks

  • Contact sheet in Bridge CC

    How do I make contact sheet in Bridge CC? Cant find it anymore....hmmm

  • SMB file copy to Macbook/iMac

    I am unable to copy files larger than 944kb to either my iMac or Macbook from an SMB NAS. I can copy any size file to the NAS, delete it but cannot copy it to the Macbook or iMac. Installing DAVE Network solves the problem but that app costs plenty.