When to use Exceptions?

Should i use Exceptions in my classes like this?
try {
auth.loginUser(userName, userPassword);
System.out.println("User logged in.");
catch (InvalidUserException e1) {
System.out.println("User does not exists.");
catch (PasswordDoesNotMatchException e2) {
System.out.println("Password is incorrect.");
catch (SystemException e3) {
System.err.println("System error.");
// logging to file, etc.
System.out.println("Please, try login later.");
..or maybe i should use Exceptions only for "real" Java errors? (file not found, division by zero, etc.)
Thanks!

Well, the word "exception" says a lot here; you throw
an exception when something exceptional happens, in
other words: something you normally don't expect to
happen. And you offer control returned value? Bad solution, because I can
want not only true/false answer, but and reason why it happen. In your offer I must use String answer = "user OK"; or "answer 200"
This quote is from Thinking in Java:
In C and other earlier languages, there could be several of these
formalities, and they were generally established by convention and not as
part of the programming language. Typically, you returned a special value
or set a flag, and the recipient was supposed to look at the value or the flag
and determine that something was amiss. However, as the years passed, it
was discovered that programmers who use a library tend to think of
themselves as invincible�as in, �Yes, errors might happen to others, but
not in my code.� So, not too surprisingly, they wouldn�t check for the error
conditions (and sometimes the error conditions were too silly to check
for1). If you were thorough enough to check for an error every time you
called a method, your code could turn into an unreadable nightmare.
Because programmers could still coax systems out of these languages they
were resistant to admitting the truth: This approach to handling errors
was a major limitation to creating large, robust, maintainable programs.
We can analize it how Login use case.
Flow: If use enter good login and passwd, when ....
Exception: bad passwd, bad login, ban IP and other.
ciau,
kafka

Similar Messages

  • Checked and unchecked exceptions - when to use which ?

    Hi,
    Example:
    public void go(String[] args) {
       if(args.length==0)
          throw new //   <= what type of an exception should come here ?
    }Is there a good explanation when to use which one ? I know that generally
    unchecked exception are the exceptions associated with errors in the logic
    of your applications and checked are those which you can not determine
    (like files, networks problems ....).
    Thanks,
    Adrian

    There is no, "I think it is better to us a type-XXX exception here because of conditions 1, 2, and 3" scenario.
    Checked exceptions are of type java.lang.Exception and must be handled in one of two ways- try/catch constructs or having the method state it throws the checked exception.
    Unchecked exceptions are of type java.lang.Error or java.lang.RuntimeException. If the problem is an Error, something very bad has occurred like running out of memory. If it is a RuntimeError, then it probably came from a program bug. In both cases, there is no way for you to know when they will arise. Therefore the compiler does not force you to handle these unusual circumstances.
    If you think of piece of code may throw an error like an I/O operation, and you do not have code to handle that possibility, the compiler will let you know. After you have been programming long enough, you'll begin to know when you need try/catch constructs without Mr. Compiler yelling at you. ;-)
    Edited by: filestream on Sep 14, 2007 5:37 PM

  • 305500 non-Oracle exception when I use forms 6i to open a excel

    Hi
    I get a 305500 non-Oracle exception when I use forms 6i to open a excel file. Does anyone know what the problem is? Any solution/workaround for this?
    Thanks

    Hi, this problem mainly happens if you try to close an excel sheet which you have not open or you are trying to open an excel sheet twice with the same name.

  • My macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help.

    my macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help. i've tried the command s command p command v but nothing i've tried to the safe mode then a quick restart but nothing
    disk utility give me this:
    Process:         Disk Utility [371]
    Path:            /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    Identifier:      com.apple.DiskUtility
    Version:         11.5.2 (298.4)
    Build Info:      DiskUtility-2980400~60
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2013-11-05 03:29:41.247 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9522 sec
    Crashes Since Last Report:           29
    Per-App Interval Since Last Report:  981 sec
    Per-App Crashes Since Last Report:   25
    Anonymous UUID:                      F6B8E263-76C8-4C7D-AA58-48134BF4BA78
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x0000000100c62fbc _read_images + 312
    1   libobjc.A.dylib                         0x0000000100c79721 map_images_nolock + 1266
    2   libobjc.A.dylib                         0x0000000100c62761 map_images + 115
    3   dyld                                    0x00007fff5fc039c5 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 853
    4   dyld                                    0x00007fff5fc0c849 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, ImageLoader::RPathChain const&) + 201
    5   dyld                                    0x00007fff5fc04d54 dyld::link(ImageLoader*, bool, ImageLoader::RPathChain const&) + 118
    6   dyld                                    0x00007fff5fc08f7c dlopen + 490
    7   libSystem.B.dylib                       0x0000000100a14e40 dlopen + 61
    8   com.apple.CoreFoundation                0x0000000100d78ef7 _CFBundleDlfcnLoadBundle + 231
    9   com.apple.CoreFoundation                0x0000000100d77e97 _CFBundleLoadExecutableAndReturnError + 1191
    10  com.apple.Foundation                    0x0000000101008355 _NSBundleLoadCode + 638
    11  com.apple.Foundation                    0x0000000101007c78 -[NSBundle loadAndReturnError:] + 742
    12  com.apple.Foundation                    0x000000010101960c -[NSBundle principalClass] + 38
    13  com.apple.framework.DUSupport           0x0000000100082080 -[DUModuleManager(_private) findDUModules:] + 405
    14  com.apple.framework.DUSupport           0x0000000100081ed9 -[DUModuleManager orderedModuleListOfModules] + 40
    15  com.apple.DiskUtility                   0x0000000100006082 0x100000000 + 24706
    16  com.apple.DiskUtility                   0x0000000100005f59 0x100000000 + 24409
    17  com.apple.AppKit                        0x0000000101444625 -[NSWindowController _windowDidLoad] + 538
    18  com.apple.AppKit                        0x00000001013e1f77 -[NSWindowController window] + 112
    19  com.apple.AppKit                        0x00000001015f61d9 -[NSWindowController showWindow:] + 47
    20  com.apple.AppKit                        0x00000001015c7c5c -[NSDocument showWindows] + 98
    21  com.apple.AppKit                        0x00000001015c64bb -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 340
    22  com.apple.AppKit                        0x00000001014f7b44 -[NSDocumentController(NSInternal) _openUntitled] + 111
    23  com.apple.AppKit                        0x00000001014f79ab -[NSApplication _doOpenUntitled] + 257
    24  com.apple.AppKit                        0x00000001014f733b -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 185
    25  com.apple.AppKit                        0x00000001014f6fd9 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    26  com.apple.Foundation                    0x0000000100ffd0d6 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    27  com.apple.Foundation                    0x0000000100ffcf06 _NSAppleEventManagerGenericHandler + 114
    28  com.apple.AE                            0x0000000104d7332b aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    29  com.apple.AE                            0x0000000104d73224 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    30  com.apple.AE                            0x0000000104d7312b aeProcessAppleEvent + 210
    31  com.apple.HIToolbox                     0x00000001028a0619 AEProcessAppleEvent + 48
    32  com.apple.AppKit                        0x00000001013fc095 _DPSNextEvent + 1191
    33  com.apple.AppKit                        0x00000001013fb801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    34  com.apple.AppKit                        0x00000001013c168f -[NSApplication run] + 395
    35  com.apple.AppKit                        0x00000001013ba3b0 NSApplicationMain + 364
    36  com.apple.DiskUtility                   0x0000000100002009 0x100000000 + 8201
    37  com.apple.DiskUtility                   0x0000000100001db8 0x100000000 + 7608
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x0000000100a27c0a kevent + 10
    1   libSystem.B.dylib                       0x0000000100a29add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x0000000100a297b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x0000000100a292de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x0000000100a28c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x0000000100a28aa5 start_wqthread + 13
    AND MORE TOO MUCH TO COPY N PASTE HELP PLEASE!!!!!

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • How to call the RFC from R/3 to SRM, when we use webdynpro abap? (Urgent)

    Hello
    We use SRM Server 5.5 with classic scenario.
    We want to call RFC in R/3 from webdynpro ABAP.
    How can we do that?
    We are developing the web report using webdynpro abap.
    So we need some of R/3 data such like PR(EBAN)and PO(EKKO,EKPO).
    When user choose the search parameter, report diplay the Shopping cart, PR and PO data on webdynpro.  So we call the R/3 RFC to display the PR, PO data.
    But I tired to call the RFC in R/3, We could not call it.
    How to call the RFC from R/3 to SRM, when we use webdynpro abap?
    Thank you,
    Best Regards,
    SH.

    Hi
    <b>Please look at the following threads as well -></b>
    WebDynpro in SRM
    BAPI's /RFC's in SRM
    BAPI to Change Shopping Cart by RFC
    SRM60 and webdynpro
    Webdynpro Services Exception
    WebDynpro using BAPI has an error
    SRM60 and webdynpro...
    <b>SAP uses META Function modules in SRM to get data from R/3 back-end.</b>
    <u>For getting Purchase requistion data, use the function modules -></u>
    META_REQUISITION_CHANGE        Change purchase requisition              
    META_REQUISITION_CREATE        Create Requisition                       
    META_REQUISITION_DELETE        Delete/close purchase requisition        
    META_REQUISITION_GETDETAIL     Display requisition details              
    META_REQUISITION_GETITEMS      Display requisition items                
    META_REQUISITION_GETRELINFO    Get Releasease Info for requisitions
    <u>For getting Purchase order data, use the function modules -></u>
    META_PO_CREATE                 Create purchase order                    
    META_PO_DELETE                 Delete reservation                       
    META_PO_GETDETAIL              Display purchase order details           
    META_PO_GETITEMS               Display purchase order items             
    META_PO_GETRELINFO             Display purchase order release information
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • Can we use exceptions and conditions at the same time?

    can we use exceptions and conditions at the same time? Are there any dependencies between exceptions an conditions?

    Exceptions are used when there are some mistakes , or exceeds the supposed values, we can highligt that in different colours for enabling the validator to notice easily. In this we are giving conditions for considering the value as exceptions. suppose, if the values is out of the range -1 to +1 then exception.
    But conditions can be considered as the restrictions given in measure level also. So please elaborate what you meant by conditions

  • Whine hiss at beginning of songs and when scrolling using the batt

    I have the zen xtra 30gb and love it except when playing it using the battery it makes a whiny hiss at the bigging of the songs and when i am scrolling or using any buttons while nothing is playing. When i use the ac adapter no noise at all. the noise is only there using the battery. My wife has the 40 gb version and does'nt have this problem. I even switched batteries with hers to see if the battery was the problem but did'nt make a difference. Do I have a defecti've unit's

    i dont think that is the battery making the noise...its most likely the hard dri've. I wouldnt be too concerned about it as long as it works fine

  • When to use collection?

    Sorry to post such question in this forum , but i would like to recieve some interesting about this .
    I know the basics of collection but i dnt know when to use which one?
    I am totally confused that all are working for the same thing with little difference .
    Please suggest me some tutorial if do u have .
    Thanks in advance .
    Hope u will realize my problem.

    I am totally confused that all are working for the same thing with little difference .Ahh - but those little differences can be important.
    Basic rules
    1 - First decide if you need a List, Map or Set.
    2 - If it is List, probably use ArrayList
    3 - If it is a Map, probably use HashMap
    4 - For a Set, probably use HashSet.
    That covers 90% of the base cases. Most of the time you just need those base classes.
    As always there are the exceptions
    - If you are constantly reading/adding/removing from the ends of the list, and not accessing the middle, consider using LinkedList implementation.
    - If you want your Map to be ordered by key (like a dictionary for example), then TreeMap
    - If you want your Map to retain the order they were inserted, then LinkedHashMap
    Yes the differences are subtle between versions, but those subtleties can be important.
    However in most cases, you can just use the stock standard base class.

  • When I use the export function of quicktime nothing append and I have the following error message on the console : QuickTime Player[1723]postExceptionEvent caught non-fatal NSInvalidArgumentException

    When I use the export function of quicklime (export to iPad,iPhone, Apple TV ... format),  nothing append and I have the following error message on the monitor windows, (I'm using quicktime Version 10.4 (833) with OS X Yosemite ):
    06/11/2014 22:22:03,507
    QuickTime Player[1723]
    postExceptionEvent caught non-fatal NSInvalidArgumentException '*** -[NSDictionary initWithObjects:forKeys:]: count of objects (0) differs from count of keys (4)' with backtrace (
    0   CoreFoundation                      0x00007fff8ac6564c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8924f6de objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8ab98dcd -[NSDictionary initWithObjects:forKeys:] + 941
    3   Foundation                          0x00007fff8a6a8bcc -[NSDictionary(NSDictionary) initWithCoder:] + 245
    4   Foundation                          0x00007fff8a686150 _decodeObjectBinary + 2872
    5   Foundation                          0x00007fff8a6854a6 _decodeObject + 278
    6   Foundation                          0x00007fff8a6a9921 -[NSKeyedUnarchiver decodeObjectOfClasses:forKey:] + 173
    7   Foundation                          0x00007fff8a75f2b4 -[NSError initWithCoder:] + 253
    8   Foundation                          0x00007fff8a686150 _decodeObjectBinary + 2872
    9   Foundation                          0x00007fff8a6854a6 _decodeObject + 278
    10  Foundation                          0x00007fff8a6ab0c9 +[NSKeyedUnarchiver unarchiveObjectWithData:] + 89
    11  QuickTime Player                    0x000000010dcd8253 QuickTime Player + 758355
    12  QuickTime Player                    0x000000010dc8981f QuickTime Player + 436255
    13  QuickTime Player                    0x000000010dc894fb QuickTime Player + 435451
    14  QuickTime Player                    0x000000010dc6ce48 QuickTime Player + 319048
    15  AppKit                              0x00007fff93c5d75a __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke1714 + 113
    16  AppKit                              0x00007fff93c4efca -[NSDocument continueActivityUsingBlock:] + 323
    17  AppKit                              0x00007fff93c5d5cb __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_21706 + 458
    18  AppKit                              0x00007fff93c5d0ec __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke1690 + 1365
    19  AppKit                              0x00007fff940903b6 -[NSVBSavePanel didEndPanelWithReturnCode:] + 68
    20  AppKit                              0x00007fff9409323d -[NSVBSavePanel didEndSheet:returnCode:contextInfo:] + 154
    21  AppKit                              0x00007fff93f718d9 -[NSWindow _endWindowBlockingModalSession:returnCode:] + 315
    22  AppKit                              0x00007fff9409307c -[NSVBSavePanel observeValueForKeyPath:ofObject:change:context:] + 560
    23  Foundation                          0x00007fff8a677c73 NSKeyValueNotifyObserver + 382
    24  Foundation                          0x00007fff8a676e48 NSKeyValueDidChange + 463
    25  Foundation                          0x00007fff8a67b9ad -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    26  ViewBridge                          0x00007fff959cbbd7 -[NSViewBridge nonLocalChangeInProgress:block:] + 382
    27  ViewBridge                          0x00007fff95a15766 -[NSRemoteViewMarshal exceptionSafeSetRemoteObject:forKey:withReply:] + 275
    28  ViewBridge                          0x00007fff95a158f1 -[NSRemoteViewMarshal setRemoteObject:forKey:withReply:] + 56
    29  CoreFoundation                      0x00007fff8ab3e33c __invoking___ + 140
    30  CoreFoundation                      0x00007fff8ab3e192 -[NSInvocation invoke] + 290
    31  ViewBridge                          0x00007fff95a1bce3 __deferNSXPCInvocationOntoMainThread_block_invoke + 85
    32  ViewBridge                          0x00007fff95a1b91e __deferBlockOntoMainThread_block_invoke_2 + 390
    33  CoreFoundation                      0x00007fff8ab8354c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    34  CoreFoundation                      0x00007fff8ab75655 __CFRunLoopDoBlocks + 341
    35  CoreFoundation                      0x00007fff8ab75196 __CFRunLoopRun + 1814
    36  CoreFoundation                      0x00007fff8ab74838 CFRunLoopRunSpecific + 296
    37  HIToolbox                           0x00007fff8cb6f43f RunCurrentEventLoopInMode + 235
    38  HIToolbox                           0x00007fff8cb6f1ba ReceiveNextEventCommon + 431
    39  HIToolbox                           0x00007fff8cb6effb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    40  AppKit                              0x00007fff9383b821 _DPSNextEvent + 964
    41  AppKit                              0x00007fff9383afd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    42  AppKit                              0x00007fff9382ef73 -[NSApplication run] + 594
    43  AppKit                              0x00007fff9381a424 NSApplicationMain + 1832
    44  libdyld.dylib                       0x00007fff8ec845c9 start + 1
    timestamp: 22:22:03.507 Thursday 06 November 2014
    process/thread/queue: QuickTime Player (1723) / 0x7fff78cd0300 / com.apple.main-thread
    code: line 844 of /SourceCache/ViewBridge/ViewBridge-99/ViewBridgeUtilities.m in logCaughtException
    #exceptions
    06/11/2014 22:22:03,525
    com.apple.appkit.xpc.openAndSavePanelService[1748]
    remote view failed to set bridge object {
        URL = "file:///Users/pascalgros/Documents/Videos%20Maurice%202013/Exports/M2U01020.m4 v";
        URLs =     (
            "file:///Users/pascalgros/Documents/Videos%20Maurice%202013/Exports/M2U01020.m4 v"
        index = 1;
        result = 1;
    } for key most-recent-completion due to Error Domain=com.apple.ViewBridge Code=8 "L’opération n’a pas pu s’achever. (com.apple.ViewBridge erreur 8)." UserInfo=0x61000006ebc0 {com.apple.ViewBridge.error.hint=most-recent-completion, com.apple.ViewBridge.error.description=NSViewBridgeExceptionError}; service call stack was (
    0   ViewBridge                          0x00007fff959e8b30 -[NSViewServiceMarshal setRemoteObject:forKey:] + 341
    1   Foundation                          0x00007fff8a677c73 NSKeyValueNotifyObserver + 382
    2   Foundation                          0x00007fff8a676e48 NSKeyValueDidChange + 463
    3   Foundation                          0x00007fff8a67b9ad -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    4   com.apple.appkit.xpc.openAndSavePanelService 0x000000010a661407 com.apple.appkit.xpc.openAndSavePanelService + 9223
    5   AppKit                              0x00007fff93dead5a -[NSSavePanel _dismissModeless:] + 109
    6   com.apple.appkit.xpc.openAndSavePanelService 0x000000010a66191c com.apple.appkit.xpc.openAndSavePanelService + 10524
    7   AppKit                              0x00007fff93ded580 -[NSSavePanel ok:] + 449
    8   com.apple.appkit.xpc.openAndSavePanelService 0x000000010a661952 com.apple.appkit.xpc.openAndSavePanelService + 10578
    9   libsystem_trace.dylib               0x00007fff8d3ebcd7 _os_activity_initiate + 75
    10  AppKit                              0x00007fff93a0a5e7 -[NSApplication sendAction:to:from:] + 410
    11  AppKit                              0x00007fff93a0a410 -[NSControl sendAction:to:] + 86
    12  AppKit                              0x00007fff93bdedaf __26-[NSCell _sendActionFrom:]_block_invoke + 131
    13  libsystem_trace.dylib               0x00007fff8d3ebcd7 _os_activity_initiate + 75
    14  AppKit                              0x00007fff93a52f2c -[NSCell _sendActionFrom:] + 144
    15  AppKit                              0x00007fff93bc5ab2 -[NSButtonCell _sendActionFrom:] + 39
    16  libsystem_trace.dylib               0x00007fff8d3ebcd7 _os_activity_initiate + 75
    17  AppKit                              0x00007fff93a6da66 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2731
    18  AppKit                              0x00007fff93a6ccc1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 491
    19  AppKit                              0x00007fff93a6c289 -[NSControl mouseDown:] + 714
    20  AppKit                              0x00007fff93f65fef -[NSWindow _reallySendEvent:] + 12827
    21  AppKit                              0x00007fff939f065c -[NSWindow sendEvent:] + 368
    22  AppKit                              0x00007fff939a21e6 -[NSApplication sendEvent:] + 2238
    23  ViewBridge                          0x00007fff959d18ab -[NSViewServiceApplication sendEventWithoutCatch:withForwarding:] + 652
    24  ViewBridge                          0x00007fff959d1fbd -[NSViewServiceApplication sendEvent:withForwarding:] + 29
    25  AppKit                              0x00007fff9382efe8 -[NSApplication run] + 711
    26  AppKit                              0x00007fff9381a424 NSApplicationMain + 1832
    27  libxpc.dylib                        0x00007fff88837ef2 _xpc_objc_main + 793
    28  libxpc.dylib                        0x00007fff88839a9d _parse_sysctl_once + 0
    29  ViewBridge                          0x00007fff95a20165 xpc_connection_handler + 0
    30  ViewBridge                          0x00007fff959d4ff7 NSViewServiceApplicationMain + 1892
    31  com.apple.appkit.xpc.openAndSavePanelService 0x000000010a665035 main + 208
    32  libdyld.dylib                       0x00007fff8ec845c9 start + 1
    33  ???                                 0x0000000000000001 0x0 + 1
    timestamp: 22:22:03.525 Thursday 06 November 2014
    process/thread/queue: com.apple.appkit.xpc.openAndSavePanelService (1748) / 0x7fff78cd0300 / com.apple.main-thread
    code: line 3847 of /SourceCache/ViewBridge/ViewBridge-99/NSViewServiceMarshal.m in __47-[NSViewServiceMarshal setRemoteObject:forKey:]_block_invoke_2
    #communications_failure

    Hi,
    have you tried to connect on the command line (instead of using R3trans) ?
    db2 connect to AE1 user sapae1 using .....
    If this works and you have verified that the DB2DB6EKEY is set properly, use dscdb6up to update the password in the password file dscbd6.conf.
    Then try again to use R3trans to connect.
    Best regards,
      Jens

  • HT4972 My ipad 1 is stuck on IOS 4 as the IOS 5 update instructions do not work. When I use itunes update the software looks for an update file and the apple site doesn't have one!

    My ipad 1 is stuck on IOS 4 as these IOS 5 update instructions do not work. When I use itunes update the software looks for an IOS 5 software update file and the apple site doesn't seem have one anywhere!

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • My computer has crushed so i have to download I tunes again,and maybe all my information will be lost.but i had I cloud and last time when i used to i tunes they have asked me to do I cloud so i did,so now when i will again setup my computer and I tunes

    my computer has crushed so i have to download I tunes again,and maybe all my information will be lost.but i had I cloud and last time when i used to i tunes they have asked me to do I cloud so i did,so now when i will again setup my computer and I tunes will i get all my Contacts and Inofrmations cause i had i have an account on I cloud

    If you used icloud for your contacts and calendar then you should have no problem. They will all come back on the phone once you put the icloud user name and password in. Itunes does not store the contact information except in a backup file and if you were backing up using icloud you can use that backup to restore with.

  • Safari crashes when I use Facebook.

    When I'm on the internet nothing happens, when I use Facebook it crashes as I have been on for 10 minutes now and haven't had it crash yet. Previously safari crashed  more than 14 times while using Facebook. So I think I have narrowed it down to Facebook being the culprit. I will post the crash error for those that understand it. I don't understand computer language. So any help would be useful.   
    Process:         Safari [216]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~6
    Code Type:       X86-64 (Native)
    Parent Process: launchd [152]
    Date/Time:       2011-07-14 18:29:50.879 -0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version: 6
    Interval Since Last Report:          1222589 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  1220530 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                     DB220498-04B9-4ED1-BC98-B92BCE0BAFC3
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0  com.apple.WebCore                        0x00007fff80a7789cWebCore::RenderLayerBacking::paintingGoesToWindow() const + 12
    1  com.apple.WebCore                        0x00007fff80a777ddWebCore::RenderLayer::setBackingNeedsRepaintInRect(WebCore::I ntRect const&)+ 29
    2  com.apple.WebCore                        0x00007fff809a2beaWebCore::RenderObject::repaintAfterLayoutIfNeeded(WebCore::Re nderBoxModelObject*,WebCore::IntRect const&, WebCore::IntRect const&, WebCore::IntRectconst*, WebCore::IntRect const*) + 538
    3  com.apple.WebCore                        0x00007fff808a9ac8WebCore::RenderBlock::layoutBlock(bool) + 1656
    4  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    5   com.apple.WebCore                        0x00007fff808ab991WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*,We bCore::RenderBlock::MarginInfo&, int&, int&) + 369
    6  com.apple.WebCore                        0x00007fff808aafa3WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 531
    7  com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    8  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    9  com.apple.WebCore                        0x00007fff808b10fdWebCore::RenderBlock::layoutPositionedObjects(bool) + 109
    10 com.apple.WebCore                        0x00007fff808a9f8aWebCore::RenderBlock::layoutOnlyPositionedObjects() + 218
    11 com.apple.WebCore                        0x00007fff808a9b08WebCore::RenderBlock::layoutBlock(bool) + 1720
    12 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    13 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    14 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    15 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    16 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    17 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    18 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    19 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    20 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    21 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    22 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    23 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    24 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    25 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    26  com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    27 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    28 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    29 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    30 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    31 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    32 com.apple.WebCore                         0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    33 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfoconst&) + 78
    34 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    35 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    36  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    37 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    38 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    39 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    40 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    41 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    42 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    43 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    44 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    45 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    46 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    47 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    48 com.apple.WebCore                         0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    49 com.apple.WebCore                        0x00007fff808ab991WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*,We bCore::RenderBlock::MarginInfo&, int&, int&) + 369
    50 com.apple.WebCore                        0x00007fff808aafa3WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 531
    51 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    52 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    53 com.apple.WebCore                        0x00007fff808b10fdWebCore::RenderBlock::layoutPositionedObjects(bool) + 109
    54 com.apple.WebCore                        0x00007fff808a9f8aWebCore::RenderBlock::layoutOnlyPositionedObjects() + 218
    55 com.apple.WebCore                        0x00007fff808a9b08WebCore::RenderBlock::layoutBlock(bool) + 1720
    56 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    57 com.apple.WebCore                        0x00007fff808a92a7WebCore::RenderView::layout() + 279
    58 com.apple.WebCore                        0x00007fff808a7ad8WebCore::FrameView::layout(bool) + 1160
    59 com.apple.WebCore                        0x00007fff8092aa32WebCore::Document::updateLayoutIgnorePendingStylesheets() + 50
    60  com.apple.WebCore                        0x00007fff809c0b27WebCore::Element::getBoundingClientRect() const + 39
    61 com.apple.WebCore                        0x00007fff809c0a95WebCore::jsElementPrototypeFunctionGetBoundingClientRect(JSC: :ExecState*,JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 117
    62  ???                                      0x000051c2082001b40 + 89893801820596
    63 com.apple.JavaScriptCore                  0x00007fff8024006fJSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*,JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&,JSC::ScopeChainNode*, JSC::JSValue*) + 511
    64  ???                                      0x00000001289055400 + 4975514944
    65  ???                                      0x00000001164989100 + 4668885264
    66 com.apple.WebCore                        0x00007fff8109dfb0WebCore::JSDOMWindowShell::~JSDOMWindowShell() + 0
    67  ???                                      0x90909090909000000 + 10416984888683003904
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0  libSystem.B.dylib                        0x00007fff819acc0akevent + 10
    1  libSystem.B.dylib                        0x00007fff819aeadd_dispatch_mgr_invoke + 154
    2  libSystem.B.dylib                        0x00007fff819ae7b4_dispatch_queue_invoke + 185
    3  libSystem.B.dylib                        0x00007fff819ae2de_dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                        0x00007fff819adc08_pthread_wqthread + 353
    5  libSystem.B.dylib                        0x00007fff819adaa5start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0  libSystem.B.dylib                        0x00007fff819cea6a__semwait_signal + 10
    1  libSystem.B.dylib                        0x00007fff819d2881_pthread_cond_wait + 1286
    2  com.apple.WebCore                        0x00007fff80835199WebCore::IconDatabase::syncThreadMainLoop() + 249
    3  com.apple.WebCore                        0x00007fff8083129cWebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    5  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.CoreFoundation                  0x00007fff8877e932__CFRunLoopRun + 1698
    3  com.apple.CoreFoundation                  0x00007fff8877ddbfCFRunLoopRunSpecific + 575
    4  com.apple.Safari                         0x000000010002f5c90x100000000 + 193993
    5  com.apple.Safari                         0x000000010002f5590x100000000 + 193881
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 4:
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.CoreFoundation                  0x00007fff8877e932__CFRunLoopRun + 1698
    3  com.apple.CoreFoundation                  0x00007fff8877ddbfCFRunLoopRunSpecific + 575
    4  com.apple.Foundation                      0x00007fff867a123f+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5  com.apple.Foundation                      0x00007fff86722204__NSThread__main__ + 1429
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 5: com.apple.CFSocket.private
    0  libSystem.B.dylib                        0x00007fff819d7932select$DARWIN_EXTSN + 10
    1  com.apple.CoreFoundation                  0x00007fff887a0498__CFSocketManager + 824
    2  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    3  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 6:
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.QuartzCore                      0x00007fff88b32396CA::Render::Server::server_thread(void*) + 177
    3  com.apple.QuartzCore                      0x00007fff88b322d6thread_fun + 34
    4  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    5  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 7: Safari: SnapshotStore
    0  libSystem.B.dylib                        0x00007fff819cea6a__semwait_signal + 10
    1  libSystem.B.dylib                        0x00007fff819d2881_pthread_cond_wait + 1286
    2  com.apple.JavaScriptCore                  0x00007fff800e3a40***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3  com.apple.Safari                         0x00000001001be5c10x100000000 + 1828289
    4  com.apple.Safari                          0x00000001000470ab0x100000000 + 290987
    5  com.apple.Safari                         0x0000000100046f290x100000000 + 290601
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 8:
    0  libSystem.B.dylib                        0x00007fff819ada2a__workq_kernreturn + 10
    1  libSystem.B.dylib                        0x00007fff819ade3c_pthread_wqthread + 917
    2  libSystem.B.dylib                        0x00007fff819adaa5start_wqthread + 13
    Thread 9:
    0  libSystem.B.dylib                        0x00007fff81993ddasemaphore_timedwait_signal_trap + 10
    1  libSystem.B.dylib                        0x00007fff819d2772_pthread_cond_wait + 1015
    2  com.apple.CoreVideo                       0x00007fff8473cde6CVDisplayLink::waitUntil(unsigned long long) + 252
    3  com.apple.CoreVideo                       0x00007fff8473c2a2CVDisplayLink::runIOThread() + 644
    4  com.apple.CoreVideo                       0x00007fff8473bfe3startIOThread(void*) + 139
    5  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    6  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax:0x0000000000000001  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x000000011b4b8a28
      rdi:0x0000000000000000  rsi:0x00007fff5fbfd330  rbp:0x00007fff5fbfd280  rsp:0x00007fff5fbfd270
       r8:0x00007fff5fbfd1e4   r9:0x00007fff5fbfd1ec  r10:0x0000000000000000  r11:0x0000000000000000
      r12:0x000000011cdf3620  r13:0x000000011cdf3730  r14:0x00007fff5fbfd4a0  r15:0x000000011cdf3560
      rip:0x00007fff80a7789c  rfl:0x0000000000010202  cr2:0x0000000000000008
    Binary Images:
           0x100000000 -       0x1006afff7  com.apple.Safari5.0.5 (6533.21.1) <09261F3D-C3EC-A309-83F4-DC49CC549176>/Applications/Safari.app/Contents/MacOS/S afari
           0x100fa7000 -       0x100fa7fff com.apple.JavaPluginCocoa 13.5.0 (13.5.0)<2147F637-E291-A79E-770B-E122F4A1FA47> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x100fab000 -       0x100fb0ff7  JavaLaunching??? (???) <9E94B3DF-E0FB-BE09-1F88-E6334CA87466>/System/Library/PrivateFrameworks/JavaLau nching.framework/Versions/A/JavaLaunching
           0x102e11000 -       0x102e37fff  GLRendererFloat??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x11a3c3000 -       0x11a556fe7  GLEngine ???(???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLEngine.bundle/GLEngine
           0x11a587000 -       0x11a9aafef  libclh.dylib3.1.1 C  (3.1.1)<432F5475-F934-92A0-FB49-78F03DA82176> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x200000000 -       0x200787fe7 com.apple.GeForceGLDriver 1.6.36 (6.3.6)<4F23289A-D45A-0630-8D7F-4C35A4D2AA00>/System/Library/Extensions/GeForce GLDriver.bundle/Contents/MacOS/GeForceGLDriver
       0x7fff5fc00000 -    0x7fff5fc3bdef  dyld 132.1(???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
       0x7fff80003000 -    0x7fff80058ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7>/System/Library/PrivateFrameworks/FamilyC ontrols.framework/Versions/A/FamilyControls
       0x7fff80061000 -    0x7fff80073fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97>/usr/lib/libsasl2.2.dylib
       0x7fff80074000 -    0x7fff80097fff com.apple.opencl 12.3.6 (12.3.6)<42FA5783-EB80-1168-4015-B8C68F55842F>/System/Library/Frameworks/OpenCL .framework/Versions/A/OpenCL
       0x7fff80098000 -    0x7fff800d1ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239>/System/Library/PrivateFrameworks/MeshKit .framework/Versions/A/MeshKit
       0x7fff800d2000 -    0x7fff802c2fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231>/System/Library/Frameworks/JavaScriptCore .framework/Versions/A/JavaScriptCore
       0x7fff802c3000 -    0x7fff80325fe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8>/System/Library/PrivateFrameworks/DataDet ectorsCore.framework/Versions/A/DataDetectorsCore
       0x7fff80326000 -    0x7fff80326ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x7fff8032e000 -    0x7fff8032eff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6>/System/Library/Frameworks/Cocoa.framewor k/Versions/A/Cocoa
       0x7fff8032f000 -    0x7fff80335ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E>/System/Library/PrivateFrameworks/Commerc eKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceC ore
       0x7fff8033e000 -    0x7fff8037bff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D>/usr/lib/libssl.0.9.8.dylib
       0x7fff8037c000 -    0x7fff804bafff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03>/System/Library/Frameworks/CoreData.frame work/Versions/A/CoreData
       0x7fff804bb000 -    0x7fff8053dfff com.apple.QuickLookUIFramework 2.3 (327.6)<9093682A-0E2D-7D27-5F22-C96FD00AE970>/System/Library/Frameworks/Quartz. framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x7fff8053e000 -    0x7fff8057ffef  com.apple.QD3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x7fff805e0000 -    0x7fff80822fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0>/System/Library/Frameworks/AddressBook.fr amework/Versions/A/AddressBook
       0x7fff80823000 -    0x7fff8082efff com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689>/System/Library/PrivateFrameworks/CrashRe porterSupport.framework/Versions/A/CrashReporterSupport
       0x7fff8082f000 -    0x7fff814aafef com.apple.WebCore 6533.21 (6533.21.1) <15CE3700-C6DC-7F94-5394-4CF78040A40D>/System/Library/Frameworks/WebKit.framewo rk/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x7fff814ab000 -    0x7fff814bcfff SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751>/System/Library/PrivateFrameworks/Syndica tionUI.framework/Versions/A/SyndicationUI
       0x7fff814bd000 -    0x7fff814c3fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0)<D2F8C7E3-CBA1-2E66-1376-04AA839DABBB>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCGXCoreImage.A.dylib
       0x7fff814c4000 -    0x7fff81540ff7  com.apple.ISSupport1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA>/System/Library/PrivateFrameworks/ISSuppo rt.framework/Versions/A/ISSupport
       0x7fff816c1000 -    0x7fff8192afff com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x7fff8192b000 -    0x7fff8193cff7  libz.1.dylib1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717>/usr/lib/libz.1.dylib
       0x7fff8193d000 -    0x7fff8193dff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Quartz
       0x7fff81943000 -    0x7fff81992fef libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib TIFF.dylib
       0x7fff81993000 -    0x7fff81b54fef libSystem.B.dylib 125.2.11 (compatibility 1.0.0)<9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
       0x7fff81b55000 -    0x7fff81b72ff7  libPng.dylib??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Png.dylib
       0x7fff81b73000 -    0x7fff81bf1ff7 com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
       0x7fff81bf2000 -    0x7fff81c45ff7 com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x7fff81c46000 -    0x7fff81c81fff  com.apple.AE496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x7fff81c82000 -    0x7fff81c90ff7  libkxld.dylib??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F>/usr/lib/system/libkxld.dylib
       0x7fff81c9d000 -    0x7fff820e4fef com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766>/System/Library/CoreServices/RawCamera.bu ndle/Contents/MacOS/RawCamera
       0x7fff82159000 -    0x7fff82163fff com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE>/System/Library/PrivateFrameworks/Display Services.framework/Versions/A/DisplayServices
       0x7fff82164000 -    0x7fff82178ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35)<63C87CF7-56B3-4038-8136-8C26E96AD42F>/System/Library/Frameworks/Appli cationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Version s/A/SpeechSynthesis
       0x7fff82179000 -    0x7fff825bdfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0)<E14EC4C6-B055-A4AC-B971-42AB644E4A7C>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x7fff825be000 -    0x7fff82847ff7 com.apple.security 6.1.2 (55002)<4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6>/System/Library/Frameworks/Securit y.framework/Versions/A/Security
       0x7fff82848000 -    0x7fff8284bff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x7fff8284c000 -    0x7fff82966fef libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLProgrammability.dylib
       0x7fff82967000 -    0x7fff82967ff7  com.apple.Carbon150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Carbon
       0x7fff82e24000 -    0x7fff82e29ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x7fff82e2a000 -    0x7fff82e2cfff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x7fff82f8e000 -    0x7fff82fd6ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x7fff82fd7000 -    0x7fff8310cfff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3>/System/Library/Frameworks/AudioToolbox.f ramework/Versions/A/AudioToolbox
       0x7fff8310d000 -    0x7fff83224fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0)<1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
       0x7fff83225000 -    0x7fff8322bff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A>/System/Library/Frameworks/DiskArbitratio n.framework/Versions/A/DiskArbitration
       0x7fff832e2000 -    0x7fff8332dfef com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC>/System/Library/Frameworks/ImageCaptureCo re.framework/Versions/A/ImageCaptureCore
       0x7fff8332e000 -    0x7fff83a2aff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGrap hics
       0x7fff83a2b000 -    0x7fff83a40ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnal ysis
        0x7fff83a41000 -     0x7fff83a58fff  com.apple.ImageCapture 6.1 (6.1)<79AB2131-2A6C-F351-38A9-ED58B25534FD>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x7fff83ba2000 -    0x7fff83c87fef com.apple.DesktopServices 1.5.11 (1.5.11)<39FAA3D2-6863-B5AB-AED9-92D878EA2438>/System/Library/PrivateFrameworks /DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x7fff83c88000 -    0x7fff83ec2fef com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x7fff83ec3000 -    0x7fff83ec9ff7  IOSurface??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x7fff83eca000 -    0x7fff83ef5ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5>/usr/lib/libxslt.1.dylib
       0x7fff83ef6000 -    0x7fff83f45ff7  com.apple.DirectoryService.PasswordServerFramework6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD>/System/Library/PrivateFrameworks/Passwor dServer.framework/Versions/A/PasswordServer
       0x7fff84012000 -    0x7fff84013ff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59>/System/Library/PrivateFrameworks/TrustEv aluationAgent.framework/Versions/A/TrustEvaluationAgent
       0x7fff84014000 -    0x7fff84015fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C>/System/Library/PrivateFrameworks/Monitor Panel.framework/Versions/A/MonitorPanel
       0x7fff84016000 -    0x7fff84059ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libRIP.A.dylib
       0x7fff8405a000 -    0x7fff8409dfef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23>/usr/lib/libtidy.A.dylib
       0x7fff8409e000 -    0x7fff840e5fff com.apple.QuickLookFramework 2.3 (327.6)<11DFB135-24A6-C0BC-5B97-ECE352A4B488>/System/Library/Frameworks/QuickLo ok.framework/Versions/A/QuickLook
       0x7fff840e6000 -    0x7fff842ccfe7 libType1Scaler.dylib ??? (???) <ABCF0F92-6476-8861-FA8E-5393645D5164>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType 1Scaler.dylib
       0x7fff842cd000 -    0x7fff842defff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9>/System/Library/PrivateFrameworks/DSObjCW rappers.framework/Versions/A/DSObjCWrappers
       0x7fff842df000 -    0x7fff843b3fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x7fff843b4000 -    0x7fff846b2fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x7fff846b3000 -    0x7fff84738ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x7fff84739000 -    0x7fff84739ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7>/System/Library/Frameworks/vecLib.framewo rk/Versions/A/vecLib
       0x7fff8473a000 -    0x7fff8475fff7  com.apple.CoreVideo1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>/System/Library/Frameworks/CoreVideo.fram ework/Versions/A/CoreVideo
       0x7fff847ba000 -    0x7fff847bffff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGFXShared.dylib
       0x7fff847c0000 -    0x7fff84805fff com.apple.CoreMediaIOServices 140.0 (1496)<D93293EB-0B84-E97D-E78C-9FE8D48AF58E>/System/Library/PrivateFrameworks/C oreMediaIOServices.framework/Versions/A/CoreMediaIOServices
       0x7fff84806000 -    0x7fff849c4ff7 com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x7fff849c5000 -    0x7fff849c7fff libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Radiance.dylib
       0x7fff849c8000 -    0x7fff849fbff7 libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrue TypeScaler.dylib
       0x7fff84a42000 -    0x7fff84a49fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F>/System/Library/Frameworks/OpenDirectory. framework/Versions/A/OpenDirectory
       0x7fff84a4a000 -    0x7fff84b50fe7 com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445>/System/Library/Frameworks/PubSub.framewo rk/Versions/A/PubSub
       0x7fff84b51000 -    0x7fff84bcefef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)<35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
       0x7fff84bd8000 -    0x7fff84c19fff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A>/System/Library/Frameworks/SystemConfigur ation.framework/Versions/A/SystemConfiguration
       0x7fff84c1a000 -    0x7fff84ca6fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D>/System/Library/Frameworks/SecurityFounda tion.framework/Versions/A/SecurityFoundation
       0x7fff84ca7000 -    0x7fff84d41fe7 com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x7fff84d42000 -    0x7fff84d45ff7 libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libCoreVMClient.dylib
       0x7fff84d46000 -    0x7fff84d46ff7 com.apple.CoreServices 44 (44)<DC7400FB-851E-7B8A-5BF6-6F50094302FB>/System/Library/Frameworks/CoreServic es.framework/Versions/A/CoreServices
       0x7fff84d77000 -    0x7fff84e34fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x7fff855ca000 -    0x7fff85dd4fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x7fff85dd5000 -    0x7fff86109fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x7fff8610a000 -    0x7fff86199fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x7fff8619a000 -    0x7fff861b3fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207>/System/Library/Frameworks/OpenDirectory. framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirec tory
       0x7fff86215000 -    0x7fff862cbff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969>/usr/lib/libobjc.A.dylib
       0x7fff862cc000 -    0x7fff862edfff libresolv.9.dylib 41.0.0 (compatibility 1.0.0)<6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
       0x7fff86552000 -    0x7fff86710fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854>/usr/lib/libicucore.A.dylib
       0x7fff86711000 -    0x7fff86993fe7  com.apple.Foundation 6.6.7 (751.62)<6F2A5BBF-6990-D561-2928-AD61E94036D9>/System/Library/Frameworks/Founda tion.framework/Versions/C/Foundation
       0x7fff86994000 -    0x7fff869a8fff  libGL.dylib??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGL.dylib
       0x7fff869a9000 -    0x7fff869adff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libCGXType.A.dylib
       0x7fff869ae000 -    0x7fff873a8ff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251>/System/Library/Frameworks/AppKit.framewo rk/Versions/C/AppKit
       0x7fff874a2000 -    0x7fff87513ff7 com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930>/System/Library/PrivateFrameworks/AppleVA .framework/Versions/A/AppleVA
       0x7fff87576000 -    0x7fff875b0fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0)<7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
       0x7fff875b1000 -    0x7fff875f8ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21>/System/Library/PrivateFrameworks/CoreUI. framework/Versions/A/CoreUI
       0x7fff875f9000 -    0x7fff875fcfff com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x7fff875fd000 -    0x7fff87609fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9>/usr/lib/libbz2.1.0.dylib
       0x7fff87625000 -    0x7fff87654ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x7fff87695000 -    0x7fff87813ff7 com.apple.WebKit 6533.21 (6533.21.1) <C89E93DE-3BFD-2E7A-2A49-356885FA1CDE>/System/Library/Frameworks/WebKit.framewo rk/Versions/A/WebKit
       0x7fff878e1000 -    0x7fff8792afef  libGLU.dylib??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLU.dylib
       0x7fff8797b000 -    0x7fff87991fef  libbsm.0.dylib ??? (???)<83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
       0x7fff87992000 -    0x7fff879cfff7 libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFont Registry.dylib
       0x7fff879d0000 -    0x7fff879d0ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Accelerate
       0x7fff879d1000 -    0x7fff879e0fef com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/OpenGL
       0x7fff879ed000 -    0x7fff87a03fe7  com.apple.MultitouchSupport.framework207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163>/System/Library/PrivateFrameworks/Multito uchSupport.framework/Versions/A/MultitouchSupport
       0x7fff87a04000 -    0x7fff87a09fff  libGIF.dylib??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib GIF.dylib
       0x7fff87a3a000 -    0x7fff87ab9fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0>/System/Library/Frameworks/CoreAudio.fram ework/Versions/A/CoreAudio
       0x7fff87aba000 -    0x7fff87b6ffe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x7fff87b70000 -    0x7fff87bbaff7 com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x7fff87bbb000 -    0x7fff87bcafff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145>/System/Library/Frameworks/NetFS.framewor k/Versions/A/NetFS
       0x7fff87bfc000 -    0x7fff87bfdfff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D>/usr/lib/liblangid.dylib
       0x7fff87c08000 -    0x7fff87c72fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x7fff87c9b000 -    0x7fff87dc3ff7 com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56>/System/Library/PrivateFrameworks/MediaTo olbox.framework/Versions/A/MediaToolbox
       0x7fff87dc4000 -    0x7fff87e30fe7 com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2>/System/Library/PrivateFrameworks/CorePDF .framework/Versions/A/CorePDF
       0x7fff87e31000 -    0x7fff87ec1fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x7fff87ec2000 -    0x7fff87f0bff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74>/System/Library/Frameworks/SecurityInterf ace.framework/Versions/A/SecurityInterface
       0x7fff87f0c000 -    0x7fff87f4dfef com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742>/System/Library/PrivateFrameworks/CoreMed ia.framework/Versions/A/CoreMedia
       0x7fff87f4e000 -    0x7fff87f5dfff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF>/usr/lib/libxar.1.dylib
       0x7fff87f5e000 -    0x7fff87f86fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/Dictionar yServices
       0x7fff87fd1000 -    0x7fff8804efef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5>/System/Library/PrivateFrameworks/Backup. framework/Versions/A/Backup
       0x7fff880a6000 -    0x7fff880b1fff com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC>/System/Library/Frameworks/CoreLocation.f ramework/Versions/A/CoreLocation
       0x7fff881b3000 -    0x7fff88323fff com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571>/System/Library/Frameworks/QTKit.framewor k/Versions/A/QTKit
       0x7fff88324000 -    0x7fff883ddfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0)<2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
       0x7fff883de000 -    0x7fff883e9ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognitio n
       0x7fff883ea000 -    0x7fff8844afe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416>/System/Library/Frameworks/IOKit.framewor k/Versions/A/IOKit
       0x7fff8844b000 -    0x7fff8844bff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/ApplicationServices
       0x7fff8844c000 -    0x7fff88498fff  libauto.dylib??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
       0x7fff88499000 -    0x7fff884b9ff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586>/System/Library/Frameworks/DirectoryServi ce.framework/Versions/A/DirectoryService
       0x7fff884ba000 -    0x7fff8856afff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91>/System/Library/Frameworks/Kerberos.frame work/Versions/A/Kerberos
       0x7fff8858d000 -    0x7fff88697ff7  com.apple.MeshKitIO1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE>/System/Library/PrivateFrameworks/MeshKit .framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
       0x7fff88698000 -    0x7fff88699ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7)<53299948-2554-0F8F-7501-04B34E49F6CF>/System/Library/Frameworks/AudioUn it.framework/Versions/A/AudioUnit
       0x7fff88732000 -    0x7fff888a9fe7 com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC>/System/Library/Frameworks/CoreFoundation .framework/Versions/A/CoreFoundation
       0x7fff888aa000 -    0x7fff888e7fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C>/System/Library/Frameworks/LDAP.framework /Versions/A/LDAP
       0x7fff888fe000 -    0x7fff88934ff7 com.apple.framework.Apple80211 6.2.5 (625.6)<B67C7A65-E4FB-4419-3F31-4482E17EF203>/System/Library/PrivateFrameworks/ Apple80211.framework/Versions/A/Apple80211
       0x7fff88935000 -    0x7fff88950ff7 com.apple.openscripting 1.3.1 (???)<2243C17C-EE36-D5B6-3A3E-8258973FF789>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x7fff88960000 -    0x7fff88a00fff com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchService s
       0x7fff88a01000 -    0x7fff88adefff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x7fff88adf000 -    0x7fff88e7cfe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD>/System/Library/Frameworks/QuartzCore.fra mework/Versions/A/QuartzCore
       0x7fff88eba000 -    0x7fff893c0ff7 com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51>/System/Library/PrivateFrameworks/VideoTo olbox.framework/Versions/A/VideoToolbox
       0x7fff89405000 -    0x7fff8946dfff com.apple.MeshKitRuntime 1.1 (49.2)<1F4C9AB5-9D3F-F91D-DB91-B78610562ECC>/System/Library/PrivateFrameworks/M eshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshK itRuntime
       0x7fff8946e000 -    0x7fff8952ffef  com.apple.ColorSync 4.6.6 (4.6.6)<BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Colo rSync
       0x7fff89530000 -    0x7fff89561fff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLImage.dylib
       0x7fff89562000 -    0x7fff89589ff7 libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib JPEG.dylib
       0x7fff8967e000 -    0x7fff8979dfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E>/usr/lib/libcrypto.0.9.8.dylib
       0x7fff8979e000 -    0x7fff897a2ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5>/usr/lib/system/libmathCommon.A.dylib
       0x7fff897a3000 -    0x7fff897b0fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0)<1C35FA50-9C70-48DC-9E8D-2054F7A266B1>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCSync.A.dylib
       0x7fff897b1000 -    0x7fff89872fff libFontParser.dylib ??? (???)<A00BB0A7-E46C-1D07-1391-194745566C7E>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/li bFontParser.dylib
       0x7fffffe00000 -    0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69>/usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors,Intel Core 2 Duo, 3.06 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT,PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI,256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme(0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420AS, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000 / 3

    Firefox is probably a better choice. It's safe. You don't need anti virus software for another browser.
    And having another browser installed can come in handy in case Safari is misbehaving. I use Firefox frequently.
    Mozilla Firefox Web Browser — Free Download

  • BW will be still needed when HANA using?

    Hi Experts,
    Is HANA replacement for relational database? What support and maintenance for such database? what application that can use HANA, OLTP,BW,SCM,CRM? Is HANA same with BW/BI Accelerator? HANA appliance may be addition or plug in to existing traditional database which used for reporting and query purpose which 3600x faster transaction than traditional database query. HANA may also replace OLAP/BI/BW requirement for certain function? Is HANA also replacement for BI Business Object in future? BW will be still needed when HANA using?

    "Will HANA eliminate the need for BW?
    This is a question that surprisingly keeps creeping up from all
    sides and customers. However, we can only see so far ahead. My
    current statement will be not for the next five to eight years
    based on two basic myths that must be bust right now:
    1. If we take all the ERP fields into a data warehouse, or an
    appliance, we should then be able to answer every
    question.
    a. This is a myth that is still prevailing in the data
    warehouse world. It is most applicable to the
    Accelerated Explorer and now to Hana. Not
    considering this will result in a costly mistake. All data
    can answer is simple questions. However, large
    organizations do not live by simple answers alone.
    Data filled appliances cannot answer complex
    questions that make modern enterprises run u2018Give me
    the stock position for the next week considering all
    operational variables like production schedules, stock,
    returns, customer bookings, requisitions, PO orders in
    process, etc..
    Release 1.0 of HANA is for non-disruptive and very fast
    Operational Reporting. Operational reporting normally
    consists of simple reports and to meet day-to-day
    reporting needs.
    b. HANA version 1.0 is for ECC data access only
    c. HANA leverages existing technologies of BW
    Accelerator, BusinessObjects Explorer and
    BusinessObjects WebI along with Sybase database to
    deliver real-time informatics in critical areas. The key
    here is critical areas and how business defines this
    singularity for using HANA.
    d. Data warehouses enable complex transformations,
    summarizations, exceptions and a host of other
    filtering that enables a u2018SPOTu2019 (Single Point of Truth)
    answer to critical and complex questions. So far as
    executives need answers to complex questions data
    warehouses will remain u2013 unless of course we get a self
    modeling InfoCube that remodels itself on information
    demand and consumption."

  • When i use oracle vwp give this error (java.lang.IllegalArgumentException:

    sir i use oracle with vwp
    sir see my code this code goto catch (Exception e) section and give this code in textfield
    " java.lang.IllegalArgumentException: luser.username "
    when i use mysql that give right result but when use oracel that give me this error
    try {
    RowKey userRowKey = luserDataProvider.findFirst
    (new String[] { "luser.username" },
    new Object[] { textField4.getText()});
    if (userRowKey == null) {
    textField3.setText("11111");
    return null;
    } else {
    textField3.setText("22222");
    return null;
    catch (Exception e) {
    log("Cannot perform login for userid " + textField3.getText(), e);
    error("Cannot perform login for userid " + textField3.getText() + ": " + e);
    textField3.setText(e);
    return null;
    please give me idea how i get right result
    thank you

    please check Article-ID "Positions Hierarchy Edittor Shows Error Your Userarea Applet Has Caused A Runtime Exception [ID 1151488.1]" in MOS...
    HTH

  • Firefox does not open with the tabs I had open when I use the quit and save function. Firefox opens with my home page only. how to fix?

    When I use the "Save and Quit" function it has no effect. The next time I open Firefox it goes to my home page only.
    == This happened ==
    Every time Firefox opened
    == 3 days ago

    This is not a solution, nor a work-around. The only thing this points out is where the problem lies. Settings are meant to be used in all sessions, barring exceptions and the fact that Firefox asks if you'd rather SAVE and then quit, makes it an exception. The user has elected to skip the clear browsing history step.
    However, if the settings are permanently changed as you suggest, then the history will always be remembered for eternity when Firefox is closed. You then have to manually clear your history first at every session before closing.
    Older versions of Firefox never behaved in such manner and recognized that the Save and Quit superseded the setting to Clear History.

Maybe you are looking for

  • Solved yet? iDVD ejects DL disc with 1 min. remaining

    Hi. Searched the forum and found several other uses with the same problem I have been having: iDVD'08 ejects my +R DL dvd with 1 minute remaining on the burn cycle. No error message. Was wondering if anyone has solved this issue. Here is what I have

  • PCA posting for Special stock through WBS element

    Hi, The scenario consists of special stock transfer from one plant to another through the WBS element. The PR is getting generated from PS. the issue that I am facing is that the PCA document is showing a posting being made to a GL account which is d

  • SQL Server 2000 Migration to Oracl 10g

    Hi, We are plannig to migrate the SQL Server 2000 to Oracle 10g. I have following queries. 1. Does the Oracle SQL Developer tool is the one that to be used? (Previously OWMB used to support SQL Server 2000, but it is no longer supporting.) 2. When I

  • Dw cs4 -some links don't work, others do. whyyyyyyyyyy??????

    My links to "directions" and "gallery" from the home page don't work.  But, if you click on "request a quote" at the bottom of the home page, you can link to them from there.  I can't figure out why.  Also, as you can see my contact page shows up on

  • How do I cut a line with a rectangle using the Pathfinder

    I'm a complete newb in Ai (many years in Ps). I'm trying to cut off (delete) a rectangular section of a grid that is made of many lines. I keep getting the message, "The filter produced no results. Please select two intersecting paths." In its simple