Hang during VI loading - possible version issue

I've got a VI with many sub-VIs that when I try to open it the Loading dialog box eventually gets stuck in a loop where it goes back and forth between loading 2 different VI's.
This VI was written in an older version of LabVIEW, I think 7.1.  I'm trying to open it in 8.5.  I don't have the 7.1 disks anymore.
When I try to open the VI, the dialog box pops up that says: "Loading: <filename>.vi" and it goes through several files before getting stuck as described above.  It'll hang forever so I never get any error message.  I tried mass compiling but that eventually hangs as well.  I attached the log from the mass compile.  It doesn't always get stuck on the same VI so I haven't been able to narrow it down to a particular file or files.  
I copied and pasted all the files from a different computer and the same VI works on there (with Labview 7.1).  Any suggestions about how I could fix the problem would be helpful.
-Scott
Attachments:
log2.txt ‏24 KB

Hi Scott,
Can you perhaps provide some screenshots of what you see when trying to load that VI? 
Also, are you able to load a single VI instead of your application?  That would be a good way to conclude that the problem exists within your application.  Perhaps you can create a very simple VI in 7.1 and try loading it 8.5 and see if you experience the same thing.  You can also try loading some of your SubVI's separately and see if some of them can load but others cannot. 
Did you change the location of some of these VIs?
Tejinder Gill
National Instruments
Applications Engineer
Visit ni.com/gettingstarted for step-by-step help in setting up your system.

Similar Messages

  • Weblogic server hangs during stress-testing -- possibly EJB deadlocks

    Hi
    While running stress tests on our application, our WLS 4.5.1 hangs even at a
    mere load of 20 users. We are running on a Solaris machine. Database: Oracle
    8.1.5, running on the same machine. Using oracle.jdbc.driver.OracleDriver as
    the JDBC driver, and using JTS as the transaction manager.
    When we did a thread dump (complete lis at the end of this post) and
    basically we are seeing a bunch of our entity beans in a "locked" state. A
    common pattern we see in the thread dumps is that
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.organization.<Our Entiy Bean>EOImpl.<a get
    method>(ERSSystemConfigurationBeanEOImpl.java:1539)
    [6] com.nps.ers.ejb.awardnomination.<Our entity bean>.<some method>
    After more thorough studying of EJB transactions, we changed the isolation
    level of all our beans from TRANSACTION_SERIALIZED to
    TRANSACTION_READ_COMMITTED and made sure all our beans say TX_REQUIRED for
    their transactionAttribue. Still, this problem persists.
    The basic scenario we are load testing is that of multiple users logging
    into the system and trying to access a particular user's record, and right
    now, this is causing deadlocks at 20 users.
    What we fail to understand is that --
    (a) even if a method is attempting a read-only access to the data, why would
    it try to obtain a lock? or why would it matter that the data is locked?
    Some of the locks we are seeing are actually on a bean that is used for
    read-only purposes.
    (b) if 2 or more processes are trying to access the same record, based on
    whichever process got their first, shouldn't one succeed, and the other go
    into a 'waiting' state?
    We have also opened this issue with weblogic support, and the response so
    far has been that there "may" be a bug in weblogic 4.5.1 itself that's
    causing it, and they need to look into it further. Other similar posts in
    the newsgroup haven't been resolved either -- hence this general plea for
    help. Please advise if you've any suggestions. Thanks
    Sandeep
    ---------------------------Complete Thread Dump Listing -------------------
    "HighPriority TimeEventGenerator" (TID:0x1488278, sys_thread_t:0x14881b8,
    state:CW, thread_t: t@46, threadID:0xd9271dc8, stack_bottom:0xd9272000,
    stack_size:0x20000) prio=9
    [1] weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:249)
    [2]
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :143)
    [3] java.lang.Thread.run(Thread.java:479)
    "SSLListenThread" (TID:0x1588220, sys_thread_t:0x1588160, state:R, thread_t:
    t@45, threadID:0xd9321dc8, stack_bottom:0xd9322000, stack_size:0x20000)
    prio=5
    [1] java.net.PlainSocketImpl.socketAccept(Native Method)
    [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
    [4] java.net.ServerSocket.accept(ServerSocket.java:224)
    [5]
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :121)
    [6] weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
    [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:230)
    "ListenThread" (TID:0x15f7d48, sys_thread_t:0x15f7c88, state:R, thread_t:
    t@44, threadID:0xd92a1dc8, stack_bottom:0xd92a2000, stack_size:0x20000)
    prio=5
    [1] java.net.PlainSocketImpl.socketAccept(Native Method)
    [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
    [4] java.net.ServerSocket.accept(ServerSocket.java:223)
    [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:230)
    "ExecuteThread-29" (TID:0xad1c90, sys_thread_t:0xad1bd0, state:CW, thread_t:
    t@40, threadID:0xd94e1dc8, stack_bottom:0xd94e2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.user.UserBeanEOImpl.display(UserBeanEOImpl.java:1384)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.updatePointsUsed(AwardNo
    minationBean.java:1530)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.nominate(AwardNomination
    Bean.java:1279)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.nominate(AwardNomi
    nationBeanEOImpl.java:282)
    [9]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.nomina
    te(AwardNominationBeanEOImpl_ServiceStub.java:811)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [13] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [14] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [16] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [17]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [19]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [20]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [21] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [22] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-28" (TID:0xad1a78, sys_thread_t:0xad19b8, state:CW, thread_t:
    t@39, threadID:0xd9511dc8, stack_bottom:0xd9512000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-27" (TID:0xad1678, sys_thread_t:0xad15b8, state:CW, thread_t:
    t@38, threadID:0xd9541dc8, stack_bottom:0xd9542000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-26" (TID:0xac84e8, sys_thread_t:0xac8428, state:CW, thread_t:
    t@37, threadID:0xd9571dc8, stack_bottom:0xd9572000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-25" (TID:0xab7d50, sys_thread_t:0xab7c90, state:CW, thread_t:
    t@36, threadID:0xd95a1dc8, stack_bottom:0xd95a2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-24" (TID:0xab9b60, sys_thread_t:0xab9aa0, state:CW, thread_t:
    t@35, threadID:0xd95d1dc8, stack_bottom:0xd95d2000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-23" (TID:0xab9948, sys_thread_t:0xab9888, state:CW, thread_t:
    t@34, threadID:0xd9601dc8, stack_bottom:0xd9602000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.user.UserBeanEOImpl.getUserId(UserBeanEOImpl.java:182)
    [6]
    com.nps.ers.ejb.login.LoginSessionBean.getUserStatus(LoginSessionBean.java:1
    61)
    [7]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl.getUserStatus(LoginSessionBeanE
    OImpl.java:212)
    [8]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl_ServiceStub.getUserStatus(Login
    SessionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.LoginRequest.processLoginRequest(LoginRequest.java:248)
    [10] com.nps.ers.servlet.LoginRequest.getNextPage(LoginRequest.java:90)
    [11] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [12] com.nps.common.servlet.BaseServlet.doGet(BaseServlet.java:124)
    [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [15]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [16]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [18]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [19] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [20] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-22" (TID:0xabcc20, sys_thread_t:0xabcb60, state:CW, thread_t:
    t@33, threadID:0xd9631dc8, stack_bottom:0xd9632000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-21" (TID:0xa9ccf0, sys_thread_t:0xa9cc30, state:CW, thread_t:
    t@32, threadID:0xd9661dc8, stack_bottom:0xd9662000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-20" (TID:0xab2550, sys_thread_t:0xab2490, state:R, thread_t:
    t@31, threadID:0xd9691dc8, stack_bottom:0xd9692000, stack_size:0x20000)
    prio=5
    [1] java.net.SocketInputStream.socketRead(Native Method)
    [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
    [3] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [4] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [5] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-19" (TID:0xa640c0, sys_thread_t:0xa64000, state:CW, thread_t:
    t@30, threadID:0xd96c1dc8, stack_bottom:0xd96c2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.user.UserBeanEOImpl.display(UserBeanEOImpl.java:1384)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.updatePointsUsed(AwardNo
    minationBean.java:1530)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.nominate(AwardNomination
    Bean.java:1279)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.nominate(AwardNomi
    nationBeanEOImpl.java:282)
    [9]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.nomina
    te(AwardNominationBeanEOImpl_ServiceStub.java:811)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [13] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [14] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [16] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [17]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [19]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [20]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [21] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [22] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-18" (TID:0xa502d8, sys_thread_t:0xa50218, state:CW, thread_t:
    t@29, threadID:0xd96f1dc8, stack_bottom:0xd96f2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getCashWithinD
    ays(ERSSystemConfigurationBeanEOImpl.java:1231)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.getAwardNominationNotifi
    cationStates(AwardNominationBean.java:772)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.getAwardNomination
    NotificationStates(AwardNominationBeanEOImpl.java:247)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.getAwa
    rdNominationNotificationStates(AwardNominationBeanEOImpl_ServiceStub.java:41
    5)
    [9]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [12] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [13] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [16]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [19]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [20] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [21] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-17" (TID:0xa242d8, sys_thread_t:0xa24218, state:CW, thread_t:
    t@28, threadID:0xd9721dc8, stack_bottom:0xd9722000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.user.UserBeanEOImpl.getUserStatusCode(UserBeanEOImpl.java:22
    77)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.getApprovers(ApproverS
    electionBean.java:352)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.getApprovers(App
    roverSelectionBeanEOImpl.java:140)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.getA
    pprovers(ApproverSelectionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.ApproverSelection.getApproverList(ApproverSelection.java
    :81)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-16" (TID:0xaa0ed8, sys_thread_t:0xaa0e18, state:CW, thread_t:
    t@27, threadID:0xd9751dc8, stack_bottom:0xd9752000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-15" (TID:0xad0220, sys_thread_t:0xad0160, state:CW, thread_t:
    t@26, threadID:0xd9781dc8, stack_bottom:0xd9782000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.user.UserBeanEOImpl.getUserId(UserBeanEOImpl.java:182)
    [6]
    com.nps.ers.ejb.login.LoginSessionBean.getUserStatus(LoginSessionBean.java:1
    61)
    [7]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl.getUserStatus(LoginSessionBeanE
    OImpl.java:212)
    [8]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl_ServiceStub.getUserStatus(Login
    SessionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.LoginRequest.processLoginRequest(LoginRequest.java:248)
    [10] com.nps.ers.servlet.LoginRequest.getNextPage(LoginRequest.java:90)
    [11] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [12] com.nps.common.servlet.BaseServlet.doGet(BaseServlet.java:124)
    [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [15]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [16]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [18]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [19] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [20] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-14" (TID:0xa8f4c0, sys_thread_t:0xa8f400, state:CW, thread_t:
    t@25, threadID:0xd97b1dc8, stack_bottom:0xd97b2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2] weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4] weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getCashWithinD
    ays(ERSSystemConfigurationBeanEOImpl.java:1231)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.getAwardNominationNotifi
    cationStates(AwardNominationBean.java:772)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.getAwardNomination
    NotificationStates(AwardNominationBeanEOImpl.java:247)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.getAwa
    rdNominationNotificationStates(AwardNominationBeanEOImpl_ServiceStub.java:41
    5)
    [9]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [12] com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [13] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [16]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [19]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [20] weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [21] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-13" (TID:0xa194f0, sys_thread_t:0xa19430, state:CW, thread_t:
    t@24, threadID:0xd97e1dc8, stack_bottom:0xd97e2000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.E

    Can you post details on this instrumentation?
    I know in the past when we ran into this type of problem, it took us a while
    to think through and identify the problems.
    Thanks,
    Gary
    Rob Woollen <[email protected]> wrote in message
    news:[email protected]...
    Generally this indicates a deadlock in the order that you access your
    entity beans. Please follow-up with [email protected]. There is
    some instrumentation that you can turn on to help spot why this is
    occurring.
    -- Rob
    Sandeep Giri wrote:
    Hi
    While running stress tests on our application, our WLS 4.5.1 hangs even
    at a
    mere load of 20 users. We are running on a Solaris machine. Database:Oracle
    8.1.5, running on the same machine. Usingoracle.jdbc.driver.OracleDriver as
    the JDBC driver, and using JTS as the transaction manager.
    When we did a thread dump (complete lis at the end of this post) and
    basically we are seeing a bunch of our entity beans in a "locked" state.A
    common pattern we see in the thread dumps is that
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5] com.nps.ers.ejb.organization.<Our Entiy Bean>EOImpl.<a get
    method>(ERSSystemConfigurationBeanEOImpl.java:1539)
    [6] com.nps.ers.ejb.awardnomination.<Our entity bean>.<some method>
    After more thorough studying of EJB transactions, we changed theisolation
    level of all our beans from TRANSACTION_SERIALIZED to
    TRANSACTION_READ_COMMITTED and made sure all our beans say TX_REQUIREDfor
    their transactionAttribue. Still, this problem persists.
    The basic scenario we are load testing is that of multiple users logging
    into the system and trying to access a particular user's record, andright
    now, this is causing deadlocks at 20 users.
    What we fail to understand is that --
    (a) even if a method is attempting a read-only access to the data, whywould
    it try to obtain a lock? or why would it matter that the data is locked?
    Some of the locks we are seeing are actually on a bean that is used for
    read-only purposes.
    (b) if 2 or more processes are trying to access the same record, basedon
    whichever process got their first, shouldn't one succeed, and the othergo
    into a 'waiting' state?
    We have also opened this issue with weblogic support, and the responseso
    far has been that there "may" be a bug in weblogic 4.5.1 itself that's
    causing it, and they need to look into it further. Other similar postsin
    the newsgroup haven't been resolved either -- hence this general pleafor
    help. Please advise if you've any suggestions. Thanks
    Sandeep
    ---------------------------Complete Thread DumpListing -------------------
    >>
    "HighPriority TimeEventGenerator" (TID:0x1488278,sys_thread_t:0x14881b8,
    state:CW, thread_t: t@46, threadID:0xd9271dc8, stack_bottom:0xd9272000,
    stack_size:0x20000) prio=9
    [1] weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:249)
    [2]
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :143)
    [3] java.lang.Thread.run(Thread.java:479)
    "SSLListenThread" (TID:0x1588220, sys_thread_t:0x1588160, state:R,thread_t:
    t@45, threadID:0xd9321dc8, stack_bottom:0xd9322000, stack_size:0x20000)
    prio=5
    [1] java.net.PlainSocketImpl.socketAccept(Native Method)
    [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
    [4] java.net.ServerSocket.accept(ServerSocket.java:224)
    [5]
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :121)
    [6]weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
    [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:230)
    "ListenThread" (TID:0x15f7d48, sys_thread_t:0x15f7c88, state:R,thread_t:
    t@44, threadID:0xd92a1dc8, stack_bottom:0xd92a2000, stack_size:0x20000)
    prio=5
    [1] java.net.PlainSocketImpl.socketAccept(Native Method)
    [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
    [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
    [4] java.net.ServerSocket.accept(ServerSocket.java:223)
    [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:230)
    "ExecuteThread-29" (TID:0xad1c90, sys_thread_t:0xad1bd0, state:CW,thread_t:
    t@40, threadID:0xd94e1dc8, stack_bottom:0xd94e2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]com.nps.ers.ejb.user.UserBeanEOImpl.display(UserBeanEOImpl.java:1384)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.updatePointsUsed(AwardNo
    minationBean.java:1530)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.nominate(AwardNomination
    Bean.java:1279)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.nominate(AwardNomi
    nationBeanEOImpl.java:282)
    [9]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.nomina
    te(AwardNominationBeanEOImpl_ServiceStub.java:811)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [13]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [14] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [16] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [17]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [19]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [20]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [21]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [22] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-28" (TID:0xad1a78, sys_thread_t:0xad19b8, state:CW,thread_t:
    t@39, threadID:0xd9511dc8, stack_bottom:0xd9512000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-27" (TID:0xad1678, sys_thread_t:0xad15b8, state:CW,thread_t:
    t@38, threadID:0xd9541dc8, stack_bottom:0xd9542000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-26" (TID:0xac84e8, sys_thread_t:0xac8428, state:CW,thread_t:
    t@37, threadID:0xd9571dc8, stack_bottom:0xd9572000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2]weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3]weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-25" (TID:0xab7d50, sys_thread_t:0xab7c90, state:CW,thread_t:
    t@36, threadID:0xd95a1dc8, stack_bottom:0xd95a2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-24" (TID:0xab9b60, sys_thread_t:0xab9aa0, state:CW,thread_t:
    t@35, threadID:0xd95d1dc8, stack_bottom:0xd95d2000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2]weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3]weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-23" (TID:0xab9948, sys_thread_t:0xab9888, state:CW,thread_t:
    t@34, threadID:0xd9601dc8, stack_bottom:0xd9602000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]com.nps.ers.ejb.user.UserBeanEOImpl.getUserId(UserBeanEOImpl.java:182)
    [6]
    com.nps.ers.ejb.login.LoginSessionBean.getUserStatus(LoginSessionBean.java:1
    61)
    [7]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl.getUserStatus(LoginSessionBeanE
    OImpl.java:212)
    [8]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl_ServiceStub.getUserStatus(Login
    SessionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.LoginRequest.processLoginRequest(LoginRequest.java:248)
    [10] com.nps.ers.servlet.LoginRequest.getNextPage(LoginRequest.java:90)
    [11]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [12] com.nps.common.servlet.BaseServlet.doGet(BaseServlet.java:124)
    [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [15]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [16]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [18]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [19]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [20] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-22" (TID:0xabcc20, sys_thread_t:0xabcb60, state:CW,thread_t:
    t@33, threadID:0xd9631dc8, stack_bottom:0xd9632000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getEMTRoleId(E
    RSSystemConfigurationBeanEOImpl.java:1539)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.checkEMT(ApproverSelec
    tionBean.java:473)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.checkEMT(Approve
    rSelectionBeanEOImpl.java:71)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.chec
    kEMT(ApproverSelectionBeanEOImpl_ServiceStub.java:501)
    [9]
    com.nps.ers.servlet.NortelApproverSelection.updateApproverList(NortelApprove
    rSelection.java:87)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-21" (TID:0xa9ccf0, sys_thread_t:0xa9cc30, state:CW,thread_t:
    t@32, threadID:0xd9661dc8, stack_bottom:0xd9662000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2]weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3]weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-20" (TID:0xab2550, sys_thread_t:0xab2490, state:R,thread_t:
    t@31, threadID:0xd9691dc8, stack_bottom:0xd9692000, stack_size:0x20000)
    prio=5
    [1] java.net.SocketInputStream.socketRead(Native Method)
    [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
    [3]weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [4]weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [5] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-19" (TID:0xa640c0, sys_thread_t:0xa64000, state:CW,thread_t:
    t@30, threadID:0xd96c1dc8, stack_bottom:0xd96c2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]com.nps.ers.ejb.user.UserBeanEOImpl.display(UserBeanEOImpl.java:1384)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.updatePointsUsed(AwardNo
    minationBean.java:1530)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.nominate(AwardNomination
    Bean.java:1279)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.nominate(AwardNomi
    nationBeanEOImpl.java:282)
    [9]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.nomina
    te(AwardNominationBeanEOImpl_ServiceStub.java:811)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [13]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [14] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [16] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [17]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [19]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [20]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [21]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [22] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-18" (TID:0xa502d8, sys_thread_t:0xa50218, state:CW,thread_t:
    t@29, threadID:0xd96f1dc8, stack_bottom:0xd96f2000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.organization.ERSSystemConfigurationBeanEOImpl.getCashWithinD
    ays(ERSSystemConfigurationBeanEOImpl.java:1231)
    [6]
    com.nps.ers.ejb.awardnomination.AwardNominationBean.getAwardNominationNotifi
    cationStates(AwardNominationBean.java:772)
    [7]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl.getAwardNomination
    NotificationStates(AwardNominationBeanEOImpl.java:247)
    [8]
    com.nps.ers.ejb.awardnomination.AwardNominationBeanEOImpl_ServiceStub.getAwa
    >>
    rdNominationNotificationStates(AwardNominationBeanEOImpl_ServiceStub.java:41
    5)
    [9]
    com.nps.ers.servlet.AwardNominationRequest.nominate(AwardNominationRequest.j
    ava:1339)
    [10]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [12]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [13] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [14] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [15] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [16]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [17]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [18]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [19]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [20]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [21] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-17" (TID:0xa242d8, sys_thread_t:0xa24218, state:CW,thread_t:
    t@28, threadID:0xd9721dc8, stack_bottom:0xd9722000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]
    com.nps.ers.ejb.user.UserBeanEOImpl.getUserStatusCode(UserBeanEOImpl.java:22
    77)
    [6]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBean.getApprovers(ApproverS
    electionBean.java:352)
    [7]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl.getApprovers(App
    roverSelectionBeanEOImpl.java:140)
    [8]
    com.nps.ers.ejb.awardnomination.ApproverSelectionBeanEOImpl_ServiceStub.getA
    pprovers(ApproverSelectionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.ApproverSelection.getApproverList(ApproverSelection.java
    :81)
    [10]
    com.nps.ers.servlet.NortelApproverSelection.getApproverList(NortelApproverSe
    lection.java:62)
    [11]
    com.nps.ers.servlet.AwardNominationRequest.getApprovers(AwardNominationReque
    st.java:1412)
    [12]
    com.nps.ers.servlet.AwardNominationRequest.previewNominate(AwardNominationRe
    quest.java:1096)
    [13]
    com.nps.ers.servlet.AwardNominationRequest.processNextPage(AwardNominationRe
    quest.java:276)
    [14]
    com.nps.ers.servlet.AwardNominationRequest.getNextPage(AwardNominationReques
    t.java:109)
    [15]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [16] com.nps.common.servlet.BaseServlet.doPost(BaseServlet.java:184)
    [17] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [18] javax.servlet.http.HttpServlet.service(HttpServlet.java:835)
    [19]
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :75)
    [20]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:259)
    [21]
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:244)
    [22]
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:353)
    [23]weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:247)
    [24] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-16" (TID:0xaa0ed8, sys_thread_t:0xaa0e18, state:CW,thread_t:
    t@27, threadID:0xd9751dc8, stack_bottom:0xd9752000, stack_size:0x20000)
    prio=5
    [1] weblogic.common.internal.DynaQueue.getW(DynaQueue.java:219)
    [2]weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:212)
    [3]weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
    [4] weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java:94)
    "ExecuteThread-15" (TID:0xad0220, sys_thread_t:0xad0160, state:CW,thread_t:
    t@26, threadID:0xd9781dc8, stack_bottom:0xd9782000, stack_size:0x20000)
    prio=5
    [1] weblogic.ejb.internal.BaseEJBContext.lock(BaseEJBContext.java:180)
    [2]weblogic.ejb.internal.StatefulEJBCache.bind(StatefulEJBCache.java:250)
    [3]
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:88)
    [4]weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:164)
    [5]com.nps.ers.ejb.user.UserBeanEOImpl.getUserId(UserBeanEOImpl.java:182)
    [6]
    com.nps.ers.ejb.login.LoginSessionBean.getUserStatus(LoginSessionBean.java:1
    61)
    [7]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl.getUserStatus(LoginSessionBeanE
    OImpl.java:212)
    [8]
    com.nps.ers.ejb.login.LoginSessionBeanEOImpl_ServiceStub.getUserStatus(Login
    SessionBeanEOImpl_ServiceStub.java:554)
    [9]
    com.nps.ers.servlet.LoginRequest.processLoginRequest(LoginRequest.java:248)
    [10] com.nps.ers.servlet.LoginRequest.getNextPage(LoginRequest.java:90)
    [11]com.nps.common.servlet.BaseServlet.handleRequest(BaseServlet.java:245)
    [12] com.nps.common.servlet.BaseServlet.doGet(BaseServlet.java:124)
    [13] javax.servlet.http.HttpServlet.service(HttpServlet.java:708)
    [14

  • JNI Calls to Native Methods No Longer Work: Possible Versioning Issue ?

    Hello, all. Just a quick question... is it possible that invoking a method in a JNI-compliant DLL from Java 6 will fail if the DLL's source was compiled against the JNI header files from Java 4 or 5 ? I have a DLL with methods that used to be called successfully (and now fail outright and don't even seem to be getting inside the native method), but it seems that the only thing that could have changed in the environment is the installed JRE. Even stranger, I don't get the hs_err* files anymore to indicate that the JVM crashed. Does anyone know why this might happen ? Thanks !

    Cthulhu76 wrote:
    Hello, all. Just a quick question... is it possible that invoking a method in a JNI-compliant DLL from Java 6 will fail if the DLL's source was compiled against the JNI header files from Java 4 or 5 ? Solely? No.
    You could of course be doing something in the JNI code in terms of working with Java which no longer works. Just as it is at least possible that java code from one version might not work with another.
    Correct error checking in the JNI code would at least correctly identify this problem however.
    I have a DLL with methods that used to be called successfully (and now fail outright and don't even seem to be getting inside the native method), but it seems that the only thing that could have changed in the environment is the installed JRE.The only thing that you assume changed was the JRE.
    You seem unsure whether the JNI is being called at all, so verifying that first would be a good idea.

  • Database is hang during shutdown abort (Urgent Production Issue)

    Hi Gurus
    In my production system while shutdown immediate , database was hang.
    When we logged in system and gave shutdown abort its again hang.
    Pls suggest me what could be the reason and how it can be solved
    Thanks

    Tue Oct 21 05:01:09 2008
    Shutting down instance: further logons disabled
    Tue Oct 21 05:45:19 2008
    ksvcreate: Process(q005) creation failed
    Tue Oct 21 05:45:30 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:45:42 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:45:54 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:46:06 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:46:18 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:46:30 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:46:42 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:46:54 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:47:06 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:47:18 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:47:30 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:47:42 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:47:54 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:48:06 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:48:18 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:48:30 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:48:42 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:48:54 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:49:06 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:49:18 2008
    ksvcreate: Process(q000) creation failed
    Tue Oct 21 05:49:24 2008
    Shutting down instance (abort)
    License high water mark = 26
    Termination issued to instance processes. Waiting for the processes to exit
    Tue Oct 21 05:49:35 2008
    Instance termination failed to kill one or more processes
    Tue Oct 21 06:06:43 2008
    Instance terminated by USER, pid = 20613

  • Server hangs or freezes during heavy load

    During peak times of the day, especially during heavy load on the Calendar Server,
    the application seems to hang. The client side application will not respond on
    the user's desktop, and uni* commands on the server itself respond considerably
    slow.
    <P>
    There are two parameters in the server configuration file that are strongly
    believed to be a trigger of server hangs or freezes in large deployments and/or
    busy servers. Here is a description of the problem:
    <P>
    Large deployments tend to be 3000+ users per node. This could be a single or
    multi-node environment.
    <P>
    A lock manager fix was implemented in 4.0 to correct a problem that was
    found in 3.51 where the server would hang. At that time, the parameters called
    read/writelocktimeouts
    were introduced as a failover mechanism in case the
    database was not available, which would then trigger the client process to
    disconnect rather than hang the whole server.
    <P>
    These timeouts effectively will terminate a process whose read or write exceeds
    the specified periods. The default of 20 seconds is quite a large amount of time;
    however, it is not totally unlikely that such a value could be met on a
    very busy system. If this is the case, and there is some relation between a
    process being terminated by one of these timeouts and subsequent system
    instability, then the "solution" would not be to extend the values of the
    timeouts but rather to exclude them. This way, it will ensure that no process is
    terminated this way and therefore the process would be allowed to continue until
    it had completed its job.
    <P>
    The timeouts were not removed from the product, but under normal circumstances
    they probably won't be needed anymore anyhow. It seems that on a busy calendar
    server, setting the db timeout alarms may actually trigger the server to freeze.
    Below are some examples of errors that appear in the log files which show
    that the database is no longer accepting client requests:
    <P>
    db_VISTA ERROR -920 -> cst_d_open: d_open
    db_SchedBaseOpen: unable to open database
    probable cause: unilckd is down or "/users/unison/tmp/unisonlckm"
    was removed
    uniengd: database lock timeout
    ITEM: "NA,NA" <0,0>
    CLIENT: "unises", "A.02.80"
    INET-NAME:
    INET-ADDR:
    CALL: "SessionsInfoGet"
    <P>
    To make the fix:
    <OL>
    <LI>Using your favorite editor, edit the /users/unison/misc/unison.ini file.
    In the following section you will see these two parameters:
    <P>
    [ENG]
    writelocktimeout = 20
    readlocktimeout = 20
    <P>
    <LI>Place a "#" sign (or the appropriate comment symbol for your OS) in front of
    these two lines and save the file.
    <P>
    <LI>The server will now have to be restarted in order for the changes to take
    effect.
    </OL>

    This looks similar to what I'm seeing.
    DPM 2010, there's one backup set (for me a file server disk) that every time I try to run the initial replica on it the server hangs and needs to be rebooted by iLO. It doesn't just die suddenly, first the data stream on the backup stops then the OS becomes
    less responsive but there is no resource issue. trying to open event view will cause a few things to lock up then over a few mins the server is complete froze. like the disk drives have been locked.
    Suspecting McAfee, I added in all the exclusions, that didn't help so I added the process exclusions which are done by setting dpmra and csc to low risk and that didn't help either. I could reproduce it just by kicking off a backup for this one file servers
    drive so it's easy to test with.
    Tonight, I had some permissions in EPO to let me stop the scanning completely and disable the on-access scan and for the first time it worked!
    There is definitely an issue between DPM and McAfee beyond what is on MS's web page for AV checks.
    I don't have a workaround yet other than stopping the AV completely... Something to follow up on next week. For the moment I made some progress though.

  • I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.  Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue

    I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.
    Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue when I rebooted. Here is the problem:
    Every other time I boot the MacBook it hangs at a grey screen with the prohibitory sign. Verbose reveals a "still waiting for root device" error. Now if I reboot from that hang, it boots fine, but then will hang again the next time. It keeps alternating like this. Any ideas??
    I am not running any third party trim software, so that's not the issue.

    I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.
    Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue when I rebooted. Here is the problem:
    Every other time I boot the MacBook it hangs at a grey screen with the prohibitory sign. Verbose reveals a "still waiting for root device" error. Now if I reboot from that hang, it boots fine, but then will hang again the next time. It keeps alternating like this. Any ideas??
    I am not running any third party trim software, so that's not the issue.

  • Macbook hangs during login - airport extreme issue?

    My new macbook hangs during startup. I have an airport extreme 802.11n version base station. My macbook is configured to talk to this base station.
    If I power down the airport extreme, login works just fine. If I power on the airport, login hangs.
    Any suggestions on how to fix this?

    Hi
    It is connected through wireless. I have installed the 802.11n drivers on it as well, doesn't help.

  • Zen Nomad Jukebox NX hangs up during EAX load

    My Zen Nomad Jukebox NX hangs up during the loading of the EAX screen. I've looked trhough similar problems and solutions on this page without finding any aduquate solution proposal.
    I've tried doing the following:
    entered the rescue mode and tried to "clean up", when i do this nothing happens and i may contiue selecting the clean up option or select another. It doesn't seem to affect the player at all.
    I've also tried to select both "reload OS" and "Format all", both times the player gives a error message, "harddisk problem".
    Since the computer is unable to detect the semmingly not functionable player I can't find access my player.
    Solution?

    A "hard disk problem" error is a serious one, and clearly indicates something awry with the hard disk. You can try the advice here in the Zen FAQ at Nomadness.net at your OWN RISK. If you don't want to try this or are under warranty then contact Creative Support.
    If you aren't under warranty you can contact Creative Support to see if they will repair it. If you want to try repairing it yourself, taking the risk the hard disk is at fault, then you can follow Rudi Cheow's excellent guide. There's also a thread here at the Zen Nomadness.net forum on compatible dri'ves, and the last page of Rudi's guide also has information on this.

  • Have Vista, loaded new version of iTunesn now have DEP issue and iTunes wont load. Is there a way to download on old compatable 9.0 version or is there a Dep fix

    Have old PC with Vista, loaded new version of iTune now I have DEP issue and iTunes wont load. Is there a way to download on old compatable 9.0 version of iTunes or is there a workable Dep fix?

    You'll get a variety of earlier versions of iTunes here: Old iTunes for Mac

  • Not Loaded. A runtime error occurred during the load of the COM add-in.

    Hey All!
    I am relatively new to Hyperion, and need some help. I recently purchased a new laptop, and I am trying to reinstall Smart View 11.1.2.1 on my home system, but I continue to run into difficulties. I launch the Smart View installer by right-clicking and selecting "Run as Administrator," and everything seems to install successfully. However, when I open Excel or any Microsoft Office product, the Smart View tab is unavailable, and when I Manage my COM add-ins, the pop-up box reads "Load Behavior: A runtime error occurred during the loading of the COM add-in."
    I have looked into my registries, and everything seems to be in order. I have changed my load behavior back to 3 as well. Any ideas? Are there any compatibility issues I need to consider? Thanks for your help!
    Craig

    PLEASE do not do this! You are storing up trouble for the future that will be so much harder to unpick.
    1. It does not solve the problem. Whatever the problem was, this is not the solution! If the issue is multiple DLLs, you need to delete the duplicates and register the correct ones, not make even more copies. If the problem is permissions, you need to sort that one out.
    2. If it appears to solve the problem, then the problem (something to do with permissions) needs to be solved at source, not kludged round like this.
    3. If there is an unresolved problem on the system, it is more likely that the next upgrade will not go well.
    4. Uninstaller cannot remove the copies you made manually. The same thing applies to upgrades! You risk getting mixed versions afterwards.
    My first steps to resolve this problem would be:
    1. Uninstall the SmartView client. You must be an administrator to do this -- try to be the same administrator that installed it.
    2. Clean up. Make sure the files are all deleted. Search the whole box for old files (HsTBar.xla, HsAddin.dll etc.) possibly left over from an old installation -- you might have upgraded into a different location at some time in the past and left orphaned files hanging around. Get rid.
    3. Reboot. Log in as a local administrator.
    4. Open Excel and visit the Add-Ins dialog and remove any entries for SmartView.
    5. Install SmartView client from a local copy of SmartView.exe -- make sure you have the correct version.
    That solves 99% of problems like this. If you have to register the DLLs manually, it suggests that your 'administrator' account doesn't have the full rights you think it has. DON'T kludge it by copying DLLs into your profile!
    Thanks.

  • Flash Player 10.1.53.64 hangs during initialization

    (Forking off from [previous issue created by me|Flash Player 10.1; that was since stickied and dedicated to a PowerPoint issue.)
    SWFs generated on a machine where Flash Player 9.0.115.0 is installed, and viewed in any web browser on machines with FP 10.1.53.64, hang indefinitely during the initialization sequence.
    As noted in the previous thread, SAP has submitted an issue to Adobe (that could be similar or related) here:
    https://bugs.adobe.com/jira/browse/FP-4843
    Noting that Adobe has addressed the above issue, does this fix extend to web browser plugin versions of the Flash Player as well?

    Hi Matt,
    i am also interested in the conditions in which the bug arises. I developed an complex application using Xcelsius 5.3.1.0 with
    Flash 10.1.82.76 installed on the development machine on Windows XP SP 3. At a certain point of the development
    it was not possible anymore to preview application in the development environment. After generating the SWF the
    development environment crashed while initializing the application. But the generation of the SWF file was successfull and
    also can be done without errors using the export function.
    To solve the issue with the current adobe flash player i downloaded the adobe flash projector of the older version 10r42_34,
    loaded the generated SWF without any problems (on the development machine) and used the function "create projector" to create
    a stanalone application that includes the player.
    The ".EXE" generated worked fine on the development maschine as well as on a couple of other machines. With the corresponding projector for Mac OS we also generated an application including the player for OS X wich also works fine on
    some mac books.
    On the other hand, the application hang in the initialization process on other windows machines without showing any rule
    by hardware or software configuration (see also the Post from Francis86 in Thread "Hanging during utilization: Flash Player 10.1.53.64").
    Two other aspects might be of interest for you:
    1) In the context of the development i also experienced problems after a certain amount of components had been added, resulting
    in a crash of the development environment. The only way to solve the problem was to delete components or replace them by others. It would be interesting to know where the limitations are.
    2) The tab-component seems to produce additional problems. The first design of the application structures the application in different views utilizing a tab component with 5 tabs and a lot of components (as few as possible) on each tab. The problem arose if one uses the reset-button component. The reset did not work for every component within the different tabs. By random some of the initial values had been reseted to its original state, others had be set simply to 0 ignoring its initial state.
    I could only solve this problem by replacing the tab component with a menu and using visibility rules. This results in solver responsibility when switching betweent the "tabs" but the reset works fine afterwords.

  • Re: 11gr2 client installation hangs during client installation

    Hi I have been having issues with istalling Oracle 11 g client in windows 7. It hangs during installation. Please find the installation log.
    really appreciate the help .
    Thanks
    NFO: InstallLocationAction to INVENTORY_YES
    INFO: Verifying route INVENTORY_YES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]5
    INFO: Initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Completed displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Loading view <PrereqUI> at state <checkPrereqs>
    INFO: Completed loading view <PrereqUI> at state <checkPrereqs>
    INFO: Localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Oracle_zip_file\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Preparation of nodes for running verifications failed. Reason:
    - Cause Of Problem Not Available
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:A
    WARNING: Result values are not available for this verification task
    INFO: *********************************************
    INFO: Free Space: APPIKATA1:C:\Users\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:APPIKATA1
    WARNING: Result values are not available for this verification task
    INFO: Error Message:PRVF-4001 : Check: Space available on "C:\Users\AppData\Local\Temp"
    INFO: Cause: Could not determine mount point for location specified.
    INFO: Action: Ensure location specified is available.
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:A
    WARNING: Result values are not available for this verification task
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:APPIKATA1
    WARNING: Result values are not available for this verification task
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Expected value not found.
    INFO: Actual value not found.
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <checkPrereqs>
    INFO: Completed validating view at state <checkPrereqs>
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Completed validating state <checkPrereqs>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]
    Edited by: user2493512 on Sep 20, 2012 11:30 PM

    Pl post exact versions of "11g" and "Windows 7" - Home versions are not supported - you will need Professional or higher.
    Looks like the "-ignoreSysprereqs" flag was used for the install - is there a reason for this ?
    HTH
    Srini

  • BB Desktop Manager for PC hangs during start-up

    My wife has a 2 years old HP laptop running Windows 7 Home Premium, 64-bit OS, at Service Pack 1 level.  BB Desktop Manager for PC hangs during it's (BB Desktop's) start-up.  Initially the screen with BlackBerry Desktop Manager and the BB logo appears but then it goes away and a smallish screen appears and never changes from a blank grey screen.  If you mouse over the border it indicates it is not responding.  She has been using this product on this PC with no major problems for several years.  Looking in the Events Viewer, it seems the error first appears on 10/9/2011.  Yesterday I tried to fix the issue by installing the laciest version RIM 6.1.0.36 (she was using .35)  That made no difference.  I have the program set to run as an Administrator and have told Norton to Trust it. 
    The Event log entry for the oldest such event contains the following:
    The program Rim.Desktop.exe version 6.1.0.35 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 41d4
    Start Time: 01cc86f573d09df1
    Termination Time: 6677
    Application Path: C:\Program Files (x86)\Research In Motion\BlackBerry Desktop\Rim.Desktop.exe
    Report Id: aa0d892a-f2e9-11e0-a448-002713bd2c63
    Since it is necessary to either task-manager the blank window shut or to tell it to force it to close, these errors may be generated by that action.  
    Today I uninstalled it and reinstalled it but still no improvement.    Any suggestions?

    I have just copied in the most recent attempt to start it.  The full log is quite large
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-12-21 16:49:11.963]
    16:49:11.963|INFO |1|Rim.Desktop.Shell|1|Application Started
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|Commandline: "C:\Program Files (x86)\Research In Motion\BlackBerry Desktop\Rim.Desktop.exe"
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|Rim.Desktop.exe Version: 6.1.0.36
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|Product Installation Variant: none
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|OS Version: Windows7 [Microsoft Windows NT 6.1.7601 Service Pack 1] [x64]
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|CLR Version: 2.0.50727.5448
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|AppLoader Version: 6.0.1.37
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|Device Manager Version: 6.0.0.40
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|BBDevMgr Version: 4.2.0.15
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|Serial USB Driver Version: 2.3.0.9
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|USB Driver Version: 4.2.0.14
    16:49:11.963|INFO |1|Rim.Desktop.Shell|2|PlayBook RNDIS Driver Interface: 1.0.0.16
    16:49:11.979|DEBUG|1|Rim.Desktop.Services.Configuration|0|Loading configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:49:12.400|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    16:49:12.447|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    16:49:13.773|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [DesktopHelperTrayApplication_Startup] running on thread pool
    16:49:13.773|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [DesktopHelperTrayApplication_Startup], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:13.866|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [DesktopHelperTrayApplication_Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void Startup()
    16:49:13.866|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [DesktopHelperTrayApplication_Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 95
    16:49:13.882|INFO |1|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService::InitializeMonitor] Initializing device monitor (RNDIS capable)
    16:49:13.882|INFO |1|Rim.Desktop.Services.DeviceManager|0|Initializing
    16:49:13.897|INFO |1|Rim.Desktop.Services.Tasks|0|Task [DownloadAndUpdateSupportedDevices] will run on thread pool after 15000 ms
    16:49:13.944|INFO |1|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] UpdateInternalDevice. Current: null New: PIN:0x2174873B
    16:49:13.944|INFO |1|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] CachedDevice
    16:49:14.022|DEBUG|1|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:49:14.085|INFO |1|Rim.Desktop.Shell|0|[InternalChangeCurrentDevice] CurrentDevice: null NewDevice: PIN:0x2174873B
    16:49:14.085|INFO |1|Rim.Desktop.Shell|0|[InternalChangeCurrentDevice] Device state. Device: PIN:0x2174873B Attached: False Inoperative: False OnlineState: Offline DefaultTransport: Unknown.
    16:49:14.085|INFO |1|Rim.Desktop.Services.DeviceManager|0|[CurrentDeviceUpdate] Updating current device.  CurrentDevice: [Null Device] NewDevice: [PIN:0x2174873B]
    16:49:14.085|INFO |1|Rim.Desktop.Services.DeviceManager|0|[CurrentDeviceUpdate] New Device. IsCached: True.
    16:49:14.085|INFO |1|Rim.Desktop.Services.DeviceManager|0|[CurrentDeviceUpdate] Device State: Attached: False LoginState: Offline DefaultTransport: Unknown
    16:49:14.085|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] Device state. Exiting.
    16:49:14.100|INFO |1|Rim.Desktop.Services.PolicyManager|0|Updated current Policy Set
    16:49:14.100|INFO |1|Rim.Desktop.Services.PolicyManager|0|New Policy Set:
    16:49:14.100|INFO |1|Rim.Desktop.Services.Tasks|0|TASK: [PolicyChangedEventTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.100|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Services.DeviceManager.DevicePasswordCache.<.ctor>b__0
    16:49:14.116|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Services.DeviceManager.DevicePasswordCache.<.ctor>b__0
    16:49:14.116|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Services.DeviceManager.DeviceManager.<.ctor>b__0
    16:49:14.116|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Services.DeviceManager.DeviceManager.<.ctor>b__0
    16:49:14.116|INFO |1|Rim.Desktop.Services.Tasks|0|TASK: [PolicyChangedEventTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnPolicyChanged>b__0()
    16:49:14.116|INFO |1|Rim.Desktop.Services.Tasks|0|TASK: [PolicyChangedEventTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 6
    16:49:14.116|INFO |1|Rim.Desktop.Services.PolicyManager|0|Updated current Policy Set from cache for device: 2174873B
    16:49:14.553|INFO |1|Rim.Desktop.IPModem|0|Task [IPModem Initialize ProfileManager] run on new thread MTA
    16:49:14.553|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.662|DEBUG|1|Rim.Desktop.Media|40002|Constructing Media Sync API...
    16:49:14.709|DEBUG|1|Rim.Desktop.Media|40002|Initializing Media Sync API...
    16:49:14.724|INFO |5|Rim.Desktop.Media|0|TASK: [Service Startup] running on thread pool
    16:49:14.724|INFO |5|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.724|INFO |11|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask] running on thread pool
    16:49:14.724|INFO |11|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.740|DEBUG|11|Rim.Desktop.Media|40002|Checking for iTunes Version...
    16:49:14.740|DEBUG|11|Rim.Desktop.Media|40003|EXCEPTION: System.Runtime.InteropServices.COMException -- MESSAGE: Retrieving the COM class factory for component with CLSID {D719897A-B07A-4C0C-AEA9-9B663A28DFCB} failed due to the following error: 80040154. -- COM ERROR CODE: -2147221164 (80040154) -- STACK:    at Rim.Media.Source.iTunes.ITunesDetector.GetITunesVersion()
    16:49:14.740|DEBUG|11|Rim.Desktop.Media|40003|EXCEPTION: System.Runtime.InteropServices.COMException -- MESSAGE: Retrieving the COM class factory for component with CLSID {D719897A-B07A-4C0C-AEA9-9B663A28DFCB} failed due to the following error: 80040154. -- COM ERROR CODE: -2147221164 (80040154) -- STACK:    at Rim.Media.Source.iTunes.ITunesDetector.GetITunesVersion()
    16:49:14.755|INFO |12|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:14.755|INFO |12|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.771|INFO |13|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:14.771|INFO |13|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.802|INFO |14|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:14.802|INFO |14|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.833|DEBUG|11|Rim.Desktop.Media|40002|Getting library info...
    16:49:14.896|INFO |1|Rim.Desktop.Services.BesIntegration|0|BesIntegrationManager initialization complete
    16:49:14.911|DEBUG|11|Rim.Desktop.Media|40002|Info includes #tracks = 187, Library ID = -6657863710175920126
    16:49:14.911|DEBUG|11|Rim.Desktop.Media|40002|Setting default media Sources...
    16:49:14.943|INFO |11|Rim.Desktop.Media|38050|LoadDataSource: Started loading WMP
    16:49:14.943|INFO |11|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:14.958|INFO |11|Rim.Desktop.Media|38050|Loading datasource from: Rim.Media.Source.DataSourceSnapshot
    16:49:15.021|INFO |11|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__0()
    16:49:15.021|INFO |11|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 68
    16:49:15.021|INFO |11|Rim.Desktop.Media|38050|LoadDataSource: Finished
    16:49:15.286|INFO |5|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <CreateServiceStartupTask>b__0()
    16:49:15.286|INFO |5|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 569
    16:49:15.286|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:15.286|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:15.317|INFO |15|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:15.317|INFO |15|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:15.473|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    16:49:15.473|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    16:49:15.567|INFO |1|Rim.Desktop.Common|0|Setting Rendermode to SoftwareOnly for Window Rim.Desktop.Shell.Views.MainWindow
    16:49:15.847|INFO |16|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:15.847|INFO |16|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:16.347|INFO |17|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:16.347|INFO |17|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:16.471|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x2174873B] Publish device change.], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:16.471|INFO |9|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] [InternalAcquireVolumeMountControl]. Pvt: False
    16:49:16.471|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice::VolumeAutoMounter::VolumeAutoMounterController::FilterDevice] Filter device request. Device: PIN:0x2174873B
    16:49:16.471|ERROR|9|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] [InternalAcquireVolumeMountControl] VolumeAutoMounterController FilterDevice Error.
    System.InvalidOperationException: The AutoMounter Controller is not initialized
       at Rim.Desktop.Services.Device.VolumeAutoMounter.VolumeAutoMounterController.FilterDevice(IDeviceInternal device, Int32& cookie)
       at Rim.Desktop.Services.DeviceManager.Device.InternalAcquireVolumeMountControl(Boolean isPrivate)
    16:49:16.487|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x2174873B] Publish device change.], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <set_CurrentDevice>b__7()
    16:49:16.487|INFO |9|Rim.Desktop.Services.DeviceManager|0|Publishing device change event.  Device: PIN:0x2174873B
    16:49:16.487|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x2174873B] Publish device change.], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <set_CurrentDevice>b__8()
    16:49:16.487|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [[PIN:0x2174873B] Publish device change.], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 12
    16:49:16.487|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [Device Monitor Initialization], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:16.487|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService:tartMonitor] Starting device monitor.
    16:49:16.487|DEBUG|1|Rim.Desktop.AddInSync|0|Desktop channel service supported by device: PIN:0x2174873B
    16:49:16.503|DEBUG|9|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::start_monitor] Starting device monitor
    16:49:16.549|INFO |19|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Register_thread, THREADID=0x2AC, THREADNAME="Unnamed"
    16:49:16.861|INFO |21|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:16.861|INFO |21|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:17.189|INFO |1|Rim.Desktop.IPModem|0|Datamodem not yet initialized ignore device update
    16:49:17.189|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync current device change event.
    16:49:17.189|DEBUG|1|Rim.Desktop.IntelliSync.|0|Desktop channel service supported by device: PIN:0x2174873B
    16:49:17.189|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync current device change event - set the sync button.
    16:49:17.189|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync set the sync button.
    16:49:17.189|INFO |1|Rim.Desktop.IntelliSync.|0|IntelliSync set the sync button - device is offline, remove the sync button.
    16:49:17.205|INFO |1|Rim.Desktop.CertSync|0|CertSync Device supported
    16:49:17.205|INFO |1|Rim.Desktop.CertSync|0|CertSync current device change event.
    16:49:17.205|DEBUG|1|Rim.Desktop.CertSync|0|Begin CertSyncPrefLib CleanUp
    16:49:17.220|DEBUG|1|Rim.Desktop.AppManagement|0|Loader client service supported by device: PIN:0x2174873B
    16:49:17.376|INFO |22|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:17.376|INFO |22|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:17.891|INFO |23|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:17.891|INFO |23|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:18.406|INFO |24|Rim.Desktop.Media|0|TASK: [PictureSyncServiceStartupTask] running on thread pool
    16:49:18.406|INFO |24|Rim.Desktop.Media|0|TASK: [PictureSyncServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:18.406|INFO |24|Rim.Desktop.Media|38050|LoadDataSource: Started loading PicturesDesktop
    16:49:18.406|INFO |24|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:18.406|INFO |24|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:18.406|INFO |24|Rim.Desktop.Media|38050|Loading datasource for PicturesDesktop
    16:49:18.874|INFO |24|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    16:49:18.874|INFO |24|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 463
    16:49:18.905|INFO |24|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: PicturesDesktop
    16:49:18.921|INFO |26|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:18.921|INFO |26|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:18.921|INFO |24|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__0()
    16:49:18.921|INFO |24|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 513
    16:49:18.921|INFO |24|Rim.Desktop.Media|38050|LoadDataSource: Finished
    16:49:18.936|INFO |11|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__28()
    16:49:18.936|INFO |11|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 4206
    16:49:18.936|INFO |11|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:18.936|INFO |11|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:19.950|INFO |27|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:19.950|INFO |27|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:20.465|INFO |28|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:20.465|INFO |28|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:20.980|INFO |29|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool
    16:49:20.980|INFO |29|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:21.495|INFO |30|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:21.495|INFO |30|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:22.009|INFO |31|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:22.009|INFO |31|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:22.431|INFO |24|Rim.Desktop.Media|0|TASK: [PictureSyncServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__28()
    16:49:22.431|INFO |24|Rim.Desktop.Media|0|TASK: [PictureSyncServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 4025
    16:49:22.431|INFO |24|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:22.431|INFO |24|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:23.039|INFO |32|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:23.039|INFO |32|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:23.554|INFO |33|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask] running on thread pool
    16:49:23.554|INFO |33|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.069|INFO |34|Rim.Desktop.Media|0|TASK: [First_WMPDataSource_Library_Load_After_Loading_From_TLE] running on thread pool
    16:49:24.069|INFO |34|Rim.Desktop.Media|0|TASK: [First_WMPDataSource_Library_Load_After_Loading_From_TLE], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.069|INFO |34|Rim.Desktop.Media|0|Task [Load_WMP_Library_On_STA] run on new thread STA
    16:49:24.069|INFO |35|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.084|INFO |35|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.WindowsMedia.WMPDataSourceLoader
    16:49:24.271|DEBUG|35|Rim.Desktop.Media|40002|Loaded playlist: All Music
    16:49:24.271|INFO |35|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibrarySTA>b__0()
    16:49:24.271|INFO |35|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 211
    16:49:24.334|INFO |34|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: WMP
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [First_WMPDataSource_Library_Load_After_Loading_From_TLE], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartLibraryLoadInBackground>b__3()
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [First_WMPDataSource_Library_Load_After_Loading_From_TLE], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 274
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [VideoSyncServiceStartupTask] running on thread pool
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [VideoSyncServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.334|INFO |34|Rim.Desktop.Media|38050|LoadDataSource: Started loading VideosDesktop
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.334|INFO |34|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:24.334|INFO |34|Rim.Desktop.Media|38050|Loading datasource for VideosDesktop
    16:49:24.349|INFO |34|Rim.Desktop.Media|0|Task [Videos_SetThumbnailTask] will run on thread pool after 8000 ms
    16:49:24.349|INFO |34|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    16:49:24.349|INFO |34|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 14
    16:49:24.365|INFO |34|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: VideosDesktop
    16:49:24.365|INFO |34|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__0()
    16:49:24.365|INFO |34|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 20
    16:49:24.365|INFO |34|Rim.Desktop.Media|38050|LoadDataSource: Finished
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [PictureImportServiceStartupTask] running on thread pool
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [PictureImportServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|LoadDataSource: Started loading PicturesDevice
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDevice], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|Loading datasource for PicturesDevice
    16:49:25.098|DEBUG|36|Rim.Desktop.Media|40002|Reading device volumes...
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 1
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDevice], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__0()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDevice], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 1
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|LoadDataSource: Finished
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [PictureImportServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__28()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [PictureImportServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 3
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [VideoImportServiceStartupTask] running on thread pool
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [VideoImportServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|LoadDataSource: Started loading VideosDevice
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDevice], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|Loading datasource for VideosDevice
    16:49:25.098|DEBUG|36|Rim.Desktop.Media|40002|Reading device volumes...
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [Load_Fsds_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDevice], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__0()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDevice], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2
    16:49:25.098|INFO |36|Rim.Desktop.Media|38050|LoadDataSource: Finished
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [VideoImportServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__28()
    16:49:25.098|INFO |36|Rim.Desktop.Media|0|TASK: [VideoImportServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 3
    16:49:28.359|INFO |34|Rim.Desktop.Media|0|TASK: [VideoSyncServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__28()
    16:49:28.359|INFO |34|Rim.Desktop.Media|0|TASK: [VideoSyncServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 4015
    16:49:28.920|INFO |36|Rim.Desktop.Services.Tasks|0|Task [DownloadAndUpdateSupportedDevices] running after delay on thread pool
    16:49:28.920|INFO |36|Rim.Desktop.Services.Tasks|0|TASK: [DownloadAndUpdateSupportedDevices], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:31.806|INFO |36|Rim.Desktop.Services.Tasks|0|TASK: [DownloadAndUpdateSupportedDevices], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <InitializeSupportedDevices>b__0()
    16:49:31.806|INFO |36|Rim.Desktop.Services.Tasks|0|TASK: [DownloadAndUpdateSupportedDevices], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 2890
    16:49:32.352|INFO |34|Rim.Desktop.Media|0|Task [Videos_SetThumbnailTask] running after delay on new thread
    16:49:32.352|INFO |34|Rim.Desktop.Media|0|Task [Videos_SetThumbnailTask] run on new thread MTA
    16:49:32.352|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Pending, TRANSITION: none, OPERATION: none
    16:49:32.352|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.352|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.352|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.352|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.368|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <AddFileItemToLibraryAndList>b__12()
    16:49:32.383|INFO |39|Rim.Desktop.Media|0|TASK: [Videos_SetThumbnailTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 37
    16:49:39.294|DEBUG|40|RimDeviceManager.exe|0|16:49:16.721 [1B3C] Create BlackBerry Device Manager instance
    16:49:39.294|DEBUG|40|RimDeviceManager.exe|0|16:49:17.17 [1B3C] Create BlackBerry Device Manager instance- FINISHED
    16:49:39.294|DEBUG|40|RimDeviceManager.exe|0|16:49:17.17 [1B3C] VSP: Error opening registry key to check if extra ports should be modem returnVal: 2
    16:49:39.294|DEBUG|40|RimDeviceManager.exe|0|16:49:27.48 [1988] VSP: Couldn't get the dev name
    16:49:39.294|DEBUG|40|RimDeviceManager.exe|0|16:49:27.48 [184C] device update
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.79 [1B3C] Get Properties Failed: 80004005 0
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.79 [1B3C] Create Bluetooth Manager instance
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.79 [1B3C] Creating bluetooth manager.
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.95 [1B3C] [windows_bluetooth_manager::is_supported] Checking windows bluetooth support
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.95 [1B3C] [windows_bluetooth_manager::is_supported] WSAStartup failed. Error: 273F
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.95 [1B3C] [broadcom_bluetooth_manager::is_supported] Checking broadcom bluetooth support
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:37.95 [1B3C] [broadcom_bluetooth_manager::is_supported] GetLocalDeviceVersionInfo failed. Error: 0
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [1B3C] Error creating bluetooth manager. Error: C
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [1B3C] Create Bluetooth Manager instance-FINISHED
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [13D8] [DebugLog] [DIAG] EVENT=Register_thread, THREADID=0x13D8, THREADNAME="NotificationService"
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [1A84] [DebugLog] [DIAG] EVENT=Register_thread, THREADID=0x1A84, THREADNAME="DeviceVolumeManager"
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [1088] [DebugLog] [DIAG] EVENT=Register_thread, THREADID=0x1088, THREADNAME="DeviceManager"
    16:49:39.310|DEBUG|40|RimDeviceManager.exe|0|16:49:39.169 [15BC] [DebugLog] [DIAG] EVENT=Register_thread, THREADID=0x15BC, THREADNAME="TimerThread"
    16:49:39.310|INFO |19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl:erform_device_discovery] perform_device_discovery
    16:49:39.310|INFO |19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl:erform_device_discovery] RIMDeviceManager Internal Version: 1
    16:49:39.310|INFO |19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl:erform_device_discovery] [rdm7] perform_device_discovery
    16:49:39.310|DEBUG|19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl:erform_device_discovery] Found 0 devices
    16:49:39.310|DEBUG|19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::ThreadProc] Bluetooth supported: false
    16:49:39.310|DEBUG|19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::ThreadProc] Modem Port: 3
    16:49:39.310|DEBUG|9|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::start_monitor] device monitor started
    16:49:39.310|DEBUG|9|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManager::create] Loading phonebook. "C:\Users\AKW\AppData\Roaming\Microsoft\Network\Connections\Pbk\rim_blackberry.pbk"
    16:49:39.325|INFO |9|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::modem_device] Modem device found: Standard Modem.
    16:49:39.325|DEBUG|9|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::modem_device] SetupDiEnumDeviceInfo no more items.
    16:49:39.325|DEBUG|9|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::modem_device] Registry Modem device found: Standard Modem
    16:49:39.325|INFO |9|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::modem_device] Modem Device: Standard Modem
    16:49:39.325|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <.ctor>b__b()
    16:49:39.325|INFO |34|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:ataModem:ataModemController::UpdateModemConfiguration] Updating Modem configuration
    16:49:39.325|INFO |34|Rim.Desktop.Services.Device|0|[ras_connection_configuration::update_configuration] Updating ip modem configuration
    16:49:39.325|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <.ctor>b__c()
    16:49:39.325|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 24765
    16:49:39.325|INFO |41|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Register_thread, THREADID=0xC9C, THREADNAME="Unnamed"
    16:49:39.325|INFO |1|Rim.Desktop.IPModem|0|Updating the modem device.  Device: PIN:0x2174873B
    16:49:39.325|DEBUG|41|Rim.Desktop.Services.Device|0|[ras_connection_configuration::ThreadProc] Starting ras configuration update
    16:49:39.325|DEBUG|41|Rim.Desktop.Services.Device|0|[ras_connection_configuration::ThreadProc] Downloading to temp path "C:\Users\AKW\AppData\Local\Temp\".
    16:49:39.325|DEBUG|1|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::_get_connection_entries] RasEnumEntries returned 0 entries.
    16:49:39.325|DEBUG|1|Rim.Desktop.Services.Device|0|[ras_connection_configuration::get_current_configuration_path] LAST_UPDATE_TO_USER value: true
    16:49:39.341|DEBUG|9|Rim.Desktop.Services.DeviceManager|0|DeviceMonitorInitializedEventHandler event.
    16:49:39.341|DEBUG|9|Rim.Desktop.Services.DeviceManager|0|[DeviceMonitorInitializedEventHandler] Initializing current device volume control.
    16:49:39.341|INFO |9|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] [InternalAcquireVolumeMountControl]. Pvt: False
    16:49:39.341|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice::VolumeAutoMounter::VolumeAutoMounterController::FilterDevice] Filter device request. Device: PIN:0x2174873B
    16:49:39.341|DEBUG|40|RimDeviceManager.exe|0|[1B3C] Filter device: 2174873b
    16:49:39.341|DEBUG|40|RimDeviceManager.exe|0|[1B3C] Setting new AutoMountFilter Filter.
    16:49:39.341|DEBUG|40|RimDeviceManager.exe|0|[1B3C] Device not current being managed
    16:49:39.341|INFO |9|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice::VolumeAutoMounter::VolumeAutoMounterController::FilterDevice] Filter device request complete.  Cookie: 1
    16:49:39.341|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [Device Monitor Initialization], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <Start>b__15()
    16:49:39.341|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [Device Monitor Initialization], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <Start>b__16()
    16:49:39.341|INFO |9|Rim.Desktop.Services.DeviceManager|0|TASK: [Device Monitor Initialization], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 22848
    16:49:39.388|INFO |1|Rim.Desktop.Services.Device|0|[parse_version_one_configuration] Number of carriers found: 235
    16:49:39.450|ERROR|1|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::is_vendor_blacklisted] get_entry 153 failed. Error: 0x0.
    16:49:39.450|DEBUG|1|Rim.Desktop.Services.Device|0|[IRIMRasConnectionManagerImpl::is_vendor_blacklisted] Vendor [6B] supported by Entry: Rogers
    16:49:39.450|INFO |1|Rim.Desktop.IPModem|0|DataModemStatus Update. Current:  New:
    16:49:39.450|INFO |1|Rim.Desktop.IPModem|0|DataModemStatus Update. No change, ignore.
    16:49:39.450|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [0/0] status[0x20]
    16:49:39.466|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [0/0] status[0x1]
    16:49:39.466|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [0/0] status[0x2]
    16:49:39.653|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [0/0] status[0xB]
    16:49:39.762|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [0/0] status[0xD]
    16:49:39.762|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [16384/58211] status[0x4]
    16:49:39.762|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [16384/58211] status[0xE]
    16:49:39.778|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [32768/58211] status[0x5]
    16:49:39.809|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [49152/58211] status[0x5]
    16:49:39.809|DEBUG|41|Rim.Desktop.Services.Device|0|[IHTTPDownloaderImpl:nProgress] progress [58211/58211] status[0x6]
    16:49:39.809|DEBUG|41|Rim.Desktop.Services.Device|0|[ras_connection_configuration::ThreadProc] Download complete
    16:49:39.809|DEBUG|41|Rim.Desktop.Services.Device|0|[ras_connection_configuration::get_current_configuration_path] LAST_UPDATE_TO_USER value: true
    16:49:39.871|INFO |41|Rim.Desktop.Services.Device|0|[ras_connection_configuration::ThreadProc] Modem update version information.  Version Found: 1.0.0.48 Current Version: 1.0.0.48
    16:49:39.887|INFO |41|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Unregister_thread, THREADID=0xC9C, THREADNAME="Unnamed"
    16:49:47.110|DEBUG|43|RimDeviceManager.exe|0|[184C] Get Properties Failed: 80004005 0
    16:55:20.278|INFO |1|Rim.Desktop.Shell|0|Save the Desktop main window position.
    16:55:20.278|DEBUG|1|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:55:21.635|INFO |1|Rim.Desktop.Common|0|Setting Rendermode to SoftwareOnly for Window Rim.Desktop.Common.View.DesktopDialogWindow
    16:55:23.555|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.DesktopHelperTrayApplication.<Startup>b__0
    16:55:23.923|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.DesktopHelperTrayApplication.<Startup>b__0
    16:55:23.923|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__4
    16:55:23.926|INFO |1|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] Logout Device. State: Offline
    16:55:23.926|ERROR|1|Rim.Desktop.Services.DeviceManager|0|[PIN:0x2174873B] Logout Device already offline. State: Offline
    16:55:23.926|INFO |1|Rim.Desktop.Services.DeviceManager|0|Task [DeviceManager Exit Task] run on new thread MTA
    16:55:23.960|INFO |45|Rim.Desktop.Services.DeviceManager|0|TASK: [DeviceManager Exit Task], STATE: Pending, TRANSITION: none, OPERATION: none
    16:55:23.960|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__4
    16:55:23.961|DEBUG|1|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:55:23.962|INFO |45|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService:topMonitor] Stopping work queue.
    16:55:23.963|INFO |45|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService:topMonitor] Stopping windows message handler.
    16:55:23.964|DEBUG|1|Rim.Desktop.CertSync|0|Begin CertSyncPrefLib CleanUp
    16:55:23.966|DEBUG|45|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::stop_monitor] stopping device monitor
    16:55:23.966|INFO |19|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::ThreadProc] Exit Requested.
    16:55:23.967|DEBUG|1|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:55:23.968|INFO |19|Rim.Desktop.Services.Device|0|[DIAG] EVENT=Unregister_thread, THREADID=0x2AC, THREADNAME="Unnamed"
    16:55:23.968|DEBUG|45|Rim.Desktop.Services.Device|0|[IDeviceMonitorImpl::stop_monitor] Device monitor stopped
    16:55:23.968|INFO |45|Rim.Desktop.Services.DeviceManager|0|TASK: [DeviceManager Exit Task], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <Stop>b__1a()
    16:55:23.968|INFO |45|Rim.Desktop.Services.DeviceManager|0|TASK: [DeviceManager Exit Task], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 8
    16:55:24.018|INFO |1|Rim.Desktop.Media|0|Task [Service Startup] stopping
    16:55:24.030|INFO |1|Rim.Desktop.Media|0|Task [MusicServiceStartupTask] stopping
    16:55:24.157|INFO |1|Rim.Desktop.Media|0|Task [PictureSyncServiceStartupTask] stopping
    16:55:24.167|INFO |1|Rim.Desktop.Media|0|Task [PictureImportServiceStartupTask] stopping
    16:55:24.278|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.278|INFO |5|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 368218
    16:55:24.284|INFO |1|Rim.Desktop.Media|0|Task [VideoSyncServiceStartupTask] stopping
    16:55:24.285|INFO |1|Rim.Desktop.Media|0|Task [VideoImportServiceStartupTask] stopping
    16:55:24.285|INFO |1|Rim.Desktop.Shell|0|Task [Desktop Exit] run on new thread MTA
    16:55:24.285|INFO |45|Rim.Desktop.Shell|0|TASK: [Desktop Exit], STATE: Pending, TRANSITION: none, OPERATION: none
    16:55:24.286|INFO |45|Rim.Desktop.Shell|0|TASK: [Desktop Exit], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnClosing>b__5()
    16:55:24.286|DEBUG|45|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__5
    16:55:24.292|INFO |45|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService::~DeviceMonitorService] Dispose DeviceMonitorService.
    16:55:24.296|DEBUG|45|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__5
    16:55:24.296|INFO |45|Rim.Desktop.Shell|0|TASK: [Desktop Exit], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnClosing>b__6()
    16:55:24.297|INFO |45|Rim.Desktop.Shell|0|TASK: [Desktop Exit], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnClosing>b__7()
    16:55:24.309|INFO |15|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.309|INFO |15|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 368228
    16:55:24.320|INFO |1|Rim.Desktop.Shell|0|Save the Desktop main window position.
    16:55:24.320|DEBUG|1|Rim.Desktop.Services.Configuration|0|Saving configuration.  Path: C:\Users\AKW\AppData\Roaming\Research In Motion\BlackBerry Desktop\Settings.config.
    16:55:24.356|INFO |22|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.356|INFO |22|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 366214
    16:55:24.450|INFO |30|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.450|INFO |30|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 362192
    16:55:24.497|INFO |33|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.497|INFO |33|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 360180
    16:55:24.840|INFO |16|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.840|INFO |16|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 368228
    16:55:24.871|INFO |23|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.871|INFO |23|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 366216
    16:55:24.918|INFO |27|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.918|INFO |27|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 364202
    16:55:24.965|INFO |31|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:24.965|INFO |31|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 362192
    16:55:25.340|INFO |17|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:25.340|INFO |17|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 368229
    16:55:25.386|INFO |24|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:25.386|INFO |24|Rim.Desktop.Services.Tasks|0|TASK: [LoadDeviceThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 362191
    16:55:25.433|INFO |28|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void ProcessWork()
    16:55:25.433|INFO |28|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Canceled, TRANSITION: none, OPERATION: none, DURATION: 364204
    16:55:25.605|INFO |45|Rim.Desktop.Shell|0|TASK: [Desktop Exit], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <OnClosing>b__9()
    16:55:25.605|INFO |45|Rim.De

  • Why does LabVIEW sometimes hang when DLL loads into memory?

    I'm calling a third party DLL from LabVIEW 2010.  LV occassionally hangs (Not Responding) when either loading the DLL into memory or when closing my main VI.  When it doesn't hang, it communicates with the DLL seamlessly.  When I try to build an Application (exe), LV always hangs during the build at the point that it is saving the main VI (the scroll on the builder moves until it says "Saving main.vi").  Any insight into what needs to be done to the DLL (or VI) to resolve this issue?

    What does the DLL do? One cause of this could be to try to load/unload other DLLs in PROCESS_ATTACH or PROCESS_DETACH of DLLMain. Microsoft has in many places said that doing this is highly unsafe and asking for all kinds of troubles, since the DLL loading is not fully reentrant.
    Another possibility would be incorporation of ActiveX components that use some form of RPC mechanisme to communicate with out of process ActiveX/OLE components. The necessary RPC proxy hooks into the calling processes message loop and that is a delicate piece of code in LabVIEW. Even when the DLL does not use ActiveX itself, it might employ some message hooking on its own and mess up things in a way that Windows and/or LabVIEW get confused.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Arch Live CD x64 hanging during boot at "triggering uevents"

    Hello!
    I recently was recommended Arch by a friend, and after I followed the 'Newbies Guide' and burning a live CD to install Arch with, it appears to hang during Live CD boot at "installing uevents."
    I am trying to install Arch as a dual boot on a late 2008 MacBook Pro which is currently running x64 Windows 7. I have plenty of HD space (100gb free and 100gb unallocated to install Arch onto).
    Here is a picture:
    http://i.imgur.com/Y8P41nf.jpg
    I get the same error weather I try to install x64 or i686 (I think that's what it's called). Is there any reason for this?
    Thank you!
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code --
    (Sorry, missed that. My bad!)
    Last edited by RalphORama (2013-09-07 03:09:13)

    frank604 wrote:
    You can try nomodeset.  Seems to be a failure in loading a driver for your hardware. To read more on similar issues, there's a few posts with more info and suggestions by googling it. 
    Google result: http://lmgtfy.com/?q=halt+at+triggering+uevent
    Results:
    https://bbs.archlinux.org/viewtopic.php?id=151259
    https://bbs.archlinux.org/viewtopic.php?id=140426
    Thanks! I tried googling it myself but got mostly answers that didn't work. I'll try this!

Maybe you are looking for

  • IPod with colour display frozen in 'hold' mode

    My iPod with colour display has frozen whilst in 'hold' mode. Toggling 'hold' does not unlock 'hold'. Screen remains frozen despite following reset steps and searching he forums. Anyone got any suggestions or links for me to check out please ? Thanks

  • PSE 6 (mac) sending photos by e.mail from within PSE

    The facility exists to send photos as attachments through the Adobe e.mail service. Where are the e.mail messages filed once the mail/photo has been sent (for future reference, perhaps).

  • 30" Cinema Display paralyses my 17" 3.06 GHz MBP - why?

    Real issue here, I have a Macbook Pro 17" 3.06 GHz Core 2 Duo with 8GB of ram and a 7200 speed 500gb Hard Drive My 30" Cinema Displays make my 17" MBP crash, flicker, mouse go crazy etc at least once a day and kernel panic occasionally. When its not

  • My G5 won't start beyond grey screen

    Hi Folks, My G5 won't start beyond grey screen with the logo on it. The fans simply get louder and louder. It acts as our server and the raid drive on it had been having privileges problems. One person on another forum suggested I run Disc Utility to

  • Unable to automate tasks with Lingon...

    I've created plist files from the MyAgents option on Lingon in order to automate my panic transmit software but they never run when they're scheduled to do so. Note that "Synchronize iDisk" is an alias to a command that I created that opens an automa