GuiXT lock situation

hi all...
Recently, one of our users started getting this error message "GuiXT lock situation", as you can see on the following print screens:
http://www.mj23.org/sap/guixt01.jpg
http://www.mj23.org/sap/guixt02.jpg
Could you please let me know:
1. What is exactly is GuiXT?
2. The option "Activate GuiXT" on the "Customize Local Layout" menu is not activated, so how can we get GuiXT error messages?
3. I couldn't find anything about the "GuiXT lock situation" error message on the internet (including OSS). Does anyone knows what this error message means?
Thanks in advance
Antonio Barrote

Hi,
Login to SAP -> Click on the GUI Icon on the tool bar(Screen with Colors)
find the Activate GuiXT option if it is checked - Uncheck it ->
this is a very vague Solution -this is how my Problem got fixed...
this is a sporadic Error in GuiXT, but i believe its been Fixed in the Latest version of the GuiXT
Alternatively you can Download the Latest Version of GuiXT from www.Synactive.com
Hope this Helps....
Happy Learning
Chander N Purna

Similar Messages

  • Why BC4J PS_TXN table , sometime may occur data  lock situation ?

    My appliation be develop in Jdev 10.1.2 with BC4J/JSP solution, but in production environment sometime when the application user request is heavy will occur the PS_TXN data lock situation and caused the application be hang and no any other user can access the application, so what situation wrong or event happen may caused the PS_TXN lock issue ? who have meet the situation and have the good idea to avoid the issue ?

    Hi Nies......
    If you want to Import Libraries to your target client then you need BASIS Consultant..........
    For any report writer report we need a library.
    Go to GR23 & specify the library name 1VK & press 'Enter'.
    If it doesn't display......
    Please check with your FI consultant as they are the users of the report writer reports and they only create the same.
    there may be chance that this library has been deleted.
    Is your system newly upgraded?
    Solution..........
    Library 1VK is SAP standard and exists in table T801K in client 000.
    1. Create transport of table with library and transport to target client.
    2. Or in target client, use transaction OKD3 to import the library 1VK from 000.
    3. You can also use transaction GR29 to import individual libraries.
    Thanks
    Dhruv Malhotra

  • Catch lock situations accessing database tables

    Hi,
    are lock situations (two or more reports are trying to modify the same row) catchable by cx_sy_sql_error? Or by any other technique?

    Hi Rainer,
    Well in case of concurrent updates of same table by different programs, you need to use lock objects.
    Goto SE11 & create a lock object if its not already available.
    2 Funciton modules would be created ENQUEUE_* & DEQUEUE_*
    Use it in both the programs. ENQUEUE_* is used to lock the record & DEQUEUE is to unlock the record.
    CALL FUNCTION 'ENQUEUE_MARA'
    ExPORTING
    MATNR = itab-matnr
    EXCEPTIONS
    IF sy-subrc <> 0.
    message 'Record cannot be locked !' type 'E'.
    else.
    UPDATE/INSERT TABLE ....
    CALL FUNCTION 'DEQUEUE_MARA'
    endif.
    Pls. ensure that you pass the primary keys to the FM so that locking is done at record level & not at table level !
    Best regards,
    Prashant

  • JRockit 1.4.2_04....is this a locking situation ?

    We migrated recently to JRockit VM with Weblogic 7 on multi-cpu mahcine running Linux. After multiple simultaneous calls to a bean, we see that the managed server stops responding ( no OutOfMemory errors - just no response for any http calls ). I was wondering if the following thread dump shows any locking issue ( although there doesnt seem to be any deadlocks )...
    ===== FULL THREAD DUMP ===============
    Thu Mar 17 09:01:00 2005
    "Main Thread" prio=5 id=0x80 pid=22480 waiting
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0x405b25d8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:1083)@0x2420c414
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0x405b25d8[fat lock]
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:318)@0x21b4551d
    at weblogic/Server.main(Server.java:32)@0x21b44e52
    --- End of stack trace
    "(Signal Handler)" prio=5 id=0x100 pid=22487 active, daemon
    "(Code Generation Thread 1)" prio=5 id=0x180 pid=22488 active, native_waiting, daemon
    "(Code Optimization Thread 1)" prio=5 id=0x200 pid=22489 active, native_waiting, daemon
    "(GC Main Thread)" prio=5 id=0x280 pid=22490 active, daemon
    "(GC Worker Thread 1)" prio=5 id=0x300 pid=22491 active, native_waiting, daemon
    "(GC Worker Thread 2)" prio=5 id=0x380 pid=22492 active, native_waiting, daemon
    "Finalizer" prio=8 id=0x400 pid=22493 waiting, daemon
    -- Waiting for notification on: java/lang/ref/ReferenceQueue$Lock@0x404cfed8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af6b85
    at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:111)@0x21af9511
    ^-- Lock released while waiting: java/lang/ref/ReferenceQueue$Lock@0x404cfed8[fat lock]
    at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:127)@0x21af93ec
    at java/lang/ref/Finalizer$FinalizerThread.run(Unknown Source)@0x21af939e
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "Reference Handler" prio=10 id=0x480 pid=22494 waiting for pending references, daemon
    at java/lang/ref/Reference.getPending(Native Method)@0x21b146f0
    at java/lang/ref/Reference.access$000(Unknown Source)@0x21b14765
    at java/lang/ref/Reference$ReferenceHandler.run(Unknown Source)@0x21b14670
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "[JRockit] Connection Listener" prio=5 id=0x500 pid=22496 active, daemon
    at jrockit/net/SocketNativeIO.accept(Native Method)@0x22415850
    at jrockit/net/SocketNativeIO.accept(Unknown Source)@0x2241590b
    at java/net/AbstractSocketImpl.accept(Unknown Source)@0x22415755
    ^-- Holding lock: java/net/PlainSocketImpl@0x404ed1f0[thin lock]
    at java/net/ServerSocket.implAccept(ServerSocket.java:448)@0x22415665
    at java/net/ServerSocket.accept(ServerSocket.java:419)@0x2241555c
    at com/jrockit/management/rmp/RmpSocketListener.run(RmpSocketListener.java:170)@0x21b44aea
    at java/lang/Thread.run(Unknown Source)@0x2241550f
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "(Hotspot Detector)" prio=10 id=0x580 pid=22497 active, daemon
    "Thread-1" prio=10 id=0x600 pid=22498 waiting, daemon
    -- Waiting for notification on: java/lang/Object@0x40dd8030[fat lock]
    at jrockit/vm/Threads.waitForSignalWithTimeout(Native Method)@0x21af6a30
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af6c19
    at java/lang/Thread.sleep(Unknown Source)@0x21be0615
    ^-- Lock released while waiting: java/lang/Object@0x40dd8030[fat lock]
    at weblogic/transaction/internal/TransactionManagerImpl$1.run(TransactionManagerImpl.java:1660)@0x2267a1ac
    at java/lang/Thread.run(Unknown Source)@0x2241550f
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '0' for queue: 'default'" prio=5 id=0x680 pid=22499 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dddca0[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dddca0[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '1' for queue: 'default'" prio=5 id=0x700 pid=22500 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dde368[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dde368[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '2' for queue: 'default'" prio=5 id=0x780 pid=22501 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dde848[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dde848[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '3' for queue: 'default'" prio=5 id=0x800 pid=22502 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dded28[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dded28[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '4' for queue: 'default'" prio=5 id=0x880 pid=22503 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddf208[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddf208[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '5' for queue: 'default'" prio=5 id=0x900 pid=22504 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddf6e8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddf6e8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '6' for queue: 'default'" prio=5 id=0x980 pid=22505 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddfbc8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddfbc8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '7' for queue: 'default'" prio=5 id=0xa00 pid=22506 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de00a8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de00a8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '8' for queue: 'default'" prio=5 id=0xa80 pid=22507 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0588[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0588[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '9' for queue: 'default'" prio=5 id=0xb00 pid=22508 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0a68[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0a68[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '10' for queue: 'default'" prio=5 id=0xb80 pid=22509 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0f48[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0f48[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '11' for queue: 'default'" prio=5 id=0xc00 pid=22510 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de1428[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de1428[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '12' for queue: 'default'" prio=5 id=0xc80 pid=22511 active, daemon
    at weblogic/socket/PosixSocketMuxer.poll(Native Method)@0x2288c800
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:621)@0x2288c534
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '13' for queue: 'default'" prio=5 id=0xd00 pid=22512 blocked, daemon
    -- Blocked trying to get lock: java/lang/Object@0x41140860[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.raceForTheFatLock(Unknown Source)@0x21af50f8
    at jrockit/vm/Locks.lockFat(Optimized Method)@0x24afd67d
    at jrockit/vm/Locks.monitorEnterSlowCase(Optimized Method)@0x24affd5b
    at jrockit/vm/Locks.monitorEnter(Native Method)@0x21af3f24
    at jrockit/vm/Locks.monitorEnterForced(Unknown Source)@0x21bd7fd5
    at jrockit/vm/Locks.monitorEnterUnmatched(Native Method)@0x21af3f30
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:617)@0x2288c51c
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '14' for queue: 'default'" prio=5 id=0xd80 pid=22513 blocked, daemon
    -- Blocked trying to get lock: java/lang/Object@0x41140860[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.lockFat(Optimized Method)@0x24afd66e
    at jrockit/vm/Locks.monitorEnterSlowCase(Optimized Method)@0x24affd5b
    at jrockit/vm/Locks.monitorEnter(Native Method)@0x21af3f24
    at jrockit/vm/Locks.monitorEnterForced(Unknown Source)@0x21bd7fd5
    at jrockit/vm/Locks.monitorEnterUnmatched(Native Method)@0x21af3f30
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:617)@0x2288c51c
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    Blocked lock chains
    ===================
    Chain 2:
    "ExecuteThread: '14' for queue: 'default'" (id: 0x00000d80) waiting for java/lang/Object@0x41140860 held by:
    "ExecuteThread: '12' for queue: 'default'" (id: 0x00000c80) in chain 1
    Open lock chains
    ================
    Chain 1:
    "ExecuteThread: '13' for queue: 'default'" (id: 0x00000d00) waiting for java/lang/Object@0x41140860 held by:
    "ExecuteThread: '12' for queue: 'default'" (id: 0x00000c80) (active)
    ===== END OF THREAD DUMP ===============

    JRockit usually detects and prints out deadlocks at the end of the thread stack dump. Since you most likely have a support contract, I suggest you open a support case so we can take a look at this.
    Thanks,
    Henrik, JRockit team

  • Blocking Locks

    Oracle 9.2.0.8
    Our database is used as backend for IIS Servers. Several times per week we experience Blocking locks situation when we could have around 300 – 400 session waiting. Most time when somebody fire up some Update or Delete process. Every time when I check dba_waiters table during this it gives me 10 – 20 holding session. After killing them all things go back to normal.
    My question how do I know which one out of this 10 – 20 session is first or real offender. The reason I asked that sometimes after checking SQL’s from several holding sessions they different. And I am not sure which one is the real issue. If I could find this I would be able to go back to developers and see if they missed commit or something in code.

    You can use DBA_BLOCKERS and DBA_WAITERS to generate a hierarchy-- the session at the top of the hierarchy is the real offender (assuming, of course, that the locking is not intentional).
    In DBA_WAITERS, you'll see a WAITING_SESSION and a HOLDING_SESSION. If you see entries indicating that A is waiting for B, B is waiting for C, and C is waiting for D, you see that there is a hierarchy of locks. Session D in this case is the ultimate culprit (it is blocking a session and it is not blocked by any other session). Of course, in reality, there may be multiple culprit sessions. And you'd want to run the query a couple of times to make sure that what you're seeing is consistent-- if the blockers and waiters change regularly, that's a very different situation than if things are stuck because one session has gone out to lunch.
    Justin

  • Dead Locks

    Gurus,
    Please clarify me the three questions which I am posting below
    1) What's the deadlock situation ? How oracle treats the dead lock situation
    2) Disadvantages of having index
    3) I have two tables A and B .. In table A, I have two columns (say col1, col2) .. Col1 is a primary key column .. In table B, I have two columns (say col3, col4) .. Col3 is a primary key column .. Col2 of A has a referrential integrity to Col3 of B ..And Col4 of B has a referrential integrity to col2 of A .. Now if I am inserting a values in table A ...it is showing error "parent value doesnt exist" .. like wise, if I am inserting values in table B, the above mentioned error is comming ..
    How to overcome this error
    Please advice
    Regards

    Hi.
    1) A dead lock is a situation where two or more sessions acquire locks which then prevent each other from moving on. ie session one updates a row aaa in a table and session two updates row bbb (no commits). Session one then attempts to update row bbb and session two attempts to update row aaa and both wait for the locks to clear (default behaviour). Oracle monitors for these situations and will automatically kill one of the sessions and allow the other to complete.
    2) Indexes are used to speed up access to data in the database and if associated with a Primary or Unique Key, enforce uniqueness. They have the disadvantages of taking up space and slowing down updates and inserts.
    3) This is not a deadlock. It is a circular reference. You cannot insert into one table because the other table is expected to have a parent value and vice versa. From a data modelling point of view a circular reference is unsupportable and meaningless. Like trying to be your father's son and your father's father at the same time.
    Regards
    Andre

  • XFCE session locked

    Hi all,
    this goes to a problem with XFCE as the new GNOME desktop did not suit my needs.
    XFCE was run fine until a recent update of GNOME packages but it may also be due to incorrect shutdown. Now there's a locked XFCE session (GDM in use) which I cannot terminate or unlock.
    Which steps do I need to undertake to kill the session and/or screensaver manually from terminal?
    Kind regards,
    scoona

    You did help me until now, thanks. Alas, the error is still here. /var/lock is clean except firewall entry, which is fine. A reboot didn't kill the session/lock situation. The session directory in .config (homedir) is empty.
    Two other details may be important:
    - Starting gdm from command line displays the login screen fine, but the pointer changes to a watch and reflects my user as logged in.
    - Logging in as user after init 3 immediately starts up X, which is not intended as I don't like autologin. I dunno the reason for this one.
    I've changed inittab to use gdm instead of xdm but this does not help.
    Any remarks please?

  • VMs on Failover Cluster hanging in "Locked" state

    I'm managing a Windows Server 2012 R2 2-node cluster that is backed up using a separate DPM 2012 R2 server. All VMs are on Cluster Shared Storage.
    I've noticed that some VMs keep hanging in a "Running (Locked)" state (in FOCM, in HVM it shows a "Backing up..." state). Things I noticed while the VMs are in this state are:
    every subsequent DPM backup will fail (it looks like DPM is the cause of this "Locked" state)
    the VM can't be moved to another node
    if the VM is backed up "Online", I can see AVHD files -- the VHD files have the date of the last succesful DPM backup
    if the VM is backed up "Offline", I can't find any snapshots (the VHD files have the date of the last succesful DPM backup, which is weird, since the data in the VM is actually changing)
    The only way out of this situation is to shut down the VMs and reboot both cluster nodes. Of course, this isn't something that I like to do on a weekly basis.
    My questions:
    - What can I do to prevent this "Locked" problem? (the last 2 months I've experienced this problem with 5 different VMs)
    - Is there another way to get out of the "Locked" situation? Preferably one that doesn't require a cluster reboot.
    - Are there any logs I can check to get more information about this problem?
    Thanks in advance!

    I don't have a couple of those hotfixes. Mainly because the hotfix page states that I only should install it if I experience the problems mentioned -- which isn't always the case.
    I have a service interval coming up and will install the relevant patches. I'll report back when I have new information.
    Thanks so far!

  • Sessions were still active eventhough Dead lock detected

    Hi all,
    Yesterday I saw very odd oracle behaviour.When oracle finds Dead lock it should kill those sessions automatically.In my case those two sessions were still trying to run the same update command and were casuing dead locks again and again for 1 Hour.I had to kill those sessions manually to avoid these dea lock.
    How can those sessions were still trying eventhough dead lock detected and causing deadlocks.My logfile filled with this dead lock error.When I killed those sesions it end up with snap shot too old error.
    Please suggest me
    Thanks

    hi
    just ROLLBACK or COMMIT any one session. you will out of dead lock.
    and one more thing is in dead lock situation the sessions were not terminated
    and session wating for releasing locks aquire by another session
    try this one if not work plz reply
    have a nice time
    best luck

  • Locks  when I try to do two entrysheet in the same call.

    Hi
    I call a FM for creating a entrysheet (BAPI_ENTRYSHEET_CREATE). I have to make them at purchase order item level. So I call the BAPI once each item.
    With the first call, it works perfectly. But in the second when I execute I get the error "user xxxx already processing purchase order"
    I have tried with
    1.- BAPI TRANSACTIONCOMMIT 
    2.- COMMIT & WORK
    3.- DEQUEUE (EMEKKOS, EMEKKOE, EMEKPOE)
    I have traced and only appear these locks and some blocks about budget (could be those locks)
    I only can see it trying with a WAIT sentence.
    Does anybody know how I can avoid that lock situation??
    Thanks again
    Regards

    Hi,
    thankyou very much indeed
    I have tried both of DEQUEUE_ALL (also ENQUEUE_DELETE) and the SET UPDATE TASK LOCAL.
    In my case the last one solved the problem
    Thanks again
    King Regards

  • Locked Objects when i try to copy elements from one folder to another

    Hi,
    Could anyone help me to resolve a lock problem in the portal-content studio? I try to copy elements (iviews or pages) from one package(folder) to another and the objects have been locked.
    How can I set another lock time different from the system time (36 000sek.)?
    and how should I copy this files/elements to avoid this locking situation?
    thx in advance

    hi
        to unlock the objects <system admin><monitoring>in detailed navigation <portal>drill down <object locking> u may check to unlock the objects..

  • Cube Request Deletion - Other loads possible or LOCK problems

    Hi Folks,
    can somebody tell me if there could be a lock situation if I have in one process chain the cube request deletion step running (cleaning out some request) and at the same time another load is running into the cube? We would not drop/re-create the index in load situation so no lock by the index operation.
    Any experience?
    From what I have seen there shouldn'T be a problem as the request deletion will be "scheduled" and simply execute if lock is release (if there is any) and the deletion it self places only a quick lock to determine the request ID but doesn't much impact other loads.
    Is this all correct? Or any other views?
    Thanks,
    Axel

    Hi,
    While Loading
    It is not possible to:
    ·        Delete data
    ·        Archive data
    ·        Delete indexes and reconstruct them
    ·        Reconstruct statistics
    For more information:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/bb/bdd69f856a67418962d74bfd7bd8af/frameset.htm
    Regards,
    Anil Kumar Sharma .P

  • New ipod came locked out of the box

    Battery is very low, but charging. Could that be why the device shows locked?
    Will resetting / reloading factory setting fix this lock situation so I can use the device?

    Perhaps. Try it.
    Try cycling the Hold switch a few times.
    Where is it showing locked?

  • Turn off Caps Lock automatically

    How can I read Caps Lock situation automatically ?
    And How do I turn off Caps Lock automatically ?
    I have attached program.
    Thanks
    Attachments:
    Virtual Keyboard 2009.vi ‏21 KB

    see here
    Did you do a forum search first?
    CLA, LabVIEW Versions 2010-2013

  • Regarding the dead lock while index creation

    Hi,
    We have a requirement where we are trying to load and create the index for few cubes simulatneously, but it has resulted in dead lock situation, can you please tell us about this problem in detail.
    Thanks

    Hi Mahesh,
    This kind of problem will arrive when the index creation for ur data targets are happening and those data targets shares some common data like master data, since both will be refering to the same, usually dead locks situation comes into picture
    thanks,
    vinay
    Edited by: vinaykumarhs on Mar 20, 2011 12:26 AM

Maybe you are looking for

  • MS Project 2010 Product Key Activation Error

    Hello, Our company purchased a version of MS Project 2010 a few years ago and it was installed on a laptop in our office and was working without any issues.  However, that laptop recently had a virus issue and it needed to be completely cleaned off a

  • Hard Drives will not boot or mount

    I've been having problems with my hard drives (3) mounting over the last month or so. I had them on the SIIG Ultra 133/100 card. The drives would be on the desktop and working fine and then after a shut down or restart they would be gone. A pram rese

  • Problems with adding loops

    Hey I had my Mac for awhile now (Mac Mini) and I just upgraded to Leopard a few day ago. I'm having problems transferring loops onto the loop index..I tried the drag and drop and sometimes only a few get through but not all. And when I try again a pr

  • JTree in JScrollPane doesn't scroll

    I have a JTree in a JScrollPane that doesn't scroll. Background: it used to! History: I moved the creation of the JTree to inside an Object that returns it with a ".getTree()" method. Since then, it hasn't been scrolling. I even set the JScrollPane t

  • Sync ical help

    is there a way I can sync my iCal to my gmail. I got gmail to sync to iCal. i just don't want to have to go online to update my calender.