Deciphering error messages

my login form is not properly redirecting.  i will submit the form, but it goes nowhere.  i turned on error reporting, and this is what i got:
"Warning:  mysql_close(): supplied resource is not a valid MySQL-Link resource in /homepages/htdocs/uploader/admin_login.php on line 61
Warning:  Cannot modify header information - headers already sent  by (output started at  /homepages/htdocs/uploader/admin_login.php:26) in /homepages/htdocs/uploader/admin_login.php on line 63"
top of page:
  if(isset($_SESSION['admin']))
          header('Location: users/admin/index.php');
          exit();
61: mysql_close($result);
63: header('Location: users/admin/index.php');
when i resend the page, it redirects fine.  why doesn't it like the mysql_close()?  and what is wrong with the headers?
thanks in advance.

Move this whole block from the <body> of your document to just after you check for the Session at the top of document:
if (isset($_POST['login'])) {
    $loginUsername = $_POST['uname']; 
    $loginPassword = $_POST['pword'];
     $blank_fields = loginFormErrorsCheck ($loginUsername, $loginPassword);      
     if (!$blank_fields) {
          $loginPassword = md5($loginPassword);
          mysql_select_db($database_uploader, $uploader);   
           $query = "SELECT * FROM members WHERE uname='"
        . mysql_real_escape_string($loginUsername) .
          "' AND pword='" . mysql_real_escape_string($loginPassword) . "'"; 
           $result = mysql_query($query) or die(mysql_error());
          // make sure the username and password were found
           if (mysql_num_rows($result) > 0) {
             $row = mysql_fetch_array($result) or die(mysql_error());
               mysql_close($result);
               if ($loginUsername == "admin") { // Admin Login
                    $_SESSION['admin'] = "Admin.";
                    header('Location: users/admin/index.php');
                    exit;
               } else {
                    echo "You cannot login to this area.  Please <a href='portal.php'>go to the portal</a> to login.";
                    header('Location: portal.php');
                    die();
          else {$login_errors[] = "Please check your User ID and Password, and try again.";}
     } else { $login_errors[] = "<div class='error'><img src='../Images/error_image.png' width='16' height='16' /> <b>Error</b>: Please fill in all fields.</div>"; }

Similar Messages

  • Spinning beach ball yet again, in safari! need help to decipher error message

    Hi all. The SBBOD is happening again and this time it's more often when im using safari.
    Here's the error message when i managed to "force quit" it.
    Date/Time:       2011-06-02 14:25:00 +0800
    OS Version:      10.6.7 (Build 10J869)
    Architecture:    x86_64
    Report Version:  7
    Command:         Firefox
    Path:            /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Version:         4.0.1 (4.0.1)
    Parent:          launchd [107]
    PID:             235
    Event:           hang
    Duration:        5.23s (sampling started after 2 seconds)
    Steps:           12 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         firefox-bin [235]
    Path:            /Applications/Firefox.app/Contents/MacOS/firefox-bin
    UID:             501
      Thread 139a       DispatchQueue 1
      User stack:
        12 PR_Lock + 17 (in libnspr4.dylib) [0x101ae6651]
          12 semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x1026bc2e2]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13a3       DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1026d5fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1026d6128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1026d67fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1026d6cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1026d512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 13a4     
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1026f53a9]
          12 catch_exception_raise + 2031 (in XUL) [0x1000327df]
            12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1026bc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13a7     
      User stack:
        12 kevent + 10 (in libSystem.B.dylib) [0x1026d512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 13a8     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13a9     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13aa     
      User stack:
        12 PR_Poll + 465 (in libnspr4.dylib) [0x101ae7f61]
          12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x1026ffe52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 13ab     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13ac     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b4     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b5     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b6     
      User stack:
        12 mkdir + 10 (in libSystem.B.dylib) [0x10270b9e2]
      Kernel stack:
        12 lo64_unix_scall + 77 [0x2a144d]
          12 unix_syscall64 + 617 [0x4f6075]
            12 mkdir + 142 [0x2e7150]
              12 getdirentries + 528 [0x2e7022]
                12 vn_create + 346 [0x2dfa47]
                  12 VNOP_MKDIR + 119 [0x2fc3dc]
                    12 hfs_metadatazone_init + 16862 [0x440997]
                      12 hfs_metadatazone_init + 16603 [0x440894]
                        12 hfs_checkdeleted + 6247 [0x4209c7]
                          12 vnode_create + 821 [0x2e22f1]
                            12 mount_ref + 2992 [0x2df5e2]
                              12 mount_ref + 2641 [0x2df483]
                                12 VNOP_RECLAIM + 84 [0x2f94bc]
                                  12 com.paragon-software.filesystems.ntfs 82 + 25549 [0x59c473cd]
                                    12 lck_mtx_lock + 504 [0x2995d8]
                                      12 lck_mtx_lock_wait_x86 + 330 [0x29f85a]
                                        12 thread_block + 33 [0x2272eb]
                                          12 thread_block_reason + 331 [0x22725d]
                                            12 thread_dispatch + 1966 [0x226fbe]
                                              12 machine_switch_context + 753 [0x2a8a6e]
      Thread 13b7     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b8     
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1026f53a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1026f54f6]
            12 js::JSProxyHandler::isOuterWindow() + 813742 (in XUL) [0x100b2c26e]
              12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
                12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b9     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13ba     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bb     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bc     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bd     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13be     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bf     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c0     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c1     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c2     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c5     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13cd     
      User stack:
        12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1026bc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13f6     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
            12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x10000e000 -        0x101806fef  XUL ??? (???) <0B46C5B2-1A7F-8DDE-81DE-73FE4C6E364E> /Applications/Firefox.app/Contents/MacOS/XUL
             0x101acd000 -        0x101b02ff7  libnspr4.dylib ??? (???) <DD34886E-AB02-40E0-A732-AD75C3E44D03> /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
             0x1026bb000 -        0x10287cfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         AAM Updates Notifier [151]
    Path:            /Library/Application Support/Adobe/OOBE/PDApp/UWA/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier
    UID:             501
    Process:         Adium [158]
    Path:            /Applications/Adium.app/Contents/MacOS/Adium
    UID:             501
    Process:         AppleSpell [169]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    UID:             501
      Thread 463        DispatchQueue 1
      User stack:
        12 ??? (in AppleSpell + 4816) [0x1000012d0]
          12 ??? (in AppleSpell + 5472) [0x100001560]
            12 -[NSSpellServer run] + 72 (in Foundation) [0x10013aeee]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x10081eb46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x10081edbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x10081f932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1004b829a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 464        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1004d1fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1004d2128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1004d27fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1004d2cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1004d112a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x1000a9fe7  com.apple.AppleSpell 1.6.2 (62.2) <B3C504CB-5E66-639E-9F2A-2F184565496A> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
             0x1000bc000 -        0x10033ffe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x1004b7000 -        0x100678fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x1007d3000 -        0x10094afe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         apsd-ft [150]
    Path:            /Applications/FaceTime.app/Contents/Frameworks/ApplePushService.framework/apsd- ft
    UID:             501
    Process:         autofsd [41]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread 109        DispatchQueue 1
      User stack:
        12 ??? (in autofsd + 5340) [0x1000014dc]
          12 ??? (in autofsd + 6461) [0x10000193d]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1000b6b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000b6dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b7932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1002fc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 11a        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100315fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100316128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1003167fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100316cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10031512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <E07FB03F-038C-D995-51F3-FF8A686F645B> /usr/libexec/autofsd
             0x10006b000 -        0x1001e2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1002fb000 -        0x1004bcfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         blued [40]
    Path:            /usr/sbin/blued
    UID:             0
      Thread 108        DispatchQueue 1
      User stack:
        12 ??? (in blued + 5384) [0x100001508]
          12 ??? (in blued + 151651) [0x100025063]
            12 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x10095a6a3]
              12 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x10095a7c4]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000afdbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b0932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100de929a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 14b        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100e02fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100e03128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100e037fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100e03cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x100e0212a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 1d2      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x100e223a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x100e224f6]
            12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100e2ce52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 142e     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100e02fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100e02f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100046fe7  blued ??? (???) <29B9C27D-C2DC-F6BB-6A7C-74676B61665C> /usr/sbin/blued
             0x100064000 -        0x1001dbfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10090f000 -        0x100b92fe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x100de8000 -        0x100fa9fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         configd [13]
    Path:            /usr/libexec/configd
    UID:             0
      Thread e5         DispatchQueue 1
      User stack:
        12 start + 52 (in configd) [0x100000cf0]
          12 main + 2051 (in configd) [0x100001506]
            12 server_loop + 72 (in configd) [0x100001d5c]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread e6         DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1003edfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1003ee128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1003ee7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1003eecd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1003ed12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread e8       
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 plugin_exec + 1440 (in configd) [0x1000034c3]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 139      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 _io_pm_force_active_settings + 2271 (in PowerManagement) [0x100e8c3c5]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 148      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100417e52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 15f      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 pppcntl_run_thread + 1595 (in PPPController) [0x10259290d]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 1439     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1003edfc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1003edf4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <B31CB9AB-2B53-DDA9-3147-A55AE3E567A0> /usr/libexec/configd
             0x10003b000 -        0x1001b2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1003d3000 -        0x100594fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x100e89000 -        0x100e9aff7  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <11BDE066-A91E-EF41-F46E-6E05053C216D> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
             0x102580000 -        0x1025a9fff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <FD1F16E7-AA64-54FA-0985-85A5A0C43F5A> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    Process:         coreaudiod [99]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread 28e        DispatchQueue 1
      User stack:
        12 ??? (in coreaudiod + 2964) [0x100000b94]
          12 ??? (in coreaudiod + 26320) [0x1000066d0]
            12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
              12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10061f29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 290        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100638fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100639128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1006397fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100639cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10063812a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 292      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1006583a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1006584f6]
            12 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x100045745]
              12 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x100058776]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10061f29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 143f     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100638fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100638f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x10001fff7  coreaudiod ??? (???) <9A14795C-2B28-130F-43A3-183AB48F75D8> /usr/sbin/coreaudiod
             0x100027000 -        0x1000a6fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
             0x1000dc000 -        0x100253fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10061e000 -        0x1007dffff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         coreservicesd [47]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread 13d        DispatchQueue 1
      User stack:
        12 ??? (in coreservicesd + 3756) [0x100000eac]
          12 _CoreServicesServerMain + 522 (in CarbonCore) [0x100310ace]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009f7b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009f7dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009f8932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10000829a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13e        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100021fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100022128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1000227fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100022cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10002112a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 16e      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1000413a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1000414f6]
            12 fmodWatchConsumer + 347 (in CarbonCore) [0x1002c476e]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x100042f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 16f      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1000413a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1000414f6]
            12 read + 10 (in libSystem.B.dylib) [0x100012986]
      Kernel stack:
        12 lo64_unix_scall + 77 [0x2a144d]
          12 unix_syscall64 + 617 [0x4f6075]
            12 read_nocancel + 158 [0x49dac1]
              12 write + 312 [0x49d345]
                12 get_pathbuff + 3054 [0x306b84]
                  12 tsleep + 105 [0x48f0eb]
                    12 wakeup + 786 [0x48ecc4]
                      12 thread_block + 33 [0x2272eb]
                        12 thread_block_reason + 331 [0x22725d]
                          12 thread_dispatch + 1966 [0x226fbe]
                            12 machine_switch_context + 753 [0x2a8a6e]
      Thread 1429     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100021fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100021f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <2A6BD0A0-7DA6-ABE6-3D55-E260EA69F56F> /System/Library/CoreServices/coreservicesd
             0x100007000 -        0x1001c8fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x100260000 -        0x100594fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
             0x1009ac000 -        0x100b23fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cvmsComp_x86_64 [168]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_x86_6 4
    UID:             501
      Thread 454        DispatchQueue 1
      User stack:
        12 ??? (in cvmsComp_x86_64 + 2740) [0x100000ab4]
          12 llvm::CVMSMemoryManager::getDlsymTable() const + 3295 (in cvmsComp_x86_64) [0x1000035ed]
            12 mach_msg_server + 539 (in libSystem.B.dylib) [0x100c55eda]
              12 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x100bd92a6]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Binary Images:
             0x100000000 -        0x100005ff7  cvmsComp_x86_64 ??? (???) <63EC83FC-19CA-E59A-99F8-92B5CF093E39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_x86_6 4
             0x100bd8000 -        0x100d99fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         cvmsServ [89]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread 271        DispatchQueue 1
      User stack:
        12 ??? (in cvmsServ + 4100) [0x100001004]
          12 ??? (in cvmsServ + 23081) [0x100005a29]
            12 mach_msg_server + 539 (in libSystem.B.dylib) [0x100339eda]
              12 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x1002bd2a6]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 272      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1002f63a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1002f64f6]
            12 ??? (in cvmsServ + 16132) [0x100003f04]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1002f7f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <B00FDF04-3059-CE2E-9534-7D07E3B41551> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
             0x1002bc000 -        0x10047dfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         DirectoryService [36]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread 104        DispatchQueue 1
      User stack:
        12 start + 52 (in DirectoryService) [0x10000cedc]
          12 main + 3061 (in DirectoryService) [0x10000dad9]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a8b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a8dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a9932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c7229a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 124        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100c8c7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100c8ccd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x100c8b12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 121        DispatchQueue 8
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c8c7f1]
              12 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100cae284]
                12 ____StartKernelListener_block_invoke_8 + 33 (in DirectoryService) [0x1000285ad]
                  12 semaphore_wait_trap + 10 (in libSystem.B.dylib) [0x100c722d6]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 135        DispatchQueue 8
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c8c7f1]
              12 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100cae284]
                12 syscall + 10 (in libSystem.B.dylib) [0x100cae882]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 122      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x100cab3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x100cab4f6]
            12 DSLThread::_RunWrapper(void*) + 67 (in DirectoryServiceCore) [0x100c5a34b]
              12 DSCThread::Run() + 36 (in DirectoryServiceCore) [0x100c5a0ac]
                12 CPluginRunLoopThread::ThreadMain() + 150 (in DirectoryService) [0x10001c674]
                  12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a8b46]
                    12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a8dbf]
                      12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a9932]
                        12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c7229a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 142d     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100c8bf4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100120ff7  DirectoryService ??? (???) <3408296C-EC0B-E742-27E1-E5BE8A2D686F> /usr/sbin/DirectoryService
             0x10095d000 -        0x100ad4fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100c52000 -        0x100c63fff  com.apple.DirectoryServiceCore.Framework 3.6 (621.11) <58F95644-E6DB-EC87-A8C8-03A65E3BC1AF> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
             0x100c71000 -        0x100e32fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         diskarbitrationd [12]
    Path:            /usr/sbin/diskarbitrationd
    UID:             0
      Thread e4         DispatchQueue 1
      User stack:
        12 ??? (in diskarbitrationd + 4064) [0x100000fe0]
          12 ??? (in diskarbitrationd + 32876) [0x10000806c]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x100072b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100072dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100073932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10072129a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread e9         DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x10073afc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x10073b128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10073b7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x10073bcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10073a12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x10001bfef  diskarbitrationd ??? (???) <023CCC37-1C60-F2A2-6FF0-B2F4EE9C5747> /usr/sbin/diskarbitrationd
             0x100027000 -        0x10019efe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100720000 -        0x1008e1fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         distnoted [44]
    Path:            /usr/sbin/distnoted
    UID:             1
      Thread 111        DispatchQueue 1
      User stack:
        12 ??? (in distnoted + 3620) [0x100000e24]
          12 ??? (in distnoted + 3717) [0x100000e85]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x10004fb46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x10004fdbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100050932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10029529a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 11e        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1002aefc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1002af128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1002af7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1002afcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1002ae12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 143b     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1002aefc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1002aef4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100000fff  distnoted ??? (???) <92B9638C-E784-F96A-27F4-76F21E79A832> /usr/sbin/distnoted
             0x100004000 -        0x10017bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100294000 -        0x100455fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         Dock [111]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    UID:             501
      Thread 2c9        DispatchQueue 1
      User stack:
        12 ??? (in Dock + 17200) [0x100004330]
          12 ??? (in Dock + 18296) [0x100004778]
            12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013dedbf]
              12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013df932]
                12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e529a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 2cd        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1007fefc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1007ff128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1007ff7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1007ffcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1007fe12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 304      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10081e3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10081e4f6]
            12 ??? (in Dock + 87651) [0x100015663]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x10081ff8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x100000000 -        0x100177ff7  com.apple.dock 1.7 (769.16.1) <E988705F-09E5-BDB3-A6D8-BC87A001F5E4> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
             0x1007e4000 -        0x1009a5fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x101393000 -        0x10150afe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         dynamic_pager [33]
    Path:            /sbin/dynamic_pager
    UID:             0
      Thread 101        DispatchQueue 1
      User stack:
        12 ??? [0x1000013ec]
          12 ??? [0x1000023eb]
            12 ??? [0x100001cae]
              12 ??? [0x100001a30]
                12 ??? [0x10000198f]
                  12 ??? [0x10031c29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
    Process:         Finder [199]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    UID:             501
      Thread dbc        DispatchQueue 1
      User stack:
        12 ??? (in Finder + 20828) [0x10000515c]
          12 ??? (in Finder + 20889) [0x100005199]
            12 NSApplicationMain + 364 (in AppKit) [0x10265a1a8]
              12 -[NSApplication run] + 395 (in AppKit) [0x10266148b]
                12 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x10269b7a9]
                  12 _DPSNextEvent + 718 (in AppKit) [0x10269be64]
                    12 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x10136e4ac]
                      12 ReceiveNextEventCommon + 310 (in HIToolbox) [0x10136e5f3]
                        12 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x10136e7ee]
                          12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x102015dbf]
                            12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x102016932]
                              12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x101cac29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread ded        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x101cc5fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x101cc6128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x101cc67fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x101cc6cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x101cc512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread df3      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x101ce53a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x101ce54f6]
            12 PrivateMPEntryPoint + 63 (in CarbonCore) [0x104555335]
              12 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514 (in DesktopServicesPriv) [0x10045e4d2]
                12 CFRunLoopRun + 70 (in CoreFoundation) [0x102015b46]
                  12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x102015dbf]
                    12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x102016932]
                      12 mach_m

    Youtube won't work in safe mode because it depends on Flash. Flash is a browser plug-in, and plug-ins are disabled. The user interface may seem slower because hardware graphics acceleration is also disabled.
    It sounds like your problem isn't manifested in safe mode. That means it was caused by one of two things: (a) a corrupt or outdated system cache that was rebuilt by booting in safe mode, or (b) some third-party software that you installed and that's temporarily disabled in safe mode.
    Reboot as usual (not in safe mode) and test again. If the beachballs don't come back, problem solved.
    If the beachballs do come back after rebooting, then open the Accounts preference pane in System Preferences and enable guest logins. Log in as Guest (no password needed) and test again. That will tell you whether the problem is due to something in your home folder, or outside your home folder.

  • Need help deciphering error messages!!!

    My iTunes library was continually acting up, so I finally decided to start fresh. I restored & updated iTunes, Quicktime, & my iPod. I followed the directions from a question I posted here. I drag and dropped the music back into the "clean" library, and everything was going great.
    Now I'm getting the same error messages as before. I was adding music and this message appeared.
    Error Message:
    The file "iTunes Library.itl" does not appear to be a valid music library file. iTunes has attempted to recover your music library and renamed this file to "iTunes Library (Damaged).itl".
    My library.xml file was missing some music, so I added it back to the library.itl file to see if it would work. It appeared fine afterward. The next day I went in to recreate my playlists, and received the following error.
    Error Message:
    The iTunes Library cannot be saved. An unknown error has occurred (-1450).
    Questions:
    1. What is error 1450?
    2. Are my music files (that I drag & drop)contaminated and need to be deleted and reimported?
    3. What are the causes of the 2 error messages above? I copied them to my notepad exactly as they appeared on screen?
    4. When iTunes creates a library (damaged).itl file, it also creates a new music file: song 1.m4a replaces song.m4a - which version do I keep?
    The only good news is that my iPod has always worked fine. It has no music on it now, and I don't want to hook it up to a contaminated library.
    Need help desperately...I'm beginning to hate iTunes...just want to use my iPod.
    Dell Inspiron 6000 Pentium   Windows XP   1.6 GHz, 1G RAM

    When iTunes creates a library (damaged).itl file, it also creates a duplicate song file.
    song 1.m4a replaces song.m4a - which version can I delete without creating problems?

  • Mail undelivered --please decipher error message

    Hi,
    I'm having a little trouble figuring out what to do next.
    My sister's email is suddenly getting returned undeliverable. She had a worldcom.ch account, and that recently had an alternate address of ip-worlcom.ch. She said I could use either one. Then, the non-ip address started returning things. Now they both do.
    If I read the message below correctly, it says i'm being blocked at the server level, based on my individual IP address (hidden in the msg's below).
    Is the problem in my single machine, or is it mac.com, or is it my provider, or is it worldcom's spamblocker? As far as i can tell she needs to specifically allow my IP address to receive my emails.
    What's curious is that it took a few days to shut me out totally. The only other variable is an auto software update to OSX on my end.
    Thanks for any help to let me know how to open the gate.
    I'm copying the message i get in my inbox, and the reply she got from worlcom support in case anyone can read the french.
    The original message was received at Tue, 18 Apr 2006 10:26:58 -0700 (PDT)
    from webmail11-en1 [10.13.10.117]
    ----- The following addresses had permanent fatal errors -----
    <[email protected]>
    (reason: 591 your computer's IP address [YY.xxx.LLL.aa] is blacklisted by bl.spamcop.net. No direct mailling accepted, use SMTP of your ISP)
    ----- Transcript of session follows -----
    ... while talking to smtp1.worldcom.ch.:
    DATA
    <<< 591 your computer's IP address [YY.xxx.LLL.aa] is blacklisted by bl.spamcop.net. No direct mailling accepted, use SMTP of your ISP
    554 5.0.0 Service unavailable
    <<< 554 no valid RCPT address specified
    Reporting-MTA: dns; smtpout.mac.com
    Received-From-MTA: DNS; webmail11-en1
    Arrival-Date: Tue, 18 Apr 2006 10:26:58 -0700 (PDT)
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.0.0
    Remote-MTA: DNS; smtp1.worldcom.ch
    Diagnostic-Code: SMTP; 591 your computer's IP address [YY.xxx.LLL.aa] is blacklisted by bl.spamcop.net. No direct mailling accepted, use SMTP of your ISP
    Last-Attempt-Date: Tue, 18 Apr 2006 10:27:02 -0700 (PDT)
    From: Mail Delivery Subsystem <[email protected]>
    To: <[email protected]>
    Date: Tue Apr 18, 2006 09:59:33 AM CDT
    Subject: Returned mail: see transcript for details
    The original message was received at Tue, 18 Apr 2006 07:59:48 -0700 (PDT)
    from webmail10-en1 [10.13.10.112]
    ----- The following addresses had permanent fatal errors -----
    <[email protected]>
    (reason: 591 your computer's IP address [YY.xxx.LLL.aa] is blacklisted by bl.spamcop.net. No mail will be accepted, use SMTP server of your ISP)
    ----- Transcript of session follows -----
    ... while talking to smtp2.worldcom.ch.:
    DATA
    <<< 591 your computer's IP address [YY.xxx.LLL.aa] is blacklisted by bl.spamcop.net. No mail will be accepted, use SMTP server of your ISP
    554 5.0.0 Service unavailable
    <<< 554 no valid RCPT address specified
    Bonjour,
    voici le message retenu dans le mail :
    ATM à distance smtp1.worldcom.ch : Diagnostic SMTP : 591 your host
    [YY.xxx.LLL.aa] is blacklisted by : bl.spamcop.net. No mail will be accepted
    Ce message signifie que le la personne qui tente de vous envoyer un mail utilise un serveur d'envoi qui est sur une liste noire de Spam, (message publicitaire) en terme plus claire son serveur est utilisé pour polluer les boîtes des internautes avec des messages non désirés.
    IP worldcom se réfère à ces listes noires afin de ne pas accepter les mails venants de ces serveurs !
    Après plus d'une année d'expérience nous avons constaté que plus de 80% des spams sont filtrés de cette façon.
    Pour se désinscrire de cette liste noire, l'administrateur du serveur ou le provider doit faire le nécessaire pour sécuriser son serveur ou changer le reverse de son adresse IP.
    Allez ensuite directement sur le site www de : http://www.spamcop.net/bl.shtml?YY.xxx.LLL.aa
    Meilleures salutations, Yannick
    Support technique IP worldcom SA
    IP worldcom SA
    4, ch. du Vuasset
    1028 Préverenges
    http://www.ipworldcom.ch
    Administration : 021/804 53 53 (9:00-12:00/14:00-17:00)
    SIP administration : 53 (interne) ou [email protected] (international)
    E-mail administration : [email protected]
    Support PC & MAC : 021/804 53 73 (9:00-18:00)
    SIP support PC & MAC : 69 (interne) ou [email protected] (international)
    E-mail support PC & MAC : [email protected]
    Fax : 021/803 22 66
    ibook g4   Mac OS X (10.4.2)  

    Hello,
    There is a good deal of irony in the message you received, and the web page at the link in the message your sister received.
    In the case of ISP's trying to police sending from computers connecting to their networks, an authenticated SMTP (which smtp.mac.com is) is a good thing, and they readily allow you to use the smtp.mac.com (but often on special Ports). In the case of your sister's ISP any authenticated SMTP is a bad thing, based likely upon the fact that authenticated SMTP are needed when sending from hotspots, cafes, etc, where such use might disguise the source point for email. For you, as a .mac user that is a strength of the using the smtp.mac.com, precisely because it aids in sending when you are away from home, and the connection with your ISP.
    So their filter apparently is based upon recognizing the domain of a sender, hence the admonishment to use the SMTP of your ISP -- I have never seen this message, but understand it to mean they are only going to accept mail from know sources, and their method of "knowing" is the evidence of the use of the SMTP of a known ISP.
    Your quickest solution is to use the SMTP provided by your ISP as the Outgoing Server for your .mac account -- this should not require you to use the email address given to you by your ISP, however.
    If this banning has been somehow "learned", it could be due to Mail 2.0 turning Rich Text into HTML, and HTML is often a trigger to declaring an email to be Junk.
    More info, if possible, of if you find out more.
    Ernie

  • Kernel Panics often - can anyone decipher error message?

    Hi, I am running a MacBook Pro 17" mid 2009 with Yosemite (connected to an Cinema Display)
    2.8GHz Intel Core 2 Duo
    8gb 1333 MHz DDR3
    SSD Drive
    NVIDIA GeForce 9400M 256mb
    I work often in Adobe software, and I typically keep iTunes running playing music connected via Airplay to external speakers.
    Lately I have been getting the black screen and the resulting error report. I am not tech-savvy enough to be able to decipher this report.
    Does anyone know what this report is telling me? Looks like something with iTunes possiibly?
    Any advice? I really don't even know where to begin looking for help - and I live hours away from the closest Apple store. There is a BestBuy with an Apple section and rep, but I don't think they offer comparable help.
    Thanks so much!
    Here is report:
    Anonymous UUID:       D63C7B21-59E6-7DA8-D5BA-C0431EECC9CC
    Fri Jan 30 10:53:25 2015
    *** Panic Report ***
    panic(cpu 1 caller 0xffffff801381e80a): Kernel trap at 0xffffff80139a62e7, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000010, CR3: 0x00000001011f3000, CR4: 0x0000000000002660
    RAX: 0x0000000000000000, RBX: 0xffffff80139b1f00, RCX: 0xffffff80265e5e00, RDX: 0x0000000000000002
    RSP: 0xffffff8113f13730, RBP: 0xffffff8113f13860, RSI: 0x0000000000000002, RDI: 0xffffff80265e5ab0
    R8:  0xffffff802580f500, R9:  0xffffff810fca5200, R10: 0x0000000000007017, R11: 0xffffff8113f13d9c
    R12: 0x0000000000000000, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff80253f2d90
    RFL: 0x0000000000010202, RIP: 0xffffff80139a62e7, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000010, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8113f133e0 : 0xffffff801373a811
    0xffffff8113f13460 : 0xffffff801381e80a
    0xffffff8113f13620 : 0xffffff801383a443
    0xffffff8113f13640 : 0xffffff80139a62e7
    0xffffff8113f13860 : 0xffffff8013a7748d
    0xffffff8113f13be0 : 0xffffff8013a980db
    0xffffff8113f13cf0 : 0xffffff8013c17740
    0xffffff8113f13de0 : 0xffffff8013c29654
    0xffffff8113f13ee0 : 0xffffff8013c2641b
    0xffffff8113f13f50 : 0xffffff8013c4dcb2
    0xffffff8113f13fb0 : 0xffffff801383ac46
    BSD process name corresponding to current thread: iTunes
    Mac OS version:
    14B25
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x0000000013400000
    Kernel text base: 0xffffff8013600000
    __HIB  text base: 0xffffff8013500000
    System model name: MacBookPro5,2 (Mac-F2268EC8)
    System uptime in nanoseconds: 38035728524704
    last loaded kext at 37453447842204: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f95cfd000, size 20480)
    last unloaded kext at 37513626116216: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f95cfd000, size 16384)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AGPM 100.14.37
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.1f2
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 267.0
    com.apple.driver.AppleHDA 267.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.GeForceTesla 10.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleMuxControl 3.7.21
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBDisplays 372.1
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 327.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.7.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AirPort.Brcm4331 800.20.24
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.nvenet 2.0.22
    com.apple.driver.AppleUSBOHCI 656.4.1
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.1f2
    com.apple.driver.AppleMultitouchDriver 260.30
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 267.0
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.nvidia.classic.NVDANV50HalTesla 10.0.0
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.iokit.IOBluetoothFamily 4.3.1f2
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 267.0
    com.apple.iokit.IOHDAFamily 267.0
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleGraphicsControl 3.7.21
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.nvidia.classic.NVDAResmanTesla 10.0.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleUSBAudio 295.22
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IOUSBHIDDriverPM 705.4.5
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.0
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.iokit.IO80211Family 700.52
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.driver.NVSMU 2.2.9
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 389.1
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0000, 0x344742444E41554344424120202020202020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0000, 0x344742444E41554344424120202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: OWC Mercury Electra 3G SSD, 480.1 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Hub
    USB Device: Display iSight
    USB Device: Display Audio
    USB Device: Apple LED Cinema Display
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:

    Ok, thanks again! I am confused why my Mac tells me I can use 1333 Mhz DDR3 memory, when you are telling me I need to use 1067 MHx SDRAM?
    Is there something I am missing or doing wrong here? Could the RAM I have in there now have gone "bad" somehow?
    Sorry for confusion - I do appreciate your help - I'm just trying to understand and make sure this is the issue before I spend more money.
    I also realized this morning that I had less than 10% free space on my hard drive, so I fixed that ... I know sometimes that causes issues.
    Thanks again!

  • Help me Decipher Error Message

    Hi all,
    I am a newbie to Hana development and I encountered this error while trying to follow a tutorial on PAL:
    'SAP DBTech JDBC: [423]: AFL error:  [423] "SYSTEM"."AFL_WRAPPER_GENERATOR": line 50 col 5 (at pos 1793): [423] (range 3) AFL error exception: AFL error: registration finished with errors, see indexserver trace'
    I did everything as directed in the video but couldn't figure out where I went wrong, please help me out !
    Abolade.

    Hi Abolade,
    Have a look on the below links:
    AFL wrapper error using PAL functions from within SAP Predictive Analysis
    Need help!!! Got an error when using PAL Support Vector Machine, "registration finished with errors, see indexserver trace"
    Regards,
    Krishna Tangudu

  • Need help deciphering error message

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77c47e9f, pid=2640, tid=2432
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_03-b07 mixed mode, sharing)
    # Problematic frame:
    # C [MSVCRT.dll+0x37e9f]
    # An error report file with more information is saved as hs_err_pid2640.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    [stdout stopped]
    [stderr stopped]
    Contents of hs_err_pid2640.log:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77c47e9f, pid=2896, tid=3396
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_03-b07 mixed mode, sharing)
    # Problematic frame:
    # C [MSVCRT.dll+0x37e9f]
    --------------- T H R E A D ---------------
    Current thread (0x00cb3ce0): JavaThread "AWT-Windows" daemon [_thread_in_native, id=3396]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x2b35b318, ECX=0x02f8f9dc, EDX=0x00000000
    ESP=0x02f8f7bc, EBP=0x02f8f7bc, ESI=0x6d19fd08, EDI=0x00cb3ce0
    EIP=0x77c47e9f, EFLAGS=0x00010296
    Top of Stack: (sp=0x02f8f7bc)
    0x02f8f7bc: 02f8fc08 6d1546c8 02f8f9dc 00000000
    0x02f8f7cc: 6d19cad0 75010ee0 00000bac 00000042
    0x02f8f7dc: 00530025 00530059 00450054 0052004d
    0x02f8f7ec: 004f004f 00250054 0043005c 00720075
    0x02f8f7fc: 006f0073 00730072 0033005c 00770064
    0x02f8f80c: 00720061 006f0072 0063002e 00720075
    0x02f8f81c: 00000000 77dd8921 0008578c 77dd892a
    0x02f8f82c: 00085774 77e462a0 02f8f98c 02f8fa14
    Instructions: (pc=0x77c47e9f)
    0x77c47e8f: cc cc cc cc cc 8b ff 55 8b ec 8b 4d 08 8b 55 0c
    0x77c47e9f: 66 8b 02 66 89 01 41 41 42 42 66 85 c0 75 f1 8b
    Stack: [0x02f50000,0x02f90000), sp=0x02f8f7bc, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [MSVCRT.dll+0x37e9f]
    C [awt.dll+0xe46c8]
    j sun.awt.windows.WToolkit.init()Z+0
    j sun.awt.windows.WToolkit.run()V+1
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818b8]
    V [jvm.dll+0xd431d]
    V [jvm.dll+0x81789]
    V [jvm.dll+0x814e6]
    V [jvm.dll+0x9c06b]
    V [jvm.dll+0xfe7f5]
    V [jvm.dll+0xfe7c3]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.init()Z+0
    j sun.awt.windows.WToolkit.run()V+1
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00cb3ce0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3396]
    0x00cb38b0 JavaThread "AWT-Shutdown" [_thread_blocked, id=3768]
    0x00cb26f8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3764]
    0x00c6b718 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3496]
    0x00c6a2f0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3064]
    0x00c69588 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3492]
    0x00c668e0 JavaThread "Finalizer" daemon [_thread_blocked, id=2376]
    0x00c65400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3440]
    0x00263ce8 JavaThread "main" [_thread_blocked, id=1960]
    Other Threads:
    0x00c62b60 VMThread [id=836]
    0x00c6c960 WatcherThread [id=3500]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 277K [0x22a70000, 0x22b10000, 0x22f50000)
    eden space 512K, 41% used [0x22a70000, 0x22aa5440, 0x22af0000)
    from space 64K, 100% used [0x22b00000, 0x22b10000, 0x22b10000)
    to space 64K, 0% used [0x22af0000, 0x22af0000, 0x22b00000)
    tenured generation total 1408K, used 190K [0x22f50000, 0x230b0000, 0x26a70000)
    the space 1408K, 13% used [0x22f50000, 0x22f7fac0, 0x22f7fc00, 0x230b0000)
    compacting perm gen total 8192K, used 146K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 1% used [0x26a70000, 0x26a94948, 0x26a94a00, 0x27270000)
    ro space 8192K, 66% used [0x2aa70000, 0x2afc9170, 0x2afc9200, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b8050f0, 0x2b805200, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_03\bin\appletviewer.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6b0000 - 0x6d836000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x66500000 - 0x6650a000      C:\WINDOWS\system32\wbsys.dll
    0x66600000 - 0x66617000      C:\Program Files\Stardock\Object Desktop\WindowBlinds\wbhelp.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x6d680000 - 0x6d68c000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\zip.dll
    0x6d070000 - 0x6d1d7000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x6d2b0000 - 0x6d2ed000      C:\Program Files\Java\jdk1.5.0_03\jre\bin\fontmanager.dll
    0x10000000 - 0x10007000      C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll
    0x02f90000 - 0x02f95000      C:\Program Files\Stardock\ObjectDock\DockShellHook.dll
    VM Arguments:
    jvm_args: -Dapplication.home=C:\Program Files\Java\jdk1.5.0_03
    java_command: sun.applet.Main Circle.htm
    Environment Variables:
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 522736k(186380k free), swap 1272944k(950204k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_03-b07) for windows-x86, built on Apr 13 2005 02:07:01 by "java_re" with MS VC++ 6.0

    Perhaps you could tell us what you were doing when this error occurred?

  • Smart Mailboxes error message in Console-please decipher

    I keep seeing this error message in the Console:
    7/1/09 10:27:24 AM Mail[35755] exception raised during syncing: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.mail.SmartMailbox to com.apple.mail.VersionedSmartMailbox in {
    Children = (
    SmartMailboxesInCriteria = (
    "38beadd7-ce57-4286-bfde-47536f190d37"
    allCriteriaMustBeSatisfied = 1;
    "com.apple.syncservices.RecordEntityName" = "com.apple.mail.VersionedSmartMailbox";
    containmentClass = Message;
    criteria = (
    Header = NotInJunkMailbox;
    Name = "omit junk";
    Header = NotInTrashMailbox;
    Name = "omit trash";
    Header = NotInASpecialMailbox;
    Name = "omit sent";
    SpecialMailboxType = 3;
    AllCriteriaMustBeSatisfied = YES;
    Criteria = (
    CriterionUniqueId = "3ec9589f-5d42-44bb-9c1c-784b803eb278";
    Expression = "smartmailbox://0";
    Header = Mailbox;
    Qualifier = IsEqualTo;
    CriterionUniqueId = "917853a3-b2f2-4814-9c29-426f680d6235";
    Expression = MessageIsFlagged;
    Header = Flag;
    Qualifier = IsEqualTo;
    Header = Compound;
    Name = "user criteria";
    isRootMailbox = 0;
    mailboxType = 0;
    name = "Flagged (not Work)";
    noInferiors = 1;
    version = 1;
    I checked all the Smart Mailboxes referenced in the message, and all seem to be working fine. Can't figure out why the Console is filled with this error.

    Did you ever find the answer to this?

  • OAM 11g - Can anyone decipher this error message?

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

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

  • Session won't load - ERROR MESSAGE- Please help decipher

    For no apparent reason, when I opened my session I got an Adobe ERROR MESSAGE. Then the session won't load and Audition crashes.
    Here is the message:
    (A big Red X appears in the dialog window)
    Audition has encountered an error.
    [\Monk\main\common\PremiereShell\Src\PlayerFactory.cpp-379]
    Can anyone think of a way I can fix this situation and recover my session? Do you think a reinstall of Audition might help? Other sessions open fine. This session was particularly important because I had been working on it for weeks and this was the final finished version. It had been like pulling teeth to get this one done, then when I finally did get it done...this happened. So yuck!! Fortunately I had done a mixdown before the crash, small blessing. But I need the session, of course.
    Thanks for any ideas at all.

    ozworldz wrote:
    Very good.
    right...because the xml is basically a delimited text file. This kind of file would probably rarely ever get corrupted.
    ROFLMAO! Who told you that?
    It'a a FILE, for heavens' sake. And to any computer, all files are essentially the same thing - a string of bytes. What makes a file vulnerable or less vulnerable is how it's handled by whatever program is using it, or to a lesser extent the storage mechanism. And when it comes to .xml files and Adobe, they don't have a particularly good track record with some of them - notably the ones they use for system settings and presets.
    But I have to say that since Adobe thoughtfully gave us the option to save session data as .xml files, I haven't bothered to save them as anything else - simply because as Suite Spot says, you stand some sort of microscopic chance of being able to rescue the data when all else fails. I am fortunate - most of the stuff I do in MV doesn't use a load of tracks and absolutely no effects (live acoustic music editing), but even though the files aren't that complex, I still back them up regularly during processing because, as they regularly get rewritten and updated, they most certainly are vulnerable.

  • Why do I receive "4.3.2 connection rate limit exceeded" error message using the mail merge extension and what can be done about it?

    I am using TB 31.3.0 with Mail Merge 3.9.1. I routinely send an email to 435 members of an volunteer emergency responders group that I coordinate. I do so using a .csv list with mail merge. While there were no problems in the past, more recently the mail merge function will hang after sending a varied number of messages successfully and I get the following error message:
    "An error occurred sending mail. The mail server sent an incorrect greeting: 4.3.2 connection rate exceeded.."
    There is an "OK" button in the error message pop up that can be clicked to resume the mail merge process. It would appear that if I click the "OK" button immediately whenever the error message is received I must do so frequently and some members do not receive their email. If I delay clicking the "OK" button, I found that I only needed to click the "OK" button twice to send to all the members.
    An on line search suggests this is the result of some sort of throttling by my ISP, Sonic.net. There is also this comment: "If you are receiving this error, you are likely using mailing list software which cannot decipher the temporary fail codes. If so, you will need to set your software to slow down its delivery rate and/or reduce the number of active connections per remote host."
    I am not super technical. Is it realistic to think that I can tweak mail merge to that I do not have to babysit my email to this group?

    then I suggest you send using a mail provider that is not actively trying to block your outgoing mail. Or use a yahoo / google groups mailing list feature so you only send a single mail.
    Or use a free account from the likes of http://www.ymlp.com/ who limit free account mailing lists to 1000 subscribers. ( Googled them this morning)

  • While opening Planning Sheet Error message came like : Invalid Offset ....

    Hi ,
    I uploaded the data and when we are trying to open planning sheet Its showing error message :
    Invalid offset for {XYZ-ITEM: Supplier_DM : CP1_Yield:2012-Q2]
    We encountered a problem performing your request.
    Please notify Oracle , referring to error tag [gdpdjn].
    And error Tag and ITEM change with every trial.
    Please let us know your thoughts. And I would be grateful if somebody can help to decipher that error tags eg.[gdpdjn] also.
    Thanks
    Lokesh Rathi

    When Base data is updated using Uploadable Report instead of updating aganist scenario we got this error.Oracle recommened not updating base data using uploadable reports.
    Thanks,
    Hari Devarapalli
    Edited by: Hari Devarapalli on Jun 13, 2011 11:46 AM

  • Error Message HRESULT 0X8007007E

    System.DllNotFoundException: Unable to load DLL 'hppatusg01.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
       at Com.HP.App.HPToolkit.HPStreams.HBCDLLStreamsInterf​ace.IsDeviceConnected(String pPortName)
       at Com.HP.App.HPToolkit.HPDevice.ClientDevice.IsDevic​eConnected()
       at Com.HP.PLS.UsageTracking.ClientDeviceWrapper.get_I​sConnected()
       at Com.HP.PLS.UsageTracking.PE.MarsHost.IsOptedInAndC​onnected(OptInLoader loader, List`1 proxies)
       at Com.HP.PLS.UsageTracking.PE.MarsHost.ShouldExit(Op​tInLoader loader, List`1 proxies)
       at Com.HP.PLS.UsageTracking.PE.MarsHost.ShouldExit()
       at Com.HP.PLS.UsageTracking.PE.App.OnMainTimer(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndPr​oc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50​727/mscorlib.dll
    hppusg
        Assembly Version: 1.1.0.1
        Win32 Version: 1.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​hppusg.exe
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Vis​ualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Visua​lBasic.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.​0__b77a5c561934e089/System.dll
    HPTools
        Assembly Version: 5.1.0.1
        Win32 Version: 5.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​HPTools.DLL
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Window​s.Forms/2.0.0.0__b77a5c561934e089/System.Windows.F​orms.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawin​g/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtim​e.Remoting/2.0.0.0__b77a5c561934e089/System.Runtim​e.Remoting.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Config​uration/2.0.0.0__b03f5f7f11d50a3a/System.Configura​tion.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.​0.0.0__b77a5c561934e089/System.Xml.dll
    HPUsageTracking
        Assembly Version: 1.1.0.1
        Win32 Version: 1.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​HPUsageTracking.DLL
    interop.hpqusg
        Assembly Version: 130.0.287.0
        Win32 Version: 130.0.287.0
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​interop.hpqusg.DLL
    HPToolkit
        Assembly Version: 5.1.0.1
        Win32 Version: 5.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​HPToolkit.DLL
    ngahazzp
        Assembly Version: 5.1.0.1
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.​0__b77a5c561934e089/System.dll
    Enumeration
        Assembly Version: 5.1.0.1
        Win32 Version: 5.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​Enumeration.DLL
    System.Runtime.Serialization.Formatters.Soap
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtim​e.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f1​1d50a3a/System.Runtime.Serialization.Formatters.So​ap.dll
    grz1cl0w
        Assembly Version: 5.1.0.1
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.​0__b77a5c561934e089/System.dll
    voeta81p
        Assembly Version: 5.1.0.1
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.​0__b77a5c561934e089/System.dll
    HPStreamsInterface
        Assembly Version: 5.1.0.1
        Win32 Version: 5.1.0.1
        CodeBase: file:///C:/Program%20Files%20(x86)/HP/HP%20UT/bin/​HPStreamsInterface.DLL
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Can anyone decipher this message?

    Hi Mason,
    It is a sort of Too Much Data too Quickly message.
    As well as Tony's Suggestion of moving the TCP part of the use of port 5190 to 443 it may be worth looking at what your Status Message is doing.
    This error can pop up if the iTunes items is running in iChat 3
    Or in iChat 2 or 3 that you have a AppleScript that "Scrolls" a Text message in any way.
    It can also appear if you or one of your Buddies is sending animated .gifs as the Buddy Pic.
    Now iChat can not always see these so just looking at them is not all you have to do.
    Chax will show Animated Pics that are being sent to you.
    9:00 PM Tuesday; October 2, 2007

  • What does it all mean?  Help! Mail error message!

    The mailbox “~/Library/Mail/[email protected]/Sent Messages.mbox” is currently locked by “(null)” on host “c-24-20-121-133.hsd1.or.comcast.net”. If you open a mailbox that already is in use, you may damage its contents.
    What does it all mean? It's just started popping up every once in while and I can't decipher it.........

    OK. This is going to be a tough one.
    First of all, even if you don't understand what the error message says, you can see that it refers to a mailbox called Sent Messages.mbox that's located in ~/Library/Mail/[email protected]/, so my question was whether you had similar problems with other mailboxes besides Sent.
    Second, that mailbox is used by Apple Mail, you posted in a forum dedicated to discuss Apple's Address Book & Mail issues, and everything seems to indicate that you were actually using Apple Mail when you encountered the problem. So what does Outlook Express have to do with all of this?

  • Weird, uninterpretable error message

    When I watch a live webcam broadcast, it works for about 2 minutes and then freezes. I then refresh the url and I get the message displayed at http://pic20.picturetrail.com:80/VOL16/709572/1195058/288107775.jpg. The webcast then resumes for about 2 minutes, freezes, and I go through the steps again. Webmaster is zero help. Can anyone decipher this for me?

    I used to get these Kind of error messages all the time. I don't think it's itunes. It could be your computer. I would Try scanning for errors at start up. When I had this problem I had a tone of errors on hard drive. I so many errors the Computer would not even start windows. I had to replace the hard drive. How old is your computer because their could be a lot of errors on the hard drive. A good place to purchase a new hard drive is Tiger Direct you could get a very large Capacity hard drive for under $200 maybe even under $150 or less I bought a 300Gb Hard drive from their a year ago for less than $150 now you could probably get a 500GB for that price
    Message was edited by: Movieman3001

Maybe you are looking for