OAM 11g - Can anyone decipher this error message?

I'm just started getting this error message whenever I hit any protected page. Instead of redirecting to the login page, it shows a generic System Error and the logs show the error below. If I unprotect the page, it comes up fine.
Anyone ever ran across this?
Thanks so much
===
[2011-09-19T18:31:35.759-05:00] [oam_server1] [ERROR] [] [oracle.oam.proxy.oam] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Exception in decryption[[
javax.crypto.BadPaddingException: Given final block not properly padded
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
at javax.crypto.Cipher.doFinal(DashoA13*..)
at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:233)
at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.getSSOToken(OAMProxyEngine.java:577)
at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:259)
at oracle.security.am.engines.enginecontroller.OAMEngineController.processEvent(OAMEngineController.java:127)
at oracle.security.am.controller.MasterController.processEvent(MasterController.java:354)
at oracle.security.am.controller.MasterController.processRequest(MasterController.java:517)
at oracle.security.am.controller.MasterController.process(MasterController.java:457)
at oracle.security.am.pbl.PBLFlowManager.delegateToMasterController(PBLFlowManager.java:209)
at oracle.security.am.pbl.PBLFlowManager.handleBaseEvent(PBLFlowManager.java:147)
at oracle.security.am.pbl.PBLFlowManager.processRequest(PBLFlowManager.java:107)
at oracle.security.am.pbl.transport.http.AMServlet.handleRequest(AMServlet.java:168)
at oracle.security.am.pbl.transport.http.AMServlet.doPost(AMServlet.java:133)
at oracle.security.am.pbl.transport.http.AMServlet.doGet(AMServlet.java:673)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
[2011-09-19T18:31:35.761-05:00] [oam_server1] [ERROR] [OAM-04037] [oracle.oam.proxy.oam] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Exception encountered while processing the HTTP message in OAM proxy. Exception NAPException in parsing the Obrareq request
[2011-09-19T18:31:35.761-05:00] [oam_server1] [ERROR] [OAM-00002] [oracle.oam.binding] [tid: [ACTIVE].ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JA41weuCSs0pnwh8iZ1ESFp10000I_,0] [APP: oam_server] Error occurred while handling the request.[[
oracle.security.am.common.utilities.exception.AmRuntimeException: NAPException in parsing the Obrareq request
at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:320)
at oracle.security.am.engines.enginecontroller.OAMEngineController.processEvent(OAMEngineController.java:127)
at oracle.security.am.controller.MasterController.processEvent(MasterController.java:354)
at oracle.security.am.controller.MasterController.processRequest(MasterController.java:517)
at oracle.security.am.controller.MasterController.process(MasterController.java:457)
at oracle.security.am.pbl.PBLFlowManager.delegateToMasterController(PBLFlowManager.java:209)
at oracle.security.am.pbl.PBLFlowManager.handleBaseEvent(PBLFlowManager.java:147)
at oracle.security.am.pbl.PBLFlowManager.processRequest(PBLFlowManager.java:107)
at oracle.security.am.pbl.transport.http.AMServlet.handleRequest(AMServlet.java:168)
at oracle.security.am.pbl.transport.http.AMServlet.doPost(AMServlet.java:133)
at oracle.security.am.pbl.transport.http.AMServlet.doGet(AMServlet.java:673)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: oracle.security.am.common.exceptions.NAPException: Exception in decryption
at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:257)
at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.getSSOToken(OAMProxyEngine.java:577)
at oracle.security.am.proxy.oam.pbl.plugin.OAMProxyEngine.handleOAMLoginRequest(OAMProxyEngine.java:259)
... 36 more
Caused by: javax.crypto.BadPaddingException: Given final block not properly padded
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
at javax.crypto.Cipher.doFinal(DashoA13*..)
at oracle.security.am.common.nap.util.decryptor.CookieDecryptor.doAESDecryption(CookieDecryptor.java:233)
... 38 more

One possible cause can be that the cwallet.sso files in configurations are out of sync. Check every cwallet.sso in your OAM Server domain and webgate configurations.
HTH,
--olaf                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Help!! can anyone decipher this error report?

    I would be really grateful if anyone could decipher this error report. My system has become really unstable and unusable if I can get beyond the grey screen. During use I get a grey curtain come down and a message telling me to hold the power switch to shutdown.
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 3 GHz, 2 GB
    Graphics: kHW_ATIr580Item, ATY,RadeonX1900, spdisplayspciedevice, 512 MB
    Memory Module: DIMM Riser A/DIMM 1, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 2, 1 GB, DDR2 FB-DIMM, 667 MHz
    Running 10.5.5
    PCI Card: ATY,RadeonX1900, display, Slot-1
    One of the many messages reads:
    Mon Sep 29 21:59:41 2008
    Machine-check capabilities (cpu 3) 0x0000000000000006:
    family: 6 model: 15 stepping: 6 microcode revision 198
    Intel(R) Xeon(R) CPU 5160 @ 3.00GHz
    6 error-reporting banks
    Machine-check status 0x0000000000000005
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32MC0STATUS(0x401): 0x1000000020000000 invalid
    IA32MC1STATUS(0x405): 0x0000000000000000 invalid
    IA32MC2STATUS(0x409): 0x0000000000000000 invalid
    IA32MC3STATUS(0x40d): 0x0020000000000000 invalid
    IA32MC4STATUS(0x411): 0x0000000000000011 invalid
    IA32MC5STATUS(0x415): 0xb200001080200e0f valid
    MCA error code : 0x0e0f
    Model specific error code: 0x8020
    Other information : 0x00000010
    Status bits:
    Processor context corrupt
    Error enabled
    Uncorrected error
    panic(cpu 3 caller 0x001A8656): Machine Check at 0x00ba9e07, thread:0x3efce40, trapno:0x12, err:0x0, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x01009000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000004, EDX: 0x2855a240
    ESP: 0x2e5f3820, EBP: 0x2e5f3888, ESI: 0x03e41d00, EDI: 0x03e1f000
    EFL: 0x00000002, EIP: 0x00ba9e07
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x2e676fb8 : 0x12b0fa (0x459234 0x2e676fec 0x133243 0x0)
    0x2e677008 : 0x1a8656 (0x462498 0xba9e07 0x3efce40 0x12)
    0x2e6770e8 : 0x19fcf3 (0x2e677100 0x0 0x0 0x0)
    Backtrace terminated-invalid frame pointer 0x2e5f3888
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    Not yet set
    Kernel version:
    Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
    System model name: MacPro1,1 (Mac-F4208DC8)
    Many thanks guys.

    Firstly, well done for getting the crash log.
    The bit :
    +Processor context corrupt+
    +Error enabled+
    +Uncorrected error+
    +panic(cpu 3 caller 0x001A8656)...+
    I'd say is the immediate cause (kernel panic) of the shutdown.
    Apart from that, is your memory ok?
    There was an identical (is that you\?) post a while back on:
    http://forums.macrumors.com/showthread.php?t=484526
    This article gives some mmore info as to possible resolution:
    http://support.apple.com/kb/TS1388?viewlocale=en_US
    Antoher poster had problems with 1st gen Mac Pros:
    http://discussions.apple.com/thread.jspa?threadID=1722821&tstart=0
    Finally, and this is probably your best course of action: *phone apple (if you cannot get into an Apple store).* It sounds serious enough to me.
    Sorry I could not help any further. Good luck

  • Can anyone explain this Error Message?

    I am wondering if the following message taken from my console log would have any impact on not being able to use Back to My Mac and screen sharing in iChat across the internet at times.
    Here is the error message: (IP address has been XXX out)
    9/2/08 4:08:57 PM mDNSResponder[19] Failed to obtain NAT port mapping 00047CEC from router 192.168.2.1 external address XXX.XXX.XXX.XXX internal port 5353 error 0 .
    I believe I get this error message each time a wake my computer up from sleep.
    Any thoughts on what this message means?
    Thanks, Tom

    That's probably iTunes looking for Apple TVs.
    http://support.apple.com/kb/HT2463

  • Can anyone read this error message??

    G'day,
    Im imac randomly crashed and a white screen rebooted my computer. I have no Idea why it rebooted. This was the error message... and as Im new to Apple, I have no idea what it says. I was hoping someone could understand it for me??
    Anonymous UUID:  
    73A10893-6411-9F2A-F81B-359A3831E84D
    Sun Mar  9 16:31:46 2014
    panic(cpu 0 caller 0xffffff80026dc19e): Kernel trap at 0xffffff80026524b9, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000017, CR3: 0x00000000052eb000, CR4: 0x00000000001606e0
    RAX: 0xdeadbeefdeadbeef, RBX: 0xffffff80069f1240, RCX: 0x0000000000000020, RDX: 0xdeadbeefdeadbeef
    RSP: 0xffffff83934038a0, RBP: 0xffffff83934038f0, RSI: 0xffffff80486ec2a0, RDI: 0xffffff80486ec100
    R8:  0x0000000000000017, R9:  0x0000000000000000, R10: 0xffffff8393403e20, R11: 0x0000000000000200
    R12: 0xffffff80486ec100, R13: 0xdeadbeefdeadbeef, R14: 0xffffff80486ecfd8, R15: 0xffffff80486ec2a0
    RFL: 0x0000000000010246, RIP: 0xffffff80026524b9, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000017, Error code: 0x0000000000000002, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8393403530 : 0xffffff8002622f69
    0xffffff83934035b0 : 0xffffff80026dc19e
    0xffffff8393403780 : 0xffffff80026f3606
    0xffffff83934037a0 : 0xffffff80026524b9
    0xffffff83934038f0 : 0xffffff8002651d09
    0xffffff83934039f0 : 0xffffff800262aa2f
    0xffffff8393403a20 : 0xffffff8002a8369f
    0xffffff8393403a40 : 0xffffff7f83a1bd4c
    0xffffff8393403a90 : 0xffffff7f83af4dbd
    0xffffff8393403c30 : 0xffffff7f82f21223
    0xffffff8393403d30 : 0xffffff7f836d2706
    0xffffff8393403de0 : 0xffffff7f836d34f1
    0xffffff8393403e20 : 0xffffff7f836e0b86
    0xffffff8393403ed0 : 0xffffff7f836e85e1
    0xffffff8393403ef0 : 0xffffff8002aada80
    0xffffff8393403f30 : 0xffffff8002aac522
    0xffffff8393403f80 : 0xffffff8002aac5f7
    0xffffff8393403fb0 : 0xffffff80026d6aa7
    Kernel Extensions in backtrace:
    com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xfff fff7f82f1e000->0xffffff7f82f7cfff
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.driver.AppleUSBXHCI(650.4.3)[C7BAD101-33FC-38B3-B8A7-DBE09CA99BCE]@0xf fffff7f836d1000->0xffffff7f836edfff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.iokit.IOBluetoothHostControllerUSBTransport(4.2f6)[700ECB2E-3D91-310F- 9369-D2A2AEC28CB5]@0xffffff7f83aee000->0xffffff7f83b0afff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f838d9000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f82cba000
    com.apple.iokit.IOBluetoothFamily(4.2f6)[7354BB5B-1D58-3330-9983-F09F59D1346D]@0 xffffff7f83a16000->0xffffff7f83ab2fff
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7f82f1e000
    dependency: com.apple.iokit.IOReportFamily(21)[C9064240-B311-3D2F-BAC6-0C90078E2DC5]@0xffff ff7f838c8000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:
    0x0000000002400000
    Kernel text base: 0xffffff8002600000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 20908562022163
    last loaded kext at 11089585076982: com.apple.macos.driver.AppleUSBEthernetHost
    7.0 (addr 0xffffff7f84c1e000, size 28672)
    last unloaded kext at 11155025491858: com.apple.macos.driver.AppleUSBEthernetHost
    7.0 (addr 0xffffff7f84c1e000, size 20480)
    loaded kexts:
    com.zte.LTEdriver.cdc_ecm_qmi
    1.0.2
    com.zte.LTEdriver.cdc_usb_bus
    1.0.2
    com.ZTE.driver.ZTELTEUSBCDCACMData
    5.0.1
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch
    80.14
    com.apple.driver.AudioAUUC
    1.60
    com.apple.filesystems.autofs
    3.0
    com.apple.iokit.IOBluetoothSerialManager
    4.2.0f6
    com.apple.driver.AGPM
    100.14.11
    com.apple.driver.X86PlatformShim
    1.0.0
    com.apple.driver.ApplePlatformEnabler
    2.0.9d1
    com.apple.driver.AppleMikeyHIDDriver
    124
    com.apple.driver.AppleHDA
    2.5.3fc1
    com.apple.GeForce
    8.1.8
    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.AppleMikeyDriver
    2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.driver.AppleThunderboltIP
    1.0.10
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.driver.AppleBacklight
    170.3.5
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.driver.AppleIntelHD5000Graphics
    8.1.8
    com.apple.driver.AppleIntelFramebufferAzul
    8.1.8
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.driver.AppleUSBHub
    650.4.4
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.4.0
    com.apple.driver.AppleSDXC
    1.4.0
    com.apple.driver.AirPort.Brcm4360
    800.21.45
    com.apple.iokit.AppleBCM5701Ethernet
    3.6.9b9
    com.apple.driver.AppleAHCIPort
    2.9.5
    com.apple.driver.AppleUSBXHCI
    650.4.3
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleSMBIOS
    2.0
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.driver.AppleBluetoothHIDKeyboard
    170.15
    com.apple.driver.AppleHIDKeyboard
    170.15
    com.apple.driver.IOBluetoothHIDDriver
    4.2.0f6
    com.apple.driver.AppleMultitouchDriver
    245.13
    com.apple.kext.triggers
    1.0
    com.apple.driver.DspFuncLib
    2.5.3fc1
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOAudioFamily
    1.9.4fc11
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.iokit.IOAcceleratorFamily
    98.7.1
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.iokit.IOBluetoothFamily
    4.2.0f6
    com.apple.driver.AppleSMBusPCI
    1.0.12d1
    com.apple.nvidia.driver.NVDAGK100Hal
    8.1.8
    com.apple.driver.AppleHDAController
    2.5.3fc1
    com.apple.iokit.IOHDAFamily
    2.5.3fc1
    com.apple.nvidia.driver.NVDAResman
    8.1.8
    com.apple.driver.X86PlatformPlugin
    1.0.0
    com.apple.driver.AppleThunderboltEDMSink
    1.2.1
    com.apple.driver.AppleSMC
    3.1.6d1
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.driver.IOPlatformPluginFamily
    5.5.1d27
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.iokit.IOSurface
    91
    com.apple.iokit.IOAcceleratorFamily2
    98.7.1
    com.apple.AppleGraphicsDeviceControl
    3.4.12
    com.apple.iokit.IONDRVSupport
    2.3.6
    com.apple.iokit.IOGraphicsFamily
    2.3.6
    com.apple.iokit.IOUSBHIDDriver
    650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.0
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.0
    com.apple.driver.AppleUSBComposite
    650.4.0
    com.apple.driver.AppleThunderboltDPOutAdapter
    2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter
    2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily
    2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter
    1.4.0
    com.apple.driver.CoreStorage
    380
    com.apple.iokit.IOUSBUserClient
    650.4.4
    com.apple.driver.AppleThunderboltNHI
    1.9.2
    com.apple.iokit.IOThunderboltFamily
    2.8.5
    com.apple.iokit.IO80211Family
    600.34
    com.apple.iokit.IOEthernetAVBController
    1.0.3b3
    com.apple.driver.mDNSOffloadUserClient
    1.0.1b4
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOAHCIFamily
    2.6.0
    com.apple.iokit.IOUSBFamily
    650.4.4
    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.10
    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
    21
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.8
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.pthread
    1
    com.apple.kec.corecrypto
    1.0

    Anyone?! 

  • Safari crash- can anyone decipher this error report?

    This is the error report accompanying the crash that I had when i installed Safari and tried to open it. The browser never opened, just said an error had occurred. If anyone can decode this and let me know whats wrong Id love them!
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Safari.exe" FILTER="GRABMIFILTERPRIVACY">
    <MATCHING_FILE NAME="CFNetwork.dll" SIZE="434176" CHECKSUM="0x1088249B" BINFILEVERSION="1.303.0.0" BINPRODUCTVERSION="1.303.0.0" PRODUCT_VERSION="1, 303, 0, 0" FILE_DESCRIPTION="CFNetwork" COMPANY_NAME="Apple Computer, Inc." PRODUCT_NAME=" CFNetwork" FILE_VERSION="1, 303, 0, 0" ORIGINAL_FILENAME="CFNetwork.dll" INTERNAL_NAME="CFNetwork" LEGAL_COPYRIGHT="Copyright (C) 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x7138B" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.303.0.0" UPTOBIN_PRODUCTVERSION="1.303.0.0" LINK_DATE="10/26/2007 21:31:12" UPTOLINKDATE="10/26/2007 21:31:12" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="CoreFoundation.dll" SIZE="462848" CHECKSUM="0xB7665A02" BINFILEVERSION="1.434.15.0" BINPRODUCTVERSION="1.434.15.0" PRODUCT_VERSION="1, 434, 15, 0" FILE_DESCRIPTION="CoreFoundation" COMPANY_NAME="Apple Computer, Inc." PRODUCT_NAME="CoreFoundation" FILE_VERSION="1, 434, 15, 0" ORIGINAL_FILENAME="CoreFoundation.dll" INTERNAL_NAME="CoreFoundation" LEGAL_COPYRIGHT="Copyright (C) 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x754B5" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.434.15.0" UPTOBIN_PRODUCTVERSION="1.434.15.0" LINK_DATE="10/05/2007 00:18:11" UPTOLINKDATE="10/05/2007 00:18:11" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="CoreGraphics.dll" SIZE="3801088" CHECKSUM="0x7E885E84" BINFILEVERSION="1.0.30.0" BINPRODUCTVERSION="1.0.30.0" PRODUCT_VERSION="1.0.30.0" FILE_DESCRIPTION="CoreGraphics DLL" COMPANY_NAME="Apple Computer, Inc." PRODUCT_NAME=" CoreGraphics" FILE_VERSION="1.0.30.0" ORIGINAL_FILENAME="CoreGraphics.dll" INTERNAL_NAME="CoreGraphics" LEGAL_COPYRIGHT="© 2006 Apple Computer, Inc. All Rights Reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3A700D" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.0.30.0" UPTOBIN_PRODUCTVERSION="1.0.30.0" LINK_DATE="10/16/2007 08:04:16" UPTOLINKDATE="10/16/2007 08:04:16" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="icudt36.dll" SIZE="8912896" CHECKSUM="0x430056A4" BINFILEVERSION="3.6.0.9" BINPRODUCTVERSION="3.6.0.9" PRODUCT_VERSION="3, 6, 0, 9" FILE_DESCRIPTION="ICU Data DLL" COMPANY_NAME="IBM Corporation and others" PRODUCT_NAME="International Components for Unicode" FILE_VERSION="3, 6, 0, 9" ORIGINAL_FILENAME="icudt36.dll" LEGAL_COPYRIGHT=" Copyright (C) 2005, International Business Machines Corporation and others. All Rights Reserved. " VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.6.0.9" UPTOBIN_PRODUCTVERSION="3.6.0.9" LINK_DATE="08/19/2007 03:50:28" UPTOLINKDATE="08/19/2007 03:50:28" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="icuin36.dll" SIZE="679936" CHECKSUM="0xDF7DA96A" BINFILEVERSION="3.6.0.9" BINPRODUCTVERSION="3.6.0.9" PRODUCT_VERSION="3, 6, 0, 9" FILE_DESCRIPTION="IBM ICU I18N DLL" COMPANY_NAME="IBM Corporation and others" PRODUCT_NAME="International Components for Unicode" FILE_VERSION="3, 6, 0, 9" ORIGINAL_FILENAME="icuin36.dll" LEGAL_COPYRIGHT=" Copyright (C) 2005, International Business Machines Corporation and others. All Rights Reserved. " VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xADD84" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.6.0.9" UPTOBIN_PRODUCTVERSION="3.6.0.9" LINK_DATE="08/19/2007 03:49:01" UPTOLINKDATE="08/19/2007 03:49:01" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="icuuc36.dll" SIZE="1028096" CHECKSUM="0xD501F582" BINFILEVERSION="3.6.0.9" BINPRODUCTVERSION="3.6.0.9" PRODUCT_VERSION="3, 6, 0, 9" FILE_DESCRIPTION="IBM ICU Common DLL" COMPANY_NAME="IBM Corporation and others" PRODUCT_NAME="International Components for Unicode" FILE_VERSION="3, 6, 0, 9" ORIGINAL_FILENAME="icuuc36.dll" LEGAL_COPYRIGHT=" Copyright (C) 2005, International Business Machines Corporation and others. All Rights Reserved. " VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1064BC" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.6.0.9" UPTOBIN_PRODUCTVERSION="3.6.0.9" LINK_DATE="08/19/2007 03:48:37" UPTOLINKDATE="08/19/2007 03:48:37" VER_LANGUAGE="Language Neutral [0x0]" />
    <MATCHING_FILE NAME="libtidy.dll" SIZE="319488" CHECKSUM="0x27B1496" MODULE_TYPE="WIN32" PE_CHECKSUM="0x59F13" LINKER_VERSION="0x0" LINK_DATE="08/13/2007 22:02:03" UPTOLINKDATE="08/13/2007 22:02:03" />
    <MATCHING_FILE NAME="libxml2.dll" SIZE="1055744" CHECKSUM="0x1DC7A745" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x20006" LINK_DATE="08/19/2007 19:01:25" UPTOLINKDATE="08/19/2007 19:01:25" />
    <MATCHING_FILE NAME="libxslt.dll" SIZE="197632" CHECKSUM="0xB942E0AA" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3A409" LINKER_VERSION="0x10001" LINK_DATE="07/18/2007 17:35:28" UPTOLINKDATE="07/18/2007 17:35:28" />
    <MATCHING_FILE NAME="pthreadVC2.dll" SIZE="47616" CHECKSUM="0x46C901B2" BINFILEVERSION="2.7.0.0" BINPRODUCTVERSION="2.7.0.0" PRODUCT_VERSION="2, 7, 0, 0" FILE_DESCRIPTION="POSIX Threads for Windows32 Library" COMPANY_NAME="Open Source Software community project" FILE_VERSION="2, 7, 0, 0" ORIGINAL_FILENAME="pthreadVC" INTERNAL_NAME="pthreadVC" LEGAL_COPYRIGHT="Copyright (C) Project contributors 1998-2004" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="2.7.0.0" UPTOBIN_PRODUCTVERSION="2.7.0.0" LINK_DATE="06/24/2007 03:30:47" UPTOLINKDATE="06/24/2007 03:30:47" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="PubSubDLL.dll" SIZE="532480" CHECKSUM="0xD32F0260" BINFILEVERSION="1.61.0.0" BINPRODUCTVERSION="1.61.0.0" PRODUCT_VERSION="61" COMPANY_NAME="Apple Inc." PRODUCT_NAME="PubSub" FILE_VERSION="1.0 (61)" ORIGINAL_FILENAME="PubSub.dll" INTERNAL_NAME="PubSub" LEGAL_COPYRIGHT="Copyright Apple Inc. 2006, 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x821F2" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.61.0.0" UPTOBIN_PRODUCTVERSION="1.61.0.0" LINK_DATE="10/26/2007 22:41:11" UPTOLINKDATE="10/26/2007 22:41:11" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Safari.exe" SIZE="3337000" CHECKSUM="0x82B25B01" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="Safari Web Browser" COMPANY_NAME="Apple Inc." PRODUCT_NAME="Safari" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="Safari.exe" INTERNAL_NAME="Safari" LEGAL_COPYRIGHT="Copyright Apple Inc. 2006, 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x330CF8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 22:52:18" UPTOLINKDATE="10/26/2007 22:52:18" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="SafariTheme.dll" SIZE="253952" CHECKSUM="0xD9E0E0DE" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="SafariTheme Dynamic Link Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="SafariTheme" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="SafariTheme.dll" INTERNAL_NAME="SafariTheme" LEGAL_COPYRIGHT="Copyright (C) 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x491E0" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 18:22:51" UPTOLINKDATE="10/26/2007 18:22:51" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Search.dll" SIZE="290816" CHECKSUM="0x20A6376" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="Search Dynamic Link Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="Safari" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="Search.dll" INTERNAL_NAME="Search" LEGAL_COPYRIGHT="Copyright (C) 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4FEA8" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 18:18:59" UPTOLINKDATE="10/26/2007 18:18:59" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="SpellChecker.dll" SIZE="479232" CHECKSUM="0x459A6251" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="SpellChecker Dynamic Link Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME="Safari" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="SpellChecker.dll" INTERNAL_NAME="SpellChecker" LEGAL_COPYRIGHT="Copyright (C) 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x7E29B" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 18:12:47" UPTOLINKDATE="10/26/2007 18:12:47" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="SQLite3.dll" SIZE="352256" CHECKSUM="0x5F92D898" MODULE_TYPE="WIN32" PE_CHECKSUM="0x64011" LINKER_VERSION="0x0" LINK_DATE="07/18/2007 17:36:54" UPTOLINKDATE="07/18/2007 17:36:54" />
    <MATCHING_FILE NAME="WebKit.dll" SIZE="4136960" CHECKSUM="0x93C294F4" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="523.12.9" FILE_DESCRIPTION="WebKit Dynamic Link Library" COMPANY_NAME="Apple Inc." PRODUCT_NAME=" WebKit" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="WebKit.dll" INTERNAL_NAME="WebKit" LEGAL_COPYRIGHT="Copyright Apple Inc. 2006, 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3F2079" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 22:23:48" UPTOLINKDATE="10/26/2007 22:23:48" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="zlib1.dll" SIZE="62464" CHECKSUM="0x4388639F" BINFILEVERSION="1.2.2.0" BINPRODUCTVERSION="1.2.2.0" PRODUCT_VERSION="1.2.3" FILE_DESCRIPTION="zlib data compression library" PRODUCT_NAME="zlib" FILE_VERSION="1.2.3" ORIGINAL_FILENAME="zlib1.dll" INTERNAL_NAME="zlib1.dll" LEGAL_COPYRIGHT="(C) 1995-2004 Jean-loup Gailly &amp; Mark Adler" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x10004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x168EA" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="1.2.2.0" UPTOBIN_PRODUCTVERSION="1.2.2.0" LINK_DATE="07/18/2007 17:36:58" UPTOLINKDATE="07/18/2007 17:36:58" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Plugins\npJavaPlugin.dll" SIZE="49152" CHECKSUM="0x1C297C1B" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="Apple Java Plug-In" COMPANY_NAME="Apple Inc." PRODUCT_NAME="Apple Java Plug-In" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="npJavaPlugin.dll" INTERNAL_NAME="Apple Java Plug-In" LEGAL_COPYRIGHT="Copyright (C) 2006, 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1794E" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 22:32:38" UPTOLINKDATE="10/26/2007 22:32:38" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Safari.resources\en.lproj\SafariResources.dll" SIZE="34816" CHECKSUM="0x4BF2DEFE" BINFILEVERSION="3.523.12.9" BINPRODUCTVERSION="3.0.0.0" PRODUCT_VERSION="3.0.4 (523.12.9)" FILE_DESCRIPTION="Safari Resources" COMPANY_NAME="Apple Inc." PRODUCT_NAME="Safari" FILE_VERSION="3.0.4 (523.12.9)" ORIGINAL_FILENAME="SafariResources.dll" INTERNAL_NAME="Safari Resources" LEGAL_COPYRIGHT="Copyright Apple Inc. 2006, 2007" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xA70E" LINKER_VERSION="0x0" UPTOBIN_FILEVERSION="3.523.12.9" UPTOBIN_PRODUCTVERSION="3.0.0.0" LINK_DATE="10/26/2007 22:52:28" UPTOLINKDATE="10/26/2007 22:52:28" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMIFILTERTHISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="984576" CHECKSUM="0xF0B331F6" BINFILEVERSION="5.1.2600.3119" BINPRODUCTVERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.3119 (xpspsp2gdr.070416-1301)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001" UPTOBIN_FILEVERSION="5.1.2600.3119" UPTOBIN_PRODUCTVERSION="5.1.2600.3119" LINK_DATE="04/16/2007 15:52:53" UPTOLINKDATE="04/16/2007 15:52:53" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>

    File a bug report and attach crash log to http://bugreport.apple.com

  • Can anyone decipher this?

    Can anyone decipher this from a MacBook Air? 
    Version:1.0 StartHTML:0000000177 EndHTML:0000023165 StartFragment:0000002541 EndFragment:0000023129 SourceURL:file://localhost/Users/Station03/Desktop/error%20report.docx                   
    Interval Since Last Panic Report:  4945928 sec
    Panics Since Last Report:          1
    Anonymous UUID: AAAB478E-7DF3-46BC-B5A6-415AF728522F
    Tue Jun 26 17:24:04 2012
    panic(cpu 1 caller 0x2abf6a): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x08826000, ECX: 0x107cfdc0, EDX: 0x0ced4f40
    CR2: 0x00000000, EBP: 0x58c4bf78, ESI: 0x00000000, EDI: 0x08826000
    EFL: 0x00010206, EIP: 0x00000000, CS:  0x00000008, DS:  0x07fc0010
    Error code: 0x00000010
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x58c4bd68 : 0x21b837 (0x5dd7fc 0x58c4bd9c 0x223ce1 0x0)
    0x58c4bdb8 : 0x2abf6a (0x59e3d0 0x0 0xe 0x59e59a)
    0x58c4be98 : 0x2a1a78 (0x58c4beb0 0xf9de0a4 0x58c4bf78 0x0)
    0x58c4bea8 : 0x0 (0xe 0x6c340048 0x58c40010 0x550010)
    0x58c4bf78 : 0x230235 (0x8826000 0x0 0x58c4bfc8 0x227cea)
    0x58c4bfc8 : 0x2a179c (0x863ea0 0x0 0x10 0x7f414e4)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookAir3,2 (Mac-942C5DF58193131B)
    System uptime in nanoseconds: 349846083630500
    unloaded kexts:
    com.apple.iokit.SCSITaskUserClient            2.6.8 (addr 0x592a5000, size 0x28672) - last unloaded 177286763869073
    loaded kexts:
    com.FTDI.driver.FTDIUSBSerialDriver            2.2.14
    com.apple.driver.AppleUSBTCKeyEventDriver            201.6 - last loaded 301283701360087
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleHWSensor            1.9.3d0
    com.apple.driver.AppleUpstreamUserClient            3.5.7
    com.apple.driver.AppleMCCSControl            1.0.20
    com.apple.driver.ApplePlatformEnabler            2.0.2d1
    com.apple.driver.AGPM            100.12.31
    com.apple.driver.AppleMikeyHIDDriver            1.2.0
    com.apple.driver.AppleHDA            2.0.5f14
    com.apple.driver.AudioAUUC            1.57
    com.apple.driver.AppleMikeyDriver            2.0.5f14
    com.apple.Dont_Steal_Mac_OS_X            7.0.0
    com.apple.driver.AudioIPCDriver            1.1.6
    com.apple.driver.AppleIntelPenrynProfile            17
    com.apple.driver.ACPI_SMC_PlatformPlugin            4.7.0a1
    com.apple.GeForce            6.3.6
    com.apple.driver.AppleLPC            1.5.1
    com.apple.driver.AppleBacklight            170.0.46
    com.apple.driver.AppleUSBTCButtons            201.6
    com.apple.driver.AppleUSBTCKeyboard            201.6
    com.apple.driver.AppleUSBCardReader            2.6.1
    com.apple.iokit.IOAHCIBlockStorage            1.6.4
    com.apple.driver.AirPortBrcm43224            428.42.4
    com.apple.driver.AppleAHCIPort            2.1.7
    com.apple.driver.AppleUSBHub            4.2.4
    com.apple.driver.AppleUSBEHCI            4.2.4
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib            1.0.0d1
    com.apple.driver.AppleUSBOHCI            4.2.0
    com.apple.driver.AppleSmartBatteryManager            160.0.0
    com.apple.driver.AppleEFINVRAM            1.4.0
    com.apple.driver.AppleRTC            1.3.1
    com.apple.driver.AppleHPET            1.5
    com.apple.driver.AppleACPIButtons            1.3.6
    com.apple.driver.AppleSMBIOS            1.7
    com.apple.driver.AppleACPIEC            1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient            142.6.0
    com.apple.security.sandbox            1
    com.apple.security.quarantine            0
    com.apple.nke.applicationfirewall            2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement            142.6.0
    com.apple.driver.AppleProfileReadCounterAction            17
    com.apple.nvidia.nv50hal            6.3.6
    com.apple.driver.DspFuncLib            2.0.5f14
    com.apple.driver.AppleProfileTimestampAction            10
    com.apple.driver.AppleProfileThreadInfoAction            14
    com.apple.driver.AppleProfileRegisterStateAction            10
    com.apple.driver.AppleProfileKEventAction            10
    com.apple.driver.AppleProfileCallstackAction            20
    com.apple.driver.AppleSMBusController            1.0.10d0
    com.apple.iokit.IOSurface            74.2
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily            10.0.3
    com.apple.iokit.IOAudioFamily            1.8.3fc2
    com.apple.kext.OSvKernDSPLib            1.3
    com.apple.driver.AppleHDAController            2.0.5f14
    com.apple.iokit.IOHDAFamily            2.0.5f14
    com.apple.iokit.AppleProfileFamily            41
    com.apple.driver.AppleSMC            3.1.0d5
    com.apple.driver.IOPlatformPluginFamily            4.7.0a1
    com.apple.driver.AppleSMBusPCI            1.0.10d0
    com.apple.NVDAResman            6.3.6
    com.apple.driver.AppleBacklightExpert            1.0.1
    com.apple.iokit.IONDRVSupport            2.2.1
    com.apple.iokit.IOGraphicsFamily            2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController            2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController            2.4.5f3
    com.apple.iokit.IOBluetoothFamily            2.4.5f3
    com.apple.driver.AppleUSBMultitouch            207.7
    com.apple.iokit.IOUSBHIDDriver            4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice            2.6.8
    com.apple.iokit.IOUSBMassStorageClass            2.6.7
    com.apple.iokit.IOSCSIArchitectureModelFamily            2.6.8
    com.apple.driver.AppleUSBMergeNub            4.2.4
    com.apple.driver.AppleUSBComposite            3.9.0
    com.apple.driver.XsanFilter            402.1
    com.apple.iokit.IO80211Family            320.1
    com.apple.driver.AppleMCP89RootPortPM            1.11
    com.apple.iokit.IOAHCIFamily            2.0.6
    com.apple.iokit.IOUSBUserClient            4.2.4
    com.apple.iokit.IONetworkingFamily            1.10
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.NVSMU            2.2.7
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOSMBusFamily            1.1
    com.apple.kext.AppleMatch            1.0.0d1
    com.apple.security.TMSafetyNet            6
    com.apple.driver.DiskImages            289.1
    com.apple.iokit.IOStorageFamily            1.6.3
    com.apple.driver.AppleACPIPlatform            1.3.6
    com.apple.iokit.IOPCIFamily            2.6.5
    com.apple.iokit.IOACPIFamily            1.3.0
    Model: MacBookAir3,2, BootROM MBA31.0061.B01, 2 processors, Intel Core 2 Duo, 2.13 GHz, 4 GB, SMC 1.66f55
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en0
    Serial ATA Device: APPLE SSD TS256C, 233.76 GB
    USB Device: FaceTime Camera (Built-in), 0x05ac  (Apple Inc.), 0x850a, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x04500000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821b, 0x04530000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x023f, 0x04300000 / 2

    A third-party USB device. I don't know which one. It wasn't connected at the time of the panic.

  • When I update my nano ipod I get an error message "User ipod cannot be updated.  The disk couldnot be read from or written to."   How can I overcome this error message.

    In the iTunes window, when I update my nano ipod, I get an error message "User ipod cannot be updated.  The disk could not be read from or written to."   How can I overcome this error message.

    Hello there dilip77707,
    It sounds like you are getting this error message that your iPod cannot be read from or written to when you are trying to update your iPod Nano. I recommend the troubleshooting from the following article to help you get that resolved. Its pretty straight forward, just start at the top and work your way down as needed:
     'Disk cannot be read from or written to' when syncing iPod or 'Firmware update failure' error when updating or restoring iPod
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How can I solve this error message? Some of your photos, including the photo "IMG_0374.jpg", were not copied to the iPad "(my name's) iPad" because they cannot be displayed on your iPad.

    how can I solve this error message? "Some of your photos, including the photo “IMG_0374.jpg”, were not copied to the iPad “(my name’s) iPad” because they cannot be displayed on your iPad."
    There were 273 photos in the event syncing from my Mac, but only the last 103 made it to the ipad. Most of the photos were taken by an iphone. I would appreciate any thoughts or insights - thanks.

    Adrian-
    That error message suggests the photo is somehow corrupt.
    Do you have the Apple Camera Connection Kit?  You can set up a USB thumb drive with MS-DOS FAT-32 format and copy your photos to it into a folder named DCIM.  Assuming they have an 8 character plus suffix name, the iPad will recognize them and give you the option of transferring them via the Kit's USB adapter.
    Once they are transferred, you can find out if there is a problem with any.
    Fred

  • I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    See this User Tip by turingtest2
      https://discussions.apple.com/docs/DOC-6562

  • Can anyone solve this error? 0xc 19a0013

    can anyone solve this error? 0xc 19a0013 my black ink cartridge will not print and its full. i've cleaned the heads and still no black.  please help.

    Hello family1023, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are experiencing print system issues.  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find your product number. Also, please include which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information and the product number we can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find, and thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Has anyone seen this error message: "Disc burner or software not found"?

    Two weeks ago I successfully burnt a CD of Word files. Yesterday I put in a blank DVD and got a formatting error message. I didn't think too much of it (thought I had bad discs).
    Tonight I tried to burn a CD out of iTunes. I got this error message: "Disc burner or software not found"
    I suspect this is not good.
    Can anyone help? Details on the DVD drive below.
    Thanks a lot.
    Will D
    MATSHITA DVD-R UJ-857:
    Firmware Revision: HBE4
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media: No
    MB 1.83, 2G RAM   Mac OS X (10.4.8)  

    Thanks for the post.
    No moving or renaming files, except for I deleted a file related to Adobe Acrobat to remove a toolbar thing. But nothing other than that.
    Are there specific files I should be looking out for?
    Thanks again.

  • Has anyone encountered this error message with Adobe Camera Raw 6.3 Plug-in?

    Ever since I installed the Adobe Camera Raw 6.3 Plug-in for Elements 8 I get the following error message when I launch Editor:
    "The Application or DLL C:\Program Files\Common Files\Adobe\Plug-Ins\Elements 8 \File Formats\Win 64\Camera Raw. 8 bi is not a valid Windows Image. Please check this against your installation diskette" 
    (As I downloaded the plug-in I don't have the option of checking against the installation diskette as the error message suggests.)
    If I click OK on the error message the launch process re-commences and Editor eventually opens and operates effectively.
    Does anyone have a suggestion about how I might remove this error message? Alternatively, do I run a risk by continuing to simply ignore the error message?
    Thanks
    Kinyo Jim

    Delete the camera raw 8bi file from the File Formats folder.
    Download ACR 6.2 and extract the files.
    Drag the camera raw 8bi file from the download extract folder into the File formats folder.
    C:\Program Files\Common Files\Adobe\Plug-Ins\Elements 8\File Formats\
    If you are using a 64-bit edition of Windows, then move the plug-in file from the unzipped download folder by navigating to:
    C:\Program Files (x86)\Common Files\Adobe\Plug-Ins\Elements 8\File Formats\

  • Anyone got this error message when going to the creative suite color settings from the bridge ?

    I got this error message saying :"BRIDGE'S PARENT APPLICATION IS NOT ACTIVE, Bridge requires that a qualifying product has to have been launched at least once to enable this feature.
    Plz anyone do you have any tips or help to fix this problem? thank you very much

    What do you have installed, in what form did you acquire it, and what kind of computer you're using please?
    So Bridge doesn't think you have any other Adobe programs installed properly.
    If this isn't a trial or cracked version you're using, you're entitled to free installation support from Adobe by phone.

  • Anyone seen this error message (pic)

    http://farm5.static.flickr.com/4131/5063609092650eab9b7db.jpg
    Just found this random error message waiting for action on my screen.
    Has anyone encountered such error message before?

    I have not encountered such an error message, but this may be an over the air update that was initiated by your carrier which failed.
    http://www.addictivetips.com/mobile/att-pushes-first-ota-update-changing-carrier -to-7-1/

  • Anyone get this error message when trying to use a pre-installed workflow?

    When I try to use one of several workflows under Photo in Automator I get this error message:
    * -[NSNull length]: unrecognized selector sent to instance 0xa00dc008
    The workflows affected are those with the small feather appearing icon next to it. Don't know which application it refers to. For example: Convert to Profile, Change resolution, Assign Color Profile, Color balance.
    Are these referring to some application that I don't have installed? 'Tis a puzzlement.
    OT

    I think I've found the solution. The workflows that were not working were for Photoshop. Now they are. The fix must have been the 10.5.2 Combo updater as that's the only change I've made that would affect Automator. My PS CS3 installation has not been touched since before the problem started.

Maybe you are looking for