Locating Error Logs

I appreciate any help I can get with this issue. I am supporting an existing forms 5.0 and reports 3.0 application. Here is the basic environment:
Oracle client on users' machines (Windows 2000 & XP)
Source files on server (Windows)
Oracle 7 database on server (UNIX)
There are a few specific reports the same problem. When a user runs one of these reports, the process may stop before the parameter form displays. They see a "busy" cursor for a few seconds and that is it. If this happens, the report behaves the same for following attempts. Often, a reboot of the user's machine or waiting a few days may fix the problem.
I am attempting to identify the cause of the problem but am unsure where to start. Would the error log be on the client machine or the server? And how would I locate it?
Richard

Hi Mrigendra,
Please re-initialize the SNP planning area (program : /SAPAPO/TS_PAREA_INITIALIZE) and then check the consistency by executing the program: /SAPAPO/TS_LCM_CONS_CHECK. If you observe any inconsistency in the log/spool, then re-run the program: /SAPAPO/TS_LCM_CONS_CHECK to observe all green.
It is recommended to run the consistency program after any master data change. The initialization program should be run at least weekly.
Try transfering the data again from DP to SNP to see if the error reappear.
Hope this helps.
Regards,
Nawanit

Similar Messages

  • Error Log in Hyperion Planning

    Hi,
    Can anyone tell me where i can locate error log for Hyperion? I'm getting an error that 'Data form is invalid' when i try to access any data form created in planning. Version 9.3.0.1

    Hi,
    You didn't say which web server you are using, if it is tomcat the location will be something like
    \Hyperion\Planning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\logs
    Though saying that I don't think the logging is that brilliant with planning and tomcat.
    Cheers

  • I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers

    When updating Photoshop CS6 (Creative Cloud) I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers. Initial Installation and actual funcioning wuith no problem, only on updating. I have tried several times with same error.

    Hi Alberto Pomares,
    Please refer the KB Doc : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • Web Dynpro error log location

    I'm pretty new to Web Dynpro and have a few questions regarding the location of the different error log.
    1. Sometimes the web dynpro IDE prompt up saying "please check the error logs for details". Where is the error log located?
    2. After i deployed and run the Web Dynpro application, there is a "Red Exclaimation" picture and the bottom of the web page. Where to find this error log?
    3. Where is the error log for run time error, eg, NULL POINTER exception etc ?
    Any help would be much appreciated. Thanks.

    Hi julius,
    1) Go to windows->preferences->workbench->workspace->current workspace. Open directory, go to ".metadata" folder and check ".log" file
    2) 3) In my case it is C:\usr\sap\J2E\JC02\j2ee\cluster\server0\log\defaultTrace.trc (J2E - SID, JC02 - 2nd instance)
    Best regards, Maksim Rashchynski.

  • Cisco HSM - Error logs location

    We have recently procured High-Performance Subnet Manager 1.2
    The product is monitoring Infiniband Fabric
    Does this device collect error logs from infiniband switches and if yes, how can we obtain a summary of these Infiniband errors.
    I have the User Guide for this product but nothing is mentioned about this feature.
    The guide talks about performance manager and a location /var/log!!
    can somebody give me some idea on obtaining infiniband switches related logs from HSM.
    Many Thanx

    Hi,
    This Subnet Manager does not collect error logs from the infiniband switches. The logs would indicate SM logs such as devices logging in and logging out of the infiniband fabric. The SM is used to service the Infiniband fabric like routing traffic, allowing devices to log in and out of the IB fabric and is not meant to be used to manage the switches.
    There is a better tool if you want to look and troubleshoot the Infiniband fabric called FACT:
    http://www.cisco.com/en/US/products/ps9471/tsd_products_support_series_home.html
    You can use this tool to collect switch logs and to a certain extent manage the switches.
    Please let me know if you need any further help.
    Thanks,
    Nikhil

  • How to change error log location

    I have been trying to change the location of the SQL 2005 error log. It's logging to the default location at C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
    I want to move the log location to the E drive because it can get quite large.
    I already changed the setting in the SQL Server Error and Usage config tool, but this did not seem to make a difference.
    Can someone tell me please how to do this?
    Thank You,
    Ed

    The errorlog location is controlled by the -e startup parameter, which is read from the registry at startup.
    You can change the default location from the SQL Server Configuration Manager.  Open the properties for the SQL Server Service and find the Startup Parameters entry on the Advanced page. 
    By default the entry looks something like this:
    -dD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    Change the path after -e to be anything you'd like.

  • I get the following error: Error log file location: /Library/Logs/Adobe/Installers

    I get the error U44M1P7 Error log file location: /Library/Logs/Adobe/Installers
    Does anyone have an idea what I need to do?  Thanks

    Did you ever find a solution? I am in sort of the same boat. I even had an Adobe rep try to help me. For some reason my Adobe App Manager does not work on my Macbook. It orginally did but one day it just would not launch. After numerous attempts of uninstalling and re-installing without success, the only workaround solution was to create another user on my Macbook and install the Application Manager on that user's account. I can then download the apps / programs and updates from there. When I log out of that user and back into my main account the Adobe programs work....well most of them. I have noticed that certain programs, like Muse will launch and work correctly under my second user account but it will not luanch without error on the main account.
    The fact that no one at Adobe seems to be able to provide a solution is frustraing. Everything worked fine one day, then its all messed up. Switching users is not an ideal solution at all.

  • Write SharePoint Custom Error logs into physical location

    Hi
       I need to programmatically write a custom error logs using SPDiagnosticsService class into my custom physcial location.
       But when i use SPDiagnosticsService it will write error logs into 15hive\logs folder instead i want to write into my physical location(say C:\Logs\Error.log)
       How to achieve this?
    Regards,
    Siva

    Hi,
    SPDiagnosticsService has a property 'loglocation' and it only points to one location. I reckon, you can not use one location for SharePoint log, another one for custom log - if you use SPDiagnosticsService. What I do for my SharePoint projects is, create
    a custom logger, which wrap the SPDiagnosticsService inside. Then My Logger class write the log into some custom location (configurable through web.config or by other means) as well as pass it to SPDiagnosticsService. Having a custom log file for custom solution
    helps to find problem very quickly and easily - which would be difficult if you would need to go through large log files. So I can suggest, write a custom logger, wrap SPDiagnosticsService  inside the cutom logger. Then on every Log Event, write in your
    cusotm file and if you want you can pass the event to SPDiagnosticsService  also.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • IPhoto Crashes all of the time. Attached Error Log. Please help?

    Attached is the error log. I've tried creating a new library and running disk utility. iPhoto crashes after a few minutes of use, especially when trying to edit photos. Any advice? The crashing is chronic and has occured for some time now (months).
    Process: iPhoto [3091]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 9.4.3 (9.4.3)
    Build Info: iPhotoProject-720091000000000~1
    App Item ID: 408981381
    App External ID: 15017489
    Code Type: X86 (Native)
    Parent Process: launchd [169]
    Date/Time: 2013-05-16 16:19:12.951 +0100
    OS Version: Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report: 233038 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 54616 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: ----------------------------------------
    Crashed Thread: 16
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
    VM Regions Near 0xffffffff:
    --> shared memory 00000000ffff0000-00000000ffff2000 [ 8K] r-x/r-x SM=SHM
    Application Specific Information:
    objc[3091]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.HIToolbox 0x99612543 RunCurrentEventLoopInMode + 318
    7 com.apple.HIToolbox 0x996198ab ReceiveNextEventCommon + 381
    8 com.apple.HIToolbox 0x9961971a BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit 0x9a24eee8 _DPSNextEvent + 678
    10 com.apple.AppKit 0x9a24e752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11 com.apple.AppKit 0x9a24aac1 -[NSApplication run] + 911
    12 com.apple.AppKit 0x9a4dbac5 NSApplicationMain + 1054
    13 com.apple.iPhoto 0x0009e0b9 0x8e000 + 65721
    14 com.apple.iPhoto 0x0009d705 0x8e000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x985b5b5e __select_nocancel + 10
    1 libdispatch.dylib 0x949fdcbd _dispatch_mgr_invoke + 642
    2 libdispatch.dylib 0x949fc853 _dispatch_mgr_thread + 53
    Thread 2:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 3:
    0 libJPEG.dylib 0x9537e35d _cg_vec_jpeg_idct_islow + 740
    1 libJPEG.dylib 0x9537c396 decompress_onepass + 379
    2 libJPEG.dylib 0x9537c1bc process_data_simple_main + 43
    3 libJPEG.dylib 0x9537c186 _cg_jpeg_read_scanlines + 154
    4 com.apple.ImageIO.framework 0x95dd0014 copyImageBlockSetJPEG + 2807
    5 com.apple.ImageIO.framework 0x95dcf456 ImageProviderCopyImageBlockSetCallback + 440
    6 com.apple.CoreGraphics 0x91947d98 CGImageProviderCopyImageBlockSetWithOptions + 173
    7 com.apple.CoreGraphics 0x91947ce5 CGImageProviderCopyImageBlockSet + 69
    8 com.apple.CoreGraphics 0x91977599 imageProvider_getBytes + 129
    9 com.apple.CoreGraphics 0x91898e53 CGAccessSessionGetBytes + 315
    10 com.apple.geode 0x0119081b DGReadBytesFromAccessSession + 197
    11 com.apple.geode 0x01190e18 DGReadBytesRGBA8toARGB8 + 34
    12 com.apple.geode 0x010fb18b -[DGImageIOFactory readImageSource:intoConsumers:readFunctions:] + 160
    13 com.apple.geode 0x010fbf42 -[DGImageIOFactory fulfillImageRequest:intoLockedPage:forTile:] + 2532
    14 com.apple.geode 0x010fd65f -[DGImageIOFactory readRequest:intoPageRef:] + 752
    15 com.apple.geode 0x010fdc1a -[DGImageIOFactory readHandler:] + 165
    16 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    17 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    18 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    19 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    20 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    21 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    22 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    23 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    24 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 4:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 5:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01db08d6 -[XTThread waitForSynchReply:] + 172
    7 com.apple.proxtcore 0x01d9fda3 -[XTThread sendLocalMessageSynch:destThread:] + 207
    8 com.apple.geode 0x010fd97e -[DGImageIOFactory cache:cacheStore:onFulfillRequest:intoPageRef:] + 643
    9 com.apple.proxtcore 0x01dbbdc5 -[XTCacheFactory cache:cacheStore:fulfillRequest:intoPageRef:] + 1128
    10 com.apple.proxtcore 0x01dba9fb -[XTCacheBroker cacheStore:fulfillRequest:intoPageRef:] + 65
    11 com.apple.proxtcore 0x01dc2044 -[XTCacheStore newObjectFulfillRequest:] + 650
    12 com.apple.proxtcore 0x01dc26cd -[XTCacheStore newObjectForRequest:] + 1167
    13 com.apple.proxtcore 0x01dba042 -[XTCache newObjectForRequest:] + 43
    14 com.apple.geode 0x0113633e -[DGCachedTileImageProvider prefetchDataInRect:] + 525
    15 com.apple.geode 0x010cef2c -[DGImage prefetchImageInRect:] + 93
    16 com.apple.RedRock 0x02613b90 -[RKImageCache _performPrefetch:] + 485
    17 com.apple.RedRock 0x02614131 -[RKImageCache _backgroundPrefetch:] + 1140
    18 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    19 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    20 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    21 com.apple.proxtcore 0x01d99ab5 -[XTList makeObjectsPerformSelector:withObject:] + 60
    22 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    23 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    24 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    25 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    26 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    27 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    28 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 9:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.RedRock 0x023d82bf -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7 com.apple.CoreFoundation 0x94aaf1aa -[NSObject performSelector:] + 58
    8 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    10 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    11 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    12 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    13 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    14 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    15 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    16 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    17 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.Foundation 0x989ab0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    8 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    9 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    10 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x985b5b42 __select + 10
    1 com.apple.CoreFoundation 0x94a95e15 __CFSocketManager + 1557
    2 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    3 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 12:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.Foundation 0x989a0be8 -[NSCondition wait] + 304
    4 com.apple.iPhoto 0x000e0184 0x8e000 + 336260
    5 com.apple.iPhoto 0x000dfd92 0x8e000 + 335250
    6 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    7 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    8 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    9 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    13 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    14 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    15 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    16 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    17 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    18 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    19 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    20 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 13:: CVDisplayLink
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreVideo 0x974b00cd CVDisplayLink::runIOThread() + 945
    4 com.apple.CoreVideo 0x974afd05 _ZL13startIOThreadPv + 160
    5 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    6 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 14:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.QuickTimeComponents.component 0x939c016a 0x933d3000 + 6213994
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 15:: com.apple.coremedia.scheduledfileio
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreMedia 0x97debb0e WaitOnCondition + 19
    4 com.apple.CoreMedia 0x97debd3b FigSemaphoreWaitRelative + 194
    5 com.apple.CoreMedia 0x97de7946 FigScheduledFileIOThread + 201
    6 com.apple.CoreMedia 0x97dece33 figThreadMain + 496
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 16 Crashed:
    0 com.apple.CoreImage 0x973c88a3 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage 0x973c8725 FEVirtualMemory::allocate(unsigned long&, signed char&) + 293
    2 com.apple.CoreImage 0x972736ed fe_buffer_activate(FEContext*, unsigned int) + 443
    3 com.apple.CoreImage 0x9727349e -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 136
    4 com.apple.CoreImage 0x972b025e FETexture::renderSetup(FEContext*, FEFormat) + 222
    5 com.apple.CoreImage 0x972b017b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage 0x972b89ac FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1068
    7 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    8 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    9 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    10 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    11 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    12 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    13 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    14 com.apple.CoreImage 0x972b931d FECropTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    15 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    16 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    17 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    18 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    19 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    20 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    21 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    22 com.apple.CoreImage 0x972b9893 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    23 com.apple.CoreImage 0x972b982c FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    24 com.apple.CoreImage 0x972bd143 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 189
    25 com.apple.CoreImage 0x972bd430 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 686
    26 com.apple.CoreImage 0x972bd69b FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 361
    27 com.apple.CoreImage 0x9729263a -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 273
    28 com.apple.CoreImage 0x97291ecd -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 1543
    29 com.apple.CoreImage 0x9724362d -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 323
    30 com.apple.CoreImage 0x9724251e -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 114
    31 com.apple.iPhoto 0x0064cac5 0x8e000 + 6023877
    32 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    33 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    34 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    35 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    36 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    37 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    38 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    39 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    40 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    41 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    42 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    43 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    44 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    45 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    46 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 17:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 18:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x00157832 0x8e000 + 825394
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 19:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 20:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0019d728 0x8e000 + 1111848
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 21:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.CoreServices.CarbonCore 0x9074be53 AIOFileThread(void*) + 1019
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 22:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 23:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 24:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 25:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x973c889d ebx: 0xffffffff ecx: 0xffffffff edx: 0x00000200
    edi: 0xb1a3ab00 esi: 0x973c860e ebp: 0xb1a3aa28 esp: 0xb1a3aa20
    ss: 0x00000023 efl: 0x00010246 eip: 0x973c88a3 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
    cr2: 0xffffffff
    Logical CPU: 3
    Binary Images:
    0x8e000 - 0xd83ff3 com.apple.iPhoto (9.4.3 - 9.4.3) <74A545E6-1EB2-315F-82FA-3344B599F490> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xf18000 - 0xff8fe7 org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1045000 - 0x104dffb com.apple.PhotoFoundation (1.0 - 20.12) <6DEFC232-B843-3848-908E-25AF929E9026> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10bc000 - 0x1299ffb com.apple.geode (1.5.3 - 280.22) <887FF540-8A00-3AED-9C17-C99856E7A6F4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1329000 - 0x132eff7 com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <6B675B59-ED97-35F8-89CB-79F387A05EA5> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1337000 - 0x1366ff7 com.apple.iLifeAssetManagement (2.7 - 45.19) <C30AF8E5-51DB-3912-B58C-41988B396209> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x138a000 - 0x13b1ff3 com.apple.iPhoto.Tessera (1.1 - 90.10) <143B4B05-6F39-3C83-A927-E4B5A53D2344> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13c4000 - 0x13e8ffb com.apple.iPhoto.Tellus (1.3 - 90.10) <88853EBB-0C48-3A68-91B7-ED078C953CBD> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1401000 - 0x140cfff com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <39466D2B-2583-3407-96F2-69ADCF11ECB9> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x141a000 - 0x142fffb com.apple.iLifeFaceRecognition (1.0 - 30.11) <5ADCA81F-5D7B-340F-9F44-B261ED19BBB2>
    /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/iLifeFaceRecognition
    0x143d000 - 0x1469ffb com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) <F3EDDD79-611F-3ECC-9B78-0AB8BAC0D446> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1482000 - 0x1484fff com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x148a000 - 0x1495ff7 com.apple.UpgradeChecker (9.2 - 9.2) <39176044-B0CF-3C25-AF8D-A2BD8540A025> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14a1000 - 0x183aff3 com.apple.iLifeSlideshow (3.1 - 1151.4) <BBC17D76-255B-3135-92A6-886AD68BEB3F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1935000 - 0x1bc8ffb com.apple.iLifePageLayout (1.3 - 210.38) <12AF048A-AAEE-39D3-B25C-383E9C5FB855> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ca1000 - 0x1d38ff7 com.apple.MobileMe (13 - 1.0.4) <38D8679A-1862-373C-BF4F-EB47200EDF08> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1d94000 - 0x1dfcff3 com.apple.proxtcore (1.4.1 - 270.13) <E71FA444-D69B-3395-8F99-0DA367E6CF22> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1e41000 - 0x1f40ff3 com.apple.iLifeSQLAccess (1.7.1 - 70.30) <081DDD36-ADA7-3329-8265-BE6AD5AB4E5F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1f8a000 - 0x1fb5ffb com.apple.ProUtils (1.1 - 220.17) <3D8B203C-20D3-30FA-9A22-C88C11B60C41> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1fcf000 - 0x203afff com.apple.iLifeKit (1.3.1 - 180.8) <C193C15D-7EA7-30CA-82ED-189192298D2A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x207f000 - 0x22a7ff7 com.apple.prokit (7.2.3 - 1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x23b5000 - 0x2917fff com.apple.RedRock (1.9.4 - 321.1) <7D29E84D-9336-3912-BA5C-EA8125553945> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2b30000 - 0x2b46ffb com.apple.AOSAccounts (1.0.2 - 1.0.71) <13763832-1B2B-32E8-95BC-C23A627E6DD4> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2b59000 - 0x2b93ff3 com.apple.Ubiquity (1.1 - 210.2) <F8426ABA-BB3F-3A48-BF4E-9A0F6C12634F> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x2bad000 - 0x2badff6 com.apple.SafariDAVNotifier (1.1.1 - 1) <DE95A56E-E2C8-3D96-B628-4DC6FA6CDD39> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2bb2000 - 0x2bd3ff7 com.apple.ChunkingLibrary (1.0 - 127.2) <8C1C8488-71E4-3C13-AF75-95CF06C040A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2bde000 - 0x2be0fff com.apple.LibraryRepair (1.0 - 1) <8D2DE423-2226-395A-9D90-3C43911F8613> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    Can I keep my albums, etc.?
    Back up first, just in case, but it shouldn't effect your library.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • File does not exist error in Apache error log

    I have been getting the following error in apache error log located at $INST_TOP/apps/PROD_aclapp/logs/ora/10.1.3/Apache
    [Wed Mar 14 15:17:00 2012] [error] [client 173.26.0.33] [ecid: 1331718420:172.25.16.30:2172:0:484,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:19:13 2012] [error] [client 173.20.0.85] [ecid: 1331718553:172.25.16.30:2497:0:56,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6316,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6317,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6318,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5903,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5904,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5905,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6487,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.class
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6488,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:24:53 2012] [error] [client 173.26.2.15] [ecid: 1331718893:172.25.16.30:3108:0:66,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:24:58 2012] [error] [client 173.26.2.15] [ecid: 1331718898:172.25.16.30:2497:0:84,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:9,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:10,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    [Wed Mar 14 15:25:17 2012] [error] [client 173.25.2.8] [ecid: 1331718917:172.25.16.30:7669:0:6972,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:43 2012] [error] [client 173.25.9.5] [ecid: 1331718943:172.25.16.30:7663:0:5878,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:47 2012] [error] [client 173.25.2.8] [ecid: 1331718947:172.25.16.30:7663:0:5882,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6389,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6390,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    Kindly do help me in understanding why this error is arising. The entire directory path in the errors does not exist.
    Database version : Oracle 10.2.0.3
    Apps version : R 12.0.4

    Hi;
    1. It was working before If yes what have been changed?
    2. Did you try to close apps run autoconfig on db than appstier and retest issue?
    3. Please see:
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Regard
    Helios

  • Wait on the Database Engine recovery handle failed. Check the SQL server error log for potential causes in SQL Server 2012 Developer Edition

    I m using SQL Server 2012 Developer Edition. Even I tried 2012 express and enterprise edition but all
    gave same error. I browsed msdn blog. But nothing help me out.
    Below is the error log details--
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2013-10-21 12:58:05
      End time:                      2013-10-21 13:52:30
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for DQ:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  CROY-TOSH
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         C:\Users\CRoy\Downloads\SQL Server 2012 Developer Edition (x86 and x64) - DVD (English)\x64\setup\
      Installation edition:          Developer
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLSERVERAGENT
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AI
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Data
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  NT Service\MSSQLServerOLAPService
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            CRoy-TOSH\CRoy
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   ROY
      CLTRESULTDIR:                  C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\ResultDir\
      CLTSTARTUPTYPE:                Manual
      CLTSVCACCOUNT:                 NT Service\SQL Server Distributed Replay Client
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 C:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               Manual
      CTLRSVCACCOUNT:                NT Service\SQL Server Distributed Replay Controller
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     CRoy-TOSH\CRoy
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, DQ, AS, RS, RS_SHP, RS_SHPWFE, DQC, BIDS, CONN, IS, BC, SDK, BOL, SSMS, ADV_SSMS, DREPLAY_CTLR, DREPLAY_CLT, SNAC_SDK, MDS
      FILESTREAMLEVEL:               2
      FILESTREAMSHARENAME:           MSSQLSERVER
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT Service\MsDtsServer110
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              SharePointFilesOnlyMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Latin1_General_CI_AI
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           CRoy-TOSH\CRoy
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       SQL Server Data Tools
      Status:                        Passed
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Data Quality Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Master Data Services
      Status:                        Passed
      Feature:                       Distributed Replay Client
      Status:                        Passed
      Feature:                       Distributed Replay Controller
      Status:                        Passed
      Feature:                       Integration Services
      Status:                        Passed
      Feature:                       Data Quality Client
      Status:                        Passed
      Feature:                       Analysis Services
      Status:                        Passed
      Feature:                       Reporting Services - SharePoint
      Status:                        Passed
      Feature:                       Reporting Services Add-in for SharePoint Products
      Status:                        Passed
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131021_125116\SystemConfigurationCheck_Report.htm

    Hi,
    This 3rd time I followed this link. But nothing new, same error.
    Can you please tell me how to do follow, I cannt do the 1st step, how to change the local system to windows level account, vice-versa. It is shown mine as
    Server Configuration Manager(Local) 
    From here I folllowed the steps ---[I cannt insert link/image :-(]
    SQL 2008/R2 setup fails with "Wait on the database engine recovery handle failed" 
    If I right clicked on SQL Server Service, there is no option to change the account. 
    Hello,
    Thanks for your patience,did you tried stesp mentioned in below article
    http://blogs.msdn.com/b/sqljourney/archive/2012/03/16/sql-2008-r2-setup-fails-with-quot-wait-on-the-database-engine-recovery-handle-failed-quot.aspx
    To resolve it, follow these steps:-
    When the installation throws this error, click on OK and allow it to proceed. It will fail for Database Engine, but the SQL Server service should have
    been created. Check the Services console.
    If the service is present, perform the following steps:-
    1. Go to SQL Server Configuration manager, right click on the SQL Server service, and change the service account (if it is local system, give
    it a windows level account, and vice-versa). It might throw a WMI error but you will see the account getting updated anyway. If not, then use the Services console. Change the account for SQL Agent as well.
    Use this link to change sql server service account
    http://technet.microsoft.com/en-us/library/ms345578.aspx
    2. Next, try to start the service. It should come online.
    3. However, you will not be able to log in to the SQL Server
    4. Now stop the service and start it from the command prompt using -m -c -T3608 parameters.
    5. Now try logging in to the server using admin connection from sqlcmd (sqlcmd admin:<server name>\<instance name> ...)
    6. Once logged in, use the sp_addsrvrolemember '<domain\username>','sysadmin'.
    Also add the builtin/administrators to the sysadmin role
    7. Now stop the service from the command prompt and start it from SQL Server configuration manager
    You should be able to log in to the server now.
    Hope this helps someone.
    Please revert if it helps or even if it does not
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Dml error logging for tables in 10.2.0.5

    Hi experts,
    I have problems loading error records into the shadow table specified in the configuration window for tables. Upon executing the mapping, the execution results show warnings with the error records but these records were not moved to the shadow/error table.
    The actual scenario is: I specified a non-null data rule on the supplier_code column in the supplier table. Inside the mapping where I used this supplier table, I choose the option "Move to error" for this non-null data rule. Upon executing, it seems that owb treats these as warnings and not errors and thus did not propagate them to the error table. Anyone has any suggestion as to how to make use of the error tables in owb?

    DML error logging is generated for set-based PL/SQL mappings if the following conditions are satisfied:
    1. the Error table name property is set for the operator (table/view/mv)
    2. the PL/SQL Generated Mode of the module that contains the mapping is set to 10gR2 and above or Default.
    If the value is set to Default, ensure that location associated with the module has the Version set to 10.2 or above.
    When you use a data object in a mapping, the Error Table Name property for this data object is derived from the shadow table name property of the data object . If you modify the error table name of a data object (using the shadow table name property), you must synchronize all the operators bound to this data object.
    If you are still facing the issue then provide your email and I can send a simple example of data rule mapping in OWB 10.2.0.5
    Sutirtha

  • Max DB error log

    Hi,
    When I try to install the SAP Netweaver through console,an error log is getting generated. Can you please let me know what should I do?
    I tried uninstalling and using the registry cleaner.
    (Sep 24, 2008 10:31:46 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\log.txt for details.
    (Sep 24, 2008 10:31:46 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    *     at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
    *     at java.lang.reflect.Method.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)*
    *     at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)*
    *     at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)*
    *     at java.lang.Thread.run(Unknown Source)*
    (Sep 25, 2008 3:51:22 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\log.txt for details.
    (Sep 25, 2008 3:51:22 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    *     at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
    *     at java.lang.reflect.Method.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)*
    *     at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)*
    *     at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)*
    *     at java.lang.Thread.run(Unknown Source)*
    And when I try to look into the path mentioned in the message above(C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log): this is what I get:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: Start SoftwareCheck
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: IndepProgPath:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: IndepDataPath:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: Software doesn't exist, Variable MAXDB_SOFTW_EXISTS set to NO
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: end of Check Section!
    Thu Sep 25 15:33:01 GMT 2008 MaxDB: Database SID: DB <SID> is not filled
    Thu Sep 25 15:33:01 GMT 2008 MaxDB: Password confirmation: 3-9 characters necessary
    Thu Sep 25 15:33:51 GMT 2008 MaxDB: Start of Extracting Software and Backup.
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: End of Extracting Software and Backup.
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Start of CallSdbinst
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: IndepProgPath = C:/sapdb/programs
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: inst_type = :restore:
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Calling sdbinst with template option sapmds
    Thu Sep 25 15:50:50 GMT 2008 MaxDB SID:
    Thu Sep 25 15:50:50 GMT 2008 MaxDB drive: C:\
    Thu Sep 25 15:50:50 GMT 2008 MaxDB softwarepath: C:/sapdb
    Thu Sep 25 15:50:50 GMT 2008 MaxDB Software location: C:/sapdb/_tempLocation
    Thu Sep 25 15:50:50 GMT 2008 MaxDB backup_loc: C:/sapdb/_tempLocation/load/load_datasave
    Thu Sep 25 15:50:50 GMT 2008 MaxDB program: C:/sapdb/_tempLocation/sdbinst.exe
    Thu Sep 25 15:50:50 GMT 2008 MaxDB paramfile: C:/sapdb/_tempLocation/sapmds.txt
    Thu Sep 25 15:50:50 GMT 2008MaxDB found sdbinst
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Calling: C:/sapdb/_tempLocation/sdbinst.exe -t sapmds -f "C:/sapdb/_tempLocation/sapmds.txt" -p DBNAME= -p SOFTWAREPATH="C:/sapdb" -p INSTANCEBACKUP="C:/sapdb/_tempLocation/load/load_datasave"
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:      Installation of MaxDB Software
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:      *******************************
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: starting installation Th, Sep 25, 2008 at 09:51:04
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Service Pack 2
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: callers working directory: C:/Users/test/Desktop/SAP/SAPNW7.01ABAPTrial/image
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: installer directory: C:/sapdb/_tempLocation
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: archive directory: C:/sapdb/_tempLocation
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: One or more  validation errors occured:
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  PARAMETER     ERRORMESSAGE
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  =========     ============
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  DBNAME     No database name
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: No database name entered, specify a database name
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: installation exited abnormally  at Th, Sep 25, 2008 at 09:51:21
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Error during call to sdbinst, rc= 1
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Done with call_sdbinst
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: rc of sdbinst = 1
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Start of CallSdbuninst
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: No IndepProgPath. Nothing to do.
    Thanks in Advance
    Abhijith
    Edited by: Abhijith Harapanahalli on Sep 25, 2008 5:56 PM

    Hi,
    When I try to install the SAP Netweaver through console,an error log is getting generated. Can you please let me know what should I do?
    I tried uninstalling and using the registry cleaner.
    (Sep 24, 2008 10:31:46 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\log.txt for details.
    (Sep 24, 2008 10:31:46 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    *     at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
    *     at java.lang.reflect.Method.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)*
    *     at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)*
    *     at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)*
    *     at java.lang.Thread.run(Unknown Source)*
    (Sep 25, 2008 3:51:22 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\log.txt for details.
    (Sep 25, 2008 3:51:22 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    *     at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)*
    *     at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)*
    *     at java.lang.reflect.Method.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)*
    *     at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)*
    *     at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)*
    *     at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)*
    *     at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)*
    *     at java.lang.Thread.run(Unknown Source)*
    And when I try to look into the path mentioned in the message above(C:/Users/test/AppData/Local/Temp/MaxDBSAPNWPREV.log): this is what I get:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: Start SoftwareCheck
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: IndepProgPath:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: IndepDataPath:
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: Software doesn't exist, Variable MAXDB_SOFTW_EXISTS set to NO
    Thu Sep 25 15:33:00 GMT 2008 MaxDB: end of Check Section!
    Thu Sep 25 15:33:01 GMT 2008 MaxDB: Database SID: DB <SID> is not filled
    Thu Sep 25 15:33:01 GMT 2008 MaxDB: Password confirmation: 3-9 characters necessary
    Thu Sep 25 15:33:51 GMT 2008 MaxDB: Start of Extracting Software and Backup.
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: End of Extracting Software and Backup.
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Start of CallSdbinst
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: IndepProgPath = C:/sapdb/programs
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: inst_type = :restore:
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Calling sdbinst with template option sapmds
    Thu Sep 25 15:50:50 GMT 2008 MaxDB SID:
    Thu Sep 25 15:50:50 GMT 2008 MaxDB drive: C:\
    Thu Sep 25 15:50:50 GMT 2008 MaxDB softwarepath: C:/sapdb
    Thu Sep 25 15:50:50 GMT 2008 MaxDB Software location: C:/sapdb/_tempLocation
    Thu Sep 25 15:50:50 GMT 2008 MaxDB backup_loc: C:/sapdb/_tempLocation/load/load_datasave
    Thu Sep 25 15:50:50 GMT 2008 MaxDB program: C:/sapdb/_tempLocation/sdbinst.exe
    Thu Sep 25 15:50:50 GMT 2008 MaxDB paramfile: C:/sapdb/_tempLocation/sapmds.txt
    Thu Sep 25 15:50:50 GMT 2008MaxDB found sdbinst
    Thu Sep 25 15:50:50 GMT 2008 MaxDB: Calling: C:/sapdb/_tempLocation/sdbinst.exe -t sapmds -f "C:/sapdb/_tempLocation/sapmds.txt" -p DBNAME= -p SOFTWAREPATH="C:/sapdb" -p INSTANCEBACKUP="C:/sapdb/_tempLocation/load/load_datasave"
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:      Installation of MaxDB Software
    Thu Sep 25 15:51:04 GMT 2008 MaxDB sdbinst:      *******************************
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: starting installation Th, Sep 25, 2008 at 09:51:04
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: operating system: Windows I386 NT 5.1 Service Pack 2
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: callers working directory: C:/Users/test/Desktop/SAP/SAPNW7.01ABAPTrial/image
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: installer directory: C:/sapdb/_tempLocation
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst: archive directory: C:/sapdb/_tempLocation
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:05 GMT 2008 MaxDB sdbinst:
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: One or more  validation errors occured:
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  PARAMETER     ERRORMESSAGE
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  =========     ============
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst:  DBNAME     No database name
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: No database name entered, specify a database name
    Thu Sep 25 15:51:21 GMT 2008 MaxDB sdbinst: installation exited abnormally  at Th, Sep 25, 2008 at 09:51:21
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Error during call to sdbinst, rc= 1
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Done with call_sdbinst
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: rc of sdbinst = 1
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: Start of CallSdbuninst
    Thu Sep 25 15:51:22 GMT 2008 MaxDB: No IndepProgPath. Nothing to do.
    Thanks in Advance
    Abhijith
    Edited by: Abhijith Harapanahalli on Sep 25, 2008 5:56 PM

  • Tomcat as NT Service not writing to error log

    I created an NT service for Tomcat and want to write output to stdout.log (System.out) and stderr.log (System.err), but instead, it's writing both System.out AND System.err to stdout.log. Strangely enough, stderr.log does get created, but is never written to.
    Here is the command I used to create the service:
    %CATALINA_HOME%\bin\tomcat -install "Tomcat_PROD-staffsite" %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.startup.Bootstrap -params stop -out %CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log
    It used to work, but then I upgraded the JVM on the server and had to then uninstall and reinstall the service. I wasn't around for the original service installation, so I don't know if the command I used above was what was used before (since documentation doesn't seem to exist around here...). Any ideas?

    The Job Activity Monitor reports it failed but nothing goes in the Error Log.
    The Agent writes error to it's own log file, called SQLAGENT.OUT, it's also located in LOG subfolder and you also can look it up in SSMS from node "SQL Server Agent"
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Portal runtime error -logs

    Hi,
    I am a portal programmer beginner and i am triying to develop a portal component that retrieve information from sap r/3.
    I get the next message when i use the iview:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com/sap/portal/services/api/connectorgateway/IConnectorGatewayService.
    Exception id: 04:05_05/07/06_0005_8919850
    See the details for the exception ID in the log file
    My question is: where are located the log files in order to obtain more information about the error?
        Best Regards
               João Fernandes

    HI,
    you can see the error log from portal by browsing to
    System Administration -> support -> portal runtime -> log viewer
    copy paste the exception id against appropriate date and time in defaultTrace.x.trc and click search. you will get the details of log.
    or
    You can find the detailed error log in this path
    D(installed drive):\usr\sap\J2E\JC00\j2ee\cluster\server0\log
    arrange the log files according to date check in the latest log file for your portal logon id to find your error.

Maybe you are looking for