Server crashes when I do network "find"

I have a network of five computers, three power PC's and two laptops.
No matter which machine I attempt the "find" from, it automatically crashes the server.
Any suggestions?

Problem solved by trashing prefs and repairing disk permissions.

Similar Messages

  • 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.

  • Finder crashes when "looking for networks" - workaround that helps

    I've read through most of the messages about finder crashes, but what's going on in my case I haven't seen. As I have a work around, I thought I should post.
    If for whatever reason the wireless connection pauses or gets interrupted (for example, by closing the lid), the finder hangs in the process of "looking for networks."  Most of the time I can still pull up the dock -- the spinning beach ball only clicks in if I mouse over the top menu bar. Sometimes (but not always) I can quit open applications through the dock before I have to do a hard reset.
    My workaround is this: I turn wi-fi off before I close the lid. When I open the lid, I wait a short time -- 30 seconds, about -- and turn the wireless back on, and this way I can avoid the finder crashing.  If the wi-fi pauses for some other external reason, when "looking for networks" starts up, the finder will hang again.
    It's way past  time that Apple coughs up a permanent fix, but this might help somebody who's having the same problem.  And maybe somebody has a better workaround, in which case, I'd love to hear about it.

    Fire_Bird wrote:
    1. Going into a folder on my external hard drive that contains the installer for divx for mac.
    Divx has been a source of problems with both Tiger & Leopard. See for example Mac OS X 10.5: Finder may not fully "load". If you have installed it, it is probably at least part of your problem.
    then i erased the whole thing, and used the Mac OS X 10.5 install DVD that came with my mom's iMac (still happens)
    This is not recommended. The install disks that come with specific Mac models do not necessarily install the same things or do all the error checks that the retail Leopard installer disk does. (It is also a violation of the software license to install it on another Mac.) If you want a trouble-free, supported installation of Leopard, use only the retail installer or a disk specifically intended for your exact Mac model.

  • ARD 2.2 Admin Crashes When Scanning Local Network

    Out of the blue, my ARD Admin application began to crash when scanning the Local Network.
    I deleted the application's preferences file (com.apple.RemoteDesktop.plist) and retried with the same results.
    Installed ARD admin application on a different machine with a fresh 10.4.2 OS install and it is still crashing whilst scanning.
    My Network Engineers swears that nothing has changed recently on the network.
    Wondering if anyone else has seen this.

    I was having the same problem until this morning, and one of my associates in a neighbor district discovered the problem. ARD 2.2 is VERY concerned about DNS entries.
    We are using OS X Server for our DNS, and what I did was create a bogus machine entry for each subnet. Thus, if I wanted to search our senior high lab subnet (10.136.43.x) I created an entry for 10.136.43.0. There is no physical machine at that address, but it forces OS X Server to create an IN-ADDR.ARPA record for that subnet. I found that to be a lot easier than manually editing the associated DNS files.
    It does work superbly. Three other folks in our district with ARD crashes tried doing searches and they were all successful. Adding the IN-ADDR.ARPA entries wasn't time consuming as we don't have a ton of subnets . We've defined standards for where machines should be as follows:
    (Device: Range)
    Switches: 10.x.1.100-150
    Printers: 10.x.2.1-50
    DHCP: 10.x.2.150-254
    Classrooms: 10.x.3.1-254
    Labs: 10.x.4.1-100
    Media Center: 10.x.4.101-150
    The junior high and high school are a bit different because they have more lab machines, but we try to stick to the basic scheme. This works great for us because 1) it allows us to know where devices should appear and 2) it greatly limits the range ARD must scan to pick up all machines of a particular kind (e.g. classroom or lab). We have a bit of reconfiguration to do because we should be able to have static classroom and DHCP units all within the 10.x.3 subnet, but that will be taken care of over the course of this year.
    I hope this helps some folks.

  • 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.

  • 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

  • Iphoto crashes when it try to find faces.

    Hello, I'm having a big problem with iphoto (well my cousin is), on her macbook, iphoto was working fine at first when I install ilife '09, then after I added some photos from a disk on 6 photos, after that when it tries to find faces iphoto crashes. and now ever time I go into iphoto its crash everytime you see it trying to find faces. I have try reinstalling it. I don't know what to do at this point.

    Places is causing me no end of grief as well. For some reason, searches on Places are ridiculously long...or (since the update to 8.0.1) hangs the application altogether.

  • 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

  • Illustrator CC crashes when saving to network drive

    Hi all,
    We have 3 Macs all running 10.10 or 10.9 which crash when saving eps file types (PDF saves fine) to a NetApp network drive using Illustrator CC 2014.1.0 release.
    Users can save files locally and then copy the files to the network drive with no problems.
    Anyone else having this issue?
    Thanks in advance
    Colin

    Colin,
    It is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • 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.

  • Crashes when printing to network printer

    The Safari 3 beta for Windows XP appears to crash when I try to print a web page on a network printer at my job. When I check at the printer, the page has been successfully printed. This has happened numerous times so it is a repeatable bug.

    Yep. Happens to me, too. Printing layout isn't the greatest, either, but I still think it's a fairly significant first try. We're talking about a third-generation port of Konqueror, after all. I've been waiting for Konqueror for Windows for a long time.

  • Photoshop & InDesign CS3 Crashing when Saving to Network

    Hi,
    Photoshop & InDesign CS3 crashes whenever I try to save a file over the network to a shared computer we are using as a server.
    SPECIFICS
    I'm running Leopard 10.5.2
    - I have tried reinstalling the entire Creative Suite
    - I did not reinstall Version Cue
    - Tried deleting the com.adobe.mediabrowser.p.ist and Photoshop.plist preferences.
    ALSO:
    - If I create a new file on my computer and then immediately save it, it usually does not crash on the first save. But after I do a few things to the file and then try to save again, it hangs up.
    -I am unable to force quit Photoshop; I have to do a hard reboot.
    Adobe tech support believes it is a network problem. If so, what needs to be done to fix the network?
    Thanks in advance for your help.

    I've heard rumors of the "don't work from the server" thing from our IT department a few times but now I'm seeing it for myself. They are now using this thread as the reason our machines are experiencing so many crashes and errors again. Basically chalking it up to us working off the network is the culprit since they can't find anything else wrong. and since it's not supported by Adobe then were doing it wrong. But none of the workflow solutions we've looked seem faster than just saving to a network. So I'm a bit at a loss...
    How are people dealing with the time it takes to copy files from the server to local and back again. How are people integrating this into workflow's where multiple people need to see and work in the same document multiple times a day?
    A large part of our workload is sometimes thousand page catalogs, mostly our files are 15-25 meg InDesign files and might get up around 50 megs or so and be linked to as much as 5 gigs of image data in the extreme. I can't imagine how much time that would take to copy and work and then copy back, then if someone else were to copy and work and copy back, etc... It's almost like we'd have to copy each section to one computer and make everyone play musical chairs to come and work on the file when they needed too so we only had to copy it from the server once!
    I've done a few catalog covers where the working files sometimes got up over 4 gigs, (and yes with something like this I was working local), but there were days where saving my work back to the server was like 45 minutes, a few times I had issues with the save and I'd be there screwing around for an hour and a half to make sure my work was backed up on the server. I can't imagine having to go through that every time I needed to work on a large Indesgn file that had 4-5 gigs of linked images.
    Does everybody really work this way...? Or is there a magic network setup that allows a sane server side workflow? I know my IT people are compotent profesionals, but perhaps they just haven't heard the latest and greatest for Network CS Suite set up???
    Personally, every time we get new boxes on our desks everything runs great for 6-8? months and then slowly but surely things get buggy and the next thing you know there's smoke coming out of your Dell. They say they fixed it and replaced the damage but the errors continue...
    Anyway, I'm really shocked that working over the server is a no no. Unless you had a very small work group I think this must be a nightmare!!!

  • Osx server crashes when copying large amount of data

    Ok. I have set up a mac os x server on a G4 Dual 867. Set to standalone server. The only services running are, VPN, AFP, DNS (I am pretty sure the DNS is set up correctly). I have about 3 Firewire drives and 2 USB 2.0 drives hooked up to it.
    When I try and copy roughly 230GB from one drive to another, it either just stops in the middle or CRASHES the server! I can't see anything out of the ordinary in the logs, though I am a newbie.
    I am stumped. Could this be hardware related? I just did a complete fresh install of os x server!

    This could be most anything, whether a disk error, a non-compliant device, a firewire error (I've had FireWire drivers tip over Mac OS X with a kernel panic; if the cable falls out at an inopportune moment when recording in GarageBand, toes up it all goes), to a memory error. This could also be a software error. This could be a FireWire device(s) that's simply drawing too much power.
    Try different combinations of drives, and replace one or more of these drives with another; start a sequence of elimination targeting the drives.
    Here's what Apple lists about kernel panics as an intro; it's details from the panic log that'll most probably be interesting...
    http://docs.info.apple.com/article.html?artnum=106228
    With some idea of which code is failing, it might be feasible to find a related discussion.
    A recent study out of CERN found three hard disk errors per terabyte of storage, so a clean install is becoming more a game of moving the errors around than actually fixing anything. FWIW.

  • 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

Maybe you are looking for