2008 R2 Server Crashes when remoting a user

When we remote a user on our 2008 R2 (Enterprise W/SP1) server it causes the server to crash, not just an application.

Hi,
Thank you for posting in Windows Server Forum.
Please try following Hotfix to verify the result.
Applications or services that start multiple Remote Desktop Services sessions crash in Windows 7 or in Windows Server 2008 R2
http://support.microsoft.com/kb/2617687
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support

Similar Messages

  • Illustrator CC 17.1.0 crashes when editing preferences, user interface. Running on MacBook Pro i7 OSX 10.9.5

    Illustrator CC 17.1.0 running on MacBook Pro i7 OSX 10.9.5 - crashes when editing preferences, user interface. Also crashes when quitting application. Anybody any ideas?

    While 2 GB is the absolute minimum to install Mavericks, if you want to do anything with the Mac you need more then that. Upgrade your RAM.
    Until you upgrade the RAM seriously consider shutting down the Mac nightly. You should also seriously review the items in the User Login Items to see if there are any there that you really don't need to have startup with your login to reduce the amount of RAM you are using.

  • Managed server crashes when trying to deploy an application

    Hi,
    I have a unix box and sometimes the managed server crashes when the application has faults or some bug. Why does this happen? Why does the server go down every time there is an error? Can it not be crash proof?
    NOTE: I do not have node manager configured

    You'll need to share the details from the logs or the crash (usually a core dump file of some kind). The information you have provided is not sufficient.
    You might also get the latest JVM update for the platform you are using. Sometimes those updates resolve issues.
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Contact support if you have any questions.

  • Server crashes when someone logs in.

    I have a Windows 2008 R2 server, and every time someone logs in via Remote Desktop, or on the console, it crashes.  The only way to get it back is to power it off, and back on.
    It will continue to ping, but, file sharing, and all network services (it is my Exchange server!) stops.  It never fully logs in, but stops at "Welcome."
    We cannot trace it to any change.
    It is a Virtual server on Vmware.  There are no events in the event log that point to why it crashes.
    Any ideas on how to troubleshoot?

    Hi,
    Thank you for posting in Windows Server Forum.
    Does this occur for particular user or every users?
    There are certain scenario due to which the server got crash during remote session login. Please check below article for information. Please try to update following Hotfix to check the result.
    Applications or services that start multiple Remote Desktop Services sessions crash in Windows 7 or in Windows Server 2008 R2
    An application that uses the Remote Desktop Connection ActiveX control to provide virtualized sessions crashes in Windows Server 2008 R2 or in Windows 7
    http://support.microsoft.com/kb/2446026
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Server Crashes when using Cursor Vars in Stored Procedure

    Can anyone make a suggestion
    We are experiencing a problem that causes our Weblogic Server to crash
    when a JDBC call is made to our Oracle database.
    Host Details
    Operating System: Solaris Version 8
    SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    JDBC Driver Weblogic JDriver for Oracle
    The jdbc command that causes the problem is similar the spcursor
    example code file:
    // Here we prepare a CallableStatement using a WebLogic extension
    // to JDBC that supports binding an Oracle cursor to an output
    // parameter. Register the output parameter type as OTHER . . .
    cstmt =
         (weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
    OPEN ? FOR select * from emp; END;");
    cstmt.registerOutParameter(1, java.sql.Types.OTHER);
    The crash happens when the re.next() method is invoked after the
    execute()
    This is the core dump message that is generated:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : 11 occurred at PC=0xd339f37c
    Function name=kpcxk2u
    Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
    at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
    at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000 /opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
    0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
    0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
    0xfe160000 /usr/lib/nss_files.so.1
    0xd3700000 /opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
    0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    0xfd090000 /usr/lib/libC.so.5
    0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
    0xfd070000 /usr/lib/libgen.so.1
    0xfd050000 /usr/lib/libsched.so.1
    0xfd020000 /usr/lib/libaio.so.1
    0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
    Local Time = Thu Apr 3 10:39:37 2003
    Elapsed Time = 178
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
    # An error report file has been saved as hs_err_pid7599.log.
    # Please refer to the file for further information.
    Abort - core dumped
    TIA
    Tony

    Tony,
    "Tony Ross" <[email protected]> wrote in message
    news:[email protected]...
    Thanks Mitesh for your response.
    We have followed your advice on using the 901 driver and updating the
    config.xml file. Alas it has not stopped the Solaris WLS from
    crashing.Actually, Mitesh sugested you replacing weblogic driver
    with oracle one. As it follows from the stacktrace, it has
    not been done.
    I'd also recommend moving to oracle thin driver as it
    doesn't have native code thus is more stable.
    Regards,
    Slava Imeshev
    In addition to this we tried using WLS 6.1 SP2 on a Win2000 box
    (connecting to same database). We managed to crash this instance as
    well. The core dump is as follows:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at
    PC=0x6021bc08
    Function name=kpcxk2u
    Library=C:\Oracle\Ora81\BIN\oracommon8.dll
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    - locked <2956f78> (a weblogic.db.oci.OciCursor)
    at weblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2022)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    - locked <3423480> (a weblogic.db.oci.OciConnection)
    at weblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:133)
    at weblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x00400000 - 0x00405000 c:\bea\jdk131\bin\java.exe
    0x77F80000 - 0x77FFB000 C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0D000 C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F36000 C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000 c:\bea\jdk131\jre\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000 C:\WINNT\System32\WINMM.dll
    0x6D220000 - 0x6D227000 c:\bea\jdk131\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 c:\bea\jdk131\jre\bin\verify.dll
    0x6D250000 - 0x6D266000 c:\bea\jdk131\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 c:\bea\jdk131\jre\bin\zip.dll
    0x6D2A0000 - 0x6D2BB000 c:\bea\jdk131\jre\bin\jdwp.dll
    0x6D1D0000 - 0x6D1D5000 c:\bea\jdk131\bin\dt_socket.dll
    0x75030000 - 0x75043000 C:\WINNT\System32\ws2_32.dll
    0x75020000 - 0x75028000 C:\WINNT\System32\WS2HELP.DLL
    0x74FD0000 - 0x74FED000 C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000 C:\WINNT\System32\wshtcpip.dll
    0x6D340000 - 0x6D348000 C:\bea\jdk131\jre\bin\net.dll
    0x75050000 - 0x75058000 C:\WINNT\System32\WSOCK32.dll
    0x782C0000 - 0x782CC000 C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000 C:\WINNT\System32\DNSAPI.DLL
    0x77340000 - 0x77353000 C:\WINNT\System32\iphlpapi.dll
    0x77520000 - 0x77525000 C:\WINNT\System32\ICMP.DLL
    0x77320000 - 0x77337000 C:\WINNT\System32\MPRAPI.DLL
    0x75150000 - 0x75160000 C:\WINNT\System32\SAMLIB.DLL
    0x75170000 - 0x751BF000 C:\WINNT\System32\NETAPI32.DLL
    0x77BE0000 - 0x77BEF000 C:\WINNT\System32\SECUR32.DLL
    0x751C0000 - 0x751C6000 C:\WINNT\System32\NETRAP.DLL
    0x77950000 - 0x7797A000 C:\WINNT\system32\WLDAP32.DLL
    0x77A50000 - 0x77B45000 C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DE000 C:\WINNT\System32\ACTIVEDS.DLL
    0x77380000 - 0x773A2000 C:\WINNT\System32\ADSLDPC.DLL
    0x77830000 - 0x7783E000 C:\WINNT\System32\RTUTILS.DLL
    0x77880000 - 0x7790D000 C:\WINNT\System32\SETUPAPI.DLL
    0x77C10000 - 0x77C6E000 C:\WINNT\System32\USERENV.DLL
    0x774E0000 - 0x77512000 C:\WINNT\System32\RASAPI32.DLL
    0x774C0000 - 0x774D1000 C:\WINNT\System32\RASMAN.DLL
    0x77530000 - 0x77552000 C:\WINNT\System32\TAPI32.DLL
    0x71730000 - 0x717BA000 C:\WINNT\system32\COMCTL32.DLL
    0x70BD0000 - 0x70C20000 C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000 C:\WINNT\System32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000 C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000 C:\WINNT\System32\rasadhlp.dll
    0x10000000 - 0x10055000
    C:\bea\wlserver6.1\bin\oci901_8\weblogicoci37.dll
    0x0DE20000 - 0x0DE3A000 C:\Oracle\Ora81\BIN\OCI.dll
    0x780A0000 - 0x780B2000 C:\WINNT\System32\MSVCIRT.dll
    0x60400000 - 0x60502000 C:\Oracle\Ora81\BIN\OraClient8.Dll
    0x60600000 - 0x60682000 C:\Oracle\Ora81\BIN\oracore8.dll
    0x60800000 - 0x60848000 C:\Oracle\Ora81\BIN\oranls8.dll
    0x0DE40000 - 0x0DE46000 C:\Oracle\Ora81\BIN\oravsn8.dll
    0x60200000 - 0x60264000 C:\Oracle\Ora81\BIN\oracommon8.dll
    0x60000000 - 0x6011F000 C:\Oracle\Ora81\BIN\orageneric8.dll
    0x60350000 - 0x60356000 C:\Oracle\Ora81\BIN\orawtc8.dll
    0x60A00000 - 0x60A2B000 C:\Oracle\Ora81\BIN\oranl8.dll
    0x60B00000 - 0x60BAA000 C:\Oracle\Ora81\BIN\oran8.dll
    0x60E00000 - 0x60E10000 C:\Oracle\Ora81\BIN\orancrypt8.dll
    0x61100000 - 0x61137000 C:\Oracle\Ora81\BIN\oranro8.dll
    0x0DE50000 - 0x0DEAE000 C:\Oracle\Ora81\BIN\orannzsbb8.dll
    0x61500000 - 0x6150E000 C:\Oracle\Ora81\BIN\oranldap8.dll
    0x61700000 - 0x6171C000 C:\Oracle\Ora81\BIN\oraldapclnt8.dll
    0x61900000 - 0x61906000 C:\Oracle\Ora81\BIN\oranhost8.dll
    0x62100000 - 0x62106000 C:\Oracle\Ora81\BIN\oranoname8.dll
    0x0DEB0000 - 0x0DEB6000 C:\Oracle\Ora81\BIN\orancds8.dll
    0x62300000 - 0x62306000 C:\Oracle\Ora81\BIN\orantns8.dll
    0x62500000 - 0x62508000 C:\Oracle\Ora81\BIN\orannds8.dll
    0x0DEC0000 - 0x0DEDC000 C:\Oracle\Ora81\BIN\orannms8.dll
    0x62700000 - 0x62741000 C:\Oracle\Ora81\BIN\ORATRACE8.dll
    0x62900000 - 0x62B1B000 C:\Oracle\Ora81\BIN\orapls8.dll
    0x63100000 - 0x63108000 C:\Oracle\Ora81\BIN\oraslax8.dll
    0x63200000 - 0x63272000 C:\Oracle\Ora81\BIN\orasql8.dll
    0x64700000 - 0x6470C000 C:\Oracle\Ora81\bin\orantcp8.dll
    0x64500000 - 0x6450D000 C:\Oracle\Ora81\bin\orannts8.dll
    0x75500000 - 0x75504000 C:\WINNT\System32\security.dll
    0x782D0000 - 0x782EE000 C:\WINNT\system32\msv1_0.dll
    0x11260000 - 0x11265000 C:\bea\wlserver6.1\bin\wlntio.dll
    0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000 C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu Apr 03 17:31:00 2003
    Elapsed Time = 327
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 interpreted mode)
    So now we have a situation where - we can crash either server with a
    call to a function. We can now run the spcursors.java example without
    problem. The procedure that does crash the WLS can be run successfully
    from within sqlplus (it involves multiple subqueries and outer joins).
    FYI - the cursors we are returning in the function are weak cursor
    types (TYPE ref_cursor IS REF CURSOR)
    Any other suggestions greatly welcomed.
    Tony
    Mitesh Patel <[email protected]> wrote in message
    news:<[email protected]>...
    Please do the following:
    Make sure you have login delay sec=1 for connection pool in config.xml
    Should have TestConnOnReserve=true
    and use 901 driver instead of 817 driver. Using suggested driver, stillyou can connect to
    your original database.
    Thanks,
    Mitesh
    Tony Ross wrote:
    Can anyone make a suggestion
    We are experiencing a problem that causes our Weblogic Server to crash
    when a JDBC call is made to our Oracle database.
    Host Details
    Operating System: Solaris Version 8
    SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    JDBC Driver Weblogic JDriver for Oracle
    The jdbc command that causes the problem is similar the spcursor
    example code file:
    // Here we prepare a CallableStatement using a WebLogic extension
    // to JDBC that supports binding an Oracle cursor to an output
    // parameter. Register the output parameter type as OTHER . . .
    cstmt =
    (weblogic.jdbc.common.OracleCallableStatement)conn.prepareCall("BEGIN
    OPEN ? FOR select * from emp; END;");
    cstmt.registerOutParameter(1, java.sql.Types.OTHER);
    The crash happens when the re.next() method is invoked after the
    execute()
    This is the core dump message that is generated:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : 11 occurred at PC=0xd339f37c
    Function name=kpcxk2u
    Library=/u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.arrayFetch(Native Method)
    atweblogic.db.oci.OciCursor.oci_arrayFetch(OciCursor.java:2002)
    at weblogic.jdbc.oci.ResultSet.next(ResultSet.java:759)
    at weblogic.jdbc.pool.ResultSet.next(ResultSet.java:180)
    atweblogic.jdbc.rmi.internal.ResultSetImpl.next(ResultSetImpl.java:132)
    atweblogic.jdbc.rmi.internal.ResultSetImpl_WLSkel.invoke(Unknown
    Source)
    atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:
    atweblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000/opt/bea/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
    0xfe480000 /opt/bea/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/bea/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/bea/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131/jre/lib/sparc/libzip.so
    0xfe230000 /opt/bea/jdk131/jre/lib/sparc/libnet.so
    0xfe160000 /usr/lib/nss_files.so.1
    0xd3700000/opt/bea/wlserver6.1/lib/solaris/oci817_8/libweblogicoci37.so
    0xd3000000 /u01/app/oracle/product/8.1.7/lib/libclntsh.so.8.0
    0xfd090000 /usr/lib/libC.so.5
    0xfd3b0000 /u01/app/oracle/product/8.1.7/lib/libwtc8.so
    0xfd070000 /usr/lib/libgen.so.1
    0xfd050000 /usr/lib/libsched.so.1
    0xfd020000 /usr/lib/libaio.so.1
    0xfafd0000 /opt/bea/wlserver6.1/lib/solaris/libmuxer.so
    Local Time = Thu Apr 3 10:39:37 2003
    Elapsed Time = 178
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
    # An error report file has been saved as hs_err_pid7599.log.
    # Please refer to the file for further information.
    Abort - core dumped
    TIA
    Tony

  • Server crashes when doing DBCopy

    We are trying to upgrade to GW2012. We have a new DL360G8 server running SUSE Release 11, kernal 3.0.93-0.5. All HP diagnostics on the computer and raid pass.
    When we do dbcopy to move databases from our existing GW8 system, the server crashes saying there was a raid controller issue. No more details than that.
    We've tried this on 2 new servers - same issue. Only crashes when using DBcopy - not when we copy large files using other methods.
    HP and Novell have not been able to come up with any solutions.
    Anyone have any ideas on this?

    Originally Posted by dknutson
    Bob - I was told the GUI was required for running Groupwise - is that not the case?
    GUI is not needed. You need X and x/gdm installed because of some dependencies in the agents allowing them to expose a GUI if requested, so they need those bindings. But having gdm or X running is not needed at all once the system is installed.
    And again, we saw a very similar issue. Either the scsi driver crashes - which disconnects you SWAP and the OS just seizes up - OR - it would cause so much I/O that the OS could not swap quick enough and you would never be able to operate the GUI to get in. We also saw an issue with the graphics adapters on these servers as well, with the GUI running we would see this behavior, without it, everything was fine.
    On one initially problematic box, we have had, literally, no unplanned downtime for 3 years once we ditched the GUI.
    Also, you can try to limit the number of threads dbcopy is using the -t parameter, e.g.
    /opt/novell/groupwise/agents/bin/dbcopy -m -p -f -t 3 /source_path /destination_path
    And I just thought of this, since you mention a server to server copy, If the source / destination is a CIFS or NCP mounted share, you can also run into another issue: oplocks. Disable oplocks on both ends, and on the linux box, if using CIFS:
    echo 0 > /proc/fs/cifs/OplockEnabled
    -- Bob

  • SOA managed server crashes when invoking BPMN processes

    Hi All,
    I have implemented a BPMN work flow and deployed to our SOA server.
    When i access http://<host><Port>/bpm/workspace url, it responds very slowly and sometimes time outs occur.
    and when i try to invoke BPNM instance soa_server crashes and I need to restart the server.
    I have set following values in servers -> soa_server -> Server start -> Arguments section
    -Xms1024m -Xmx1024m -XX:CompileThreshold=8000 -
    XX:PermSize=128m -XX:MaxPermSize=2024m
    Is it Correct?
    Or is there any other place to set this in admin server??
    How do we sort out this issue???
    Thanks
    Nir
    Is there anyone to help me on this issue??
    Edited by: Nir on Apr 23, 2012 2:57 AM
    Is there anyone to help me on this issue??????
    Edited by: Nir on Apr 24, 2012 2:15 AM
    Edited by: Nir on Apr 25, 2012 12:21 AM
    Is there any person to update this request ??????
    Edited by: Nir on Jun 11, 2012 12:24 AM

    Options :
    1. Try with SOAPUI by using the endpoint.
    2. Undeploy the process and redeploy, then test it again.
    Thanks,
    Vijay

  • IPlanet Web Server crashes when uploading a file of size 15 MB

    Hi
    Setup is iPlanet Web Server 6.0 with iPlanet App Server 6.5. A servlet is used to upload files using multipart form data. The web server restarts itself when tried to upload a huge file (approx 15 MB). The error log says
    Catastrophe (600) Web server crashed.
    Any help is appreciated
    Thanks in advance
    Rajesh

    yeah its working fine. Thank you very much..
    But it would be better if we provide the chunklength rather than using a zero to upload the file fastly.

  • Datasocket 4.0 server crashes when launched on win95

    HELP!
    When launched from the "start" menu, the datasocket
    server crashes:
    "cwdss has performed an illegal operation ...
    ... contact program vendor"
    "cwdss caused an invalid page fault at xxx:xxxxx"
    Labview itself runs OK, upgrading from 6.0 to 6.0.2
    did not help.
    I've disabled virus protection.
    I've tried the upgrade dated 10/31/2001 referred to
    in a knowledge-base article
    Thanks!
    --- PC Info ---
    Windows 95B
    Pentium 120MHz, 48MB ram

    Hi,
    The problem could be that you don't have the TCP/IP protocol installed on your PC. Add the TCP/IP protocol by going into the network properties, click Add select protocol, click Add select Microsoft - TCP/IP protocol, Then click OK and probably reboot your PC. More information is in Knowledgebase 217AHFK3 "Datasocket server crashes during launch".
    Good luck.

  • After deleting Calendar users, their subscriptions still remain, and the server crashes when accessing deleted calendars

    After deleting users from iPlanet Calendar Server(iCS), the users'
    subscriptions still remain. Then, if a user tries to unsubscribe
    from a deleted calendar, the server sometimes crashes, even though sufficient
    disk space and memory are available. When checking the HTTP log, the
    log shows that certain calendars don't exist.
    The solution to this problem is to back up the ics50gse.db
    file to another file with a different
    name, or remove the file from the db
    directory.
    <P>
    If you are upgrading your iCS, make sure the GSE database queue is empty
    before you perform the upgrade. To check the GSE database queue,
    you can use either of the following commands while the server is either
    running or stopped:
    <P>
    csschedule list
    <I>OR</I>
    csdb -v list
    <P>
    After issuing the command, if nothing is displayed, the GSE queue is empty, and
    you can proceed to step 3 below. However, if the queue does contain
    items, use the following steps to flush it:
    <P>
    <OL>
    <LI>Start the server if the server is in a <I>stopped</I> state.
    <P>
    <LI>Stop only the cshttpd
    daemon so that no new requests can
    come in.
    <P>
    Note: It should take only a few minutes for the GSE to handle any requests.
    Typically, the GSE queue will be empty.
    <P>
    <LI>Shut down iCS.
    <P>
    <LI>Rename the ics50gse.db
    file.
    <P>
    <LI>Restart the server.
    </OL>
    <P>
    If you have already upgraded the server and are experiencing the above
    mentioned problems, use the following steps:
    <P>
    <OL>
    <LI>Shut down iCS.
    <P>
    <LI>Rename the ics50gse.db
    file.
    <P>
    <LI>Restart the server.
    </OL>

    I forgot to mention that I've cleared out ~/Library/Caches/ for my test user, as well as deleted the iWeb .plist file.

  • Application server crashes when using JCO

    Hi,
    I am currently dealing with JCO Version 2.1.8.
    For testing purposes, I want to receive data from a Remote Function Module existing in our SAP development system.
    Therefore I created a simple Java servlet:
    public class POA_EDS_Servlet extends HttpServlet {
       private static final long serialVersionUID = 1L;
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       response.setContentType("text/html");
       PrintWriter out = response.getWriter();
       out.println("<html>");
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         String uri = request.getParameter("uri");
         JCO.Client connection;
         connection = JCO.createClient("200",
                   "DAHMSMA",
                   "EN",
                   "vmw3063.wdf.sap.corp",
                                  "00");
         try {
            connection.connect();
         catch (Exception ex) {
              ex.printStackTrace();
              System.exit(1);
    After deploying and when running this servlet, the application server is crashing. That means I have to restart the server via Remote Desktop Connection.
    Can anybode provide some help?
    Regards
    Marco
    Edited by: Marco Dahms on Sep 8, 2009 3:30 PM
    Edited by: Marco Dahms on Sep 8, 2009 3:33 PM

    Hello there,
    Can you please paste your defaultrace.log here. This log file will show the exception occured before the crash.
    For better debugging always using a logging mechanism and log the messages to a particular file.
    Regards,
    Vivek

  • MDM Layout server crashes when trying to open Publisher

    hi,
    I have MDM Layout Server and Publisher installed on my machine. When I try to open the Publisher, it is asking me for the server to connect to. I am providing the name of my machine. I am then seeing a Runtime Error dialog box with the message  Microsoft Visual C++ Runtime Library Runtime Error! R6025 - pure virtual function call and the Layout server is crashing after that instance.
    I tried to look at the log files ServerXXXX.xml and AssertionXXXX.xml files that got generated inside the Layout Server directory. This is the message in the Server XXXX.xml
    +          <Trace ts="2008/02/09 21:42:32.578 GMT" tid="3924" entry-no="0">Server does not register to System Landscape Directory. Set parameter &apos;SLDRegistration&apos; to true in the .ini file for registration to System Landscape Directory.</Trace>+
    Here is the message from the AssertionXXXX.xml file.
    +          <Assert ts="2008/02/09 21:45:54.406 GMT" tid="4932" entry-no="1" file="..\..\..\MDM\Servers\MDLS\FamilyAccessSession.cpp" line="81">false</Assert>+
    I have set the SLDRegistration parameter to False in the Layout Server.ini file. I am missing something or Is this a bug? Can someone please help me with this?
    Thanks.

    Not sure but you can try with these:
    Set SLDRegistration variable in both the files in mds.ini as well as in layout server.ini to False and then try.
    If does not work Set SLDRegistration variable in both the files to True and then try.
    hope it may work.
    BR,
    Alok

  • Server crashes when accessing sus directory

    We have had our server running fine for a good 18 months. One day however the server locked up to the state that I was able to move the mouse and move windows however menus etc wouldn't load. I contacted apple care support and sent off my logs but haven't heard back from them.
    This ended up happening multiple times and I was able to pinpoint that it was when our backup software (carbon copy cloned) that ran at the time of each crash. Each time it was when it was backing up a file inside the sus directory (software update server directory). I also ran a HD program to check the disk for bad sectors and this again crashed in the same directory. Now I have removed the directory from the backup and the server hasn't crashed. I have stopped the software update service too (before the backups ran).
    I am worried to why this is happening. All the drives report as fine in disk utility. The backup are running but I don't want it to lock up again for a more important directory. The only way to rectify the crash is to power cycle the server and all services are unresponsive when the crash happened.
    I also tried starting the mini in target disk mode and using a separate mac to clone the drive. The disk disconnected when I reached the same sus directory. I had to use disk utility to manually remount the drive as it showed as being disconnected (with the error message to go with it).
    Any help or ideas would be much appreciated.
    Jonathan

    Still happens sometimes

  • XMII Server crashes when BLS is executed

    Hi,
    We are facing a problem in xMII server. From xmii server we are calling a RFM which returns a dataset of around 50 thousand to 100 thousand. When the bls is executed from the http runner then the server is crashed. But it runs properly for smaller dataset. So can anybody give information about the threshold value of data set which xmii can handle. And how to overcome this situation.
    Thanks and Regards,
    Soumen Mondal

    Hi,
    For huge dataset you will get this problem.Fisrt check no other transactions should not run during the sametime because this is a big transaction and consuming lots of memory space.
    You need to check how much memory your all transactions and whole application is consuming. If it exceeds the RAM then system will be hanged.
    Thanks,
    Manisha

  • InDesign crashes when opening with users with limited privileges

    InDesign opens and when the page where you choose to start a project loads, it crashes.
    I have unloaded the plugins but nothing changes. This happens with the final users of the computers.
    As administrator I can run it perfectly.
    I need to solve this because I have 250 students waiting to use this software

    No, PC
    Problem signature:
    Problem Event Name:                        APPCRASH
    Application Name:                             InDesign.exe
    Application Version:                           8.0.0.370
    Application Timestamp:                     4f72c3ee
    Fault Module Name:                          MSVCR100.dll
    Fault Module Version:                        10.0.40219.325
    Fault Module Timestamp:                  4df2be1e
    Exception Code:                                  40000015
    Exception Offset:                                0008d6fd
      OS Version:                                          6.1.7601.2.1.0.256.48
    Locale ID:                                             2058
    Additional Information 1:                  7f56
    Additional Information 2:                  7f56d5316922f11d9c19960fa530c768
    Additional Information 3:                  1720
    Additional Information 4:                  1720f133ce639c9412106776314a8c8e

Maybe you are looking for

  • How to exclude Web App from search results

    Hi Search results link to a unstyled Web App instead to the actual page it resides in. Please do this: 1. go to: http://kinship.businesscatalyst.com/ 2. search for "Michael" on the top global search 3. on the search results page click on the name (li

  • Disposable tabbed pane redrawing

    Hi, i'm using disposable tabbed panes (with close button) in my program and i'm using following method to update their titles according to what user entered: //this is class extending JPanel public void updatePanelTitle(String newTitle) {         Mai

  • CFCHART asks for username and password

    I have a page with cfchart on it that is throwing up a server "Authentication required" username and password box. Taking out the cfchart tag stops it from happening and the rest of the page loads fine. It is an ajax get request to the page, but navi

  • Result Cache in business service

    Lets say I have two operation in the business service operation1 and operation2. I want to cache operation1 but not operation2. Can I do this with Result Caching? I have tried to put this expression fn:string($operation)='operation1' in cache token e

  • Using ASCP for supplier LT for shipping methods to different orgs

    Hi We have a requirement in which a supplier/site supplies material to org A and org B and since these 2 orgs are in different countries/locations we require different tranit times to be used while planning. ASCP supports Proc lt (which includes tran