Kxs crashes spontaneously with a big cache

Hello,
we are running iPlanet 6.0 sp2 on Solaris 8 in a clustered environment.
we are using iPlanet results caching C++ API feature to cache results
generated by applogics
running on C++ engine (kcs).
the caching criteria look like
"arg1=*,arg2=*,arg3=*" or "QUERY_STRING=*" or ""
the results cache can get quite big, so the KXS process size in memory
quickly goes up to
about 450M and from that "leaks" slightly several 2 to 10 Megs a day.
The problem is, we are experiencing spontaneous KXS crashes (core dumps from
SIGBUS),
which happen some time after it has built up the bulk of the cache,
according to stack traces it
happens in just about any part of the KXS work cycle:
trying to add a cache entry,
trying to find a cache entry,
trying to get some memory for some "DCCheck" - whatever that is
(you may see sample stack traces below)
And yes, we already tried to reduce the cache size, before we ran at about
800M KXS memory,
now we reduced the number of cache entries for each of our apps, so the KXS
memory after building
up cache is 450-500M.
Any ideas what we should look at? or is it just a buggy synchronization so
when the hash map
grows large & lookup takes longer it pukes? and we just need to go to yet
smaller sizes?
we never seen KXS behaving like that before, but we did not utilize result
caching to that extent
either...
Thanks,
Alexei
========================================================================
=>[1] GXHash2Table::Lookup(0x0, 0x1002d658, 0x74, 0x2fa9e0, 0x2555,
0x2f636769), at 0xff369b94
[2] GXRepositEl::FindInCache(0x2fa938, 0x2fa9e0, 0x2fa968, 0xfe06b494,
0x3be6ebd8, 0x0), at 0xfe05609c
[3] GXReposit::Get(0x2320c8, 0x2fa938, 0x232140, 0xf8e01b28, 0xfe06b494,
0xf8e01b37), at 0xfe057800
[4] GXReqStep_DCCheck::ExecStep(0xd00f968, 0x0, 0xff355c9c, 0xff37c348,
0xfde49bbc, 0x24fc48), at 0xfde368b4
[5] GXReqMgr::Main(0x2, 0xc2a888, 0x0, 0x1, 0x244eb8, 0xd00f968), at
0xfdf3b09c
[6] GXRequestProc(0x0, 0x244eb8, 0x800b0009, 0xc2a888, 0x1, 0x27c067d), at
0xfdf38af0
[7] GXExecThread(0xc2a888, 0xfdf38a6c, 0xff1ae000, 0x8, 0x9651608, 0x0),
at 0xfe3d4038
[8] ptroot(0x9651608, 0xff20c24c, 0x1, 0x5, 0x1, 0xfe401000), at
0xff1f2ad0
===================================================================
=>[1] t_delete(0x160cbc38, 0xfefb8018, 0x723e3c62, 0x160cb878, 0xefba3c0,
0x3b8), at 0xfef41f94
[2] realfree(0x160cbc30, 0xfefbe8b0, 0xfefb8018, 0x160cb878, 0x3b9,
0x160cb880), at 0xfef41af0
[3] mallocunlocked(0x40, 0x0, 0xfefb8018, 0x40, 0x160cb830, 0x0), at
0xfef41654
[4] malloc(0x40, 0x0, 0x80110000, 0xfe06b494, 0x3bdb3a46, 0x0), at
0xfef413ec
[5] operator new(0x40, 0xff05fc18, 0xff064d40, 0x0, 0xfe06b494,
0xfbe01b37), at 0xff021e0c
[6] GXReqStep_DCCheck::ExecStep(0x2dacb00, 0x0, 0xff355c9c, 0xff37c348,
0xfde49bbc, 0x24eb40), at 0xfde36a88
[7] GXReqMgr::Main(0x2, 0x2bf3b0, 0x0, 0x1, 0x244f48, 0x2dacb00), at
0xfdf3b09c
[8] GXRequestProc(0x0, 0x244f48, 0x800b0009, 0x2bf3b0, 0x1, 0x2c0ac1), at
0xfdf38af0
[9] GXExecThread(0x2bf3b0, 0xfdf38a6c, 0xff1ae000, 0x8, 0x2bf470, 0x0), at
0xfe3d4038
[10] ptroot(0x2bf470, 0xff20c24c, 0x1, 0x5, 0x1, 0xfe401000), at
0xff1f2ad0
======================================================================
=>[1] t_splay(0x4916230, 0x76178, 0x0, 0x0, 0x0, 0x0), at 0xfef42088
[2] t_delete(0x4916230, 0xfefb8018, 0x6861726c, 0x4915e70, 0x296a9f90,
0x3b8), at 0xfef41eec
[3] realfree(0x4916228, 0xfefbe8b0, 0xfefb8018, 0x4915e70, 0x3b9,
0x4915e78), at 0xfef41af0
[4] mallocunlocked(0x40, 0x0, 0xfefb8018, 0x40, 0x4915e28, 0x0), at
0xfef41654
[5] malloc(0x40, 0x0, 0x80110000, 0xfe06b494, 0x3bcc9f93, 0x0), at
0xfef413ec
[6] operator new(0x40, 0xff05fc18, 0xff064d40, 0x0, 0xfe06b494,
0xfc601b37), at 0xff021e0c
[7] GXReqStep_DCCheck::ExecStep(0x2a6c2f08, 0x0, 0xff355c9c, 0xff37c348,
0xfde49bbc, 0x250c30), at 0xfde36a88
[8] GXReqMgr::Main(0x2, 0x2bf210, 0x0, 0x1, 0x246c60, 0x2a6c2f08), at
0xfdf3b09c
[9] GXRequestProc(0x0, 0x246c60, 0x800b0009, 0x2bf210, 0x1, 0x2be7b9), at
0xfdf38af0
[10] GXExecThread(0x2bf210, 0xfdf38a6c, 0xff1ae000, 0x8, 0x2bf2d0, 0x0),
at 0xfe3d4038
[11] ptroot(0x2bf2d0, 0xff20c24c, 0x1, 0x5, 0x1, 0xfe401000), at
0xff1f2ad0
====================================================================
=>[1] GXBufferChain::~GXBufferChain(0x18214d30, 0x3, 0xff2f06a8, 0x1a, 0x19,
0x1), at 0xff2f0714
[2] GXBufferChain::Release(0x0, 0x18214d30, 0xd, 0xfefb8018,
0x15d423d0, 0x1), at 0xff2f0884
[3] GXVALClear(0x181626b0, 0x0, 0x388, 0x0, 0x0, 0x0), at 0xff2fbfd8
[4] GXValListEl::~GXValListEl(0x18162698, 0x3, 0xff2feaf0, 0xff318bdc,
0x15d423d0, 0x28), at 0xff2feb38
[5] GXHashTable::~GXHashTable(0x17ae98e8, 0x2, 0x34, 0xd, 0x0,
0x4d58), at 0xff368798
[6] GXValList::~GXValList(0x17ae98a8, 0x3, 0xff2fe02c, 0xfef42278,
0x6c65, 0x18244569), at 0xff2fe104
[7] GXValList::Release(0x0, 0x17ae98a8, 0x69, 0xfe06b494, 0x6c,
0xff369a68), at 0xff2fce7c
[8] GXCacheEntry::~GXCacheEntry(0x1814bab8, 0x3, 0x0, 0x1, 0x17dce5f8,
0x0), at 0xfe055604
[9] GXRepositEl::AddToCache(0x2d8f20, 0x2d8f50, 0x2d8fc8, 0xfe06b494,
0x1814bab8, 0x178c68d8), at 0xfe055dc8
[10] GXReposit::Add(0x237a90, 0x237b08, 0xfe06be1c, 0x2d8f20,
0x8024000d, 0xfe057884), at 0xfe057dfc
[11] GXReqStep_DCCache::ExecStep(0x0, 0xfde4a2ec, 0xff37c348,
0xfde49bbc, 0x24ec18, 0x24ec18), at 0xfde36fe4
[12] GXReqMgr::Main(0x0, 0x2bbf70, 0x0, 0x1, 0x244f48, 0x166e7138), at
0xfdf3b09c
[13] GXRequestProc(0x0, 0x244f48, 0x800b0009, 0x2bbf70, 0x1,
0x2b9d11), at 0xfdf38af0
[14] GXExecThread(0x2bbf70, 0xfdf38a6c, 0xff1ae000, 0x8, 0x2bc030,
0x0), at 0xfe3d4038
[15] ptroot(0x2bc030, 0xff20c24c, 0x1, 0x5, 0x1, 0xfe401000), at
0xff1f2ad0

It crashes after adding (adding, not converting) 300 clips approximatively.
Sometimes more, sometimes less.
I have 7.0.2 version.
I'm using the plugin, yes.
I have a 3x1To RAID1 internal SATA (spinpoint F1)
Message was edited by: chle

Similar Messages

  • 1.6.0u18 on x86_64 Linux  crashes immediately with OutOfMemory error

    Hi,
    I'm having a problem with the latest update of the JDK where all the binaries crash immediately with the following error:
    # ./java
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 64 bytes for char in /BUILD_AREA/jdk6_18/hotspot/src/share/vm/runtime/thread.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:39), pid=26928, tid=1105066304
    #  Error: char in /BUILD_AREA/jdk6_18/hotspot/src/share/vm/runtime/thread.cpp
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
    # An error report file with more information is saved as:
    # /root/src/jre1.6.0_18/bin/hs_err_pid26928.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    AbortedThis is on a 64-bit CentOS 5.4 machine:
    # uname -a
    Linux ... 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:32:21 EST 2010 x86_64 x86_64 x86_64 GNU/LinuxThe error is actually different sometimes, but always something memory-related (and usually it's the one above).
    And it's definitely not out of swap space:
    # free -g
    total       used       free     shared    buffers     cached
    Mem:            62         52         10          0          0         43
    -/+ buffers/cache:          8         54
    Swap:           16          0         16Here's the log file: [hs_err_pid26928.log|http://dl.dropbox.com/u/624277/hs_err_pid26928.log|hs_err_pid26928.log]
    I tried both the JDK and the JRE distributions, same problem. The 32-bit JDK works just fine.
    Any ideas?
    Thanks

    I have the vm ulimit set to 16 gigs:
    # ulimit -d -v
    data seg size           (kbytes, -d) unlimited
    virtual memory          (kbytes, -v) 16777216It does seem to work if I remove the limit.
    With the limit, specifying a max heap size manually works, and it correctly reports trying to set the heap size too high, but there seems to be a range of sizes close to the maximum that throws the error:
    # ./java -Xmx1024m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx8m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx15360m  -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
    # ./java -Xmx16384m  -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    # ./java -Xmx16100m  -version
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: pthread_getattr_np
    #  Internal Error (os_linux_x86.cpp:681), pid=10943, tid=1101519168
    #  Error: pthread_getattr_np
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
    # An error report file with more information is saved as:
    # /root/src/jdk1.6.0_18/bin/hs_err_pid10943.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    AbortedI was going to mention that 1.6.0u07 has been working fine for over a year, but it turns out that it just doesn't try to give nice errors for invalid sizes:
    # /opt/jdk1.6.0_07/bin/java -Xmx17g -version
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    *** glibc detected *** /opt/jdk1.6.0_07/bin/java: free(): invalid pointer: 0x0000000040f0df90 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x3cfd6722ef]
    /lib64/libc.so.6(cfree+0x4b)[0x3cfd67273b]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad54eb7e]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4f4b54]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4f6961]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so[0x2b74ad4fa16c]
    /opt/jdk1.6.0_07/jre/lib/amd64/server/libjvm.so(JNI_CreateJavaVM+0x80)[0x2b74ad242f20]
    java[0x40003598]
    java(JavaMain+0x6e)[0x4000206e]
    /lib64/libpthread.so.0[0x3cfe206617]
    /lib64/libc.so.6(clone+0x6d)[0x3cfd6d3c2d]
    ======= Memory map: ========
      [snipped]
    AbortedIs there a way to find out how much it actually tries to allocate by default?

  • Crashing out with Custom L&F

    Hi, I have a couple of problems when trying to use OHJ in a (I think) basic fashion.
    I initialise the hlep with:
    Help help = new Help(true, true, true);
    helpManager = new CSHManager(help);
    URL helpsetLoc = ClassLoader.getSystemResource("help.hs");
    Book book = new HelpSet(helpsetLoc);
    helpManager.addBook(book, true);
    helpManager.setDefaultBook(book);
    This seems to work fine. If I try to use F1 functionality via:
    helpManager.addComponent(myPanel, "myTopic", true, false);
    then nothing seems to happen at all. If I try to launch it on the press of a button, using:
    helpManager.showTopic("myTopic");
    then it crashes out in a big way with:
    java.lang.NullPointerException
         at oracle.bali.ewt.dTree.DTreeButtonDecoration.paintDecoration(Unknown Source)
         at oracle.bali.ewt.dTree.DTreeStackingDecoration.paintDecoration(Unknown Source)
         at oracle.bali.ewt.dTree.DTree.paintCanvasInterior(Unknown Source)
         at oracle.bali.ewt.scrolling.ScrollableComponent.paintComponent(Unknown Source)
         at javax.swing.JComponent.paint(JComponent.java:804)
         at javax.swing.JComponent.paintChildren(JComponent.java:643)
         at javax.swing.JComponent.paint(JComponent.java:813)
         at javax.swing.JViewport.paint(JViewport.java:707)
         at javax.swing.JComponent.paintChildren(JComponent.java:643)
         at javax.swing.JComponent.paint(JComponent.java:813)
    <snip>
    I have a slightly custom L&F in use. Any ideas what I'm doing wrong ??
    Thanks,
    Michael.

    Hi again.
    I solved the crash part. It was mainly down to my Look & Feel not having set some property or other. I'm not entirely sure which, but as the Swing L&F is particularly fussy (and terribly implemented), it would seem it's more of a generic problem, than one with Oracle Help. Anyway, It's working now for whatever reason, so I'm not going to worry too much about that.
    The F1 problem is related to the fact that I'm using JDK1.4. Sun, in their inimitable wisdom, changed the way KeyEvents work, with their new FocusManager, so that only the component that has focus, can receive events.
    This is no good for generic F1 help over say, a Button or panel, which may not be the currently focused component (you have the focus in a textfield, but want contextual help on the component you're holding the mouse over when you press F1).
    Again, I've solved it using a workaround. Basically, it involves making sure any components that need contextual cursor-hover help, implement KeyDispatcher, and the fire events to their KeyListeners whenever they receive a KeyDispatchEvent and the mouse is over them (so they implement MouseListener as well). It's a bit of a kludge, but it provides the user with the correct functionality.
    Thanks for the help.
    Michael.

  • Macbookpro crash associated with Office software and scrolling mission control

    Hello,
    I have been experiencing a crashing problem with my macbookpro. It happens when I work with Office software (Word/Excel) and it is triggered when I scroll the mission control to nevigate between pages. It occurs in ~30% of the times I scroll the mission control when I work with office. I have stoped using the mission control and the computer is stable. However, it is challencing to function when one works with a few open pages..
    Have someone experienced such a problem?
    My computer information is below:
    Model Name:          MacBook Pro
      Model Identifier:          MacBookPro6,2
      Processor Name:          Intel Core i7
      Processor Speed:          2.66 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          8 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MBP61.0057.B0F
      SMC Version (system):          1.58f17
      Serial Number (system):          W8******AGZ
      Hardware UUID:         
      Sudden Motion Sensor:
      State:          Enabled
    Operating system: OSX 10.9.2
    I would greatly appreciate if you please advice how to solve this problem.
    Thank you in advance!
    <Edited by Host>

    Very much appreciated Clinton.
    Here is an example of a panic report:
    Anonymous UUID:       EBCEDB45-5FFF-C771-02F4-740A057E8440
    Sun May  4 21:06:52 2014
    panic(cpu 2 caller 0xffffff7f8a299fb0): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0x0a2910de 0x00100000 0x00000000, BAR0 0xd2000000 0xffffff811c052000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.35/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8109dab6b0 : 0xffffff8007e22fa9
    0xffffff8109dab730 : 0xffffff7f8a299fb0
    0xffffff8109dab800 : 0xffffff7f889eaeab
    0xffffff8109dab8c0 : 0xffffff7f88ab449a
    0xffffff8109dab900 : 0xffffff7f88ab450a
    0xffffff8109dab970 : 0xffffff7f88d33056
    0xffffff8109dabaa0 : 0xffffff7f88ad7b39
    0xffffff8109dabac0 : 0xffffff7f889f18fd
    0xffffff8109dabb70 : 0xffffff7f889ef408
    0xffffff8109dabd70 : 0xffffff7f889f04a8
    0xffffff8109dabe50 : 0xffffff7f8899d26e
    0xffffff8109dabeb0 : 0xffffff7f8a26c66c
    0xffffff8109dabf00 : 0xffffff7f8a26b55e
    0xffffff8109dabf20 : 0xffffff8007e4a23a
    0xffffff8109dabfb0 : 0xffffff8007ed7047
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f8899b000->0xffffff7f88c03fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f8898b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
             com.apple.driver.AppleMuxControl(3.4.35)[1BFF66C1-65E4-3BB3-9DEE-B61C3137019B]@ 0xffffff7f8a28c000->0xffffff7f8a29efff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.35)[09897896-ACBD-36B5-B1D4-0CCC4000E 3B3]@0xffffff7f8a284000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f88852000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f8a287000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56 A3A4AC]@0xffffff7f88c0e000->0xffffff7f88eb7fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f8899b000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
             com.apple.driver.AGPM(100.14.15)[BD884E30-94CF-3D5B-9A31-6C2F694CD5C4]@0xffffff 7f8a26a000->0xffffff7f8a27bfff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.driver.IOPlatformPluginFamily(5.7.0d10)[E9B6DC11-10DB-31D7-885C-886E1 62FA857]@0xffffff7f8931b000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f8898b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
                dependency: com.apple.AppleGraphicsDeviceControl(3.4.35)[E4C033B8-08F5-34D3-8720-C105D48F0B C4]@0xffffff7f8a264000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13C1021
    Kernel version:
    Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    Kernel UUID: E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5
    Kernel slide:     0x0000000007c00000
    Kernel text base: 0xffffff8007e00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 90107115936829
    last loaded kext at 87607955806916: com.apple.driver.AppleIntelMCEReporter          104 (addr 0xffffff7f8a3ba000, size 49152)
    last unloaded kext at 87667959572088: com.apple.driver.AppleIntelMCEReporter          104 (addr 0xffffff7f8a3ba000, size 32768)
    loaded kexts:
    com.google.filesystems.fusefs          2.1.7
    foo.tun          1.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.15
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleMikeyDriver          2.6.0f1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleHDA          2.6.0f1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.GeForceTesla          8.2.4
    com.apple.driver.AppleMuxControl          3.4.35
    com.apple.driver.AppleIntelHDGraphics          8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB          8.2.4
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.4.1
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.driver.AppleUSBEHCI          660.4.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.35
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.3f10
    com.apple.driver.DspFuncLib          2.6.0f1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.5fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.nvidia.classic.NVDANV50HalTesla          8.2.4
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleGraphicsControl          3.4.35
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.iokit.IOFireWireIP          2.2.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.nvidia.classic.NVDAResmanTesla          8.2.4
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleHDAController          2.6.0f1
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.iokit.IOHDAFamily          2.6.0f1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.7.0d10
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.AppleUSBMultitouch          240.9
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.6
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.iokit.IOUSBFamily          675.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Let me know if it corresponds to your hypothesis.
    Thanks
    Eyal

  • In my MacBook Pro, finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see top bar(Apple, Date, Wifi). Even in safari address bar not accepting

    In my MacBook Pro(10.7.5), finder is crashing after logging in. It is showing crash report with Relaunch option, when i click on Relaunch option finder is working properly but i am unable to see Top bar(Apple logo, Date and Wifi etc... bar). Even in safari address bar, TextEdit not accepting any text means when type something not showing up and also i am unable operate any thing from keyboard. Plz help me…..

    One thing that you can try is installing a 'fresh' version of OS X Lion. Boot into your Recovery partition (holding down the command and R keys whilst booting) and elect to install OS X from the Recovery screen. You need not erase your hard drive and you should not lose any of your data.
    Oh, and just as a precaution, I would use Disk Utility, once you're in Recovery mode, to verify your hard drive before trying to install the OS again.
    Clinton

  • IPhone5s stuck in recovery mode after lots of times displaying blue screen of death, cannot restore it as iTunes displays error 14 on verification, same time phone crashes again with blue screen.

    hi, my iPhone5s is only 3 months old, it has been like a whole month now since it started crashing, displaying the blue screen of death, since yesterday it was in the loop of restart-crash, and now it is stuck in recovery mode after lots of times displaying blue screen.
    I cannot restore it as phone continues crashing again with blue screen, when iTunes displays error 14 on verification.
    help please, this phone is all the means of communication I have.

    It's a hardware problem. That's it. You shouldn't bother yourself with this situation. Just see an AASP.

  • Windows 8 full system backup and restore to new laptop (system with 32GB mSata Cache)?

    Hi, I have a new Envy DV7-7205 which has 2TB storage with 32GB HDD Cache (or mSata, not really sure how it's implemented). I need to return the laptop as it's faulty but I would like to startup on the replacement exactly where I left off.
    Are there any special methods required to backup and restore the system image from the old laptop to the new one, particularly with consideration to the 32GB SSD cache, as this doesn;t seem to appear as a distinct "drive" on the system.
    Please can anybody advise the simplest, safest method to move my entire system from old to the new laptops (should be exactly the same spec machine).
    Many thanks,
    Greg
    HP Envy DV7-7205tx, 2x1TB HDD, 32GB mSata Cache, Windows 8 Pro

    Hi,
    Firstly I don't know how this is going to work on new machine because the Windows 8 lisence would NOT work at all.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • When i turn on itunes, it crashes automatically with the error message saying "itunes has encountered a problem and needs to close." I've tried reinstalling itunes but its the same. CAN SOMEONE PLEASE HELP!!!

    when i turn on itunes, it crashes automatically with the error message saying "itunes has encountered a problem and needs to close." I've tried reinstalling itunes but its the same. CAN SOMEONE PLEASE HELP!!!

    Try:
    iOS: If you can't back up or restore from a backup in iTunes

  • ADF application integrating with Oracle Web Cache

    Hello,
    I am trying to integrated my ADF 11g application with Oracle Web Cache. I used this link http://andrejusb.blogspot.com/2010/06/oracle-webtier-11g-configuration-for.html for it.
    I am able to access my ADF application using webcache port 7785.
    I created few caching rules in the Oracle Web Cache. And in the popular request section of the Oracle Web cache i see jpg,png and other image files cached.
    But the issue is when the application access images like /testapp/test/images/abc.jpg?_adf.ctrl-state=5b0s7lzfo_29 . I created a caching rule with regular expression ^/testapp/test/images/[A-Za-z0-9_]*\.(gif|jpeg|png|jpg)\?_adf\.ctrl-state=[A-Za-z0-9_]*$.
    But when i access the popular request in em i don't see the URL given above as cached. The caching reason it specifies as URL contains query string.
    I am not sure if i need to do anything additional to cache these URL's as well.
    Thanks!
    Ram

    Yes that works. But my question is how to cache the urls which has querystring. I was trying to give a regular expression to match the url so that the url which contains parameters like _afrLoop which changes with each HTTP request can also be cached.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I can't turn off "share crash data with app developers"

    I enabled this feature accidentally during the onboarding process for my new Macbook Pro, and now I can't turn it off as the button is greyed out.

    The feature is located in in System Preferences > Security & Privacy > Privacy.

    Any suggestions for how to do this?

    cezinho,
    Click on "Send diagnostics & usage data to Apple."
    That will enable you to change "Share crash data with app developers."

  • ORA-00385: cannot enable Very Large Memory with new buffer cache 11.2.0.2

    [oracle@bnl11237dat01][DWH11]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Jun 20 09:19:49 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup mount pfile=/u01/app/oracle/product/11.2.0/dbhome_1/dbs//initDWH11.ora
    ORA-00385: cannot enable Very Large Memory with new buffer cache parameters
    DWH12.__large_pool_size=16777216
    DWH11.__large_pool_size=16777216
    DWH11.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    DWH12.__pga_aggregate_target=2902458368
    DWH11.__pga_aggregate_target=2902458368
    DWH12.__sga_target=4328521728
    DWH11.__sga_target=4328521728
    DWH12.__shared_io_pool_size=0
    DWH11.__shared_io_pool_size=0
    DWH12.__shared_pool_size=956301312
    DWH11.__shared_pool_size=956301312
    DWH12.__streams_pool_size=0
    DWH11.__streams_pool_size=134217728
    #*._realfree_heap_pagesize_hint=262144
    #*._use_realfree_heap=TRUE
    *.audit_file_dest='/u01/app/oracle/admin/DWH/adump'
    *.audit_trail='db'
    *.cluster_database=true
    *.compatible='11.2.0.0.0'
    *.control_files='/dborafiles/mdm_bn/dwh/oradata01/DWH/control01.ctl','/dborafiles/mdm_bn/dwh/orareco/DWH/control02.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='DWH'
    *.db_recovery_file_dest='/dborafiles/mdm_bn/dwh/orareco'
    *.db_recovery_file_dest_size=7373586432
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=DWH1XDB)'
    DWH12.instance_number=2
    DWH11.instance_number=1
    DWH11.local_listener='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=bnl11237dat01-vip)(PORT=1521))))'
    DWH12.local_listener='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=bnl11237dat02-vip)(PORT=1521))))'
    *.log_archive_dest_1='LOCATION=/dborafiles/mdm_bn/dwh/oraarch'
    *.log_archive_format='DWH_%t_%s_%r.arc'
    #*.memory_max_target=7226785792
    *.memory_target=7226785792
    *.open_cursors=1000
    *.processes=500
    *.remote_listener='LISTENERS_SCAN'
    *.remote_login_passwordfile='exclusive'
    *.sessions=555
    DWH12.thread=2
    DWH11.thread=1
    DWH12.undo_tablespace='UNDOTBS2'
    DWH11.undo_tablespace='UNDOTBS1'
    SPFILE='/dborafiles/mdm_bn/dwh/oradata01/DWH/spfileDWH1.ora' # line added by Agent
    [oracle@bnl11237dat01][DWH11]$ cat /etc/sysctl.conf
    # Kernel sysctl configuration file for Red Hat Linux
    # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
    # sysctl.conf(5) for more details.
    # Controls IP packet forwarding
    net.ipv4.ip_forward = 0
    # Controls source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Do not accept source routing
    net.ipv4.conf.default.accept_source_route = 0
    # Controls the System Request debugging functionality of the kernel
    kernel.sysrq = 0
    # Controls whether core dumps will append the PID to the core filename
    # Useful for debugging multi-threaded applications
    kernel.core_uses_pid = 1
    # Controls the use of TCP syncookies
    net.ipv4.tcp_syncookies = 1
    # Controls the maximum size of a message, in bytes
    kernel.msgmnb = 65536
    # Controls the default maxmimum size of a mesage queue
    kernel.msgmax = 65536
    # Controls the maximum shared segment size, in bytes
    kernel.shmmax = 68719476736
    # Controls the maximum number of shared memory segments, in pages
    #kernel.shmall = 4294967296
    kernel.shmall = 8250344
    # Oracle kernel parameters
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    kernel.shmmax = 536870912
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048586
    net.ipv4.tcp_wmem = 262144 262144 262144
    net.ipv4.tcp_rmem = 4194304 4194304 4194304
    Please can I know how to resolve this error.

    CAUSE: User specified one or more of { db_cache_size , db_recycle_cache_size, db_keep_cache_size, db_nk_cache_size (where n is one of 2,4,8,16,32) } AND use_indirect_data_buffers is set to TRUE. This is illegal.
    ACTION: Very Large Memory can only be enabled with the old (pre-Oracle_8.2) parameters

  • My daughters computer crashed along with her itunes library.  She can plug it into my computer so how do we create her account on my computer?  When we plug it in, it wants to replace her nano songs with my library.

    My daughters computer crashed along with her itunes library.  She can plug it into my computer so how do we create her account on my computer?  When we plug it in, it wants to replace her nano songs with my library.

              Not quite surewhat your asking exactly. You look here for different ways on importing media from nano to your computer! https://discussions.apple.com/thread/2417169?start=0&tstart=0

  • Update Portal with new Web Cache location

    Hi!
    We are trying to move our front-end WebCache to a new server. The Web Cache seems to work allright, but I can't get Portal to access the Web Cache.
    After moving the Web Cache I've updated the Portal Web Cache Settings in IAS console's portal:portal instance. OC4J_Portal and portal:portal are running and are not showing any errors in IAS console. When I try to access Web Cache through Portal administrative page i get an error saying WWC-40019 "Could not open web cache connection". The URL Portal uses to access Web Cache admin page i.e. is wrong.
    I need some help finding the appropriate way to configure Portal with the new Web cache addresses.
    Thank you!
    Best regards
    "Heyers"

    Portal PM, I thought you said that this solution would not work. Everyone I have heard so far has said that you cannot configure webcache to work with Portal documents. Does this work or does it not?
    Read the messages below from the bottom up.
    It's not possible to do that today.
    In 9.0.2 (the next release) we will be using WebCache configured out of the box so you won;t need to, however, till then you cannot use webcache with Portal 3.0.x
    Thanks
    Portal PM
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Agus Jaelani Type : Question
    Date : Feb 4, 2002 23:11 PT
    please try using this configuration on http.conf
    Port <webcache port>
    Listen <apache listen port>
    ServerName <webcache hostname>
    you must running ssodatan script again.
    Note :
    this config only make portal work together with webcache.
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Krzysztof Jungowski Type : Question
    Date : Feb 5, 2002 06:58 PT
    Thanks a lot. It works.
    best regards
    Krzysztof Jungowski

  • Oracle Portal with Oracle Web Cache

    How can I configure Oracle Portal (or Web Cache) to work together?
    I have installed and started both of them. Now, Web Cache works fine with standard html pages (for example Apache docs) but after trying to reach portal the url is redirected to standard port - on which Portal runs (Web Cache works on 1100 and Portal on 7778).
    So it seems that portal pages are not cached.
    Web Cache:
    Application Web Servers:
    hpwin 7778 100 30 5 / 10
    Where can I find any information about that?
    best regards
    KJ

    Portal PM, I thought you said that this solution would not work. Everyone I have heard so far has said that you cannot configure webcache to work with Portal documents. Does this work or does it not?
    Read the messages below from the bottom up.
    It's not possible to do that today.
    In 9.0.2 (the next release) we will be using WebCache configured out of the box so you won;t need to, however, till then you cannot use webcache with Portal 3.0.x
    Thanks
    Portal PM
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Agus Jaelani Type : Question
    Date : Feb 4, 2002 23:11 PT
    please try using this configuration on http.conf
    Port <webcache port>
    Listen <apache listen port>
    ServerName <webcache hostname>
    you must running ssodatan script again.
    Note :
    this config only make portal work together with webcache.
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Krzysztof Jungowski Type : Question
    Date : Feb 5, 2002 06:58 PT
    Thanks a lot. It works.
    best regards
    Krzysztof Jungowski

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

Maybe you are looking for

  • Blue screen of death, can't boot recovery or from external disk.

    Hello Guys. I have a very wiered problem with my 15 Macbook Pro early 2011 (thunderbolt), latest version of mountain lion (10.8.4?). The computer does boot but won't show up the login screen. I've tried  to boot in recovery mode, but as soon as recov

  • Can't install Oracle 8 in Linux 6

    I can't install Oracle 8 in Linux 6 because I encounted the following error during installation: Error during action 'Running startorcl.sql'. Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<! @/u01/app/oracle/admin/orcl/create/startorcl.sql exit

  • Ios8.0.2 can't use 3g and 4g

    iphone6 with ios8.0.2 if i put iphone on the table without doing anything that I can connect 4g. but  I enen open any app or just get into control center the 4g connection will broken.

  • Php mysql html on your server application

    hello I can work with example websites php mysql html on your server application ouy have to install, php mysql apache and phpmyadmin on my bakbookpro if your server does not do what I Querro please tell me and I instalho manually if it does I'll use

  • Payment Media Run

    Hi Experts,                    I'd like to know what are the pre requisites to successfully complete a Payment Media Run. Upon executing / releasing a Payment Proposal from a "Payment Run" in the Payables WC, the relevant item is set to "Ready For Tr