Terminated session

how can i terminated session?
doesn't state in v$session with status killed.
Edited by: Shahin Karimov on Aug 4, 2009 2:43 AM

Hi
Step 1
SELECT s.sid,
s.serial#,
s.osuser,
s.program
FROM   v$session s;
SID    SERIAL# OSUSER                         PROGRAM
*1 1 SYSTEM ORACLE.EXE*
*2 1 SYSTEM ORACLE.EXE*
*3 1 SYSTEM ORACLE.EXE*
*4 1 SYSTEM ORACLE.EXE*
*5 1 SYSTEM ORACLE.EXE*
*6 1 SYSTEM ORACLE.EXE*
*20 60 SYSTEM DBSNMP.EXE*
*43 11215 USER1 SQLPLUSW.EXE*
*33 5337 USER2 SQLPLUSW.EXE*
Step 2
SQL> ALTER SYSTEM KILL SESSION 'sid,serial#';
In some situations the Oracle.exe is not able to kill the session immediately. In these cases the session will be "marked for kill". It will then be killed as soon as possible.
Issuing the ALTER SYSTEM KILL SESSION command is the only safe way to kill an Oracle session. If the marked session persists for some time you may consider killing the process at the operating system level, as explained below. Killing OS processes is dangerous and can lead to instance failures, so do this at your own peril.
It is possible to force the kill by adding the IMMEDIATE keyword:
SQL> ALTER SYSTEM KILL SESSION 'sid,serial#' IMMEDIATE;
Reference
http://www.oracle-base.com/articles/misc/KillingOracleSessions.php
Regards
S.Azar
DBA
"Question is Unquestionable"

Similar Messages

  • Windows terminal sessions not logging off

    Hi All,
    I am new to SDG and hoping someone could shed some light on a issue i'm having with applications running on a windows terminal server.
    When i launch a windows application through SGD, it opens and works fine. When I close this application and session, it seems that the terminal session is still being held. Why does it not log off? Is there a SDG setting?
    Any help would be appreciated.
    Jason

    It looks like a process/application running in the background is keeping the session open.
    Please take a look at the following section from the administration guide:
    http://docs.sun.com/source/820-4907/chapter4.html#Z40000061308259
    Greetz,
    Remold

  • Can't format disk in a terminal session

    Hi,
    I'm trying to reinstall my mac os x server software on my headless xserve. It has a PCI raid card in and I have created a 500gb logical raid 5 volume (megaraid -create auto). However when I boot the xserve from the setup disk and then use server assist on another mac on the network to install the system it does not see any volumes available to intall the software. I know I need to format the drive but every diskutil command I try just seems to hang the terminal session and nothing happens. Please could someone give me an idea as to the terminal commands I need to use to make the volume visable to server assist.
    Thanks in advance for your help

    Hi CKlitho,
       The UNIX command, diskutil, will do anything that the GUI app, Disk Utility, will so it doesn't matter whether you use the command line or not. If there is a device file for the drive, then it is attached, can be mounted and you can do anything you want with it. Otherwise, it might as well not even be connected to the computer. You may be able to tell if there's a device file with the "df" command. (no parentheses or arguments required)
       I'm guessing that there is no device file, since otherwise the disk would probably be visible to Disk Utility. If that's the case then the problem is probably that there's no driver for the PCI card on the setup disk. If that's so you will have to arrange to boot from something that contains the driver in order to do what you want.
    Gary
    ~~~~
       The world is coming to an end. Please log off.

  • GC most appropriate for 200 MS Terminal Sessions running large Applet

    We are load testing a J2EE application using a tool called App Loader. The client for this J2EE application is a large applet which runs from 60 mb of jars. We are running the applet in IE 6 on W2k3 X64 Enterprise in each of 200 Terminal Sessions on a 16 Core 2.4 Ghz server with 128Gb RAM. We have the following JVM parameters for the clients -Xrs -Xms128m -Xmx128m -XX\:+DisableExplicitGC.
    We are experiencing what appears to be missed mouse clicks on various gui objects that rmi to server. This occurs during a one hour run to approximately 20% of our clients. These clients eventually timeout after 120 seconds and die in the App Loader tool. We have seen some improvement in failure rates by coding +DisableExplicitGC.which suppressed a Full GC every 60 seconds apparently explicitly called by  RMI.
    The GC logs appear to show the serial collector:
    0.450: [GC 0.451: [DefNew: 8128K->960K(9088K), 0.0139519 secs] 8128K->1424K(130112K), 0.0140565 secs]
    1.190: [GC 1.190: [DefNew: 9088K->960K(9088K), 0.0123029 secs] 9552K->2772K(130112K), 0.0124038 secs]
    The question: Is there a better GC to use for this strange environment of Terminal Services and Applets where we have 200 JVMs running concurrently and each JVM is doing individual GC,

    We are load testing a J2EE application using a tool called App Loader. The client for this J2EE application is a large applet which runs from 60 mb of jars. We are running the applet in IE 6 on W2k3 X64 Enterprise in each of 200 Terminal Sessions on a 16 Core 2.4 Ghz server with 128Gb RAM. We have the following JVM parameters for the clients -Xrs -Xms128m -Xmx128m -XX\:+DisableExplicitGC.
    We are experiencing what appears to be missed mouse clicks on various gui objects that rmi to server. This occurs during a one hour run to approximately 20% of our clients. These clients eventually timeout after 120 seconds and die in the App Loader tool. We have seen some improvement in failure rates by coding +DisableExplicitGC.which suppressed a Full GC every 60 seconds apparently explicitly called by  RMI.
    The GC logs appear to show the serial collector:
    0.450: [GC 0.451: [DefNew: 8128K->960K(9088K), 0.0139519 secs] 8128K->1424K(130112K), 0.0140565 secs]
    1.190: [GC 1.190: [DefNew: 9088K->960K(9088K), 0.0123029 secs] 9552K->2772K(130112K), 0.0124038 secs]
    The question: Is there a better GC to use for this strange environment of Terminal Services and Applets where we have 200 JVMs running concurrently and each JVM is doing individual GC,

  • Trace a terminated session

    Hi All,
    OUL5
    database 11gR1 11.1.0.7
    a session was blocking another session with status "WAITING"
    After terminated the blocking session using kill with SID and SERIAL#
    the system was running normal, now i like to go back and try to figure out
    what the blocking session was doing at that time.
    Please advise how to trace a terminated session.
    Thanks for your assistance.
    Regards,

    user3715462 wrote:
    Hi All,
    OUL5
    database 11gR1 11.1.0.7
    a session was blocking another session with status "WAITING"
    After terminated the blocking session using kill with SID and SERIAL#
    the system was running normal, now i like to go back and try to figure out
    what the blocking session was doing at that time.
    Please advise how to trace a terminated session.
    Thanks for your assistance.
    Regards,Too bad that you killed the session with the status "waiting" . If you would had it, there were couple of things that could be usable to find out what it was waiting for. Now, the session is terminated so there is no tracing for it possible (and usable ) .
    Aman....

  • Terminal sessions dropped

    A customer has the following conf.
    Two sites connected with a VPN through internet .
    On site A there's a Win2k Server with terminal services. Users on Site B connect via RDP but after 10minutes ( even working ) the session is disconnected.
    Between the two sites a tunnel has also been defined to manage a ISDN dialup backup line .
    Anyone has any idea ?
    thanks

    try scaling down the mtu size on the client
    use the VPN client > Set MTU option
    or do it in the registry
    if you can still browse web pages on the internal network even after the TermServer has kicked you off, then the mtu may be the culprit. try setting it to a lower value. Also try setting the RDP Properties for the connection down to 56K (play with these settings first, they may make the difference). Terminal Sessions use bigger packets than HTTP Request and Response traffic.

  • Terminal Session Not Supported

    Hi ,
    I have bought a new macbook pro and  use Juniper VPN to connect to my work machine (Windows). Below are the steps I perform to connect to my terminal session
    1) Login to the VPN url.  for example -  https://secure.mycompany.com/
    2) Enter the UserID and Password
    3) Connect to the Terminal sessions configured.
    Now, When I try to launch the terminal session, I recieve an error message saying "This terminal session is not supported on your computer".
    Any help on resolving this issue is highly appreciated.
    Thanks,
    Trish

    Hey,
    I am in the same boat.
    Did you manage to find any solution? My Work IT team has got no clue about this.
    Regards,
    Akash

  • Shell script to launch terminal session with environment sourced

    Hi all
    I've installed 12.1.1 on OEL 5.
    As i've installed with a single user, I will need to switch between the app and db tier.
    I'd like to create two scripts, one that opens a terminal session and sources the app env file, and another one that opens the terminal session and sources the db env file.
    Anyone done anything like this before?
    Thanks

    Hi,
    As i've installed with a single user, I will need to switch between the app and db tier.
    I'd like to create two scripts, one that opens a terminal session and sources the app env file, and another one that opens the terminal session and sources the db env file.
    Anyone done anything like this before?Yes -- Source the application/database env file in the OS user's profile (.bash_profile or .profile), and all the environment variables should be set when you login as applmgr/oracle user.
    Thanks,
    Hussein

  • Terminal session not supported by your computer

    I can login to my work environment but when I try and initiate a remote session link to my work computer, I get an error message that says "This terminal session is not supported by your computer."
    I need to be able to log in and remotely access my PC at work. Any suggestions are appreciated.....

    what OS on your work computer? What is already installed on it to allow remote control? Is that software enabled?
    If remote os is MacOs - Apple Remote Desktop is actually server component, I mean it is not included in desktop MacOs of your home mac. But search can help.
    If remote os is Win - you need this: http://www.microsoft.com/mac/remote-desktop-client on home mac
    and in both cases - proper configuration.
    anyway you need properly configured tunneling thru workplace firewall, so some assistance from admin.

  • Where are logs from old Terminal sessions stored?

    Is there a way to look at logs from previous Terminal sessions?

    Ahh, you don't need to know where the file is, then. Just press the "up" key repeatedly in the Terminal to scroll through previous commands.
    If it has been a while, press control-R and start typing what you think the start of the command is.
    If that doesn't work, execute this command in the Terminal:
    cp ~/.bash_history ~/Desktop/bash_history.txt
    Then open the copy of the history file, created on your desktop, in the text editor of your choice and browse.

  • Terminal Server Session Management: why do we need a rdp session to take control of a terminal session?

    Hi all,
    As title, I have this question: why do we need a rdp session to take remote control of a terminal server session?
    I copied tsadmin and related file to a windows 8.1 pc and I'm able to see for every terminal server the list of users logged in, but the option "take control" is greyed out... why? is not possible to avoid this block?
    Thanks in advance
    Davide

    Hello, Davide_ita.
    Also tried to use RDSM to "Remote Control" user's sessions, but in this thread
    Remote Control
    with Remote Desktop Services Manager - error Access is denied (Windows Server 2012 R2)
    I get the recommendation to use RDP or Remote Assistance.
    The quote of
    TP []:
    Hi,
    You cannot remote control a session on a 2012 R2 RDSH server using Remote Desktop Services Manager.  You need to use the RDP 8.1 mstsc.exe or the RDS gui in Server Manager on 2012 R2.  The command you would use with the RDP 8.1 client would be
    this:
    mstsc /shadow:<sessionid> /control
    -TP

  • Terminating Sessions.. Help Please...

    Hi i am having problem terminating a session when the user logs out,
    My session is created as follows
    HttpSession session = request.getSession();
    String username = (String)session.getAttribute("username");
    if (session.isNew())
    session.invalidate();
    response.sendRedirect("http://localhost/login.html");
           if (username != null)      
    out.println("<LI>Welcome  " + username +"<br>");
    out.println("<LI>Click <A  HREF= 'Hello'>Here</A> to log out<BR><BR>");
    }The user can click on the log out bottom that redirects them to another servlet page that's "Supposed" to kill the session, after a short stop the user id redirected to the Login page
    if (!session.isNew())                                            //if  asession exists
          session.invalidate();                                           //Kill session
                 response.sendRedirect("http://localhost/AdminLogin.html");       
              //Redirect user to login page
                        }The problem is when i click on the back button on the browser it allows me back into the site where im still logged on. This is causing me some problems can anyone see why this is happening?
    Any Help is much appreciated.
    Has anybody got an idea as to why this is happening im out of ideas
    Message was edited by:
    Square

    That page is comming from the cache. Notfrom the server itself.
    You should be able to avoid this by setting the cache-control header to no-cache in all your responces.
    Normally the servelets, jsp should not allow the responces to be cached becouse of this problem

  • How do I save terminal sessions?

    Hello I am using terminal to connect to multiple network devices and want to save each session with IP address and terminal settings. Is this possible?
    Thanks

    You can export the shell's settings so you can reload them later, but as for saving a session you won't be able to do that. When you exit and kill the connection the remote server will disconnect you and terminate any child processes your shell was running.

  • Essbase terminating session "MDX report" request

    I have an essbase "terminating " status session with MDX report request ( ASO ).
    I tried to force " Logout" and "Kill" still does not work.
    Please help

    You'll have to kill that using task manager (if on windows) on Essbase server. On task manager, go to View->Select Columns select command line. This will show you which application is EssSvr.exe is associated with. kill that process.
    if on *nix use ps and see what the pid is and kill the process.
    Regards
    Celvin Kattookaran

  • Access Violation when using java in windows terminal session

    Hi,
    we have 2 ms Windows Terminal Servers with Windows 2k3 Enterprise x64 (Intel). I installed Sun JRE version 6 update 5 for windows 64 bit. Everything is working properly when i am using the terminal server as priviledged user (i.e. domain administrator). But as restricted user the browser crashes instantly if I am trying to view a java applet in any browser. Java creates an error log on my desktop which I feel free to post here:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d8e6189, pid=9392, tid=5968
    # Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C [Secur32.dll+0x16189]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x05d87400): JavaThread "main" [_thread_in_native, id=5968, stack(0x05b40000,0x05c40000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x05c38614, ECX=0x00000016, EDX=0x00000000
    ESP=0x05c383a8, EBP=0x05c38608, ESI=0x00000000, EDI=0x05c385a8
    EIP=0x7d8e6189, EFLAGS=0x00010246
    Top of Stack: (sp=0x05c383a8)
    0x05c383a8: 0055c5c6 00000000 00500028 00000002
    0x05c383b8: 000024b0 00000000 00001750 00000000
    0x05c383c8: 010e940e 00000000 00000000 00000000
    0x05c383d8: 00000021 c0000022 00000001 00000000
    0x05c383e8: 00000000 00000000 116e4bc8 00000000
    0x05c383f8: 00000000 00000000 00000000 00000000
    0x05c38408: 00000000 00000000 00000000 00000000
    0x05c38418: 00000000 00000000 00000000 00000000
    Instructions: (pc=0x7d8e6189)
    0x7d8e6179: 00 00 8b 85 f0 fd ff ff 6a 16 8b f0 59 8d 7d a0
    0x7d8e6189: f3 a5 8b 4d a4 89 48 04 8b 4d a8 89 48 08 66 8b
    Stack: [0x05b40000,0x05c40000], sp=0x05c383a8, free space=992k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [Secur32.dll+0x16189]
    C [Secur32.dll+0x19c78]
    C [deploy.dll+0x29e3]
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x09883400 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1452, stack(0x09d30000,0x09e30000)]
    0x09870800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=1476, stack(0x09a70000,0x09b70000)]
    0x08956800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=10004, stack(0x09730000,0x09830000)]
    0x08948800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7812, stack(0x095f0000,0x096f0000)]
    0x08946800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=408, stack(0x09370000,0x09470000)]
    0x0888e800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=876, stack(0x090e0000,0x091e0000)]
    0x08889c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7148, stack(0x08fa0000,0x090a0000)]
    0x08888c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3600, stack(0x08e60000,0x08f60000)]
    0x08887c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4732, stack(0x08d20000,0x08e20000)]
    0x08880000 JavaThread "Finalizer" daemon [_thread_blocked, id=2552, stack(0x08be0000,0x08ce0000)]
    0x0887f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3356, stack(0x08aa0000,0x08ba0000)]
    =>0x05d87400 JavaThread "main" [_thread_in_native, id=5968, stack(0x05b40000,0x05c40000)]
    Other Threads:
    0x0887dc00 VMThread [stack: 0x08960000,0x08a60000] [id=1792]
    0x08891400 WatcherThread [stack: 0x09220000,0x09320000] [id=7192]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 960K, used 461K [0x23d70000, 0x23e70000, 0x24250000)
    eden space 896K, 44% used [0x23d70000, 0x23dd3698, 0x23e50000)
    from space 64K, 100% used [0x23e60000, 0x23e70000, 0x23e70000)
    to space 64K, 0% used [0x23e50000, 0x23e50000, 0x23e60000)
    tenured generation total 4096K, used 341K [0x24250000, 0x24650000, 0x27d70000)
    the space 4096K, 8% used [0x24250000, 0x242a5748, 0x242a5800, 0x24650000)
    compacting perm gen total 12288K, used 1165K [0x27d70000, 0x28970000, 0x2bd70000)
    the space 12288K, 9% used [0x27d70000, 0x27e936d0, 0x27e93800, 0x28970000)
    ro space 8192K, 62% used [0x2bd70000, 0x2c272a28, 0x2c272c00, 0x2c570000)
    rw space 12288K, 52% used [0x2c570000, 0x2cbb86b8, 0x2cbb8800, 0x2d170000)
    Dynamic libraries:
    0x00400000 - 0x0049b000      C:\Program Files (x86)\Internet Explorer\iexplore.exe
    0x7d600000 - 0x7d6f0000      C:\WINDOWS\system32\ntdll.dll
    0x7d4c0000 - 0x7d5f0000      C:\WINDOWS\syswow64\kernel32.dll
    0x00550000 - 0x005eb000      C:\WINDOWS\syswow64\ADVAPI32.dll
    0x7da20000 - 0x7db00000      C:\WINDOWS\syswow64\RPCRT4.dll
    0x7d8d0000 - 0x7d920000      C:\WINDOWS\syswow64\Secur32.dll
    0x7d800000 - 0x7d890000      C:\WINDOWS\syswow64\GDI32.dll
    0x7d930000 - 0x7da00000      C:\WINDOWS\syswow64\USER32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\syswow64\msvcrt.dll
    0x005f0000 - 0x00642000      C:\WINDOWS\syswow64\SHLWAPI.dll
    0x7c8d0000 - 0x7d0cf000      C:\WINDOWS\syswow64\SHELL32.dll
    0x77670000 - 0x777a9000      C:\WINDOWS\syswow64\ole32.dll
    0x46b90000 - 0x46cb7000      C:\WINDOWS\syswow64\urlmon.dll
    0x00650000 - 0x006db000      C:\WINDOWS\syswow64\OLEAUT32.dll
    0x46300000 - 0x46345000      C:\WINDOWS\syswow64\iertutil.dll
    0x77b90000 - 0x77b98000      C:\WINDOWS\syswow64\VERSION.dll
    0x7dee0000 - 0x7df40000      C:\WINDOWS\system32\IMM32.DLL
    0x7dbd0000 - 0x7dcd3000      C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_5FA17F4E\comctl32.dll
    0x46350000 - 0x4691d000      C:\WINDOWS\system32\IEFRAME.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x7df50000 - 0x7dfc0000      C:\WINDOWS\system32\UxTheme.dll
    0x4b3c0000 - 0x4b410000      C:\WINDOWS\SysWOW64\MSCTF.dll
    0x10000000 - 0x10011000      D:\programme\hardcopy\HcDLL2_19_Win32.dll
    0x02130000 - 0x023f5000      C:\WINDOWS\system32\xpsp2res.dll
    0x75e60000 - 0x75e87000      C:\WINDOWS\system32\apphelp.dll
    0x4dc30000 - 0x4dc5e000      C:\WINDOWS\system32\msctfime.ime
    0x02560000 - 0x0258f000      C:\WINDOWS\system32\IEUI.dll
    0x76280000 - 0x76285000      C:\WINDOWS\system32\MSIMG32.dll
    0x4dd60000 - 0x4df07000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.3790.3959_x-ww_8251BDDE\gdiplus.dll
    0x47150000 - 0x47171000      C:\WINDOWS\system32\xmllite.dll
    0x777b0000 - 0x77833000      C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770d6000      C:\WINDOWS\system32\COMRes.dll
    0x744c0000 - 0x744eb000      C:\WINDOWS\SysWOW64\msimtf.dll
    0x77b00000 - 0x77b54000      C:\WINDOWS\System32\cscui.dll
    0x76520000 - 0x7653d000      C:\WINDOWS\System32\CSCDLL.dll
    0x770e0000 - 0x771e8000      C:\WINDOWS\system32\SETUPAPI.dll
    0x325c0000 - 0x325d2000      D:\programme\OFFICE11\msohev.dll
    0x77980000 - 0x77af3000      C:\WINDOWS\SysWow64\shdocvw.dll
    0x761b0000 - 0x76243000      C:\WINDOWS\syswow64\CRYPT32.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\syswow64\MSASN1.dll
    0x75360000 - 0x753de000      C:\WINDOWS\syswow64\CRYPTUI.dll
    0x76bb0000 - 0x76bdb000      C:\WINDOWS\syswow64\WINTRUST.dll
    0x76c10000 - 0x76c38000      C:\WINDOWS\syswow64\imagehlp.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\syswow64\NETAPI32.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\syswow64\WLDAP32.dll
    0x032e0000 - 0x0332a000      C:\Program Files (x86)\Internet Explorer\ieproxy.dll
    0x75da0000 - 0x75e5d000      C:\WINDOWS\system32\SXS.DLL
    0x46a70000 - 0x46b3f000      C:\WINDOWS\syswow64\WININET.dll
    0x03690000 - 0x03699000      C:\WINDOWS\syswow64\Normaliz.dll
    0x74540000 - 0x745d3000      C:\WINDOWS\system32\MLANG.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\ws2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x75f30000 - 0x75fcd000      C:\Program Files (x86)\Internet Explorer\mui\0407\shdoclc.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x7db30000 - 0x7dbb0000      C:\WINDOWS\system32\mswsock.dll
    0x5f270000 - 0x5f2ca000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x76e90000 - 0x76ecf000      C:\WINDOWS\system32\RASAPI32.dll
    0x76e40000 - 0x76e52000      C:\WINDOWS\system32\rasman.dll
    0x76e60000 - 0x76e8f000      C:\WINDOWS\system32\TAPI32.dll
    0x76e30000 - 0x76e3c000      C:\WINDOWS\system32\rtutils.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x722f0000 - 0x722f5000      C:\WINDOWS\system32\sensapi.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x71d00000 - 0x71d1c000      C:\WINDOWS\SysWOW64\actxprxy.dll
    0x71e00000 - 0x71e14000      C:\WINDOWS\system32\msapsspc.dll
    0x78080000 - 0x78091000      C:\WINDOWS\system32\MSVCRT40.dll
    0x71e20000 - 0x71e70000      C:\WINDOWS\system32\msnsspc.dll
    0x76c90000 - 0x76cb7000      C:\WINDOWS\SysWOW64\msv1_0.DLL
    0x76cf0000 - 0x76d0a000      C:\WINDOWS\system32\iphlpapi.dll
    0x46d00000 - 0x47073000      C:\WINDOWS\system32\mshtml.dll
    0x03e90000 - 0x03eb9000      C:\WINDOWS\system32\msls31.dll
    0x46990000 - 0x469f0000      C:\WINDOWS\system32\ieapfltr.dll
    0x03fe0000 - 0x04001000      C:\WINDOWS\system32\NTMARTA.DLL
    0x7e020000 - 0x7e02f000      C:\WINDOWS\system32\SAMLIB.dll
    0x63380000 - 0x633f8000      C:\WINDOWS\SysWOW64\jscript.dll
    0x04910000 - 0x04975000      C:\WINDOWS\SysWow64\Macromed\Flash\SWFlash.ocx
    0x762b0000 - 0x762f9000      C:\WINDOWS\syswow64\comdlg32.dll
    0x049d0000 - 0x04a02000      C:\WINDOWS\system32\iepeers.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x1b000000 - 0x1b00c000      C:\WINDOWS\system32\ImgUtil.dll
    0x1b060000 - 0x1b06e000      C:\WINDOWS\system32\pngfilt.dll
    0x058b0000 - 0x058bc000      D:\programme\hardcopy\hardcopy.dll
    0x461f0000 - 0x46267000      C:\WINDOWS\system32\mshtmled.dll
    0x5def0000 - 0x5defe000      C:\WINDOWS\system32\pstorec.dll
    0x76a80000 - 0x76a92000      C:\WINDOWS\system32\ATL.DLL
    0x71f60000 - 0x71f64000      C:\WINDOWS\system32\security.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x6d6b0000 - 0x6d6d1000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\npjpi160_05.dll
    0x7c340000 - 0x7c396000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\msvcr71.dll
    0x6d400000 - 0x6d41b000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\jpiexp.dll
    0x6d1b0000 - 0x6d1c1000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\deploy.dll
    0x71bb0000 - 0x71bb9000      C:\WINDOWS\system32\wsock32.dll
    0x6d450000 - 0x6d474000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\jpishare.dll
    0x6d7c0000 - 0x6da10000      C:\PROGRA~2\Java\JRE16~2.0_0\bin\client\jvm.dll
    0x6d270000 - 0x6d278000      C:\PROGRA~2\Java\JRE16~2.0_0\bin\hpi.dll
    0x6d770000 - 0x6d77c000      C:\PROGRA~2\Java\JRE16~2.0_0\bin\verify.dll
    0x6d310000 - 0x6d32f000      C:\PROGRA~2\Java\JRE16~2.0_0\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\PROGRA~2\Java\JRE16~2.0_0\bin\zip.dll
    0x6d000000 - 0x6d12e000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\awt.dll
    0x73860000 - 0x738ac000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d210000 - 0x6d263000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\fontmanager.dll
    0x6d3e0000 - 0x6d3f8000      C:\Program Files (x86)\Java\jre1.6.0_05\bin\jpicom.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~2\Java\JRE16~2.0_0\lib\deploy.jar;C:\PROGRA~2\Java\JRE16~2.0_0\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.6.0_05 -Djavaplugin.nodotversion=160_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Java\JRE16~2.0_0 -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~2\Java\JRE16~2.0_0\classes -Xbootclasspath/a:C:\PROGRA~2\Java\JRE16~2.0_0\lib\deploy.jar;C:\PROGRA~2\Java\JRE16~2.0_0\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.6.0_05 -Djavaplugin.nodotversion=160_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Java\JRE16~2.0_0
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\PROGRA~2\Java\JRE16~2.0_0\bin;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;.
    USERNAME=testuser
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 15 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 4194303k(4194303k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b19) for windows-x86 JRE (1.6.0_05-b13), built on Feb 22 2008 01:16:53 by "java_re" with MS VC++ 7.1
    time: Fri Mar 07 08:16:00 2008
    elapsed time: 3 seconds
    Does anyone have a clue what is the cause of this error? For the first time I thought that there is a problem with the 64 bit environment, but if this would be the case the applets should not be working as administrator too. As non priviledged user the error occures on ANY java applet so I think there must be a general problem.
    Regards,
    Sebastian

    I decided that even if I found the update, another could easily break it. I instead downloaded and installed the Early Access JRE ( 1.6.0_10-ea ) located at https://jdk6.dev.java.net/6uNea.html. It resolved the problem, and all other applications have tested okay with it. I figured I am at risk either way, so I might as well move forward knowing it will become more stable, than step back and create security holes in the OS.

Maybe you are looking for