Package not seen under user sys!

hello;
I view packages under sys user;
but not our package seen under sys; I create it with user sys
any idea
regrads
siyavus

11g R1
11.1.0.7
create or replace procedure SYS.mailserver_acl(
aacl varchar2,
acomment varchar2,
aprincipal varchar2,
aisgrant boolean,
aprivilege varchar2,
aserver varchar2,
aport number)
is
begin
DBMS_NETWORK_ACL_ADMIN.DROP_ACL(aacl);
dbms_output.put_line(‘ACL dropped…..’);
exception
when others then
dbms_output.put_line(‘Error dropping ACL: ‘||aacl);
dbms_output.put_line(sqlerrm);
end;
begin
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(aacl,acomment,aprincipal,aisgrant,aprivilege);
dbms_output.put_line(‘ACL created…..’);
exception
when others then
dbms_output.put_line(‘Error creating ACL: ‘||aacl);
dbms_output.put_line(sqlerrm);
end;
begin
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(aacl,aserver,aport);
dbms_output.put_line(‘ACL assigned…..’);
exception
when others then
dbms_output.put_line(‘Error assigning ACL: ‘||aacl);
dbms_output.put_line(sqlerrm);
end;
commit;
dbms_output.put_line(‘ACL commited…..’);
end;
Edited by: sak on Jul 1, 2010 4:36 PM

Similar Messages

  • ORA-13754: "SQL Tuning Set" "" does not exist for user "SYS"

    While calling dbms_stats.seed_col_usage I got the following error. Can someone help me on how to resolve it
    sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Apr 14 14:37:38 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> show user
    USER is "SYS"
    SQL> begin
    2 dbms_stats.seed_col_usage(null,null,400);
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-13754: "SQL Tuning Set" "" does not exist for user "SYS".
    ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", line 17379
    ORA-06512: at "SYS.DBMS_STATS", line 28451
    ORA-06512: at line 2
    Thank You
    Sarayu

    According to the documentation:
    SEED_COL_USAGE ProcedureThis procedure iterates over the SQL statements in the specified SQL tuning set, compiles them and seeds column usage information for the columns that appear in these statements.
    Syntax
    DBMS_STATS.SEED_COL_USAGE (
    sqlset_name IN VARCHAR2,
    owner_name IN VARCHAR2,
    time_limit IN POSITIVE DEFAULT NULL);>
    It looks like you need to provide a SQLSET_NAME and OWNER_NAME to use this procedure correctly, to which you've provided NULLs. I don't see any exceptions in the documentation that indicate special processing when NULLs are provided.

  • Aurbuild saying "package not found under /var/tmp/aurbuild/pkgbuilds"

    Hello everyone
    I am using aurbuild for installing aur packages. Since some time now, I keep getting the error message:
    package not found under /var/tmp/aurbuild/pkgbuilds
    For example the exact message is:
    lib32-pciutils not found under /var/tmp/aurbuild/pkgbuilds
    No result found
    What can I do about that?
    Thanks in advance
    b1

    Please see our Forum Etiquette regarding bumping b1: https://wiki.archlinux.org/index.php/Fo … te#Bumping
    Have you tried if the same thing happens with other packages and AUR-builders?

  • Deployed portlet not seen under New channel drop down

    Hi,
    I need to add a new portlet to my portal so user can select it under her content configuration page.
    I have added the new portlet to a user's profile via the portlet admin console.
    But the new portlet channel is not available in user's content configuration page.
    Any Idea ?
    (i'm working on Sun ONE Identity Server 6.1 and Sun ONE Application Server 7.0.0_01 on Solaris 5.8).
    Thanks in advance.
    Best Regards,
    Iris

    Hi,
    This problem occurs when display profile is not updated with portlet provider for some reasons
    Tips :
    1. Please check if Webcontainer instance is up.
    2. login to psconsole -> portals tab -> click on the portal name -> Click Add dn button and search for the dn to which you deployed the portlet -> Add it -> select
    it from the select DN listbox and then download the display profile(dp)
    If the portlet provider which you deployed is not present in the display profile
    , then please undeploy the portlet and try deploying again.
    3) Before running the the portlet deploy, set the logger to FINEST and see if any errors are thrown, basically if should show dp updated and war file deployed.
    ./psadmin set-logger -u amadmin -f ps_password -m pas -O debug.com.sun.portal -L
    FINEST
    tail -f /var/opt/SUNWportal/logs/admin/portal.0.0.log

  • [Solved] External USB 3.0 drive not seen under /dev/sd*

    Ok, thought this would be easy but for some reason I cant get arch to see the physical drive. Its a new Seagate 2TB external USB 3.0 drive. I connected it to a windows laptop and it was quickly recognized (ntfs). I then installed ntfs-3g but still cant see it. I then formatted it under windows as ext4, but its still not seen. I tried this with 2 arch PC's, both the same issue. I seen a few other posts and tried a few things like making sure the mod xhci_hcd was running. I have the latest updates on each system. fdisk -l does not show the device at all! I can see and boot to other USB devices fine just not this one, maybe since its USB3.0??
    I noticed here, they talk about maybe USB3 is broke in the new kernels, after 3.10.2 maybe?
    Similar issue: https://bbs.archlinux.org/viewtopic.php?id=126299
    Possible bug: https://bugs.archlinux.org/task/36296
    However, I would think that by now, this would have been fixed as USB3.0 is more common? Other than trying to find a OLD 3.10.2 kernel any other advice?
    dmesg:
    [47653.187708] usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
    [48258.419876] r8169 0000:02:00.0 enp2s0: link down
    [48435.623148] usb 6-1: USB disconnect, device number 2
    [48697.691980] usb 6-1: new SuperSpeed USB device number 3 using xhci_hcd
    [48938.171094] usb 6-1: USB disconnect, device number 3
    [48975.057438] r8169 0000:02:00.0 enp2s0: link up
    uname -a
    Linux 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64 GNU/Linux
    lsusb: (Seagate USB)
    Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 007 Device 003: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
    Bus 007 Device 002: ID 046d:082d Logitech, Inc. HD Pro Webcam C920
    Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 006 Device 004: ID 0bc2:ab20 Seagate RSS LLC
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 005 Device 002: ID 05af:8366 Jing-Mold Enterprise Co., Ltd
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 013 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 012 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    lsmod:
    Module Size Used by
    uvcvideo 74983 0
    videobuf2_vmalloc 3368 1 uvcvideo
    videobuf2_memops 2239 1 videobuf2_vmalloc
    videobuf2_core 30407 1 uvcvideo
    snd_usb_audio 131860 0
    videodev 123032 2 uvcvideo,videobuf2_core
    snd_usbmidi_lib 21428 1 snd_usb_audio
    snd_rawmidi 20278 1 snd_usbmidi_lib
    media 12611 2 uvcvideo,videodev
    snd_seq_device 5244 1 snd_rawmidi
    mousedev 10912 0
    evdev 11784 8
    mac_hid 3273 0
    kvm_amd 52987 0
    kvm 408583 1 kvm_amd
    microcode 17157 0
    serio_raw 5073 0
    pcspkr 2059 0
    k10temp 3242 0
    snd_hda_codec_realtek 54803 1
    r8169 59191 0
    snd_hda_codec_generic 56366 1 snd_hda_codec_realtek
    mii 4251 1 r8169
    shpchp 25706 0
    snd_hda_codec_hdmi 40396 1
    radeon 1361721 21
    snd_hda_intel 22831 1
    snd_hda_controller 22975 1 snd_hda_intel
    snd_hda_codec 104665 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    ttm 67215 1 radeon
    snd_hwdep 6652 2 snd_usb_audio,snd_hda_codec
    snd_pcm 83207 5 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 19294 1 snd_pcm
    drm_kms_helper 39643 1 radeon
    snd 61276 14 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    tpm_infineon 7786 0
    tpm_tis 9310 0
    soundcore 5551 2 snd,snd_hda_codec
    tpm 23363 2 tpm_tis,tpm_infineon
    hwmon 3346 2 k10temp,radeon
    i2c_algo_bit 5480 1 radeon
    i2c_piix4 10801 0
    button 4765 0
    processor 25153 0
    vboxvideo 2029 0
    drm 244846 25 ttm,drm_kms_helper,radeon,vboxvideo
    i2c_core 41648 6 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon,videodev
    pci_stub 1381 1
    vboxpci 15059 0
    vboxnetflt 17700 0
    vboxnetadp 18547 0
    vboxdrv 345858 3 vboxnetadp,vboxnetflt,vboxpci
    ext4 494420 3
    crc16 1359 1 ext4
    mbcache 9155 1 ext4
    jbd2 82948 1 ext4
    sd_mod 37554 4
    sr_mod 15026 0
    crc_t10dif 1135 1 sd_mod
    cdrom 35191 1 sr_mod
    crct10dif_common 1436 1 crc_t10dif
    ata_generic 3434 0
    pata_acpi 3579 0
    hid_generic 1217 0
    usbhid 41250 0
    hid 93052 2 hid_generic,usbhid
    atkbd 17006 0
    libps2 4571 1 atkbd
    i8042 13666 1 libps2
    serio 11018 4 serio_raw,atkbd,i8042
    pata_atiixp 5163 0
    ohci_pci 4192 0
    ehci_pci 4152 0
    ohci_hcd 35606 1 ohci_pci
    ehci_hcd 64619 1 ehci_pci
    ahci 24299 3
    libahci 21772 1 ahci
    xhci_hcd 149286 0
    libata 174089 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
    usbcore 188509 9 snd_usb_audio,uvcvideo,ohci_hcd,ohci_pci,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    scsi_mod 138333 3 libata,sd_mod,sr_mod
    usb_common 1712 1 usbcore
    Last edited by banshee28 (2014-08-05 02:27:01)

    R00KIE wrote:
    Make sure you haven't blacklisted the uas driver. If the uas driver does not work well for you, check here [1] how to disable it for a particular drive.
    [1] https://bbs.archlinux.org/viewtopic.php?id=183190
    Awesome, THANKS!! Yes I got it to work following this and specifically Da_Coynul's post:
    I was able to get my external drive working again by telling the usb-storage module to ignore uas for the device. Here is how to do it:
    First, create a file named ignore_uas.conf in the /etc/modprobe.d directory containing the following*:
    options usb-storage quirks=Vendor_ID:Product_ID:u
    *(substitute your actual Vendor_ID and Product_ID obtained from the lsusb -v command).
    Next, regenerate your inital ramdisk:
    # mkinitcpio -p linux
    Finally, reboot your computer.
    Although this is not a solution to broken uas, at least it will let you use your drive as before hmm
    https://bbs.archlinux.org/viewtopic.php … 2#p1428782
    Thanks everyone...Now I can see the drive, and will work on formatting it with XFS...

  • Extension Manager CC not loading under User account on Mac Mountain Lion

    HI
    I am trying to install a DWUser add in called EasyRotator into Dreamweaver CC. I cannot get Extnesion Manager to launch properly though. The Manager window comes up but the little white clock icon simply spins around for ages then finally when it stops it does not list any applications despite the fact that I have the full Master Collection installed.  I managed to get it to load properly under my Admin account but it did not install the add in for all users for some reason (I was not even offered any option about that - when I installed this add in to Dreamweaver CS6 with the CS6 Extension Manager I was given the option of installing for only  me or all users).
    When I log in under my non-admin user account (I use a separate admin account as I was advised to do this for security reasons) I  launch Extension manager CC but it takes forever to launch and when it does it lists no Adobe applications, hence I cannot install the add in to Dreamweaver for this account.
    I am having to edit the easyrotator in Dreamweaver CS6 as that works! Why does CC not work?
    Oh and BTW when I try to close the Extension Manger CC it fails to respond and I have to force quit it.
    Any help greatly appreciated.
    D

    Hi there folks,
    I am still hoping someone here can get a fix for my issue as it remains unsolved. Anyone want to wade in with some help PLEASE.
    Here is the contents of the error report that I get when Extension Manager CC crashes on exit under my non admin user account:
    Process:         Adobe Extension Manager CC [566]
    Path:            /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/MacOS/Adobe Extension Manager CC
    Identifier:      com.adobe.ExtensionManager
    Version:         7.0.1.17 (7.0.1.17)
    Code Type:       X86 (Native)
    Parent Process:  launchd [356]
    User ID:         502
    Date/Time:       2013-08-26 12:58:35.977 +0100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          132547 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  4871 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      189E1B0D-CBD2-D296-CD8C-15232A3FFEB5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/MacOS/Adobe Extension Manager CC
        __TEXT                 0000000000001000-00000000000d8000 [  860K] r-x/rwx SM=COW  /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/MacOS/Adobe Extension Manager CC
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0000000000 0 + 0
    1   com.adobe.ape.engine                    0x063dee8d APXGetHostAPI + 3708637
    2   com.adobe.ape.engine                    0x064913e9 APXGetHostAPI + 4439097
    3   com.adobe.ape.engine                    0x0649c246 APXGetHostAPI + 4483734
    4   com.adobe.ape.engine                    0x0649c8b4 APXGetHostAPI + 4485380
    5   com.adobe.ape.engine                    0x064f0888 SWFLPlayer_Initialize + 9960
    6   com.apple.CoreFoundation                0x9284204f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    7   com.apple.CoreFoundation                0x92841a79 __CFRunLoopDoSources0 + 233
    8   com.apple.CoreFoundation                0x92867826 __CFRunLoopRun + 934
    9   com.apple.CoreFoundation                0x9286701a CFRunLoopRunSpecific + 378
    10  com.apple.CoreFoundation                0x92866e8b CFRunLoopRunInMode + 123
    11  com.apple.HIToolbox                     0x90316f5a RunCurrentEventLoopInMode + 242
    12  com.apple.HIToolbox                     0x90316cc9 ReceiveNextEventCommon + 374
    13  com.apple.HIToolbox                     0x90316b44 BlockUntilNextEventMatchingListInMode + 88
    14  com.apple.AppKit                        0x92dd793a _DPSNextEvent + 724
    15  com.apple.AppKit                        0x92dd716c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    16  com.apple.AppKit                        0x92dcd5cc -[NSApplication run] + 855
    17  com.apple.AppKit                        0x92d705f6 NSApplicationMain + 1053
    18  com.adobe.ExtensionManager              0x0004ef7b main + 1193
    19  com.adobe.ExtensionManager              0x000025c5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x96f6c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99fe60ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99fe5e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99fcdd2a start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x96f6c9ae kevent + 10
    1   libdispatch.dylib                       0x9490ec71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9490e7a9 _dispatch_mgr_thread + 53
    Thread 3:
    0   libsystem_kernel.dylib                  0x96f6c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99fe60ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99fe5e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99fcdd2a start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x96f6c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99fe60ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99fe5e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99fcdd2a start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x96f6c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99fe60ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99fe5e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99fcdd2a start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x96f698e6 mach_wait_until + 10
    1   libsystem_c.dylib                       0x9a074c10 nanosleep + 375
    2   com.adobe.ExtensionManager              0x00083c09 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.ExtensionManager              0x00083c69 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.ExtensionManager              0x0007b4b6 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.ExtensionManager              0x0008408f ScObjects::Thread::go(void*) + 239
    6   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    7   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x96f6b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99fe8280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a06e095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x062d889f APXGetHostAPI + 2633967
    4   com.adobe.ape.engine                    0x06069d9f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x062d898e APXGetHostAPI + 2634206
    6   com.adobe.ape.engine                    0x062d89f7 APXGetHostAPI + 2634311
    7   com.adobe.ape.engine                    0x062d8b16 APXGetHostAPI + 2634598
    8   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x96f6b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99fe8280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a06e095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x062d889f APXGetHostAPI + 2633967
    4   com.adobe.ape.engine                    0x06069d9f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x062d898e APXGetHostAPI + 2634206
    6   com.adobe.ape.engine                    0x062d89f7 APXGetHostAPI + 2634311
    7   com.adobe.ape.engine                    0x062d8b16 APXGetHostAPI + 2634598
    8   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x96f697d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x96f68cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x92861f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9286795f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9286701a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x92876ab1 CFRunLoopRun + 129
    6   com.apple.DVCPROHDMuxer                 0x095cb98f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    7   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x96f6b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99fe82e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99fe8572 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x062d8867 APXGetHostAPI + 2633911
    4   com.adobe.ape.engine                    0x062f1a5e APXGetHostAPI + 2736814
    5   com.adobe.ape.engine                    0x062d898e APXGetHostAPI + 2634206
    6   com.adobe.ape.engine                    0x062d89f7 APXGetHostAPI + 2634311
    7   com.adobe.ape.engine                    0x062d8b16 APXGetHostAPI + 2634598
    8   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x96f6b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99fe82e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99fe8572 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x062d8867 APXGetHostAPI + 2633911
    4   com.adobe.ape.engine                    0x06467028 APXGetHostAPI + 4266104
    5   com.adobe.ape.engine                    0x062d898e APXGetHostAPI + 2634206
    6   com.adobe.ape.engine                    0x062d89f7 APXGetHostAPI + 2634311
    7   com.adobe.ape.engine                    0x062d8b16 APXGetHostAPI + 2634598
    8   libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 12:
    0   libExManCoreLib.dylib                   0x001fc870 std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() + 0
    1   libExManCoreLib.dylib                   0x00810610 Poco::TempFileCollector::~TempFileCollector() + 126
    2   libExManCoreLib.dylib                   0x0081017e __tcf_0 + 26
    3   libsystem_c.dylib                       0x9a01debf __cxa_finalize + 184
    4   libsystem_c.dylib                       0x9a020db9 exit + 23
    5   libExManCoreLib.dylib                   0x0065cbe9 OPENSSL_config + 153
    6   libExManCoreLib.dylib                   0x002f0553 ADOBE_EXMAN::SSLInitializer::SSLInitializer() + 35
    7   libExManCoreLib.dylib                   0x002f0527 ADOBE_EXMAN::SSLInitializer::SSLInitializer() + 23
    8   libExManCoreLib.dylib                   0x002310cb ADOBE_EXMAN::CExtensionManager::CExtensionManager() + 747
    9   libExManCoreLib.dylib                   0x00230dd7 ADOBE_EXMAN::CExtensionManager::CExtensionManager() + 23
    10  libExManCoreLib.dylib                   0x00231bc0 ADOBE_EXMAN::CExtensionManager::getInstance() + 64
    11  libExManCoreLib.dylib                   0x001e5d32 ExManInit + 82
    12  com.adobe.ExtensionManager              0x00055f55 CInitCoreLibCommand::execute() + 579
    13  com.adobe.ExtensionManager              0x00052d6c CommandExecutor_Impl::run() + 144
    14  com.adobe.ExtensionManager              0x00052c69 CommandExecutor_Impl::runHelper(void*) + 69
    15  libsystem_c.dylib                       0x99fe35b7 _pthread_start + 344
    16  libsystem_c.dylib                       0x99fcdd4e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x06f849e8  ebx: 0x063dee71  ecx: 0xbfffda64  edx: 0x00004b00
      edi: 0x00000000  esi: 0x0709ac00  ebp: 0xbfffdaa8  esp: 0xbfffda4c
       ss: 0x00000023  efl: 0x00210286  eip: 0x00000000   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -    0xd7ff7 +com.adobe.ExtensionManager (7.0.1.17 - 7.0.1.17) <674354AE-B7BA-3CB4-BD1E-CD94A19483BC> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/MacOS/Adobe Extension Manager CC
      0x125000 -   0x127fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ad obeCrashReporter
      0x12d000 -   0x144fff +VulcanMessage4.dylib (4.0.0.101 - 4.0.0.101 © 2013 Adobe Systems, Inc. All rights reserved.) <110A0C05-61A2-ABE9-FCF8-99CD2DEE26C3> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/VulcanMessage4.dylib
      0x166000 -   0x16dffb +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <97387687-C9B4-76C5-FD95-8D4419271592> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
      0x176000 -   0x1dbffb +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <A3A3E3BA-98D5-34FD-A1CC-AF9999C3A1F6> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      0x1e4000 -   0xbb1fff +libExManCoreLib.dylib (0) <D77E9315-9610-3DD3-A97E-A14F59A06873> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/libExManCoreLib.dylib
    0x116f000 -  0x11befe3 +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <783979BC-67DD-3702-BCCC-EA29C2828962> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x11f2000 -  0x1223ff7 +com.adobe.pip (7.0.0.1768) <863344FC-040D-30CD-8D0C-22DE00F1C11B> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x122e000 -  0x1306fff +IMSLib.dylib (7.0.0.37 - 7.0.0.37) <9CC26669-4BB6-3082-B450-D98A49ED6911> /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/Frameworks/IMSLib.dylib
    0x13d7000 -  0x13e4ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Libr arian
    0x5fb2000 -  0x6006fef +com.adobe.ape (3.4.0.29366 - 3.4.0.29366) <FEA983C9-2221-4A47-D3E2-95DEA682B378> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x6020000 -  0x6f68ff3 +com.adobe.ape.engine (3.4.0.29366 - 3.4.0.29366) <35BD8121-4596-CA6E-194B-FCE0D0635448> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/ Contents/MacOS/adbeapeengine
    0x7164000 -  0x720ffff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x7565000 -  0x756afff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHAL PlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
    0x9540000 -  0x9595fe2  com.apple.DVCPROHDAudio (1.3.2 - 1.3.2) <A9248133-6EB0-2702-A9B8-71C67BE55FD4> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPR OHDAudio
    0x95b4000 -  0x9619fe0  com.apple.DVCPROHDMuxer (1.3.2 - 1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMux er
    0x9ec8000 -  0x9f86ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated .dylib
    0xa00b000 -  0xa019fff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter. dylib
    0xa01d000 -  0xa02fffd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter .dylib
    0xb4aa000 -  0xba29fe7 +Webkit.dylib (1) <5E61F610-AA01-BA06-32C0-0460F80E6EF5> /Library/Application Support/Adobe/*/adbeapecore.framework/Versions/A/Libraries/Webkit.dyl ib
    0x8fe66000 - 0x8fe98e57  dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld
    0x90007000 - 0x90062ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleV A
    0x90063000 - 0x9027afff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9027b000 - 0x9027bfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x9027c000 - 0x902beffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versio ns/A/RemoteViewServices
    0x902bf000 - 0x906a2fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIT oolbox.framework/Versions/A/HIToolbox
    0x906a3000 - 0x906c8ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A /FamilyControls
    0x906c9000 - 0x906c9fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90722000 - 0x90729fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x9072a000 - 0x90774ff7  com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90775000 - 0x907ddfe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks /vecLib.framework/Versions/A/libvDSP.dylib
    0x90a79000 - 0x90a97ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ope nScripting.framework/Versions/A/OpenScripting
    0x90a98000 - 0x90cc8fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/Qua rtzComposer.framework/Versions/A/QuartzComposer
    0x90d4c000 - 0x90d69fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x90d6a000 - 0x90da0ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/D ebugSymbols
    0x90da1000 - 0x9142dff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAU C
    0x9142e000 - 0x9146dff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9146e000 - 0x914b5ff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x914b6000 - 0x9156afff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9156b000 - 0x916e3ff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916e4000 - 0x916fafff  com.apple.CFOpenDirectory (10.8 - 151.10) <CDA91E5D-6F99-3001-BD31-82585FCF5CA2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Framewo rks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x916fb000 - 0x918b7ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x92139000 - 0x921aeff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/ATS.framework/Versions/A/ATS
    0x921af000 - 0x9245dffb  com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToo lbox
    0x9245e000 - 0x92489ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/App le80211
    0x9248b000 - 0x9249dfff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x9249e000 - 0x9270bffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/Ima geKit.framework/Versions/A/ImageKit
    0x9270c000 - 0x92731ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/Qua rtzFilters.framework/Versions/A/QuartzFilters
    0x92732000 - 0x9273cfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9273d000 - 0x927b7ff7  com.apple.securityfoundation (6.0 - 55115.4) <4843FAEA-8161-34B3-A1F1-720154884E34> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Se curityFoundation
    0x927b8000 - 0x927b9fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x927ba000 - 0x927c6ffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
    0x927d5000 - 0x9282ffff  com.apple.Symbolication (1.3 - 93) <227F64A9-FC28-3680-BE92-FFAE86FD4866> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/ Symbolication
    0x92830000 - 0x92a18ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFo undation
    0x92ab7000 - 0x92ae6ff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Sec urityInterface
    0x92ae7000 - 0x92af1ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/Ser viceManagement
    0x92af2000 - 0x92af4fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x92af5000 - 0x92af6fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x92af7000 - 0x92b1cff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92b7b000 - 0x92b7eff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/ A/AppleSystemInfo
    0x92b7f000 - 0x92b86ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x92bee000 - 0x92c03fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ima geCapture.framework/Versions/A/ImageCapture
    0x92c04000 - 0x92c2dff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92c2e000 - 0x92c2efff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks /vecLib.framework/Versions/A/vecLib
    0x92c2f000 - 0x92c37fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x92c38000 - 0x92c3cfff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92c3d000 - 0x92c46ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Car bonSound.framework/Versions/A/CarbonSound
    0x92c47000 - 0x92c73ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92c74000 - 0x93830ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93831000 - 0x938acff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePD F
    0x938ad000 - 0x93996ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x93997000 - 0x93a46ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x93a47000 - 0x93aa1ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Framewor ks/AE.framework/Versions/A/AE
    0x93aa2000 - 0x93aa6fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Com monPanels.framework/Versions/A/CommonPanels
    0x93aa7000 - 0x93aa7fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93aa8000 - 0x93aacffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/lib GIF.dylib
    0x93aad000 - 0x93b0ffff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x93b10000 - 0x93b1afff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/ A/DisplayServices
    0x93b1b000 - 0x93ba0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Framewor ks/SearchKit.framework/Versions/A/SearchKit
    0x93ba1000 - 0x93c82fff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x93c83000 - 0x9403bffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks /vecLib.framework/Versions/A/libLAPACK.dylib
    0x94048000 - 0x94056ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x94057000 - 0x94377ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9441a000 - 0x94471ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks /ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x94472000 - 0x944eeff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Framewor ks/Metadata.framework/Versions/A/Metadata
    0x944ef000 - 0x9476bff7  com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9477d000 - 0x9479dffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/ A/ChunkingLibrary
    0x9479e000 - 0x9488fffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x94890000 - 0x9489efff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9489f000 - 0x948a2ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libC oreVMClient.dylib
    0x948a3000 - 0x948f3ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMedia IO
    0x948f4000 - 0x94909fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9490a000 - 0x9491cff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x9491d000 - 0x94965ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94966000 - 0x949caff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x949cb000 - 0x949ccffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x949cf000 - 0x94ac3ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/Qui ckLookUI.framework/Versions/A/QuickLookUI
    0x94ac4000 - 0x94ac4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94ac5000 - 0x94f07fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x94f08000 - 0x94f61fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94f9a000 - 0x94f9cffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libC VMSPluginSupport.dylib
    0x94f9d000 - 0x9509bff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9509c000 - 0x950a5fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskA rbitration
    0x950a6000 - 0x95146ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/F rameworks/QD.framework/Versions/A/QD
    0x95147000 - 0x9523fff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x95240000 - 0x95240fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x959dd000 - 0x959defff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x959df000 - 0x95dfcfff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/ FaceCoreLight
    0x95e29000 - 0x95e30ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <F13F8669-5FC5-386C-9100-523D2BBF23CE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95e31000 - 0x95e35fff  com.apple.OpenDirectory (10.8 - 151.10) <B9244697-CB05-3BD3-80A7-D188B3747B03> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDir ectory
    0x95e87000 - 0x96147ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9614d000 - 0x963a6ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaSc riptCore
    0x963a7000 - 0x96408fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96409000 - 0x9640cff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Ver

  • Startup items options not found under user name

    I'm sure this has been covered before, but I couldn't find an exact match.
    Under the accounts setup-one of the profiles does not have "Login Items" as an option, only has Password, Picture, and Parental Controls. I have full access as administrator to all accounts. How do I get the Login Items Options to show up?
    On a larger issue, the reason I would like to access the user account login items is to turn on DirectfonfigX for that login, the particular login will not work with a DVI connection. (Display may be set to VGA, I don't recall the exact reason why it does not work with the same DVI connection as normal login user. they are basically the same user profiles, but I can access some software under one user that the other user will not recognize that I have registered my software, or profile settings. But perhaps that is an even larger issue.)

    Sam,
    Just ran a test here--Login Items are only available for the currently logged in account (owner of the keyboard/mouse/display). You'll have to log in as each of those users and set the login items appropriately. Seems that an admin should be able to set these but not so.

  • EHD under snow leopard not seen under maverick

    Hello Apple Community,
    I've recently bought a brand new Macbook pro under Maverick. The External Hard Drive, used on my old Macbook air under snow leopard, is not recognized by Maverick. That's strange because it is seen and can be used on the other laptop, but not on the new one.
    In the finder preferences, the box "show EHD" is checked.
    But when I use the disk utility, it sees only the hard drive on the laptop, not the EHD...
    Does anybody have a solution for this?
    Thank you>

    Keep the old OS around and just kick the tires and test new OS. Apple has a history and habit of breaking support in things like this.
    You can use TimeMachine as one level of backup, and even there there were changes with Lion, I would always recommend foremost backup clones of every volume. And clone (SuperDuper etc) can be stored on something like HP NAS Media Server which also was supporting TimeMachine, iTunes - until Apple made that harder and more their own proprietary format.
    Apple AirPort Time Capsule Support
    Lion Communities
    Cloning as a Backup Strategy
    Rather than "upgrade" I would clone the system, and do a clean install, then allow Setup Assistant to import your files.
    Others who are asking the same question:
    http://www.bing.com/search?q=mac+os+x+lion+WD+My+World+NAS

  • Webservice not seen under naigator after transport

    Hello Experts
    I created a webservice using an EJB.
    For this I created 2 DCs 1 is EJB Module and other is a Web module in a single NWDI track.
    The Ear file was deployed successfully and the webservice executes perfectly in development system
    However when I moved my changes to the test system (transport using Solman ) I cannot locate the web service in the navigator.
    I checked the NWA for deployed DCs  in both the systems.
    For the EJB DC  when I check the application modules I saw 3 components EJB module, Web Module and the webservice (WEBSERVICE PORTS) in dev system where everything works fine.
    However in the test system under NWA for the DC I see only 2 components EJB module and the Web Module under application module. The component of type web service is missing.
    Am I missing something in the transports .
    What do I need to do to ensure that the web service appears in the WS navigator .
    Experts Please help.
    Regards
    Vikas

    Hi,
    can you please tell me the version of your engine?
    I remember a known issue from the past. The phenomenon was that the webservices were not appearing in the /wsnavigator, and the problem could be resolved using a fix:
    #1395019 u2013 Reverse proxy support of Java Web service framework
    (http://service.sap.com/sap/support/notes/1395019)
    Best Regards,
    Ervin

  • Javax.* packages not available under JavaFX

    Where are the javax.* packages in JavaFX. I want to use some existing libraries that use javax.crypto.* but these packages are not in the rt15.jar??

    Just to add some more background.... many of the more popular public APIs use security based on HMAC signatures (e.g. Amazon, Google GData). Typically you use javax.crypto.Mac, javax.crytpo.SecretKey and javax.crypto.spec.SecretKeySpec to implement HMAC.

  • Exchange 2013 free/busy not seen by users in different mailbox database suddenly

    Hi folks,
    suddenly I have this problem that users in Maildb1 can't see free/busy information at users in Maildb2 and vice versa in my Exchange 2013 environment. Users in the same MailDB can see eatch other free/busy info, but not via databases. 
    Anyone familyar with that one?
    My setup is:
    cas0  15.00.0775.041 (15.00.0775.041 15.0.775.41 2880833 Security issue that is described in Security Bulletin MS13-105 is resolved by an Exchange Server update
    December 10, 2013)
    cas02 15.00.0775.041 (15.00.0775.041 15.0.775.41 2880833 Security issue that is described in Security Bulletin MS13-105 is resolved by an Exchange Server update
    December 10, 2013)
    Regarding to: http://exchangeserverversions.blogspot.com/2013/01/exchange-server-2013.html (http://support.microsoft.com/kb/2880833/en-us)
    mbx01 15.00.0712.024 ( Exchange Server 2013 Cumulative Update 2 (CU2)
    15.0.712.24 07/29/2013)
    mbx02 15.00.0712.024 ( Exchange Server 2013 Cumulative Update 2 (CU2)
    15.0.712.24 07/29/2013)
    Regarding to: http://exchangeserverversions.blogspot.com/2013/01/exchange-server-2013.html (http://support.microsoft.com/kb/2859928/en-us)
    Thanks in advanced,
    Bjarni 

    Hi,
    Please make sure that Exchange Autodiscover is set up correctly for all organizations that use an organization relationship. If Autodiscover isn't working correctly, there's no supported way for you to use organization relationships.
    Make sure that Autodiscover URLS can be resolved internally and externally for the organization with which you want to share free/busy information. 
    Make sure that the organization with which you are sharing free/busy information has its external EWS endpoint set up.
    Refer to this link for more information.
    https://support.microsoft.com/kb/2838688?wa=wsignin1.0
    In addition, if the users are in different organizations, please configure Organization relationships for them to share Free/Busy information.
    http://technet.microsoft.com/en-us/library/jj657445(v=exchg.150).aspx
    By the way, if the database are on different forest, please try to
    configure the Availability service for cross-forest topologies.
    http://technet.microsoft.com/en-us/library/bb125182(v=exchg.150).aspx
    Best Regards.

  • Office extend option not seen under flexconnect

    I have a 2602i , registered on a virtual controller with 7.6.130.0, running in flexconnect mode, but I dont see office extend option under flexconnect, any comments ???

    well I could not find an evaluation dtls lic for virtual controller, so I installed a 7500 controller dtls lic and it shows in use and data encryption is enable on AP, still i don't see office extend option.
    I am not sure its because I am using a 7500 dtls licence.
     >show license summary
    License Store: Primary License Storage
    StoreIndex:  0  Feature: data_encryption                   Version: 1.0
            License Type: Permanent
            License State: Active, In Use
            License Count: Non-Counted
            License Priority: Medium

  • Package not seen

    y wont this code work, Paycalc.class is compiled and in a dir called epcpackage, along with an Employee class. The epcpackage is imported into the Epc class that tries to use this code. Paycalc receives a string and an int, and should give back a double value:
    EPC CLASS CODE, PACKAGE CLASS UTILISATION:
    payamount = Paycalc(empid, hours); //return a double value
    I have this at bottom of Paycalc to return a "payrate * Hours" double value:
    return hrs*payratenum2;

    im new at this, so please bear with me
    my classes in my package have a main method, i thought
    that any values would be caught by the constructor,
    then passed to the main method of each class?
    Usually only one class in an Application has a main method and that is the one that is called to run the Application. All other classes (and the one with the main in it) have constructors that can be called by any cless that wants to. The constructor returns to the calling class an instance of the class just constructed using 'new'.
    You better post some code (more than before) for me to help more.
    If you post code please put \[code\] .... your code .... \[code\] around it. Note: Don't put the '\' in they are there to force this post to show them.
    Finally, if I understand what you mean there is no way that a value will be caught by the constructor of a class and then passed to the main method. The:
      public static void main(String[] args) is called from the command line when you run the program. So if Paycalc has a line in it like the one above then on the command line you can type:
    java.exe yourpackage.Paycalc
    This will call the static main method in Paycalc which in turn then can do whatever it likes.

  • My ipod is not seen under portables in winamp....

    I DONT USE ITUNES BECAUSE IT DOES NOT OPEN ON MY PC....does anyone know how i can solve this issue???

    The iPod will not work with Winamp without the use of a plug in.
    http://forevergeek.com/opensource/using_your_ipod_withwinamp.php

  • MacPro not seen in XP's "my network places"

    Hi,
    I have a small business network made of 6 macs (from G3 to MacPro, all with OSX 10.4.9) and 1 PC with XP Pro.
    All the Macs have Windows sharing enabled with WORKGROUP name.
    My problem is that I can see every Mac in PC's "my network places/workgroup" except one, the MacPro. It is not seen under WORKGROUP in other Macs but it is in "My network".
    It can see all the WORKGROUP members, PC included.
    I wonder if this can be due to its Intel processor (the only one in this network, excepted the PC) or if I missed something ?
    Any ideas ?
    Thank's for help.
    MacPro 2.66 Ghz   Mac OS X (10.4.9)  

    Don't have an IntelMac to try, but I think I'd try toggling the Firewall settings and Sharing Prefs on and off with a log out/in or two on that Mac... it can take up to 50 minutes for a Share to show up in XP also!
    Second guess would be to trash...
    /Users/nnnn/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist (If AP is used)
    /Library/Preferences/com.apple.sharing.firewall.plist
    Then reboot and set up the prefs again.

Maybe you are looking for

  • Query only form problems

    I have a data block linked to a parent table in a parent/child relationship. The parent table's query key is made up of 2 data items. When the form is executed I want the users to enter values in these 2 data items and then press a button that has a

  • The columns must be marked with a * in the columnsin Planning layout

    hi , Doeas anyone please tell me how to add ' * ' next to characetristic name in the Header of the planning Layout in only some columns headers. i am not able to just add * and save. is there any VBA code we have to use ? or any changes in the BSP ap

  • I no longer have my iPhone, but I need to un-encrypt it how do I do that?

    I have a new samsung phone and I want to transfer some of my music to my new phone, however it tells me that my itunes in encrypted to my old iPhone and I need to unencrypt it.  How do I do that if I no longer have the iPhone?  Please help someone jr

  • Warning message RM088 to Error message

    Hi experts, While performing the Backflush with reporting point logic in repetitive manufacturing, following problem exist: 1. Performing backflush for operation 0010 with production version PV01 for quantity 10. 2. Performing backflush for operation

  • Defining event handlers for renaming, moving, copying and deleting of files.

    Hi every one. I had created a tool for InDesign CS6 written using Javascript to manipulate portions of text in nested way by marking them with small non-printing small anchored text frames contains sequenced numbers and storing these portions as snip