BPM messages stuck In Process - never get sent

Hi all,
We have had a number of BPM processes running successfully in our XI 3.0 DEV SP17 system for weeks now but suddenly, none are now working. Our BPMs wait a specified amount of time before creating a bundled outbound message. In SXMB_MONI, the Outbound Status is a timer status. The workflow logs mappings are all complete but the Block above is stuck in the status In Process. This never changes and no message is sent no matter how long you wait. There are no errors listed anywhere. To try and fix this, we have performed the following steps and then retried but to no avail:
1. Re-registered and re-activated queues in SXMB_ADM
2. Deleted all work items in SWWL
3. Checked for event problems in SWEQADM
4. Checked for errors (none given) but done a cache refresh anyway in SXI_CACHE
5. Checked in the Process Builder under Goto -> Basic Data -> Start Events tab that the workflow is active
6. Restarted the server
What else can I check to free up this blockage or reactivate whatever isn't running?!
Many thanks,
Stuart Richards

Hi Stuart Richards,
  Similary I too faced the Problem,   Try  for SLD  Cache  refresh, 
To clear the SLD cache, from the Integration Builder main menu, choose Environment  ®  Delete Cache for SLD Data.
Once we have deleted the cache for SLD data, accessing objects in the SLD may take longer than usual initially.
Did you  tried this option,
Transaction code : SXI_CACHE
Go to menu
XI Runtime Cache -> Start Complete Cache refresh.
Thanks & Regards
Agasthuri Doss

Similar Messages

  • JDBC Driver: Messages stuck in processing started at rwb

    Hi,
    I have ABAP Proxy (7.1 EHP1) -> JDBC (MS SQL Server) scenario.
    I'm trying to do INSERT_UPDATE.  The interfases works fine for the first 5 messages. If I check the DB I see rows inserted correctly, but the first five messages stucks in processing started, and the others JDBC messages stuck in Pending to be delivered The interfase is developed as asynchron, i'm not affraid in the response.
    I tryed to do just an INSERT, send just one message, or change the isolation level. But the messages continues stucking in processing started status.
    One of the lasts possibilities is transform the interface to sync  or increase the max number of threads of queue "JDBC_http://sap.com/xi/XI/SystemRecv" via ConfigTool. But I can't stop the j2ee stack until next weekend.
    The audit Log:
    - The message was successfully received by the messaging system. Protocol: XI URL: http://sapdev:51000/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
    - Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    - Message successfully put into the queue.
    - The message was successfully retrieved from the receive queue.
    - The message status was set to DLNG.
    - Delivering to channel: CC_C0400_IM01_MES_INTEG
    - JDBC Adapter Receiver processing started, required QoS ExactlyOnce
    - JDBC Adapter Receiver Channel CC_C0400_IM01_MES_INTEG:  processing started; party   / service XXXXXXXXX_DES.
    - INSERT INTO  XXXXXXXXXX_TST (CodArticulo, Descripcion, EAN13, Vidautil, bolsasporestuche, estuchesporcaja, estuchesporpalet, gxu, UNISTK) VALUES (XXXXXX, XXXXXXXXX,              , 270 , 1, 0 , 0.000 , 1000 , KG)
    Maybe is a problem in DB side, but the experience tell me that is more inestable a SAP PI than MS SQL Server
    Any Idea? 
    P.S. In the same PI is coexisting diferents JDBC interfaces that works fine. I have tried to use their channels but still stucking.
    And this is not my first PI :P

    Hi Xavier,
    have a look at the documentation of this option:
    db.autoCommit=NO|YES
    Use this parameter to deactivate the logical unit of work required by the JDBC adapter to guarantee that the data in the database is consistent. This option is required for JDBC drivers that do not support transactions. To avoid data inconsistencies in the database when the logical unit of work is deactivated, ensure that multiple database transactions cannot access the database simultaneously.
    The default value is NO.
    Do not set this parameter to YES if the JDBC driver supports transactions, that is, if the system does not display a corresponding error message during normal operation.
    Netweaver Documentation
    I'm sure MS SQL Server JDBC Driver is able to support transactions. By default the whole message will be treated as one transaction against the database.
    Regards
    Sven

  • When I email a photo it goes to my Outbox and stays there never getting sent.

    When I select a photo and click Email Photo i fill in the email address and subjet and click send.
    The email goes to my Outbox and just stays there and does not get sent.
    Do I have some settin set wrong or what.

    Yes I can send other emails without attachments. If I send another email with Pic it will also go the the outbox and stay there until I delete them.
    I rebooted like you said and the email was sent with the attachment and I recieved it on at my other email address.
    I then went back to my Photos and selected another Pic and emailed it out and it seams to work again.
    Do we need to reboot the Ipad ocassionally?
    Thanks for your help.

  • BPM: Message Stucked in Queue on Error even after Cancel Process

    Hi all,
    We have a scenario where we are using BPM to call RFCs in sequence using BPM. In case of exception, we make use of exception branch and canel the process. But even after doing so, failed messages are stucked in queue and if a new message comes in, it goes in pending status due to previous stucked messages.
    Can anybody please suggest how to overcome this.
    Thanks
    -Kulwant

    You need to make sure that:
    1) You have defined a Exception Handler in your Block
    2) You have included this in the Exception Branch properties.
    3) You have included this under the Exceptions section of your Sync Send Step....
    Even I got into the same situation and then figured out that F7 mentioned Exception will never be raised....why??.....the 3rd point was the reason.....check if same applicable to your case also...
    Regards,
    Abhishek.

  • BPM: Messages stuck in Queue

    Hi All,
           I am working on BPM scenario. My scenario is I am collecting 100 messages in 10 mins and sending to receiver. Here correlation I used as constant. In my deadline step I am using Transform step and Send why because if my scenario collect 10 messages in 10 mins even though i have to send these 10 messages to receiver. Itu2019s same as BpmPatternCollectTime but only difference is in Deadline I kept Transform and send step and the correlation is u2018constantu2019.
          My scenario is working fine most of the time. Sometimes messages are getting stuck in queue. The System error it is displaying as u201CProcess definition WS90XXXXX contains no receive step for message XXXX_PROXY_.....
    Can you please let me know why the messages are getting stuck in queue?
    Thanks & Regards,
    Purushotham

    Hi,
    A message normally gets stuck in a Queue beoz it is waiting for some processing to happen...once this message gets stuck the remaining messages will also get stuck no matter even if you create the whole BPM again.
    The only thing you can ensure is that all the messages are processed successfully before any other message enters the same queue....As of now you can only delete the queue and let the further processing happen successfully...is your Queue being used by some other processess also? If yes then check for their message processing...
    @Divya....your answer seems to be a straight forward Ctrl C --> Ctrl V
    Re: ccBPM Receive Step not Working
    If not then I am surprised by such a level of coincidence...
    Regards,
    Abhishek.

  • Safari is crashing when I am in one website and click a link to go to another website. This started a few days ago and now happens every time I try to navigate from one website to another. The error message I receive,the "report" gets sent to Apple:

    Process:         Safari [16855]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.7 (6534.57.2)
    Build Info:      WebBrowser-75345702~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:       2012-12-12 13:18:55.349 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          19384 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  19295 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      90E324F1-65FF-4B5D-8113-908D18CAE8DA
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  12
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreGraphics                  0x00007fff82dac230 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics                  0x00007fff82d91da9 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics                  0x00007fff82d9893f CGSDeviceLock + 535
    5   libRIP.A.dylib                          0x00007fff87eb3e7b ripd_Lock + 46
    6   libRIP.A.dylib                          0x00007fff87eba1f9 ripl_BltImage + 294
    7   libRIP.A.dylib                          0x00007fff87eb9e61 ripc_RenderImage + 323
    8   libRIP.A.dylib                          0x00007fff87ed784e ripc_DrawLayer + 3042
    9   com.apple.CoreGraphics                  0x00007fff82ef83fe CGContextDrawLayerAtPoint + 165
    10  com.apple.WebKit2                       0x00007fff837740f0 WebKit::BackingStore::paint(CGContext*, WebCore::IntRect const&) + 168
    11  com.apple.WebKit2                       0x00007fff837678b8 WebKit::DrawingAreaProxyImpl::paint(CGContext*, WebCore::IntRect const&, WebKit::Region&) + 212
    12  com.apple.WebKit2                       0x00007fff83767613 -[WKView drawRect:] + 281
    13  com.apple.AppKit                        0x00007fff84b36cc5 -[NSView _drawRect:clip:] + 3390
    14  com.apple.AppKit                        0x00007fff84b35938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    15  com.apple.AppKit                        0x00007fff84b35ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    16  com.apple.AppKit                        0x00007fff84b35ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    17  com.apple.AppKit                        0x00007fff84b3400a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    18  com.apple.AppKit                        0x00007fff84b34ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    19  com.apple.AppKit                        0x00007fff84b34ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    20  com.apple.AppKit                        0x00007fff84b33b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    21  com.apple.AppKit                        0x00007fff84b303de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    22  com.apple.AppKit                        0x00007fff84aa9c0e -[NSView displayIfNeeded] + 969
    23  com.apple.Safari.framework              0x00007fff874d9646 -[BrowserWindow displayIfNeeded] + 43
    24  com.apple.AppKit                        0x00007fff84aa4aba _handleWindowNeedsDisplay + 678
    25  com.apple.CoreFoundation                0x00007fff8998eb07 __CFRunLoopDoObservers + 519
    26  com.apple.CoreFoundation                0x00007fff8996a434 __CFRunLoopRun + 468
    27  com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    28  com.apple.HIToolbox                     0x00007fff8292f7ee RunCurrentEventLoopInMode + 333
    29  com.apple.HIToolbox                     0x00007fff8292f5f3 ReceiveNextEventCommon + 310
    30  com.apple.HIToolbox                     0x00007fff8292f4ac BlockUntilNextEventMatchingListInMode + 59
    31  com.apple.AppKit                        0x00007fff84a79eb2 _DPSNextEvent + 708
    32  com.apple.AppKit                        0x00007fff84a79801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    33  com.apple.Safari.framework              0x00007fff8747f3a8 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    34  com.apple.AppKit                        0x00007fff84a3f68f -[NSApplication run] + 395
    35  com.apple.AppKit                        0x00007fff84a383b0 NSApplicationMain + 364
    36  com.apple.Safari.framework              0x00007fff8763cba0 SafariMain + 200
    37  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8a22dc0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8a22fadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8a22f7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8a22f2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8a22ec08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff859e7ca9 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff859e50a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8a429396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff8a4292d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8996a902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff80ab614f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff80a37114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff8a214d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a2153ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8996a902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff875f507d Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff875f50b7 Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89cf83b0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff8767053b Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00007fff8766e9ad Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework              0x00007fff8766eb2d Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8a22ea2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a22ee3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff8a258932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff8998c468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8a22ea2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8a22ee3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8a22eaa5 start_wqthread + 13
    Thread 10:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89f6f28d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore                0x00007fff89f6f4e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore                0x00007fff89f6f589 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 11:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x00007fff8a24fa6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8a253881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff89cf8407 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff89f77bcc JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore                0x00007fff89f77c09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 12 Crashed:
    0   com.apple.GeForceGLDriver               0x0000000200012010 gldAttachDrawable + 2528
    1   com.apple.GeForceGLDriver               0x00000002000d6609 gldUpdateDispatch + 14905
    2   com.apple.GeForceGLDriver               0x00000002000d6a43 gldFinish + 99
    3   com.apple.GeForceGLDriver               0x000000020009fc72 glrCompExecuteKernel + 494178
    4   com.apple.GeForceGLDriver               0x00000002000910cb glrCompExecuteKernel + 433851
    5   com.apple.GeForceGLDriver               0x000000020009143d glrCompExecuteKernel + 434733
    6   com.apple.GeForceGLDriver               0x0000000200086868 glrCompExecuteKernel + 390744
    7   com.apple.GeForceGLDriver               0x0000000200086c0d glrCompExecuteKernel + 391677
    8   com.apple.GeForceGLDriver               0x000000020008da62 glrCompExecuteKernel + 419922
    9   com.apple.GeForceGLDriver               0x0000000200164fde gldCopyTexSubImage + 393502
    10  com.apple.GeForceGLDriver               0x00000002001652c3 gldCopyTexSubImage + 394243
    11  com.apple.GeForceGLDriver               0x00000002001653ec gldCopyTexSubImage + 394540
    12  com.apple.GeForceGLDriver               0x000000020008e9d1 glrCompExecuteKernel + 423873
    13  com.apple.GeForceGLDriver               0x000000020008ee7a glrCompExecuteKernel + 425066
    14  com.apple.GeForceGLDriver               0x00000002000d65de gldUpdateDispatch + 14862
    15  com.apple.GeForceGLDriver               0x0000000200012333 gldTestObject + 211
    16  GLEngine                                0x0000000114d32693 gleTestFence + 100
    17  GLEngine                                0x0000000114c9c7a5 glTestFenceAPPLE_Exec + 50
    18  com.apple.QuartzCore                    0x00007fff8a430e92 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 1843
    19  com.apple.QuartzCore                    0x00007fff8a430708 view_display_link(double, CVTimeStamp const*, void*) + 64
    20  com.apple.QuartzCore                    0x00007fff8a43064f link_callback + 219
    21  com.apple.CoreVideo                     0x00007fff86e170ab CVDisplayLink::performIO(CVTimeStamp*) + 431
    22  com.apple.CoreVideo                     0x00007fff86e16310 CVDisplayLink::runIOThread() + 754
    23  com.apple.CoreVideo                     0x00007fff86e15fe3 startIOThread(void*) + 139
    24  libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    25  libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 13:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x00007fff8a214dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff8a21a40d pthread_mutex_lock + 469
    2   com.apple.CoreGraphics                  0x00007fff82d90ebe _CGSLockWindow + 696
    3   com.apple.CoreGraphics                  0x00007fff82d9893f CGSDeviceLock + 535
    4   libRIP.A.dylib                          0x00007fff87eb3e7b ripd_Lock + 46
    5   libRIP.A.dylib                          0x00007fff87eba1f9 ripl_BltImage + 294
    6   libRIP.A.dylib                          0x00007fff87eb9e61 ripc_RenderImage + 323
    7   libRIP.A.dylib                          0x00007fff87eb7f96 ripc_DrawImage + 2411
    8   com.apple.CoreGraphics                  0x00007fff82dcec0a CGContextDrawImage + 446
    9   com.apple.AppKit                        0x00007fff84b4c462 __-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 + 1771
    10  com.apple.AppKit                        0x00007fff84b4bb73 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1298
    11  com.apple.AppKit                        0x00007fff84b57d49 __-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 + 1878
    12  com.apple.AppKit                        0x00007fff84b49c1d -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 178
    13  com.apple.AppKit                        0x00007fff84b574ab -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1986
    14  com.apple.AppKit                        0x00007fff84b59be2 -[NSImage _composite:delta:fromRect:toPoint:] + 2437
    15  com.apple.AppKit                        0x00007fff84b59222 -[NSImage compositeToPoint:operation:] + 210
    16  com.apple.Safari.framework              0x00007fff8767506f -[SpinningProgressIndicator drawImageAtIndex:] + 194
    17  com.apple.Safari.framework              0x00007fff87675560 -[SpinningProgressIndicator heartbeatWithBirthDate:currentDate:context:] + 263
    18  com.apple.Safari.framework              0x00007fff87675838 -[Heartbeat _heartbeat] + 417
    19  com.apple.Foundation                    0x00007fff80a8cbc5 __NSFireTimer + 114
    20  com.apple.CoreFoundation                0x00007fff8996bbb8 __CFRunLoopRun + 6488
    21  com.apple.CoreFoundation                0x00007fff89969d8f CFRunLoopRunSpecific + 575
    22  com.apple.Foundation                    0x00007fff80a71b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    23  com.apple.Foundation                    0x00007fff80a71a53 -[NSRunLoop(NSRunLoop) run] + 77
    24  com.apple.Safari.framework              0x00007fff87675a21 -[Heartbeat _startHeartbeatRunLoop] + 244
    25  com.apple.Foundation                    0x00007fff80a37114 __NSThread__main__ + 1429
    26  libSystem.B.dylib                       0x00007fff8a24dfd6 _pthread_start + 331
    27  libSystem.B.dylib                       0x00007fff8a24de89 thread_start + 13
    Thread 12 crashed with X86 Thread State (64-bit):
      rax: 0x0000000100423000  rbx: 0x0000000000000001  rcx: 0x0000000100423080  rdx: 0x0000000100423078
      rdi: 0x00000000e00002be  rsi: 0x0000000118d57080  rbp: 0x00000001153ea240  rsp: 0x00000001153ea240
       r8: 0x0000000000014cfb   r9: 0x0000000000000001  r10: 0x0000000080000002  r11: 0x00000001153ea270
      r12: 0x0000000115930000  r13: 0x0000000113cbe000  r14: 0x0000000000000000  r15: 0x00000001153ea270
      rip: 0x0000000200012010  rfl: 0x0000000000010292  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.7 (6534.57.2) <2208AB17-7F39-5DC1-AE9F-7946DEE3CA0B> /Applications/Safari.app/Contents/MacOS/Safari
           0x114c50000 -        0x114de3fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x114e14000 -        0x115237fef  libclh.dylib 3.1.1 C  (3.1.1) <432F5475-F934-92A0-FB49-78F03DA82176> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x115902000 -        0x115928fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x200000000 -        0x200787fe7  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <4F23289A-D45A-0630-8D7F-4C35A4D2AA00> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800e8fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff800e9000 -     0x7fff800e9ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff800ea000 -     0x7fff801a7fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8021b000 -     0x7fff8023cfe7  libPng.dylib ??? (???) <14F055F9-D7B2-27B2-E2CF-F0A222BFF14D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8023d000 -     0x7fff8023efff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff8023f000 -     0x7fff80260fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff80261000 -     0x7fff8033efff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff80963000 -     0x7fff80a25fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff80a26000 -     0x7fff80ca8fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80ca9000 -     0x7fff80cb4fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff80cb5000 -     0x7fff80cf3fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff80dcf000 -     0x7fff80dd2ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff80de2000 -     0x7fff80df8fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff81063000 -     0x7fff8109efff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff81156000 -     0x7fff813dfff7  com.apple.security 6.1.2 (55002) <772E1B13-8271-02F8-B1FE-023592A7AED7> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff813e0000 -     0x7fff813e0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff81409000 -     0x7fff81416fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81417000 -     0x7fff814c7fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff81600000 -     0x7fff81633ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8163d000 -     0x7fff816f2fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff816f3000 -     0x7fff81793fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff81a40000 -     0x7fff81a5bff7  com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff81a5c000 -     0x7fff81aa5fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff81bef000 -     0x7fff81c89fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff81c8a000 -     0x7fff81c8ffff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff81d5c000 -     0x7fff81d6bfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff81d7a000 -     0x7fff81d7aff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff81d7b000 -     0x7fff81d7cff7  com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81d7d000 -     0x7fff81dd0ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff81de7000 -     0x7fff81f01fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81f02000 -     0x7fff81f03ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81f04000 -     0x7fff81fd8fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff81fe4000 -     0x7fff81fe6fff  libRadiance.dylib ??? (???) <61631C08-60CC-D122-4832-EA59824E0025> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff81fe7000 -     0x7fff82031ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff82032000 -     0x7fff8205afff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8205b000 -     0x7fff8211cfef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff82139000 -     0x7fff8213fff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff821ce000 -     0x7fff82224fe7  libTIFF.dylib ??? (???) <9BC0CAD5-47F2-9B4F-0C10-D50A7A27F461> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82225000 -     0x7fff822a3ff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff823e3000 -     0x7fff823effff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff82642000 -     0x7fff82642ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82643000 -     0x7fff8268ffff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff827f1000 -     0x7fff827f7ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff827f8000 -     0x7fff8280cfff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8280d000 -     0x7fff8281cfff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff8281d000 -     0x7fff8282cfef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8282d000 -     0x7fff8286efff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8286f000 -     0x7fff8289ffef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff828a0000 -     0x7fff828b7fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff828b8000 -     0x7fff82900ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff82901000 -     0x7fff82bfffff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff82d74000 -     0x7fff83470ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83471000 -     0x7fff83475ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff83476000 -     0x7fff8347cfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8347d000 -     0x7fff8350dfff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8350e000 -     0x7fff83511fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8374d000 -     0x7fff83754fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff83755000 -     0x7fff8390fff7  com.apple.WebKit2 6534.57 (6534.57.2) <0C4B9A17-F7DA-B2FD-961E-DA258D56CCDE> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff83936000 -     0x7fff83947ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff83948000 -     0x7fff83959fff  SyndicationUI ??? (???) <1DBD7D2A-56A1-BDFA-4742-04B2F42FDF2D> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff8395a000 -     0x7fff839d6ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff839d7000 -     0x7fff83aedff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff84311000 -     0x7fff84316ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff84317000 -     0x7fff84436fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff84437000 -     0x7fff844bcff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff844bd000 -     0x7fff8453cfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8453d000 -     0x7fff84540ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8472f000 -     0x7fff848eefff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <2C39859A-043D-0EB0-D412-EC2B5714B869> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff848ef000 -     0x7fff84930fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff84931000 -     0x7fff84a35ff7  com.apple.PubSub 1.0.5 (65.28) <11D77223-EAAE-0199-1F99-0D28680559CE> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84a36000 -     0x7fff85430ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff85431000 -     0x7fff85566fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff858ab000 -     0x7fff85961ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff859e0000 -     0x7fff86a4afef  com.apple.WebCore 6534.57 (6534.57.2) <9BE3BFB2-D520-CD10-E4A1-3C2AF322A097> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff86a9b000 -     0x7fff86aadfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff86ab3000 -     0x7fff86ab3ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86ab4000 -     0x7fff86adfff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff86c49000 -     0x7fff86c6cfff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86c6d000 -     0x7fff86c78ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff86d4f000 -     0x7fff86d51fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86e14000 -     0x7fff86e39ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff86e86000 -     0x7fff86fc4fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87242000 -     0x7fff872fbfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff873c9000 -     0x7fff873cdff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff873ce000 -     0x7fff8741dff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff8741e000 -     0x7fff87c50fe7  com.apple.Safari.framework 6534 (6534.57.2) <596F6CCF-D815-1727-8E58-8B8EE0E44753> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff87c59000 -     0x7fff87dfafe7  com.apple.WebKit 6534.57 (6534.57.2) <B99EF91E-676F-79A0-FADC-A72C1E14536E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff87eac000 -     0x7fff87eefff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87ef0000 -     0x7fff87ef5fff  libGIF.dylib ??? (???) <5B2AF093-1E28-F0CF-2C13-BA9AB4E2E177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87ef6000 -     0x7fff88700fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88701000 -     0x7fff8876bfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8876c000 -     0x7fff887cefe7  com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff887cf000 -     0x7fff88b03fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff88b2e000 -     0x7fff88b77ff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff88b78000 -     0x7fff88fbffef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff88fc0000 -     0x7fff89003fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff89004000 -     0x7fff891c2fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0B4ABA92-C1F0-4548-A157-0CFD65561DA5> /usr/lib/libicucore.A.dylib
        0x7fff891c3000 -     0x7fff891d7ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff891d8000 -     0x7fff8961cfef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8961d000 -     0x7fff89644ff7  libJPEG.dylib ??? (???) <472D4A31-C1F3-57FD-6453-6621C48B95BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89669000 -     0x7fff89677ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff89678000 -     0x7fff896bfff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff896c0000 -     0x7fff89720fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89721000 -     0x7fff8973afff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8991e000 -     0x7fff89a95fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff89a96000 -     0x7fff89aa1fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89aa2000 -     0x7fff89b2efef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff89b2f000 -     0x7fff89b65ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89b66000 -     0x7fff89b7cfef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff89b8b000 -     0x7fff89b8bff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff89bfc000 -     0x7fff89bfcff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89cee000 -     0x7fff8a011fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <99973578-D474-3664-1388-61CB47E9D6E9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8a014000 -     0x7fff8a04efff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
        0x7fff8a04f000 -     0x7fff8a05aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8a05b000 -     0x7fff8a07bfff  com.apple.DirectoryService.Framework 3.6 (621.15) <9AD2A133-4275-5666-CE69-98FDF9A38B7A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8a07c000 -     0x7fff8a0f9fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff8a0fa000 -     0x7fff8a12bfff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a12c000 -     0x7fff8a132ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a133000 -     0x7fff8a148ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a179000 -     0x7fff8a1ceff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a1cf000 -     0x7fff8a20cff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff8a214000 -     0x7fff8a3d5fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff8a3d6000 -     0x7fff8a773fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST3500418ASQ, 465.76 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: My Book 1110, 0x1058  (Western Digital Technologies, Inc.), 0x1110, 0x26400000 / 3
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x24300000 / 4
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x24320000 / 5
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

    I would next try repairing permission. Go to Applications-->Utilities-->Disk Utility. Select your hard drive-->verify Disk, then verify permission then repair if there any erros.  Also, have you tried other browers? you also have the latest update on your Operating System. Go to Apple logo and select Software Update.

  • I've been asked to answer my security questions, but I cannot remember them. So I used the link that says send to back up email to reset the password except that the email never gets sent so that I cannot change then. Help?

    help?

    If the email hasn't arrived after a few hours and isn't in a spam filter, you need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90713)

  • TS3899 I can receive open and read my email but when I try to respond everything goes to my outbox and never gets sent ???? I contacted my provider and changed password but still does. It work ??? Help please ??

    On my iPad-I cannot reply to my emails -I receive and am able to open and read but all responses go to my outbox -changed the password -talked to provider-logged completely off and on -still nothing -does anyone have any advise how to rectify?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Items or messages shared from within apps by email don't get sent but sit in the Mail app outbox until sent manually.

    Many apps, including the Photos app, allow many options for sharing or social networking. When I select to send by the Mail app the message never gets sent as I would expect, but remains in the Mail Outbox until I remember to drill down to the Outbox and send it manually.
    Has anyone else had this problem?
    Is this normal?
    Is there a 'Setting' that causes this?
    Why doesn't the message just go?
    Hope you can help.

    I've been having similar issues with my iPhone 5 and the latest iOS version.  I read somewhere else about an issue with having Exchange and Imap in use with Mail being an issue.  I had both, but had my Exchange connection to Gmail off.  I was still having the issue.
    The solution that worked was to delete my Exchange Gmail account.  Now, emails are being sent immediately.  If you have Exchange and Imap Gmail accounts on your iPhone, pick one and delete the other.  Good luck.

  • AE 5.2: emails aren't getting sent

    I can create new requests (change account or new account) without fail except that the emails never get sent.
    Under Configuration --> Workflow --> SMTP Server, there is only one field: "Email Server Name", and that field absolutely has the correct entry.  I've even changed it back and forth to enter the IP address and the hostname, but neither work.  I have confirmed with our Exchange admin to ensure that everything is open and not blocked. 
    Has anyone else had this problem?  I would appreciate any ideas or suggestions, thank you in advance!
    Joyce

    2010-06-07 10:41:56,985 [SAPEngine_Application_Thread[impl:3]_44] ERROR Ignoring exception
    com.virsa.ae.core.NoRecordsFoundException: no service level values are found for request attributes : {Request Type=CHANGE, Application=[SRQ], Priority=NORMAL, Company=EXELIXIS, Employee Type=PERMANENT, Functional Area=IT, Role=Z:EXE:IT_SRM_ANALYST}
         at com.virsa.ae.accessrequests.bo.SelectServiceLevelHelper.getServiceLevel(SelectServiceLevelHelper.java:93)
         at com.virsa.ae.accessrequests.bo.RequestBO.getDueDate(RequestBO.java:1124)
         at com.virsa.ae.accessrequests.bo.RequestBO.saveRequestHeader(RequestBO.java:957)
         at com.virsa.ae.accessrequests.bo.RequestBO.saveNewRequest(RequestBO.java:246)
         at com.virsa.ae.accessrequests.actions.CreateRequestAction.createRequest(CreateRequestAction.java:179)
         at com.virsa.ae.accessrequests.actions.EUCreateRequestAction.createRequestHandler(EUCreateRequestAction.java:89)
         at com.virsa.ae.accessrequests.actions.EUCreateRequestAction.execute(EUCreateRequestAction.java:62)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:229)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:416)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:445)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    2010-06-07 10:41:59,867 [SAPEngine_Application_Thread[impl:3]_44] ERROR  User : Joyce Courtney  not found to get full name
    2010-06-07 10:41:59,882 [SAPEngine_Application_Thread[impl:3]_44] ERROR  User : (second name)  not found to get full name

  • When I open my email account thru Firefox, there is a blinking message in my task bar stating that "lorainemihiril" sent me a message. I DO NOT know this person, I can't make it go away and I NEVER use instant messaging. How do I get rid of this???

    When I open my email account thru Firefox, there is a blinking message in my task bar stating that "lorainemihiril" sent me a message. I DO NOT know this person, I can't make it go away and I NEVER use instant messaging. How do I get rid of this??? Sometimes there is more than one of these flashing messages all with the same name.

    Disable Yahoo Messenger in your Yahoo Mail account.
    Use the arrow on the right of your account name to go offline or sign out.
    * http://help.yahoo.com/kb/index?locale=en_US&y=PROD_ACCT&page=content&id=SLN2003

  • HT4059 I purchased an iBook and when I try to download it I get sent in a circle. Message pops up that it's already been purchased & I need to go to store to download but it never downloads, stays in pause mode. I have been charged for the book but can't

    I purchased an iBook and when I try to download it I get sent in a circle. Message pops up that it's already been purchased &amp; I need to go to store to download but it never downloads, stays in pause mode. I have been charged for the book but can't retrieve it. I've successfully purchased books before without trouble.very frustrated

    Hi Peggs,
    Try this:
    Open your iBooks app on your iPad
    Select the Store Button at the top
    Select Purchased at the bottom
    You will see your AppleID on the right at the bottom, then Redeem, then Support
    Click on your Apple ID, and when the AppleID window comes up with the options, Sign Out
    Then Sign In again and try redownloading your book
    Hope this helps!
    Cheers,
    GB

  • Sent messages never get recieved.

    I have sent a message to different addresses and the message never gets received by the addressee. I have sent to myself, my work email and never go the message.
    Any suggestions??

    Who is the email account provider for this email account?

  • Messages show sent but never get there

    i have been sending text messages to people without iphones. The message shows as being sent, but never gets to the other phone.
    i also cannot send a photo via text message. but i can send a photo with imessage.
    any ideas why this is?
    i have a new Iphone 4S.

    I have the same problem. I also can't connect to the 3G network from time to time.
    I called the people on my carrier company, and they said that they've talked to Apple about it, and it might be a software problem OR hardware problem.
    But you can try restoring your Network Settings, and see if it works.

  • XmlFile to B1PurchaseOrder, message gets stuck in processing

    Hello all,
    please I need help. A message goes in processing, but don't fuhther
    What can be the problem here?
    I'm gettig a following log-message:
    Message-ID    Name of Sendersystem      Sender object               Sender obj.key   Name of receiver system
    100708202     Filesystem                          Z.F.AnySystem_PO                                
    Start Date Time               End Date Time               Status
      2010/07/08 20:23:30    2010/07/08 20:23:30     Processing
    Regards,
    Alexander Friesen

    Hello Eddy,
    here is the message from message log. Perphaps you can find out something here.
    b1im:B1IMessage xmlns:b1im="urn:com.sap.b1i.sim:b1imessage" xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" MessageId="10070916183389100722C0A802649314" BeginTimeStamp="20100709161833" LogOn="true" Validity="true">
    b1im:Header>
    b1im:Sender>
      sim:M xmlns:sim="urn:com.sap.b1i.sim:entity" L="" U="" G="10070514354878118319C0A80264A2D1" O="" />
    sim:SysId xmlns:sim="urn:com.sap.b1i.sim:entity" Id="0010000101" Name="Filesystem" SysTypeId="F.AnySystem" ConnectivityMode="local">
    sim:ConnectivityList>
      sim:Connectivity ConnectivityTypeId="FILI" IsPreferred="true" Mode="active" />
      sim:Connectivity ConnectivityTypeId="FILO" IsPreferred="true" Mode="active" />
      /sim:ConnectivityList>
      </sim:SysId>
    ObjectType xmlns="urn:com.sap.b1i.sim:entity" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com.sap.b1i.sim:entity ../../com.sap.b1i.system.sld.repository/General.xsd/SemanticIntegrationModel.xsd" Id="Z.F.AnySystem_PO" Name="Z.F.AnySystem_PO" SysTypeId="F.AnySystem" LocalObjectType="File_PO" ValueMappingKeyTableLink="">
    - <!-- Modified with X-Edit V 1.0; 2010-07-08_15:49.56
      -->
    KeyMapping KeyPolicy="2">
    LocalKeySelectionList>
      LocalKeySelection SelectionPath="/primarykey/nokey" FieldName="nokey" />
      </LocalKeySelectionList>
      </KeyMapping>
    ConnectivityList>
      Connectivity ConnectivityTypeId="FILI" PreferredType="true" />
      Connectivity ConnectivityTypeId="FILO" PreferredType="true" />
      </ConnectivityList>
      PublicationObjectTypeRepresent PublicationObjectTypeId="Z.PT0005" />
      Schema />
      </ObjectType>
      </b1im:Sender>
      b1im:Receiver />
      b1im:System GlobalKey="10070514354878118319C0A80264A2D1" />
      b1im:RoutingList />
    b1im:ReceiverList>
      b1im:Receiver SysId="0010000100" SysTypeId="B1.2007" BIUURI="/sim.com.sap.b1i.datasync.001/biu.Z.File2B1PO/BIUMETA.F.AnySystem_B1.2007.xml" NextHopId="0010000100" />
      </b1im:ReceiverList>
      b1im:Extra />
      b1im:R3OutboundMethod>/com.sap.b1i.datasync.pattern/SYS102_R3Outbound/SYS102_R3Outbound_std.bfd</b1im:R3OutboundMethod>
      b1im:FileInbound LocalObjectType="File_PO" extension="xml" filename="Order" filespec="c:\temp\in\Order.xml" encoding="UTF-16" delchar=";" wrapchar="" xml_objID="" csv_objID="" txt_objID="" xpath="" offsetdef="" />
      </b1im:Header>
    b1im:Body>
    b1im:Payload ObjectTypeId="Z.F.AnySystem_PO" ObjectRole="S">
    here is the original xml file
      /b1im:Payload>
      /b1im:Body>
    /b1im:B1IMessage>

Maybe you are looking for

  • Customer/Vendor Balances in Group&Hard currencies

    Hello friends, F.23/F.42 gives us the balances in local currency forCustomers and Vendors, but i want balances in group currency(DMBE2) & hard currency(DMBE3) as well. So our ABAPer started to prepare a Z report, F.23 & F.42 reports fetching the data

  • Ipod touch 2g speakers not working Please help me!!!!!!

    ok so i got my ipod for christmas the loud speaker has been working great. I dnt use it that often. Just 2 days ago, it stopped working. Like the clicking sound fro the keyboards, alarms, and even music wouldnt work. Today the clicking sound came bac

  • Allowing incoming connection keeps poping up

    Hello for the last few days within all my Adobe porducts including Lightroom. As soon I do something like exporting, saving or opening. The computer as if I want to allow all icnoming network connection. Now those messeages come up so fast and go awa

  • Malformed URL

    I'm trying to set up a new URL with the constructor format new URL( string). I've tried several different ways of passing a string to the constructor, but get a malformed URL exception every time. I've got a copy of the file in the directory with the

  • Honavar

    I need help with installation. Error Message: "Adobe bootstrapper for single installation has encountered a problem."