SDDM 3.1 PROD: Panic! I am no longer getting any data in DMRS_MAPPINGS

Hi,
After upgrading to DM 3.1 Production the Export -> To Reporting Schema no longer inserts data in the table DMRS_MAPPINGS.
I have noticed two new tables called DMRS_MAPPING_TARGETS and DMRS_MAPPING_TARGET_SOURCES but they are empty, too.
The mapping data shows how entities are mapped to tables and that information is very important to my application (as my application shows the user friendly entity names (such as "Grade Assignment Type") instead of the technical table names (such as "GRAD_ASG_TYPES").
Is this a bug in DM 3.1 Production or is there a way to get the correct data into the DMRS_MAPPINGS table?
Regards,
Marc de Oliveira

Hi Mark,
it's bug and I logged bug for that.
You can use following script to get this problem fixed in export to repository:
mappings = model.getRMExtendedMap().getMappings().values().toArray();
xm = model.getDesign().getExtendedMap();
for (var i = 0; i<mappings.length;i++){
xm.addMapping(mappings);
Execute this script for each relational model you have on fully saved design - you should close design without saving it after export.
I'm sorry for the problems this bug brings to you.
Best regards,
Philip                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • SDDM 3.1 PROD: ERROR PropertyMapWrapper - Invocation error for getter java.

    While opening my design the following message is written in the log:
    2012-03-09 15:32:41,529 [Thread-8] ERROR PropertyMapWrapper - Invocation error for getter
    java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.dbtools.crest.model.metadata.MDTransformer.setProperty(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.processProperty(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLToObjectTransformer.transformToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.transformFromXMLToObject(Unknown Source)
         at oracle.dbtools.crest.model.metadata.XMLTransformationManager.openDesignPart(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at oracle.dbtools.crest.model.design.relational.FKIndexAssociation.createLocalFKIndex(Unknown Source)
         at oracle.dbtools.crest.model.design.relational.FKIndexAssociation.getLocalFKIndex(Unknown Source)
         at oracle.dbtools.crest.model.design.relational.FKIndexAssociation.setMandatory(Unknown Source)
         ... 15 more
    What does it mean?
    Regards,
    Marc de Oliveira

    That is really bad news :-(
    Even though this only happened a few days ago, I cannot make it work on any version of my data unless it is from before February 7 (ie before DA 3.1 production).
    Restoring my model from February 8 generates the same error during export to the repoting schema, eventhough it worked fine one week ago.
    Throwing away more than a month of work is a very serious issue. Are you sure that there is no way to identify the problem?
    Regards,
    Marc de Oliveira

  • My aperture library will not open after restoring my whole computer after a kernal panic.  I can not get the Aperture troubleshooting menu to open...any help?

    My aperture library will not open after restoring my whole computer after a kernal panic.  I can not get the Aperture troubleshooting menu to open...any help?

    Leonie,
    Fisrt let me thank you for your reply and assistance!  So here is the problem with so more detail...I was not sure I was going to get any replies ; )
    I restored from a time machine back up.
    History of Failure:
    I was trying to launch Aperture when the kernal panic occured.  My computer had been closed, and asleep and the battery was dead.  I plugged in charger and it was restoring/waking up after being asleep/shutting down from dead battery.  I launched Aperture from the dock and as soon as it opened the kernal panic occured.  After that the computer would not turn on.  It would try to boot then it would shut off.  I even tried to safe boot to no avail.  I went to the Apple store and they told me that the only thing I could do was restore whole computer from back up.  So thats what I did.
    Since then my previous aperture library: "2011" will not open.  I have created a new aperture library "2012", and it runs fine.  I have added new photos for about the past month...no problems. 
    When I launch aperture with 2012 library then try to switch libraries, I get the following prompt: "The selected library is from an older version of Aperture and requires a relaunch to switch."  I choose "Relaunch" and I get the following warning prompt: "There was an error opening the database for the library “~/Pictures/Aperture Library 20111.aplibrary”."  The only option is "Quit"
    Both libraries are version 3.2.3
    Computer stats: 3.06 GHz Core 2 Duo, 8 GB 1067 MHz DDR3 RAM, OS X 10.6.8
    I have tried to launch aperture troubleshooting by holding option+command from both the aperture icon and from the library file, neither will launch the troubleshooting feature.
    I am ok with computers, but not a whiz (mechanical engineer)...to me it seems as though there is a corrupt path or file or some sort of "check" that is failing, becuase the failure occurs so fast after trying to launch aperture. Maybe that doesn't make any sense but just a thought.
    I hope that you may be able to provide some insight.  Thank you again for you time and I hope that you have a nice day!
    Mike

  • SDDM 3.1 PROD: Engineer to Relational creates too many new objects

    After upgrading to DM 3.1 production I am seeing many dublicates of my relational tables. It seems that when I perform "Engineer to Relational", some of the tables are recreated even though they already existed in the relational model.
    Currently, I have the following tables in my relational model:
    PARTIES
    PARTIESv1
    PARTIESv2
    PARTIESv3
    PARTIESv4
    PARTIESv5
    PARTIESv1-v5 have a created date of Februrary 15 or later, so they have all be created after my upgrade to DM 3.1 production.
    Is this a known bug, and will it be fixed by the upcoming patch?
    Regards,
    Marc de Oliveira

    Marc,
    I have not been able to reproduce this problem.
    I assume that the problem occurred on a model you had migrated from an earlier release? If so, was the migration from 3.0 or from 3.1 EA1, EA2 or EA3? And was this where the model was initially created, or had it been migrated previous to this latest migration?
    I assume that the Entities had been Engineered to Relational prior to the migration?
    Is it happening to all your Tables? If not, are there any obvious similarities between the Tables that have the problem?
    Any other information that might help us reproduce this problem would be appreciated. Do you use any special options in your Engineer operation?
    David

  • SDDM 3.1 PROD: Changing parent diagram for primitive processes

    It seems that it is only possible to change the parent diagram of Composite processes.
    Why is that? I cannot se the reason why it should not be possible to change the parent diagram of a primitive process...
    Regards,
    Marc de Oliveira

    I use the object id when synchronizing the reporting schema export with my APEX application.
    When the object ID is deleted and a new is created, I loose the related information about the primitive process stored in APEX. As an example I create an APEX Feature for each Data Modeler process where APEX developers can track the development progress of every process.
    >
    We don't support right now "move" operation for versioned objects.
    The strange thing about this is that Data Modeler does allow the "move" operation of composite processes but not for primitive processes. Why the difference? Why not allow the "move" operation of both types of processes?
    Regards,
    Marc de Oliveira

  • SDDM 3.1 PROD: Sequence of domain values

    When exporting a design using the Export - To Reportnig Schema the domain values are exported to the table DMRS_DOMAIN_AVT. That table has a column called SEQUENCE that indicates the order of the values in the Domain value list.
    How can we change the order of domain values?
    Regards,
    Marc de Oliveira

    Hi Marc,
    you cannot change the order of values. They are sorted automatically unfortunately it's only string sorting in 3.1. There will be a numeric sorting for numeric data types in patch.
    Philip

  • I am getting this kernel panic frequently.  Does anyone have any idea why?

    Using a MacBook Pro circa 2007, 10.7.5 2.2ghz intel core 2 duo, 4 gigs of ram
    Interval Since Last Panic Report:  121674 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    289B03BD-5D9C-4198-A2B5-D295A20C9B9B
    Tue Nov 20 12:26:44 2012
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff80002eb0d4, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x00007fd043003000, CR3: 0x000000005384f000, CR4: 0x0000000000000660
    RAX: 0xff00ff800dd26458, RBX: 0xffffff800b1db000, RCX: 0x000000000001ffff, RDX: 0xffffff800b1c1970
    RSP: 0xffffff807f4bbd20, RBP: 0xffffff807f4bbd30, RSI: 0x0000000000000000, RDI: 0xffffff8017641140
    R8:  0x0000000000000000, R9:  0x00000000021d6dd1, R10: 0x000000000000007c, R11: 0xffffff80002dad60
    R12: 0x0000000000000000, R13: 0xffffff800d6b1fd4, R14: 0xffffff807f63e2d0, R15: 0xffffff800b1db000
    RFL: 0x0000000000010282, RIP: 0xffffff80002eb0d4, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x00007fd043003000, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807f4bb9d0 : 0xffffff8000220792
    0xffffff807f4bba50 : 0xffffff80002c4794
    0xffffff807f4bbc00 : 0xffffff80002da55d
    0xffffff807f4bbc20 : 0xffffff80002eb0d4
    0xffffff807f4bbd30 : 0xffffff800030eac8
    0xffffff807f4bbd80 : 0xffffff800030ee6d
    0xffffff807f4bbf50 : 0xffffff80005ce4cb
    0xffffff807f4bbfb0 : 0xffffff80002daea3
    BSD process name corresponding to current thread: umount
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 92929401473866
    last loaded kext at 73206052583219: com.apple.driver.AppleUSBCDC    4.1.22 (addr 0xffffff7f807a8000, size 16384)
    last unloaded kext at 73266292481170: com.apple.driver.AppleUSBCDC    4.1.22 (addr 0xffffff7f807a8000, size 12288)
    loaded kexts:
    com.Cycling74.driver.Soundflower    1.5.1
    com.jft.driver.PdaNetDrv    1.0.64
    com.AmbrosiaSW.AudioSupport    3.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleSMCPDRC    5.0.0d8
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.AirPort.Atheros21    431.14.10
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d8
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleBacklight    170.2.2
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.GeForce    7.3.2
    com.apple.driver.CSRUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.AppleUSBTrackpad    227.6
    com.apple.driver.AppleUSBTCKeyEventDriver    227.6
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.iokit.AppleYukon2    3.2.2b1
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleIntelPIIXATA    2.5.1
    com.apple.driver.AppleUSBUHCI    5.1.0
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.iokit.IO80211Family    420.3
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d8
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.nvidia.nv50hal    7.3.2
    com.apple.NVDAResman    7.3.2
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.1
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.iokit.IOUSBMassStorageClass    3.0.3
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOATAPIProtocolTransport    3.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOATAFamily    2.5.1
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.8
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F9E0000000000, 0x565332475344533636374432202020202020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F9E0000000000, 0x565332475344533636374432202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.9
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Ethernet Adaptor (en2), Ethernet, en2
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: WDC WD5000BEVT-00A0RT0, 500.11 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: My Book, 0x1058  (Western Digital Technologies, Inc.), 0x1100, 0xfa200000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x021a, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2

    First thing I would try is a full shutdown and restart, which sometimes fixes these kinds of glitches. Next thing is to log in to another account or create one and see if this happens there or not. If it doesn't, don't delete your regular account, this is only for troubleshooting.

  • Kernel Panic that I can't get past, plus unable to start up in safemode

    Hi there. I was wondering if anyone had any ideas.
    I was using my computer yesterday and after dinner when I turned it on I had the transparent drapes lowering over my monitor. A kernel panic with a "You need to restart your computer" in four languages. I restarted and I get the same message. So I am sort of stuck. I can't run in safe mode. I tried and I got stuck at the apple screen with the turning gear for about half an hour.
    I can use the comp as a firewire target drive. And I have run disk utilities which found a number of permissions errors that were corrected but the hard disk appears fine, and I have run the other extended hardware check - I think its what comes up when you hold down D and restart and not errors were detected.
    I googled the panic log - and someone had the exact same log I think and his problem was solved by a an archive and install. The only difference is he could run in safe mode. So will this work for me? I am at work now, but have a freelance projects due in two days and need to get this machine running tonight.
    Here's the log:
    Sun Jan 25 22:42:18 2009
    panic(cpu 1 caller 0x001694C6): "vmmapunwire: entry is unwired"@/SourceCache/xnu/xnu-1228.5.20/osfmk/vm/vm_map.c:4110
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x2edefdf8 : 0x12b0fa (0x4592a4 0x2edefe2c 0x133243 0x0)
    0x2edefe48 : 0x1694c6 (0x45c20c 0x34b28000 0x0 0x2edeff0c)
    0x2edeff28 : 0x5ca328 (0x34b38000 0x0 0x0 0x0)
    0x2edeffc8 : 0x19ebdc (0x0 0x0 0x1a20b5 0x456b128)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.BootCache(30)@0x5c8000->0x5ccfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9E25
    Kernel version:
    Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
    System model name: iMac8,1 (Mac-F227BEC8)
    Thanks for any tips.

    The panic seems associated with the boot cache. This could simply be a cache corruption problem. If you can boot into safe mode, then download a utility such as TinkerTool System - VersionTracker or MacUpdate - and use it to clear all system, user, and font caches. Reboot immediately and see if this resolves your problem. If not, then you can do the following:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • MBP kernel panics on startup - won't get past grey screen

    So out of nowhere my unibody MBP (specs, etc below) locked up yesterday while I was watching a video using VLC.  It stopped responding to anything so I held down the power button until it turned off.  I waited about 10 minutes and turned it back on.  Grey screen with spinning cog showed up for about a minute and then kernel panic.  Held down power button until it turned off.  Tried repeatedly - same results.  Won't boot into Safe Mode - still get a kernel panic everytime.  It will let me boot the machine into Target Disk Mode.  It will boot from my Snow Leopard install disk where I ran Disk Utility and "repaired disk" and "repaired disk permissions" on both the drive and the volume.  All the "repair disk" and "repair disk permissions" ended with messages in green type saying that the disk/permissions appear to be OK.
    I have an external FW drive used for TM backups for the machine.  A fair amount of data has been added since the last TM backup (which was less than 30 days ago) that, ideally, I'd like to not lose by resorting to restoring from a TM backup.  It's not the end of the world if the last (roughly) 30 days of data/changes ends up being lost, but I'm willing to work on getting it back up and running without doing an erase and install and then restoring from a TM backup if at all possible.
    Definitely if any other information or data is needed from me in order for anyone to assist, please let me know what it is and I'll do my best to provide it.
    All help/assistance is greatly appreciated.  Thanks in advance!
    J
    Hardware Overview:
    Model Name: MacBook Pro
    Model Identifier: MacBookPro5,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.66 GHz
    Number of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 6 MB
    Memory: 4 GB
    Bus Speed: 1.07 GHz
    Boot ROM Version: MBP51.007E.B06
    SMC Version (system): 1.41f2
    Below is what comes up when it kernel panics at the grey screen:
    panic(cpu 1 caller 0x47f5ad): "Process 1 exec of /sbin/launchd failed, errno 13\n"@/SourceCache/xnu/xnu-1504.15.3/bsd/kern/kern_exec.c:3145
    Debugger called: <panic>
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x51383e48 : 0x21b837 (0x5dd7fc 0x51383e7c 0x223ce1 0x0)
    0x51383e98 : 0x47f5ad (0x5cf950 0x831c08 0xd 0x0)
    0x51383ef8 : 0x4696d2 (0x76e1d20 0x1fe 0x736cee0 0x80000001)
    0x51383f38 : 0x48fee5 (0x72b7b7c 0x50f46000 0x51383f88 0x226e2f)
    0x51383f68 : 0x219432 (0x72b7b7c 0xffffff7f 0x51383f88 0x2a45c9)
    0x51383fa8 : 0x2aacb4 (0xffffffff 0x1 0x22f8f5 0x227c4b)
    0x51383fc8 : 0x2a1976 (0x0 0x0 0x2a17ab 0x6e24060)
    BSD process name corresponding to current thread: init
    Mac OS version:
    Not yet set
    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: MacBookPro5,1 (Mac-F42D86A9)
    System uptime in nanoseconds: 69666095555

    As (bad) luck would have it, I don't have the discs that came with the machine .  Isn't that always the way?
    At any rate, I figured that would be a suggestion and searched the web for looking to see if what I need (AHT) could possibly be downloaded.  Looks like some folks have found a way/location to download AHT from the web from some of the posts I've seen, but I've come up empty handed.

  • Panic, Crash when using Exposé. Any fixes?

    ok I've tried to search around but I cannot find a similar problem. Basically my computer will crash (ie go completly off) randomly when I use exposé. Expose is definetly the trigger point but not sure if its the cause. It happens randomly. I can be using expose fine for 5 mins or 2 hours and then it will crash. Usually dont get away with anything longer than 2 hours. Today its doing after 5 minutes (hence my posting on here in frustration). I have expose hot cornered. Im using a 2.66 Ghz i7 MBP with 8 GB RAM. I only have 50 Gg of a 450 gb drive left. I have lion installed (cant remember this problem occuring before I had that installed). I have read about problems with expose crashing the dock or finder but this is different in terms of the whole computer crashes.
    Hopefully someone will be able to spot what the problem is and post a solution to me based on the below.
    Is this a problem someone has heard of before or knows how to fix. I am a freelance designer and my laptop is what earns me money so this directly affects me.
    My thanks for reading this and your thoughts.
    Kind Regards
    Simon
    ===========================================================
    Interval Since Last Panic Report:  492802 sec
    Panics Since Last Report:          7
    Anonymous UUID:                    92B31340-A11C-4282-BEE8-727C89E0DEE6
    Tue Jan 10 17:42:30 2012
    panic(cpu 2 caller 0xffffff7f8095200b): NVRM[0/1:0:0]: Read Error 0x00070000: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff8116955000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 2), Frame : Return Address
    0xffffff812e27b5f0 : 0xffffff8000220702
    0xffffff812e27b670 : 0xffffff7f8095200b
    0xffffff812e27b700 : 0xffffff7f80a42120
    0xffffff812e27b750 : 0xffffff7f80bdc941
    0xffffff812e27b770 : 0xffffff7f80c5453d
    0xffffff812e27b8c0 : 0xffffff7f80a5c115
    0xffffff812e27b930 : 0xffffff7f80928a49
    0xffffff812e27b9a0 : 0xffffff7f8092d0b2
    0xffffff812e27b9f0 : 0xffffff7f8092f3aa
    0xffffff812e27ba20 : 0xffffff7f80931474
    0xffffff812e27bac0 : 0xffffff7f8095737b
    0xffffff812e27bcb0 : 0xffffff7f80958dac
    0xffffff812e27bd80 : 0xffffff7f817c2ca9
    0xffffff812e27bda0 : 0xffffff7f817c5c6b
    0xffffff812e27bde0 : 0xffffff7f817c60e3
    0xffffff812e27be00 : 0xffffff7f817c2ef8
    0xffffff812e27be20 : 0xffffff7f817da375
    0xffffff812e27be40 : 0xffffff7f817da4c0
    0xffffff812e27bea0 : 0xffffff7f817ec568
    0xffffff812e27bec0 : 0xffffff7f817ec9e0
    0xffffff812e27bef0 : 0xffffff8000639966
    0xffffff812e27bf30 : 0xffffff80006386e0
    0xffffff812e27bf70 : 0xffffff8000638584
    0xffffff812e27bfb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.1.4)[71EBC846-807C-386D-8D01-E144A87FAC0F]@0xffffff7f808 f1000->0xffffff7f80bcafff
                dependency: com.apple.iokit.IOPCIFamily(2.6.7)[6D54F06A-46B7-37FC-AF22-DE68DC18A1A3]@0xffff ff7f80878000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[6517D9A6-58F5-3CFC-B021-C882306150D5]@0xff ffff7f808df000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[55FF26D3-292D-3B4B-8AB7-1D25C8B4313B]@0 xffffff7f808a7000
             com.apple.nvidia.nv50hal(7.1.4)[A44D0B74-5A18-34D5-842C-4E280365F55F]@0xffffff7 f80bcb000->0xffffff7f80eecfff
                dependency: com.apple.NVDAResman(7.1.4)[71EBC846-807C-386D-8D01-E144A87FAC0F]@0xffffff7f808 f1000
             com.apple.GeForce(7.1.4)[6E2E0D5E-F779-35F2-A12C-0BAD59229A0E]@0xffffff7f817810 00->0xffffff7f81840fff
                dependency: com.apple.NVDAResman(7.1.4)[71EBC846-807C-386D-8D01-E144A87FAC0F]@0xffffff7f808 f1000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[6517D9A6-58F5-3CFC-B021-C882306150D5]@0xff ffff7f808df000
                dependency: com.apple.iokit.IOPCIFamily(2.6.7)[6D54F06A-46B7-37FC-AF22-DE68DC18A1A3]@0xffff ff7f80878000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[55FF26D3-292D-3B4B-8AB7-1D25C8B4313B]@0 xffffff7f808a7000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11C74
    Kernel version:
    Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Kernel UUID: 59275DFA-10C0-30B3-9E26-F7B5DFB1A432
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 547333820643
    last loaded kext at 92127835727: com.apple.driver.AppleHWSensor          1.9.4d0 (addr 0xffffff7f81e60000, size 28672)
    last unloaded kext at 210724602203: com.apple.driver.AppleUSBUHCI          4.4.5 (addr 0xffffff7f810d0000, size 65536)
    loaded kexts:
    com.parallels.kext.prl_hid_hook          6.0 12106.692267
    com.parallels.kext.prl_hypervisor          6.0 12106.692267
    com.parallels.kext.prl_usb_connect          6.0 12106.692267
    org.virtualbox.kext.VBoxNetAdp          4.0.4
    org.virtualbox.kext.VBoxNetFlt          4.0.4
    org.virtualbox.kext.VBoxUSB          4.0.4
    org.virtualbox.kext.VBoxDrv          4.0.4
    com.Cycling74.driver.Soundflower          1.5.2
    com.parallels.kext.prl_vnic          6.0 12106.692267
    com.parallels.kext.prl_netbridge          6.0 12106.692267
    com.paceap.kext.pacesupport.snowleopard          5.7.2
    com.AmbrosiaSW.AudioSupport          3.2
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.1.3f7
    com.apple.driver.AppleMikeyDriver          2.1.3f7
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleIntelHDGraphics          7.1.4
    com.apple.driver.AppleIntelHDGraphicsFB          7.1.4
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.1
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.GeForce          7.1.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.driver.AppleUSBCardReader          3.0.1
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.0.1
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AirPort.Brcm4331          512.20.18
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.iokit.AppleBCM5701Ethernet          3.0.8b2
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.driver.AppleUSBEHCI          4.5.0
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          167.0.0
    com.apple.driver.DspFuncLib          2.1.3f7
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.1f4
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.AppleHDAController          2.1.3f7
    com.apple.iokit.IOHDAFamily          2.1.3f7
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOAudioFamily          1.8.3fc11
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.1.4
    com.apple.NVDAResman          7.1.4
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.1f4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.1f4
    com.apple.iokit.IOBluetoothFamily          4.0.1f4
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.1
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.1
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.1
    com.apple.iokit.IOUSBUserClient          4.5.3
    com.apple.iokit.IO80211Family          411.1
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IOUSBFamily          4.5.3
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.7
    com.apple.iokit.IOACPIFamily          1.4

    That's the classic one. Seams you have a faulty mother board as so many mid 2010 MacBook Pros. Checkout
    http://support.apple.com/kb/TS4088
    and
    https://discussions.apple.com/thread/2420192?start=0&tstart=0

  • Kernal Panic: Cannot load OS X from any Internal Drive

    On Sunday evening I opened my trusty Macbook Pro 7,1 (13" Mid 2010) and all had locked up.  Nothing would respond - just a beachball.  I powered off and attempted to start back up again.  It went straight to recovery.  Disk Utility reports a fault with the Hard Drive's EFI Partition.  I cannot load hardware diagnostics - screen shot attached of error
    I swapped out the Hard Drive and attempted to reinstall via internet recovery however this would fail at the point of starting the Yosemite installation. (a not very helpful message from memory).  The date was set correctly.
    If however I mount the drive via USB I can reinstall Yosemite just fine and run OS X perfectly normally from USB.  If I take that disk and install it internally OS X wont load and I get the Kernel Panic Below.
    Anonymous UUID:  
    E4C66E36-4C11-B193-6400-263851954BFF
    Wed Feb 25 12:17:50 2015
    *** Panic Report ***
    panic(cpu 1 caller 0xffffff80197c1694): "launchd died\nState at Last Exception:\n\n"@/SourceCache/xnu/xnu-2782.10.72/bsd/kern/kern_exit.c:361
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811937be50 : 0xffffff801932fe41
    0xffffff811937bed0 : 0xffffff80197c1694
    0xffffff811937bf40 : 0xffffff80197c135c
    0xffffff811937bf50 : 0xffffff801984b386
    0xffffff811937bfb0 : 0xffffff8019436e86
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:
    0x0000000019000000
    Kernel text base: 0xffffff8019200000
    __HIB  text base: 0xffffff8019100000
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 84906043459
    last loaded kext at 2639784069: com.apple.driver.AppleUSBTCButtons    240.2 (addr 0xffffff7f9b1ea000, size 20480)
    loaded kexts:
    com.apple.driver.AppleUSBTCButtons    240.2
    com.apple.driver.AppleFileSystemDriver    3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.driver.AppleIRController    327.5
    com.apple.driver.AppleUSBTCKeyEventDriver    240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.7.0
    com.apple.iokit.SCSITaskUserClient    3.7.3
    com.apple.driver.AppleUSBCardReader    3.5.1
    com.apple.iokit.AppleBCM5701Ethernet    10.1.3
    com.apple.driver.AirPort.Brcm4331    800.20.24
    com.apple.driver.AppleUSBHub    705.4.2
    com.apple.driver.AppleUSBOHCI    656.4.1
    com.apple.driver.AppleFWOHCI    5.5.2
    com.apple.driver.AppleAHCIPort    3.1.0
    com.apple.driver.AppleUSBEHCI    705.4.14
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleACPIButtons    3.1
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    3.1
    com.apple.driver.AppleAPIC    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient    218.0.0
    com.apple.nke.applicationfirewall    161
    com.apple.security.quarantine    3
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    218.0.0
    com.apple.driver.AppleUSBMultitouch    245.2
    com.apple.iokit.IOUSBHIDDriver    705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.7.3
    com.apple.iokit.IOUSBMassStorageClass    3.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.7.3
    com.apple.driver.AppleUSBMergeNub    705.4.0
    com.apple.driver.AppleUSBComposite    705.4.9
    com.apple.iokit.IOEthernetAVBController    1.0.3b3
    com.apple.driver.mDNSOffloadUserClient    1.0.1b8
    com.apple.iokit.IO80211Family    710.55
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOFireWireFamily    4.5.6
    com.apple.driver.AppleMCP89RootPortPM    1.11
    com.apple.iokit.IOAHCIFamily    2.7.5
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.iokit.IOUSBFamily    710.4.14
    com.apple.driver.NVSMU    2.2.9
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    300.0
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.AppleMobileFileIntegrity    1.0.5
    com.apple.driver.AppleCredentialManager    1.0
    com.apple.driver.DiskImages    396
    com.apple.iokit.IOStorageFamily    2.0
    com.apple.iokit.IOReportFamily    31
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    3.1
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    com.apple.kec.Libm    1
    com.apple.kec.pthread    1
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    USB Device: Internal Memory Card Reader
    USB Device: HD-PCTU3
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:
    I reckon that this will be a hardware error however as for where I cannot say.  Anyone able to offer advise?

    Generally if you can boot the MBP from an external HDD and not boot the MBP with that drive internally, the SATA connection is usually the problem.  Replacement of the cable will usually solve the issue.
    I suggest that you take the MBP to an Apple store genius bar for a definitive evaluation.  The repair is not expensive.
    Ciao.

  • Kernel Panics starting again after long break

    About 3 months ago i experienced a lot of random Kernel Panics and after trying all sorts of solutions the only thing that solved it was a total reinstall of my Tiger 10.3 with a zero out data on the Tiger reinstall. I did a copy (using SuperDuper) of my HD onto a external Firewire disk, and then copied that back afterwards.
    Now it's starting again. I have Tiger 10.4.4 and have KP's almost every day. The latest looks like this (no periphals at all). Can anyone out there decipher the KP Log?:
    Sat Jan 21 17:55:00 2006
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000000 PC=0x00000000000A5220
    Latest crash info for cpu 0:
    Exception state (sv=0x3B022500)
    PC=0x000A5220; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x0006B324; R1=0x1752B910; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x00000000 0x0006B31C 0x0006B5F0 0x002D6B7C 0x002D7CBC 0x002D7DD4
    0x002D7D98 0x008F7B04 0x008E985C 0x00905F14 0x008E9940 0x002E9C38 0x0008C118 0x000291C0
    0x000233AC 0x000AC02C 0xFF4771E9
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.ATIRadeon9700(4.1.8)@0x8e2000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x479000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.1)@0x880000
    dependency: com.apple.iokit.IONDRVSupport(1.4.1)@0x8a4000
    Proceeding back via exception chain:
    Exception state (sv=0x3B022500)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x2D40AC80)
    PC=0x9000B208; MSR=0x0200D030; DAR=0xE47A5EA4; DSISR=0x40000000; LR=0x9000B15C; R1=0xBFFFDE10; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095718 0x00095C30 0x0002683C 0x000A8384 0x000ABD00
    Proceeding back via exception chain:
    Exception state (sv=0x3B022500)
    PC=0x000A5220; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x0006B324; R1=0x1752B910; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x00000000 0x0006B31C 0x0006B5F0 0x002D6B7C 0x002D7CBC 0x002D7DD4
    0x002D7D98 0x008F7B04 0x008E985C 0x00905F14 0x008E9940 0x002E9C38 0x0008C118 0x000291C0
    0x000233AC 0x000AC02C 0xFF4771E9
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.ATIRadeon9700(4.1.8)@0x8e2000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x479000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.1)@0x880000
    dependency: com.apple.iokit.IONDRVSupport(1.4.1)@0x8a4000
    Exception state (sv=0x2D40AC80)
    PC=0x9000B208; MSR=0x0200D030; DAR=0xE47A5EA4; DSISR=0x40000000; LR=0x9000B15C; R1=0xBFFFDE10; XCP=0x000000

    Hi Flemming--
    thanks for your reply.
    I don't know if its the graphics system, coz' the
    other day i had a KP that said:
    Kernel loadable modules in backtrace (with
    dependencies):
    com.apple.iokit.AppleAirPort2(404.2)@0x65c000
    dependency:
    com.apple.iokit.IONetworkingFamily(1.5.0)@0x526000
    dependency:
    com.apple.iokit.IOPCIFamily(1.7)@0x479000
    om.apple.iokit.IONetworkingFamily(1.5.0)@0x526000
    - which made me suspecious about the Airport card or
    something. But it's kinda random what the log says
    and the only repeating line i see is:
    " dependency:
    com.apple.iokit.IOPCIFamily(1.7)@0x479000".
    So i'm still in doubt here.
    You're right, it's probably not the graphics system if the other lines change. But if they always show the IOPCIFamily, it could be a logic board problem or a bad stick of RAM. If you have extra RAM, you could try swapping RAM around and see if that fixes the problem.
    And for the Apple
    hardware Test - everybody is talking about that but i
    never could find that on any CD's i've had from Apple.
    It depends on how old your computer is. The Apple Hardware Test for my PowerBook (Oct 2006) is on the "PowerBook G4 Mac OS X 15-inch and 17-inch Install Disc 1". It's referred to on the lower left side of the disc as "AHT 2.5.2", but the directions in the upper right refer to it as Apple Hardware Test: "To use Apple Hardware Test , hold down the option key as the computer starts up."
    For my iMac G5, it's on another disc labelled "Additional Software & Apple Hardware Test". In the more distant past, I remember it coming on a completely separate CD, and the CD had a silver label, not the usual gray ones of the OS restore discs that came with the computer. But I'm not sure how long ago that's been.
    best,
    charlie

  • Mac Mini Kernal Panics and AHT error - long description

    I have a late 2009 Mini that has had kernal panic issues for some time. When I first bought the computer it had 1/120 and I upgraded it to 2/320 myself. It is hooked up to my HDTV as a media server and it started getting kernel panics running Netflix in Safari. Sometimes the fan would spin up to very high levels while running Virtual Box with Windows XP.
    It seemed to be the added RAM and I pulled it. Panics went away but now it is very slow. I purchased 2 - 2GB RAM from OWC and installed in machine. It was good for a while but then started kernel panics again.
    Recently my MS bluetooth keyboard started having issues connecting and the panics got worse. I ran AHT on the machine and got the following error code:
    4MOT/2/40000004: Master - 0 I reran the test and got 4MOT/2/40000004: Master - some 4 digit number I didn't write down because someone unplugged the machine while I was getting a pen.
    It appears to be heat related because after a kernel panic if I leave the machine turned off for half an hour or so it works again for a while but if I just restart it will panic again within the next 15 minutes.

    Zed Ruhlen wrote:
    Thank you for the answer. I suspected a fan issue considering the symptoms. I know others have had fan issues with other MOT codes but wasn't sure.
    It is odd that it says MOT instead of, oh, say, FAN.
    I think my first step will be to run the fan utility and see what the fan and temps are doing before I go to a Genius bar.
    Go ahead and make the appointment; if the AHT says it's bad, it needs attention.

  • BLIND PANIC! Can't get any bean working with 9i

    Please please help!
    We cannot get a simple test bean to be picked up by the .jsp page. Two of us have been here for 7 hours now. It worked fine with JRUN - just place the bean in the correct folder. What are we doing wrong?
    We need to get beans working fast! The deadline for this stage of the project is upon us!!!
    The error:
    Request URI:/test/
    Exception:
    oracle.jsp.parse.JspParseException: Line # 18, Error: Unable to find class for bean: genBean defined by tag with class: GenericBean
    The jsp page:
    <%--
    -- globals.jsa -- holds stuff global to the whole application
    --%>
    <%@ page import="java.sql.*, javax.sql.*, oracle.jsp.dbutil.ConnCacheBean" %>
    <event:application_OnStart>
    <jsp:useBean id="genBean" class="GenericBean" scope="application">
    <jsp:setProperty name="genBean" property="Color" value="4"/>
    </jsp:useBean>
    </event:application_OnStart>
    The bean:
    I assume the bean itself is ok 'cos it worked with JRun - It is a tiny tester and has been archived correctly into GenericBean.jar which consists of two files, Manifest.mf and GenericBean.class.
    Again please help. Thanks
    null

    Make sure that you have the beans (classes) placed in the correct class path. These paths should work:
    1)[docroot]/WEB-INF/classes
    2)[docroot]/servlets
    The 1st path is what you really should be using for JSP. If this directory does not exist then create it, and put your beans in it.
    Dennis
    null

  • Status of Prod Order not updated as delta - 2LIS_04_P_COMP

    Hi all,
    We are currently using 2LIS_04_P_COMP to update the data to BI. We have enhanced the DS to include the status of the prod order from table JEST. However it seems that this is not getting updated to BI server whenever prod order change its status. There is a delta queue when I see in tcode LBWQ and then I run the collective update in LBWE and then it will disappear from the queue which is correct. But when I see in RSA7, there is nothing and also I run the infopackage in BI server, it cannot get any data. Anybody has this issue before?
    Many thanks in advance.
    Regards,
    Janet

    The delta will only be captured if the Production Order actually changes. When a change is made to the status of an object in JEST, or JCDS, it doesn't register as a change on the object. Therefore, changes in Production Order status won't invoke a change on the source tables for Production Orders and therefore not get captured on the 2LIS_04_P_COMP or 0PRODORDER_ATTR DataSiources.
    If you need to capture the changes in status for Production Orders, you will have to create a generic DataSource that is sourced by the JEST table and join it with the Production Order in BW.
    Edited by: Dennis Scoville on Sep 17, 2009 8:16 PM

Maybe you are looking for

  • Build a product, step by step with visuals and updated price?

    Hello all, What I'm looking for has probably been covered but I cannot find it in a search because it's akward to describe. It is also possible that what I'm looking for is more of a javascript than flash...but since I'm more familiar with Flash I wa

  • Insert a new record in the middle of a tabular form

    Hi, I have a tabular form. Pressing "Add Row" button opens a new, empty row at the bottom of the page or - if I use pagination - jumps to the page with the last record and creates a new record there. Is it possible to open a new line in the middle of

  • BAPI_BUSPROCESSND_CHANGEMULTI

    In CRM I'm attempting to change business partners on a sales document.  We have process_type ZLIT configured as a Service Confirmation.  I am able to build these fine with the BAPI_BUSPROCESSND_CREATEMULTI, however, when I attempt to utilize the chan

  • Airport Express dropping out

    I am using an airport express to join my network and have connected a network printer to it using and ethernet cable. I have previously used this airport express to connect a windows PC and never had a problem. I recently purchased an iMac to replace

  • Subtract a numerical value from a database's data

    Hi Everyone! I'm just wondering what kind of code/s should i use if i want to subtract the value of a numeric data from a database. Example: Column is Savings. Current Data: $ 25,000(Ignore the sign) , I want to make it 20,000. Does anyone know how i