Failed to install AIA extension to JDeveloper and open FP demo sourcecode

Hi,
I successfully installed FP 11.1.1.4 on Oracle linux (I didn't use OER). Then I want to open the source code of AIA FP Demo 11.1.1.4 in JDeveloper 11.1.1.4 and rebuild it.
I used "Help->Check for Updates" to install "AIA Composite Application Framework" and "AIA Service Constructor". After restarting JDeveloper, I can't find these extensions in JDeveloper from "Help->About->Extension". I tried to install these extensions from local file. Still the same result, no error during procedure and nothing happened after restart.
I reinstalled JDeveloper, the same problem. I even installed JDeveloper on another machine running Mac OS, still the same result. BTW, SOA composite extension is successfully installed.
When I open the jws file shipped in FP demo in JDeveloper, it always pop up a error like this".....adf/META--INF/adf-config.xml is invalid". Actually there is not adf-config.xml included in the original source code? JDeveloper automatically created a adf-config.xml which seems not compatible with the source code.
Anyone can hlep me out? I google AIA Demo error , find nothing useful.
Thanks a lot!
Edited by: 852221 on Apr 13, 2011 9:28 PM
Edited by: 852221 on Apr 13, 2011 9:46 PM
Edited by: 852221 on Apr 13, 2011 11:33 PM
Edited by: 852221 on Apr 13, 2011 11:37 PM
Edited by: 852221 on Apr 13, 2011 11:38 PM

Hi there,
I have just tried it. First I updated 'AIA Composite Application Framework','AIA Service Constructor' and 'SOA Composite' plugins. After the restart plugins were not installed and I could not create SOA or AIA project.
Then I installed 'SOA Composite' plugin. After restart it was ok. Then 'AIA Service Constructor'. After restart it was OK. Finally I was going to install 'AIA Composite Application Framework' but I noticed version is 2.4 which I guess is not needed in 11g.
Then you should navigate into Tools, Preferences, SOA and add <JDEV_HOME>/jdeveloper/lib/aia.jar to make the functions available to all projects.
When you import jws it will be successfully migrated but you get an error that adf-config.xml is invalid.That file is not in original source codes but it is created during migration process. To fix invalid msg you have add link to metadata store into that file.
Regards,
Milan

Similar Messages

  • Failed to Install the Extension CC 2014

    I have an extension that I have installed on hundreds of computers but have come across this error on a recent install and I can't figure out what's causing the issue.
    "Failed to install the extension. Please make sure the Manifest.xml of this extension is valid and the Extension Manager recognizes at least one product which the extension supports."
    The correct version of Extension Manager is installed and being used. I am at a loss to what is causing the issue, does anyone have any ideas.
    Thanks,

    I'm having the same problem here. The icons are not showed on the left bar in my extension manager CC. I've tried reinstall and the problem still the same. Does anybody know how to solve that?
    How can I fix the manifest.xml file issue?
    Here the screenshot.
    Thanks for any help.

  • Updates fail to install because Microsoft Database Daemon and SyncServices Host fail to close.  Any help?

    Updates fail to install because Microsoft Database Daemon and SyncServices Host fail to close.  Any help?

    Ask on the Microsoft Mac forums since it's their product you're having trouble with.  these forums only provide support for Apple products
    http://answers.microsoft.com/en-us/mac

  • After I install Itunes 10.5.2 and open itunes a window opens stating another program is not allowing itunes to burn cd's. Next, I get an error window stating itunes 42404 is missing. I've uninstalled itunes 3 times and re-installed. No luck.

    After I install iTunes 10.5.2 and open iTunes a window opens stating "The registry settings used by the iTunes drivers for importing and CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes." This happens everytime.
    After that on one occasion a window stated "Itunes msi) was missing. Upon uninstalling and reinstalling that disapeared. Now I get a window stating, (A required Itunes component is not installed. Please repair or reinstall Itunes.(_42404)"

    To fix registry, refer to this article:
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/TS3299

  • Installed iTunes on new pc and opened folder with all my music. Where have my personal playsits gone

    Installed iTunes on new pc and opened folder with all my music. Where have my personal playsits gone.
    Oddly enough, the music app with Windows 8 can see the playlists, but not iTunes.

    Sync with new computer
    https://discussions.apple.com/docs/DOC-3141

  • Unable to install OBIEE extensions on Jdeveloper 11.1.1.5

    Hello,
    I need to integrate ADF application with OBIEE.
    The extensions were available when I checked for updates. But after installing and restarting my jdeveloper, when I go to Help-> About the bi extensions are grayed out.
    Can somebody please help me with this?
    Regards
    Apoorva

    I downloaded the extension zip files separately and installed them on my Jdeveloper. It worked. There is a particular order in which those extensions are to be installed.
    Refer to this blog for more- http://rsriv.blogspot.com/2011/10/obiee-11g-integration-with-webcenter.html

  • Build failed while Installing AIA FP Demo Application

    Hi ,
    I was trying to run the AIA Foundation Pack Demo Application as per the steps mentioned in oracle site,I am getting this error while Installing and Deploying AIA Demo Application(deployment script ant –f deployDemo.xml in command window).
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config>ant -f deployDemo.xml
    Buildfile: deployDemo.xml
    InstallDemo:
    [echo]
    [echo] /------------------------------------------------------------\
    [echo] ! !
    [echo] ! Setting the environment to install !
    [echo] ! AIA Demo !
    [echo] ! !
    [echo] ! Verify D:\Devrep\Oracle\AIAHome\aia_instances\AIA/logs/AIAdemoI
    nstall.log !
    [echo] \------------------------------------------------------------/
    [echo]
    [echo] /----------------------------------------------------------\
    [echo] ! !
    [echo] ! Installing AIA Demo !
    [echo] ! !
    [echo] \----------------------------------------------------------/
    AID:
    BUILD FAILED
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:91: The following
    error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:123: The followin
    g error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\Infrastructure\Install\AID\AIAInstallDriver.xml:35: web
    logic.security.internal.encryption.EncryptionServiceException: weblogic.security
    .internal.encryption.EncryptionServiceException: weblogic.security.internal.encr
    yption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key
    java.lang.SecurityException: The provider self-integrity check failed.
    Please help me out how to resolve this issue.
    Thanks in Advance.
    Biswanath

    Can you try passing weblogic username and password to the demo deploy command. The command would be
    ant -f deployDemo.xml -DUsername=<weblogic username> -DPassword=<weblogic password>
    Thanks,
    -Pavan

  • Build failed while Installing AIA Demo

    Hi,
    I am getting this error while Installing and Deploying AIA Demo Application.
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config>ant -f deployDemo.xml
    Buildfile: deployDemo.xml
    InstallDemo:
    [echo]
    [echo] /------------------------------------------------------------\
    [echo] ! !
    [echo] ! Setting the environment to install !
    [echo] ! AIA Demo !
    [echo] ! !
    [echo] ! Verify D:\Devrep\Oracle\AIAHome\aia_instances\AIA/logs/AIAdemoI
    nstall.log !
    [echo] \------------------------------------------------------------/
    [echo]
    [echo] /----------------------------------------------------------\
    [echo] ! !
    [echo] ! Installing AIA Demo !
    [echo] ! !
    [echo] \----------------------------------------------------------/
    AID:
    BUILD FAILED
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:91: The following
    error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:123: The followin
    g error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\Infrastructure\Install\AID\AIAInstallDriver.xml:35: web
    logic.security.internal.encryption.EncryptionServiceException: weblogic.security
    .internal.encryption.EncryptionServiceException: weblogic.security.internal.encr
    yption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key
    java.lang.SecurityException: The provider self-integrity check failed.
    Please help me out how to resolve this issue.
    Thanks in Advance.
    Biswanath

    Can you try passing weblogic username and password to the demo deploy command. The command would be
    ant -f deployDemo.xml -DUsername=<weblogic username> -DPassword=<weblogic password>
    Thanks,
    -Pavan

  • Fail to add aia.jar in Jdeveloper

    Hi,
    I am compiling AIA demo in JDeveloper and got error "package oracle.apps.aia.cor.eh does not exist" for AIADemoErrorHandlerExtImpl.java.
    I have added aia.jar in <JDEV home>/jdev/lib by "Tools->Preference->SOA". I even added aia.jar in project properties->library and class path.
    Still the same error. When I type "import oracle.apps..." in the source code window, JDeveloper can not prompt the interface name. It seems that JDeveloper fails to load aia.jar.
    When I add aia.jar in project library, the name under "Classpath entries" is "aia.jar" unlike other libraries which show reasonable names like "SOA runtime" or "BPEL runtime".
    I deleted .jdeveloper user folder and restarted JDeveloper. Can't fix this problem.
    I can open the aia.jar file and see the class files in it.
    Any idea?
    Thanks a lot!

    Have you followed the following instructions
    - section 3.3 of http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10226/toc.htm
    - section 5.3 of http://download.oracle.com/docs/cd/E15523_01/core.1111/e10105/toc.htm
    Arvind

  • PSCS6 - licensing verification fails when installing an extension

    I receive the error message when using Extension Manager "this extension cannot be installed because licensing verification failed".  I have checked the My Products and Services section of the Adobe web site and it shows my correct serial number for PSCS6.  How can I overcome this problem so that Adobe knows I have a valid license and let me install the extension?
       Russell

    Hi Russel,
    I'm the panel developer; I'm investigating the issue even though it looks quite strange because (unless something weird has happened) the ZXP you've got is the very same that is distributed through Exchange.
    Jonathan, I'll keep you updated on the topic - please do the same if you happen to understand what could fire that licensing error. (by the way the package has been built with a Comodo certificate that will expire in October, so it shouldn't be a packaging problem).
    Kind regards
    Davide Barranca
    www.davidebarranca.com

  • Update to 31.0 "stub" file and full install file fail to install Firefox. Removed Firefox and tried and it STILL does not install. Windows 7 OS

    The 31.0 stub file failed to upgrade on my XP system but was able to overwrite with full install file. But the Windows 7 refuses to update or overwrite. It gets as far as extracting the files and then just stops.

    Try this:
    *Download the full Firefox installer and save the file to the desktop<br>http://www.mozilla.org/en-US/firefox/all.html
    *Start the installation with a double-click on the desktop icon

  • IOS7 Update is failing to install correctly, frozen on 'Terms and Conditions' window

    Tried to install updates to IOS7 to keep my IPad current, set-up has frozen at the 'Terms and Conditions' page, will not let me proceed. Neither 'Agree' nor 'Disagree' work, and therefore set-up will not complete, rendering the machine unusable

    Restart or Reset iPad and continue with update.

  • How to install glassfish extension on jdeveloper 12c?

    I tried many times,doesn't seem to work,isn't on search updates either,when i try to install from a local file i get an error saying "Zip file GlassfishExtension.zip does not contain a bundle manifest in META-INF/bundle.xml."

    That would be a question for IDM - but from what I have been reading in this forum, it seems that IDM is slow at supporting new Firefox '''release''' versions lately, so I doubt if they support the beta pre-release versions at all.
    Take a look at this add-on, it supports three Firefox versions coming in the future, already - Beta, Aurora, and Nightly channel support. <br />
    https://addons.mozilla.org/en-US/firefox/addon/flashgot/ <br />
    http://flashgot.net/

  • After I installed the OS X Mavericks and open certain apps my MacBook Pro will resstart

    I will be playing a game and such and then my computer will freeze, it doesn't even have to be a app I could be when I am typing an essay anyway, it will have a gray screen and say something like "Your computer has restarted because of a problem please push a button or the computer will restart automatically." HELP because once it restarts a lot of time it will close out my programs. help

    Date/Time:       2014-05-07 10:06:29 -0600
    OS Version:      10.9.2 (Build 13C1021)
    Architecture:    x86_64
    Report Version:  18
    Command:         No Target
    Path:            No Target
    Version:         ??? (???)
    Parent:          UNKNOWN PROCESS [0]
    PID:             0
    Event:           shutdown stall
    Duration:        12.02s (sampling started after 2 seconds)
    Steps:           101 (100ms sampling interval)
    Hardware model:  MacBookPro10,2
    Active cpus:     4
    Fan speed:       2157 rpm
    Free pages:      1715845 pages (+3784)
    Pageins:         14 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         AdobeIPCBroker [274]
    Path:            /Applications/Utilities/Adobe Application Manager/*/AdobeIPCBroker.app/Contents/MacOS/AdobeIPCBroker
    Architecture:    i386
    Parent:          launchd [1]
    UID:             501
    Task size:       1381 pages (-3)
    Importance:      Donating
    IO Policy:       Standard
      Thread 0x8aa      priority 46       
      101 start + 53 (AdobeIPCBroker) [0x2b21]
        101 main + 187 (AdobeIPCBroker) [0x44e8]
          101 adobe_csi::ServiceManager::Run() + 85 (AdobeIPCBroker) [0x4d27]
            101 vcfoundation::system::IVCRunLoop::RunGUILoop() + 72 (AdobeIPCBroker) [0x15ffc]
              101 -[NSApplication run] + 727 (AppKit) [0x97d9f19c]
                101 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119 (AppKit) [0x97dac8b0]
                  101 _DPSNextEvent + 1602 (AppKit) [0x97dad389]
                    101 _BlockUntilNextEventMatchingListInModeWithFilter + 92 (HIToolbox) [0x9b6c36dd]
                      101 ReceiveNextEventCommon + 526 (HIToolbox) [0x9b6c3902]
                        101 RunCurrentEventLoopInMode + 259 (HIToolbox) [0x9b6c3b7d]
                          101 CFRunLoopRunInMode + 123 (CoreFoundation) [0x95f7985b]
                            101 CFRunLoopRunSpecific + 394 (CoreFoundation) [0x95f799fa]
                              101 __CFRunLoopRun + 1393 (CoreFoundation) [0x95f7a1e1]
                                101 __CFRunLoopServiceMachPort + 169 (CoreFoundation) [0x95f7ac09]
                                  101 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x98f85f7a]
                                   *101 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x8ad      DispatchQueue 2695371436 priority 48       
      101 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x948c7546]
        101 kevent64 + 10 (libsystem_kernel.dylib) [0x98f8b992]
         *101 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x8ae      priority 46       
      101 thread_start + 34 (libsystem_pthread.dylib) [0x96f4dcf2]
        101 _pthread_start + 130 (libsystem_pthread.dylib) [0x96f48485]
          101 _pthread_body + 144 (libsystem_pthread.dylib) [0x96f485fb]
            101 vcfoundation::thread::Thread::ThreadProc(void*) + 17 (AdobeIPCBroker) [0x184eb]
              101 vcfoundation::thread::AbstractThread::Run() + 50 (AdobeIPCBroker) [0x14484]
                101 vcfoundation::ncomm::NCHost::Server::Run() + 20 (AdobeIPCBroker) [0x15ec2]
                  101 vcfoundation::ncomm::NCHost::Server::Accept() + 32 (AdobeIPCBroker) [0x15e22]
                    101 vcfoundation::io::BSDPipeServer::Accept() + 47 (AdobeIPCBroker) [0x176a5]
                      101 __accept + 10 (libsystem_kernel.dylib) [0x98f89d2e]
                       *101 hndl_unix_scall + 216 (mach_kernel) [0xffffff80002f3868]
                         *101 unix_syscall + 471 (mach_kernel) [0xffffff800063e157]
                           *101 accept_nocancel + 442 (mach_kernel) [0xffffff800061eb1a]
                             *101 msleep + 114 (mach_kernel) [0xffffff80005e1852]
                               *101 ??? (mach_kernel + 4068901) [0xffffff80005e1625]
                                 *101 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                                   *101 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                     *101 ??? (mach_kernel + 223627) [0xffffff800023698b]
                                       *101 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x957      priority 46       
      101 thread_start + 34 (libsystem_pthread.dylib) [0x96f4dcf2]
        101 _pthread_start + 130 (libsystem_pthread.dylib) [0x96f48485]
          101 _pthread_body + 144 (libsystem_pthread.dylib) [0x96f485fb]
            101 vcfoundation::thread::Thread::ThreadProc(void*) + 17 (AdobeIPCBroker) [0x184eb]
              101 vcfoundation::thread::AbstractThread::Run() + 50 (AdobeIPCBroker) [0x14484]
                101 vcfoundation::ncomm::NCHost::Worker::Run() + 49 (AdobeIPCBroker) [0x157d9]
                  101 vcfoundation::ncomm::NCHost::Worker::HandleRequest() + 125 (AdobeIPCBroker) [0x15b11]
                    101 vcfoundation::ncomm::NCHost::ExecuteRequest(vcfoundation::ncomm::INCHost::IRequ est*) + 141 (AdobeIPCBroker) [0x116f3]
                      101 non-virtual thunk to adobe_csi::ServiceManager::Execute(vcfoundation::ncomm::INCHost::IRequest*) + 27 (AdobeIPCBroker) [0x4723]
                        101 adobe_csi::ServiceManager::Execute(vcfoundation::ncomm::INCHost::IRequest*) + 29 (AdobeIPCBroker) [0x4745]
                          101 adobe_csi::AbstractRequest::Execute() + 114 (AdobeIPCBroker) [0x58c2]
                            101 adobe_csi::WaitForGlobalCSXSEventRequest::DoExecute() + 347 (AdobeIPCBroker) [0x650d]
                              101 adobe_csi::CSXSEventQueueManager::PollEvents(vcfoundation::data::IVCString*, vcfoundation::data::IVCString*, vcfoundation::data::IVCString*, int) + 309 (AdobeIPCBroker) [0x6da3]
                                101 vcfoundation::thread::VCSynchronized::WaitFor(double) + 45 (AdobeIPCBroker) [0xf3d9]
                                  101 vcfoundation::thread::Monitor_os::WaitFor(double) + 65 (AdobeIPCBroker) [0x1858f]
                                    101 vcfoundation::posix::PThread::cond_timedwait_relative(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, timespec const*) + 38 (AdobeIPCBroker) [0x19734]
                                      101 pthread_cond_timedwait_relative_np + 47 (libsystem_pthread.dylib) [0x96f4b042]
                                        101 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x98f8a7ca]
                                         *101 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b75940]
      Thread 0x1326     priority 46       
      101 start_wqthread + 30 (libsystem_pthread.dylib) [0x96f4dcce]
        101 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x98f8b046]
         *101 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1252     priority 44       
      78 start_wqthread + 30 (libsystem_pthread.dylib) [0x96f4dcce]
        78 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x98f8b046]
         *78 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x12d4     priority 48       
      78 start_wqthread + 30 (libsystem_pthread.dylib) [0x96f4dcce]
        78 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x98f8b046]
         *78 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Binary Images:
                  0x1000 -            0x8dff7  com.adobe.AdobeIPCBroker 5.0.0.75 (5.0.0.75) <2FEF0749-4809-3C07-81BC-DB34B42E177D> /Applications/Utilities/Adobe Application Manager/*/AdobeIPCBroker.app/Contents/MacOS/AdobeIPCBroker
              0x948c4000 -         0x948dcffd  libdispatch.dylib (339.90.1) <871AC354-D1B6-3475-889E-AF594448CF43> /usr/lib/system/libdispatch.dylib
              0x95f04000 -         0x96106fff  com.apple.CoreFoundation 6.9 (855.16) <6283B27F-3C46-365F-932C-1A7102D8A3CF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
              0x96f47000 -         0x96f4effb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
              0x97d85000 -         0x989a3ff3  com.apple.AppKit 6.9 (1265.19) <07125263-9E97-3A47-BBD3-6FB462910565> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
              0x98f73000 -         0x98f90ff4  libsystem_kernel.dylib (2422.92.1) <20AE426A-E386-3119-A740-14E13CBD0596> /usr/lib/system/libsystem_kernel.dylib
              0x9b698000 -         0x9ba0dff9  com.apple.HIToolbox 2.1 <8CB677B7-43FC-3534-A685-5A5445C95F7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    *0xffffff7f80b70000 - 0xffffff7f80b77fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         launchd [1]
    Path:            /sbin/launchd
    Architecture:    unknown
    Parent:          kernel_task [0]
    UID:             0
    Task size:       797 pages
    CPU Time:        0.015s
      Thread 0xc7       DispatchQueue 1          priority   21-31   cpu time   0.002s
      101 ??? [0x7fff8806b5fd]
        101 ??? [0x1041c6935]
          101 ??? [0x1041c89e6]
            101 ??? [0x7fff88714000]
              101 ??? [0x7fff88713e6b]
                101 ??? [0x7fff8ba87a1a]
                 *101 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0xd4       priority 31       
      101 ??? [0x7fff9188bfc9]
        101 ??? [0x7fff9188772a]
          101 ??? [0x7fff91887899]
            101 ??? [0x7fff8ba8b9aa]
             *101 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Thread 0xd5       priority   30-31   cpu time   0.013s
      101 ??? [0x7fff9188bfc9]
        101 ??? [0x7fff9188772a]
          101 ??? [0x7fff91887899]
            101 ??? [0x1041c6a59]
              101 ??? [0x7fff87657c1f]
                101 ??? [0x7fff8ba8ba3a]
                 *101 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Binary Images:
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         launchd [155]
    Path:            /sbin/launchd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Dirty
    Task size:       400 pages
    Importance:      Donating
    Timers:          Coalesced
      Thread 0x596      DispatchQueue 1          priority   29-31 
      101 start + 1 (libdyld.dylib) [0x7fff8806b5fd]
        101 ??? (launchd + 18741) [0x1050b6935]
          101 ??? (launchd + 27110) [0x1050b89e6]
            101 xpc_pipe_try_receive + 87 (libxpc.dylib) [0x7fff88714000]
              101 _xpc_pipe_receive + 92 (libxpc.dylib) [0x7fff88713e6b]
                101 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8ba87a1a]
                 *101 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x59b      priority 31       
      101 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        101 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          101 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            101 __select + 10 (libsystem_kernel.dylib) [0x7fff8ba8b9aa]
             *101 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Binary Images:
             0x1050b2000 -        0x1050d8ff7  launchd (842.90.1) <425516B6-9F3E-342F-87B3-EC461EBA6A1A> /sbin/launchd
          0x7fff88068000 -     0x7fff8806bff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff886fc000 -     0x7fff88720fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
          0x7fff8ba76000 -     0x7fff8ba92ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff91886000 -     0x7fff9188dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         librariand [180]
    Path:            /usr/libexec/librariand
    Architecture:    x86_64
    Parent:          launchd [155]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       2726 pages (-9)
    Importance:      Adaptive
    Timers:          Coalesced
      Thread 0x644      DispatchQueue 1          priority 31       
      101 start + 1 (libdyld.dylib) [0x7fff8806b5fd]
        101 ??? (librariand + 9851) [0x10e42a67b]
          101 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8c918811]
            101 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8c862f25]
              101 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8c8635e9]
                101 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8c863fc5]
                  101 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8ba87a1a]
                   *101 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x655      DispatchQueue 2          priority 33       
      101 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff852ac152]
        101 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8ba8c662]
         *101 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x124c     priority 31       
      78 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        78 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *78 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x12ac     priority 31       
      78 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        78 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *78 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x12af     priority 31       
      69 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        69 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *69 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Binary Images:
             0x10e428000 -        0x10e438ffe  librariand (1210.1.10) <4454A8A4-8B01-3300-9A34-D7EB48731635> /usr/libexec/librariand
          0x7fff852a9000 -     0x7fff852c3fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
          0x7fff88068000 -     0x7fff8806bff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff8ba76000 -     0x7fff8ba92ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8c7f3000 -     0x7fff8c9d8fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91886000 -     0x7fff9188dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    *0xffffff7f80b70000 - 0xffffff7f80b77fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         spindump [376]
    Path:            /usr/sbin/spindump
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1115 pages (+286)
    Pageins:         7 pages
    CPU Time:        0.091s
    Importance:      Adaptive, Donating
      Thread 0x12b2     priority 31       
      11 start + 1 (libdyld.dylib) [0x7fff8806b5fd]
        11 ??? (spindump + 9932) [0x10a55f6cc]
          11 dispatch_main + 43 (libdispatch.dylib) [0x7fff852b471f]
            11 pthread_exit + 30 (libsystem_pthread.dylib) [0x7fff918883e9]
              11 _pthread_exit + 111 (libsystem_pthread.dylib) [0x7fff91888479]
                11 _pthread_tsd_cleanup + 182 (libsystem_pthread.dylib) [0x7fff9188b5af]
                  10 _dispatch_queue_cleanup2 + 86 (libdispatch.dylib) [0x7fff852b4775]
                    10 sleep$NOCANCEL + 42 (libsystem_c.dylib) [0x7fff8760a992]
                      10 __semwait_signal_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba52]
                       *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
                  1  __CFTSDFinalize + 100 (CoreFoundation) [0x7fff8c8c5034]
                    1  __NSFinalizeThreadData + 486 (Foundation) [0x7fff8ee82796]
                      1  -[NSNotificationCenter postNotificationName:object:userInfo:] + 44 (Foundation) [0x7fff8edfb7a2]
                        1  +[NSConcreteNotification newTempNotificationWithName:object:userInfo:] + 54 (Foundation) [0x7fff8edfb819]
                          1  objc_msgSend + 233 (libobjc.A.dylib) [0x7fff8b8b6169]
                            1  lookUpImpOrForward + 162 (libobjc.A.dylib) [0x7fff8b8c324c]
                              1  _class_getNonMetaClass + 32 (libobjc.A.dylib) [0x7fff8b8b74fb]
                                1  __psynch_rw_wrlock + 10 (libsystem_kernel.dylib) [0x7fff8ba8b7ee]
                                 *1  hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b76]
                                   *1  unix_syscall64 + 499 (mach_kernel) [0xffffff800063e413]
                                     *1  psynch_rw_wrlock + 45 (mach_kernel) [0xffffff8000632fcd]
                                       *1  __psynch_rw_lock + 521 (pthread) [0xffffff7f80b75eb6]
                                         *1  ksyn_wait + 253 (pthread) [0xffffff7f80b749d5]
                                           *1  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                             *1  ??? (mach_kernel + 223627) [0xffffff800023698b]
                                               *1  machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x1389     DispatchQueue 2          priority 33         cpu time   0.007s
      101 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff852ac152]
        101 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8ba8c662]
         *101 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x138a     DispatchQueue 7          priority 31       
      101 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff852b47d5]
        101 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8ba8bcaa]
         *101 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Thread <multiple> DispatchQueue 15         priority 31         cpu time   0.081s
      101 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        101 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff91888ef8]
          101 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff852ad193]
            101 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff852abfa3]
              101 _dispatch_queue_invoke + 110 (libdispatch.dylib) [0x7fff852ad9dd]
                101 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff852ac633]
                  101 _dispatch_source_invoke + 413 (libdispatch.dylib) [0x7fff852ac8a1]
                    101 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff852aa2ad]
                      101 __syscall + 10 (libsystem_kernel.dylib) [0x7fff8ba8bd3a]
                       *101 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b76]
                         *101 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e413]
                           *101 stack_snapshot2 + 376 (mach_kernel) [0xffffff80005b0368]
      Thread 0x1388     priority   31-33 
      99 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        99 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *99 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x138b     priority   29-31   cpu time   0.002s
      99 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        99 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *99 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1390     priority 31       
      98 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        98 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *98 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1391     priority 31       
      98 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        98 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *98 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x138c     priority 31       
      94 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        94 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *94 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x138d     priority 31       
      94 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        94 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *94 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x138f     priority 31       
      94 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        94 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *94 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1393     priority 31       
      94 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        94 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *94 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1394     priority 31       
      2 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        2 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          2 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            2 ??? (CoreSymbolication + 79489) [0x7fff90819681]
              2 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
               *2 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x138b     DispatchQueue 5          priority 29       
      1 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        1 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff91888ef8]
          1 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff852ad193]
            1 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff852abfa3]
              1 _dispatch_source_invoke + 413 (libdispatch.dylib) [0x7fff852ac8a1]
                1 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff852aa2ad]
                  1 _dispatch_after_timer_callback + 93 (libdispatch.dylib) [0x7fff852b2453]
                    1 objc_msgSend + 233 (libobjc.A.dylib) [0x7fff8b8b6169]
                      1 lookUpImpOrForward + 162 (libobjc.A.dylib) [0x7fff8b8c324c]
                        1 _class_getNonMetaClass + 32 (libobjc.A.dylib) [0x7fff8b8b74fb]
                          1 __psynch_rw_wrlock + 10 (libsystem_kernel.dylib) [0x7fff8ba8b7ee]
                           *1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b76]
                             *1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e413]
                               *1 psynch_rw_wrlock + 45 (mach_kernel) [0xffffff8000632fcd]
                                 *1 __psynch_rw_lock + 521 (pthread) [0xffffff7f80b75eb6]
                                   *1 ksyn_wait + 253 (pthread) [0xffffff7f80b749d5]
                                     *1 thread_block_reason + 256 (mach_kernel) [0xffffff8000235dc0]
                                       *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d655b]
      Thread 0x1391     DispatchQueue 20         priority 33       
      1 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        1 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff91888ef8]
          1 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff852ad193]
            1 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff852abfa3]
              1 _dispatch_queue_invoke + 110 (libdispatch.dylib) [0x7fff852ad9dd]
                1 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff852ac633]
                  1 _dispatch_source_invoke + 413 (libdispatch.dylib) [0x7fff852ac8a1]
                    1 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff852aa2ad]
                      1 _dispatch_after_timer_callback + 77 (libdispatch.dylib) [0x7fff852b2443]
                        1 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff852aa2ad]
                          1 ??? (spindump + 74771) [0x10a56f413]
                           *1 hndl_alltraps + 219 (mach_kernel) [0xffffff80002f327b]
                             *1 user_trap + 748 (mach_kernel) [0xffffff80002dc2bc]
                               *1 vm_fault + 3761 (mach_kernel) [0xffffff8000278bf1]
                                 *1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                   *1 ??? (mach_kernel + 223627) [0xffffff800023698b]
                                     *1 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x1391     DispatchQueue 47         priority 31       
      1 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        1 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff91888ef8]
          1 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff852ad193]
            1 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff852abfa3]
              1 _dispatch_queue_invoke + 110 (libdispatch.dylib) [0x7fff852ad9dd]
                1 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff852ac633]
                  1 _dispatch_mach_invoke + 154 (libdispatch.dylib) [0x7fff852ad69e]
                    1 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff852ac633]
                      1 _dispatch_mach_msg_invoke + 143 (libdispatch.dylib) [0x7fff852ae3b8]
                        1 _dispatch_client_callout4 + 9 (libdispatch.dylib) [0x7fff852adafe]
                          1 _xpc_serializer_get_mach_message_header + 4 (libxpc.dylib) [0x7fff88703192]
                            1 <executing in user space>
      Binary Images:
             0x10a55d000 -        0x10a587ff7  spindump (161.2) <9E438D6C-B1E8-3AF4-AB03-67E2A8B4CF62> /usr/sbin/spindump
          0x7fff852a9000 -     0x7fff852c3fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
          0x7fff875dc000 -     0x7fff87665ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
          0x7fff88068000 -     0x7fff8806bff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff886fc000 -     0x7fff88720fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
          0x7fff8b8b1000 -     0x7fff8ba5ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
          0x7fff8ba76000 -     0x7fff8ba92ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8c7f3000 -     0x7fff8c9d8fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8edf9000 -     0x7fff8f0f7fff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff90806000 -     0x7fff90886fff  com.apple.CoreSymbolication 3.0 (141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
          0x7fff91886000 -     0x7fff9188dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    *0xffffff7f80b70000 - 0xffffff7f80b77fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         spsecure [82]
    Path:            /usr/local/sps/Spector Pro.app/Contents/SharedSupport/spsecure
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       5477 pages (-8)
    CPU Time:        0.001s
    Importance:      Donating
    Timers:          Coalesced
      Thread 0x25a      DispatchQueue 1          priority 31         cpu time   0.001s
      21 start + 52 (spsecure) [0x100001614]
        11 main + 793 (spsecure) [0x100047637]
          7  MacRecorder::CloseApp() + 380 (spsecure) [0x100047be8]
            7  MacRecorder::RemoveNotificationsAndHandlers() + 369 (spsecure) [0x100048b53]
              7  MacRecorder::PurgeUserRecords(bool) + 187 (spsecure) [0x10004a239]
                7  MacRecorder::HandleUserChangePortBlocking(char const*, unsigned int, bool, bool) + 461 (spsecure) [0x10004bf21]
                  7  PanopticonImp::blockProxy(bool) + 34 (spsecure) [0x1000aa928]
                    7  sleep + 42 (libsystem_c.dylib) [0x7fff87657c1f]
                      7  __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
                       *7  semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
          2  MacRecorder::CloseApp() + 398 (spsecure) [0x100047bfa]
            2  SPMailQueue::TerminateService() + 85 (spsecure) [0x10005f451]
              2  usleep + 54 (libsystem_c.dylib) [0x7fff87657cb2]
                2  __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
                 *2  semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
          1  MacRecorder::CloseApp() + 698 (spsecure) [0x100047d26]
            1  DataManagerBase::Terminate() + 91 (spsecure) [0x100061e77]
              1  LIST::DeleteListNodes(bool) + 95 (spsecure) [0x10000a3cf]
                1  LIST::RemoveNode(LISTNODE*, bool) + 135 (spsecure) [0x10000a5e5]
                  1  szone_free_definite_size + 1392 (libsystem_malloc.dylib) [0x7fff85437f42]
                    1  <executing in user space>
          1  MacRecorder::CloseApp() + 756 (spsecure) [0x100047d60]
            1  ErrorLogThread::~ErrorLogThread() + 37 (spsecure) [0x100001665]
              1  usleep + 54 (libsystem_c.dylib) [0x7fff87657cb2]
                1  __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
                 *1  semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
        10 main + 803 (spsecure) [0x100047641]
          10 sleep + 42 (libsystem_c.dylib) [0x7fff87657c1f]
            10 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
             *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x3b4      DispatchQueue 2          priority 33       
      21 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff852ac152]
        21 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8ba8c662]
         *21 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x3f4      priority 31       
      21 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        21 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          21 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            21 __select + 10 (libsystem_kernel.dylib) [0x7fff8ba8b9aa]
             *21 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Thread 0x41d      priority 31       
      21 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        21 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          21 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            21 SPSWebSocketServer::StartThreaded(void*) + 9 (spsecure) [0x1000a327f]
              21 __accept + 10 (libsystem_kernel.dylib) [0x7fff8ba8ae02]
               *21 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b76]
                 *21 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e413]
                   *21 accept_nocancel + 442 (mach_kernel) [0xffffff800061eb1a]
                     *21 msleep + 114 (mach_kernel) [0xffffff80005e1852]
                       *21 ??? (mach_kernel + 4068901) [0xffffff80005e1625]
                         *21 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                           *21 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *21 ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *21 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x107e     priority 63       
      21 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        21 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          21 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            21 __NSThread__main__ + 1318 (Foundation) [0x7fff8ee5f76b]
              21 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff8ee5f967]
                21 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8c862f25]
                  21 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8c8635e9]
                    21 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8c863fc5]
                      21 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8ba87a1a]
                       *21 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x1083     priority 31       
      21 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *21 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x11b8     priority 31       
      21 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *21 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x11df     priority   31-33 
      21 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *21 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x1341     priority 31       
      21 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff9188bfb9]
        21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8ba8be6a]
         *21 wq_unpark_continue + 0 (pthread) [0xffffff7f80b736ae]
      Thread 0x3ee      priority 31       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            10 ErrorLogThread::ErrorLogThreadFunc(void*) + 194 (spsecure) [0x100001764]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8c918811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff8c862f25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8c8635e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8c863fc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8ba87a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x41f      priority 31       
      9 thread_start + 13 (libsystem_pthread.dylib) [0x7fff9188bfc9]
        9 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff9188772a]
          9 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff91887899]
            9 SPMailQueue::SPMailQueueThreadProc(void*) + 798 (spsecure) [0x10005f34c]
              9 usleep + 54 (libsystem_c.dylib) [0x7fff87657cb2]
                9 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8ba8ba3a]
                 *9 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Binary Images:
             0x100000000 -        0x100137ff7  spsecure <77DA1747-A9BD-39A6-B43B-B31111A61FB6> /usr/local/sps/Spector Pro.app/Contents/SharedSupport/spsecure
          0x7fff852a9000 -     0x7fff852c3fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
          0x7fff85431000 -     0x7fff8544cff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
          0x7fff875dc000 -     0x7fff87665ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
          0x7fff8ba76000 -     0x7fff8ba92ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8c7f3000 -     0x7fff8c9d8fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8edf9000 -     0x7fff8f0f7fff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91886000 -     0x7fff9188dff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    *0xffffff7f80b70000 - 0xffffff7f80b77fff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         kernel_task [0]
    Path:            kernel_task
    Architecture:    x86_64
    Parent:          kernel_task [0]
    UID:             0
    Version:         Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    Task size:       153801 pages
    CPU Time:        39.934s
      Thread 0x1        priority 92       
    *101 vm_pageout_continue + 0 (mach_kernel) [0xffffff8000298e30]
      Thread 0x2        priority 0          cpu time   9.839s
    *96  call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *96  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
         *96  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
           *96  machine_idle + 478 (mach_kernel) [0xffffff80002dd7be]
    *4   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
    *1   Thread_continue + 8 (mach_kernel) [0xffffff80002d61f8]
       *1   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
         *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d655b]
      Thread 0x3        priority 95         cpu time   0.001s
    *101 ??? (mach_kernel + 204976) [0xffffff80002320b0]
      Thread 0x4        priority 80       
    *101 ??? (mach_kernel + 285456) [0xffffff8000245b10]
      Thread 0x5        priority 93       
    *101 ??? (mach_kernel + 286176) [0xffffff8000245de0]
      Thread 0x6        priority 95       
    *101 call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *101 ??? (mach_kernel + 328449) [0xffffff8000250301]
         *101 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *101 ??? (mach_kernel + 223627) [0xffffff800023698b]
             *101 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x7        priority 94       
    *101 ??? (mach_kernel + 302688) [0xffffff8000249e60]
      Thread 0x8        priority 95       
    *101 call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *101 mapping_replenish + 402 (mach_kernel) [0xffffff80002c8472]
         *101 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *101 ??? (mach_kernel + 223627) [0xffffff800023698b]
             *101 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x9        priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0xb        priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0xd        priority 81         cpu time   0.003s
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x1d       priority 81       
    *101 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Thread 0x1f       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x21       priority 95       
    *101 call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *101 pmInitThread + 939 (AppleIntelCPUPowerManagement) [0xffffff7f81c69bc1]
         *101 pmSpawnThreads + 172 (AppleIntelCPUPowerManagement) [0xffffff7f81c69739]
           *101 pmMasterIdleThread + 14 (AppleIntelCPUPowerManagement) [0xffffff7f81c69bee]
             *101 master_wait_for_forced_idle + 51 (AppleIntelCPUPowerManagement) [0xffffff7f81c693ca]
               *101 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                 *101 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                   *101 ??? (mach_kernel + 223627) [0xffffff800023698b]
                     *101 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e92]
      Thread 0x24       priority 0          cpu time   9.919s
    *84  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
    *17  call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *17  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
         *17  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
           *17  machine_idle + 478 (mach_kernel) [0xffffff80002dd7be]
      Thread 0x27       priority 0          cpu time  10.009s
    *99  call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *99  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
         *99  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
           *99  machine_idle + 478 (mach_kernel) [0xffffff80002dd7be]
    *2   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
      Thread 0x2a       priority 0          cpu time  10.001s
    *86  call_continuation + 23 (mach_kernel) [0xffffff80002d7047]
       *86  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
         *86  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
           *86  machine_idle + 478 (mach_kernel) [0xffffff80002dd7be]
    *15  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
      Thread 0x2f       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x67       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x6a       priority 81         cpu time   0.001s
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x6f       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x71       priority 81         cpu time   0.002s
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x73       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x88       priority 81       
    *101 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acc30]
      Thread 0x9a       priority 93         cpu time   0.027s
    *101 ??? (mach_kernel + 303168) [0xffffff800024a040]
      Thread 0x9f       priority 81       
    *101 ??? (mach_kernel + 1934592) [0xffffff80003d8500]
      Thread 0xa2       priority 81       
    *101 ??? (mach_kernel + 4244464) [0xffffff800060c3f0]
      Thread 0xa3       priority 81       
    *101 ??? (mach_kernel + 3843728) [0xffffff80005aa690]
      Thread 0xa4       priority 81       
    *101 ??? (mach_kernel + 3877040) [0xffffff80005b28b0]
      Thread 0xa5       priority 81       
    *101 ??? (mach_kernel + 3877040) [0xffffff80005b28b0]
      Thread 0xa6       priority 81       
    *101 ??? (mach_kernel + 3877040) [0xffffff80005b28b0]
      Thread 0xa7       priority 81       
    *101 ??? (mach_kernel + 3877040) [0xffffff80005b28b0]

  • I cannot watch Directtv on my computer. I run XP and have mozilla ver 32. Says i need to install flash which I download and open then nothing happens...blank b

    When attempting to watch Direct tv on my computer (runs XP) i needed to9 download a program from Direct TV which then tells me that I need to install Adobe Flash and provides a link. I get a message stating that I cannot install and refers to Internet Explorer. I then went to the Adobe website and proceeded to download flash which I did. When I clicked on the file a box came up which states install Flash but the box is empty and nothing happens. Pls help

    Hello,
    I notice in your system details that you have an outdated version of the Flash plugin for Firefox. In Firefox, can you try going to the following link and updating as appropriate:
    * https://www.mozilla.org/en-US/plugincheck/
    Alternatively you can go here and select Windows 7/Vista/XP/2008/2003 and Flash for Other Browsers (and deselect McAfee if you do not want that bundled in your Flash):
    * https://get.adobe.com/flashplayer/otherversions/
    If you download Flash in Internet Explorer and not select the correct options, it might download the installer for Internet Explorer as opposed to for Firefox.

Maybe you are looking for

  • Batch action quit in same spot 2x in a row

    I'm running a batch action to make jpge previews of 10,000 Tiff files. First time I ran it, it quit after 3000 images.  I just deleted those and tried again, Woke up this morning and it quit right at the same place. How does one resume the batch wher

  • How to idtentify web services which are used in the web application?

    Hi All, We need to identify all the web services that a web application is using. We need them so that we can use test them. We are a group of independent testers. We have access to IIS server's on which the application is hosted. Is there any way we

  • Using Two Minotors with Display Spanning Monitors

    I'm interested exploring the option of using two monitors to display apps such as: Aperture, CS2 Photoshop (used as the external editor to Aperture), FinalCut Express and iMovie. My G5's video card will handle two monitors so that shouldn't be a prob

  • Need help installing PhotoShop 7 on new PC

    Error message "scratch disk full"won't let me install it. It is NOT full...it's a brand new 2T hard drive. I don't want to have to partition the hard drive. Any other way around this?

  • How to debug jsp program

    Thanks, I havenot used Oracle before I know that you could debug JSP in Visual Age for Java, but where could we debug jsp code, thanks, null