Deleting an Imported Shared Library

I used the File/Import command to import songs from a folder on my hard drive. Now I cannot delete this. I have removed the files from my drive, but they still show up. I have deleted all references to them in my iTunes library as well, but they still show up. They will not play, however.
How do I completely remove them from iTunes? Thanks!

Photos transferred from your computer via the iTunes sync process - selected under the Photos tab for your iPad sync preferences with iTunes are removed from your iPad in the same way - via the iTunes sync process.

Similar Messages

  • Import shared library, edit vi's, arrange menu

    I'm creating a labview interface to a large dll, so I use the Tools->Import->Shared library, and it works GREAT! I have a user library I can call from the palette. So I keep adding to the dll, and now have over 100 function calls. I would like to keep the dll's in a single library, but I am constantly updating them as our drivers change (still under development). So each time I create the library, i need to edit all the connectors, and the palette is getting unwieldy. I've googled and looked through NI-DZ and Lava with no help, so I expect I just need to do a lot of manual cleanup after the import function. But, if i missed something:
    Is there a way to control the Import Shared Library wizard? (command file-like?)
     - define what are inputs and what are outputs? define the terminal patterns and connections?
    How can I modify the palette menu created by the process (sub-menu's, rename items, sort items?)
     - the "Tools->Advanced->Edit Palette Set" seems really akward.
    Any pointers to tutorials or white papers on creating libraries from a large dll?
    Thank You!

    Hi brimcd,
    Concerning editing the connections of the VI generated, when importing the updated DLL and header file, I would imagine that the unchanged bits of the header file would create connections in the same way you had created them for previous versions. As for editing the palettes, you can also access the editor by pinning the specific palette to the block diagram, and then selecting Customize. 
    It seems like you've got a great handle on the process, but in case you want a reference, here's a very complete tutorial on creating wrapper VIs for DLLs using the Wizard. I hope this helps!
    David S.

  • Import shared library(dll)

    Salut.
    I want to import the GetVolumeInformationW function from the Windows kernel32.dll.
    Microsoft says:
    Requirements
    Client
    Requires Windows Vista, Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
    Server
    Requires Windows Server "Longhorn", Windows Server 2003, Windows 2000 Server, or Windows NT Server.
    Header
    Declared in Winbase.h; include Windows.h.
    Library
    Use Kernel32.lib.
    DLL
    Requires Kernel32.dll.
    Unicode
    Implemented as GetVolumeInformationW (Unicode) and GetVolumeInformationA (ANSI). Note that Unicode support on Windows Me/98/95 requires Microsoft Layer for Unicode.
    1- I start the wizard, select "Create VIs for a shared library" then click next
    2- Then select C:\WINDOWS\system32\kernel32.dll for the shared library.
    3- Then select C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\WinBase.h for the header file
    4- Click next
    5- Add C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include to the include path (for Windows.h)
    6- Click next...wait
    7- Then NI says :
    The shared library contains 949 function(s), among which the declarations of 0 function(s) are found in the header file and these function(s) will be imported. The remaining 949 function(s) listed below cannot be imported.
    How can i make it work? Is it possible?

    Hello,
    I just downloaded the SDK and attempted the same operations you
    described, with identical results.  I suspect that the problem is
    that the WinBase.h header depends on predefined symbols that are not
    present by default in our implementation of the DLL importer.  I
    haven't spent enough time examining the code to tell you precisely what
    these symbols would need to be, but that is where I would focus my
    efforts.  According to Microsoft, you may want to try defining
    NTDDI_VERSION, as per this document.
    Cheers,
    Matt Pollock
    National Instruments

  • How to configure Class Loading-Import Shared Library using admin_client

    i am deploying ear using below command through command prompt.its deployed successfully.
    java -jar ../admin_client.jar deployer:oc4j:localhost:23792 oc4jadmin oc4jadmin -deploy -file C:/ex.ear -deploymentName ex -bindAllWebApps
    i have one requirement if i deploy thorugh command prompt. while deploying ear through admin console in Deploy: Deployment Settings-Configure Class Loading-Import Shared Libraries-i checked JAXB then the ear will be deployed successafully.
    i need to incorporate same thing in above command also.i have created shared library and jars are placed in this path.
    C:\Oc4J\j2ee\node1\shared-lib\JAXB\2.0
    but while deploying ear using admin_client.jar command script i need to configure classs loading and import above shared library.how to modify the script?

    Ours is not a Desktop Application, but we want to handle Authentication(Which authenticates the userid and password by making a Tuxedo call) and add the Principal to Subject in session, so that ADF Authorization and securityContext can be used as is,
    but doing this with Custom Authentication Provider in weblogic needs me to have a lot of Tuxedo Service related jars in weblogic/system classpath which i feel is not right thing to do, as the same jars are required in application also, which means i will have the jars in class path twice and i need to deploy the jars to both places everytime there is any change.
    Is there any way by which i can set Authenticated principal to Subject in the created session from within Application?

  • Cannot Import Shared Library

    I get the following errors for various functions.
    1.
    PREF0 PREF1 PICO_STATUS PREF2 PREF3 (ps5000aFlashLed)
    int16_t handle,
    int16_t start
    The following symbols are not defined:
    PICO_STATUS; int16_t;
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add preprocessor definitions. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    The following header file was not found in the specified header file or one of the referenced header files:
    - stdint.h
    To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
    2.
    The function cannot be imported into LabVIEW. This might be caused by one of the following problems:
    The function is not declared in the header file but is exported in the library.
    Check the header file to make sure it contains declarations of the function.
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add preprocessor definitions. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    DYNLINK;PREF0;PREF1;PREF2;PREF3;WIN32;_USRDLL;__cplusplus;
    The following header file was not found in the specified header file or one of the referenced header files:
    - stdint.h
    To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
    The attachment has the dll and .h file from which I am trying to import functions. As well as a screenshot of the error.
     I would sincerely appreiciate any help.
     

    Hi Lanom,
    My name is George and I work as an Applications Engineer at National Instruments. I’ve been looking into your problem with importing a shared library into LabVIEW.
    For error 1 you are trying to include stdint.h in your header files but you either do not have this file or the wizard cannot find this file. I have included the path to where I found the file below, if you find and add this file to the folder that contains the other header files and add that folder as an included path in the shared library import wizard this error should be fixed.
    C:\Program Files (x86)\National Instruments\CVI2013\include\ansi\stdint.h
    Error 2 is being caused by functions being undefined. You have 2 functions, “ps5000ApplyFix()” and “ps5000aConvertStreamingDataInternal()”, that have not been defined in the same way as your other functions and so cannot be imported. If you define these 2 in the same way you have defined the others this should be fixed. You also appear to have a duplicate of all of your functions included in the .dll that are not defined. If these functions with "-2" are not intentional re-create the .dll file without these functions and this error should be fixed. If these functions are intentional then they will also need to be defined like the others.
    Let me know if this fixes your problem and if you have any more questions with these steps or you have any other problems let me know and I will do my best to help.
    Regards,
    George

  • Cannot go to Select Functions to Convert windows for Import Shared library dll

    Hi, 
    As you can see the steps below, i cannot go throgh the Select Function to Convert windows after i click next on Configure Include path steps.
    any idea why is this happening?
    i am using Labview 8.5 and WinXP OS.

    It would help if you provided the DLL and the header file.
    Also, I think the third screenshot was intended to be something else, since it's the step where you specify any additional header files to reference, and not the step where you select what functions to import.

  • Missing header files when importing a shared library with labview 8.6?

    Hi all,
    I want to import a .dll into my .vi program but I am not able to do it...
    I have created the dll  following the ni website tutorial
    http://zone.ni.com/devzone/cda/tut/p/id/3303#toc2
    Once the dll has been created, I have tried to import it with
    Tools-Import-Shared Library(dll)
    After parsing the header file appears an error like this one:
    void __cdecl Zdmt(LVBoolean *stop, double P, char channelName[],
        TD1 *errorIn, TD14 *FFTOptions, TD12 *Calibration, char FileName[],
        int32_t minRecordLength, TD26 *InstrumentHandler, LVRefNum sessionRefArray[],
        LVRefNum *queueIN, TD1 *errorOut, LVBoolean *averagingDone,
        HWAVES LastRecordFetched, TD24 *Impedance, TD17 *ColeColeCluster,
        TD18 *FFTcluster, TD5 *InstrumentHandleOutputCluster, LVRefNum *queueOut,
        int32_t *Acquired, TD6 *FreqTimeInfoCluster, double *averagesCompleted,
        int32_t len);
    The following symbols are not defined:
    LVBoolean; int32_t; LVRefNum;
    Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add predefined symbols. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
    The following header file was not found in the specified header file or one of the referenced header files:
    -  extcode.h
    To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
    I have replaced the first line #include "extcode.h" of the dll header file for #include "C:\Program Files\National Instruments\LabVIEW 8.6\cintools\extcode.h" that is the full path where the header file is located. However, new libraries seems to be missed:
    -  stdint.h
    -  MacTypes.h
    Does anybody know what I have to do??
    Any help will be really appreciated,
    Regards,
    Benjamin

    If you use any of the LabVIEW cintools headers, they reference other headers too. The import wizard is written in a way that it simply skips parsing datatypes that can not be resolved due to missing header files.  If your functions you want to import references such datatypes then you get an according error about any include files the wizard could not load, otherwise not. The wizard can not know which of the missing header files is the problem since it obviously doesn't know what would be in those header files.
    The LabVIEW cintools headers are multiplatform, meaning they evaluate various compiler predefined defines to determine which platform they are included in. The import library wizard does not define any specific defines, since it is not really a compiler. So you have to define them. And they get adapted with each new LabVIEW version to support new compilers and compiler versions, so the defines described in the link in the first post do not have to be correct for cintools headers in newer LabVIEW versions.
    All in all writing DLLs that interface to LabVIEW cintools headers should not be done by writing them and then importing them using the wizard but instead you should write the VI and create the Call Library Node, then let LabVIEW create a template C file from the context menu of the Call Library Node and copy that into your C sources and fill in the functions from there.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Shared-library in OC4J - load data-sources.xml throws error

    H
    To share common libraries (framework.jar, JAXB jars, axis.jar, log4j, tibco*.jars)
    across application(app1/app2/app3) in the OC4J container.
    Currently all these jars are loaded with common jars separately application, a total 3 common
    footprints of these jars.
    1 - Placed all common jars under $J2EE_HOME/shared-lib folder, updated server.xml in $J2EE_HOME/config.
    2 - Connecting Tibco queues using generic JMS resource adapter (connectors - JCA).
    3 - Connecting to databases using data-sources.xml.
    4 - With following entries in orion-application.xml
    <imported-shared-libraries>
    <import-shared-library name="my.shared.libraries" max-version="1.0"/>
    </imported-shared-libraries> ---> Entry 1
    <connectors path="oc4j-connectors.xml"/> ---> Entry 2
    <data-sources path="data-sources.xml"/> ---> Entry 3
    Getting the following error while deploying the code.
    Error occurred initializing connectors. Exception is: Exception creating Manage
    d DataSource ConnectorPropertySet. Exception: Error setting up resource adapter
    for embedded resource archive inside application 'deployGood1'. ManagedConnecti
    onFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl
    ' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML'
    for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactor
    yImpl for embedded resource archive inside application 'deployGood1'. Exception
    is: java.lang.reflect.InvocationTargetException
    However orion-application.xml
    Option A
    Entry 1 (imported-shared-libraries)
    Entry 2 (connectors)
    Works perfectly fine - however the Service complains of not finding the datasource JNDI
    5 - If all jars are loaded separately with each application
    With following entries in orion-application.xml
    <library path="C:/soft/jar/framework.jar" />
    <library path="C:/soft/jar/log4j-1.2.14.jar" />
    <library path="C:/soft/jar/axis.jar"/>
    <library path="C:/soft/jar/commons-discovery-0.2.jar"/>
    <library path="C:/soft/jar/commons-logging-1.0.4.jar"/>
    <library path="C:/soft/jar/fscontext.jar"/>
    <library path="C:/soft/jar/gjra.jar"/>
    <library path="C:/soft/jar/jax-qname.jar"/>
    <library path="C:/soft/jar/jaxb-api.jar"/>
    <library path="C:/soft/jar/jaxb-impl.jar"/>
    <library path="C:/soft/jar/jaxb-libs.jar"/>
    <library path="C:/soft/jar/jaxb-xjc.jar"/>
    <library path="C:/soft/jar/jaxrpc.jar"/>
    <library path="C:/soft/jar/jmxri.jar"/>
    <library path="C:/soft/jar/jmxtools.jar"/>
    <library path="C:/soft/jar/namespace.jar"/>
    <library path="C:/soft/jar/providerutil.jar"/>
    <library path="C:/soft/jar/relaxngDatatype.jar"/>
    <library path="C:/soft/jar/saaj.jar"/>
    <library path="C:/soft/jar/tibcrypt.jar"/>
    <library path="C:/soft/jar/tibjms.jar"/>
    <library path="C:/soft/jar/tibjmsadmin.jar"/>
    <library path="C:/soft/jar/tibjmsapps.jar"/>
    <library path="C:/soft/jar/tibrvjms.jar"/>
    <library path="C:/soft/jar/wsdl4j-1.5.1.jar"/>
    <library path="C:/soft/jar/wss4j-1.5.2.jar"/>
    <library path="C:/soft/jar/xercesImpl.jar"/>
    <library path="C:/soft/jar/xmlsec-1.4.0.jar"/>
    <library path="C:/soft/jar/xsdlib.jar"/> -------> Entry 1
    <connectors path="oc4j-connectors.xml"/> ---> Entry 2
    <data-sources path="data-sources.xml"/> ---> Entry 3
    This configuration works perfectly fine as expected, but this configuration defeats the
    purpose of shared-library
    Thanks
    sunder

    H
    To share common libraries (framework.jar, JAXB jars, axis.jar, log4j, tibco*.jars)
    across application(app1/app2/app3) in the OC4J container.
    Currently all these jars are loaded with common jars separately application, a total 3 common
    footprints of these jars.
    1 - Placed all common jars under $J2EE_HOME/shared-lib folder, updated server.xml in $J2EE_HOME/config.
    2 - Connecting Tibco queues using generic JMS resource adapter (connectors - JCA).
    3 - Connecting to databases using data-sources.xml.
    4 - With following entries in orion-application.xml
    <imported-shared-libraries>
    <import-shared-library name="my.shared.libraries" max-version="1.0"/>
    </imported-shared-libraries> ---> Entry 1
    <connectors path="oc4j-connectors.xml"/> ---> Entry 2
    <data-sources path="data-sources.xml"/> ---> Entry 3
    Getting the following error while deploying the code.
    Error occurred initializing connectors. Exception is: Exception creating Manage
    d DataSource ConnectorPropertySet. Exception: Error setting up resource adapter
    for embedded resource archive inside application 'deployGood1'. ManagedConnecti
    onFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl
    ' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML'
    for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactor
    yImpl for embedded resource archive inside application 'deployGood1'. Exception
    is: java.lang.reflect.InvocationTargetException
    However orion-application.xml
    Option A
    Entry 1 (imported-shared-libraries)
    Entry 2 (connectors)
    Works perfectly fine - however the Service complains of not finding the datasource JNDI
    5 - If all jars are loaded separately with each application
    With following entries in orion-application.xml
    <library path="C:/soft/jar/framework.jar" />
    <library path="C:/soft/jar/log4j-1.2.14.jar" />
    <library path="C:/soft/jar/axis.jar"/>
    <library path="C:/soft/jar/commons-discovery-0.2.jar"/>
    <library path="C:/soft/jar/commons-logging-1.0.4.jar"/>
    <library path="C:/soft/jar/fscontext.jar"/>
    <library path="C:/soft/jar/gjra.jar"/>
    <library path="C:/soft/jar/jax-qname.jar"/>
    <library path="C:/soft/jar/jaxb-api.jar"/>
    <library path="C:/soft/jar/jaxb-impl.jar"/>
    <library path="C:/soft/jar/jaxb-libs.jar"/>
    <library path="C:/soft/jar/jaxb-xjc.jar"/>
    <library path="C:/soft/jar/jaxrpc.jar"/>
    <library path="C:/soft/jar/jmxri.jar"/>
    <library path="C:/soft/jar/jmxtools.jar"/>
    <library path="C:/soft/jar/namespace.jar"/>
    <library path="C:/soft/jar/providerutil.jar"/>
    <library path="C:/soft/jar/relaxngDatatype.jar"/>
    <library path="C:/soft/jar/saaj.jar"/>
    <library path="C:/soft/jar/tibcrypt.jar"/>
    <library path="C:/soft/jar/tibjms.jar"/>
    <library path="C:/soft/jar/tibjmsadmin.jar"/>
    <library path="C:/soft/jar/tibjmsapps.jar"/>
    <library path="C:/soft/jar/tibrvjms.jar"/>
    <library path="C:/soft/jar/wsdl4j-1.5.1.jar"/>
    <library path="C:/soft/jar/wss4j-1.5.2.jar"/>
    <library path="C:/soft/jar/xercesImpl.jar"/>
    <library path="C:/soft/jar/xmlsec-1.4.0.jar"/>
    <library path="C:/soft/jar/xsdlib.jar"/> -------> Entry 1
    <connectors path="oc4j-connectors.xml"/> ---> Entry 2
    <data-sources path="data-sources.xml"/> ---> Entry 3
    This configuration works perfectly fine as expected, but this configuration defeats the
    purpose of shared-library
    Thanks
    sunder

  • Shared library for  MyFaces Trinidad

    Hello!
    I'm having some trouble trying to create a shared library in OC4J 10.1.3.3.0. My goal is to deploy multiple applications that use MyFaces and Trinidad, but using a shared library that contains every JAR required.
    This is what I've done so far:
    1. I created the directory D:\workspace\oc4j_10.1.3\j2ee\home\shared-lib\sidi\1 and put there every JAR included in MyFaces Trinidad Demo.
    2. Edited server.xml and added the following lines:
    <shared-library name="sidi" version="1">
    <code-source path="*"/>
    </shared-library>
    3.- Edited the orion-application.xml in each application that needs MyFaces Trinidad support and added the following lines:
    <imported-shared-libraries>
    <import-shared-library name="sidi" />
    </imported-shared-libraries>
    When I try to run any application that uses MyFaces Trinidad, I get this error message:
    java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!
    If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
    A typical config looks like this;
    <listener> <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    </listener>
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:93)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:91)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2371)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4824)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4748)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2971)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:741)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    If I add that listener to web.xml, the error changes to this:
    9/08/2007 02:37:28 PM org.apache.myfaces.config.FacesConfigurator feedStandardConfig
    INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
    9/08/2007 02:37:28 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
    INFO: Reading config code-source:/D:/workspace/oc4j_10.1.3/j2ee/home/shared-lib/sidi/1/tomahawk-1.1.6.jar!/META-INF/faces-config.xml
    9/08/2007 02:37:29 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
    INFO: Reading config code-source:/D:/workspace/oc4j_10.1.3/j2ee/home/shared-lib/sidi/1/trinidad-impl-1.0.1.jar!/META-INF/faces-config.xml
    9/08/2007 02:37:31 PM org.apache.myfaces.config.FacesConfigurator feedWebAppConfig
    INFO: Reading config /WEB-INF/faces-config.xml
    9/08/2007 02:37:31 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
    INFO: MyFaces-package : myfaces-api not found.
    9/08/2007 02:37:31 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
    INFO: MyFaces-package : myfaces-impl not found.
    9/08/2007 02:37:31 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
    INFO: MyFaces-package : tomahawk-sandbox not found.
    9/08/2007 02:37:31 PM org.apache.myfaces.config.FacesConfigurator logMetaInf
    INFO: MyFaces-package : tomahawk not found.
    If I place the JARs inside each WEB-INF/lib the applications work, but I'm trying to avoid doing this to have smaller EARs when the applications are packaged for deployment in the production servers.
    What am I doing wrong? Hope you can help me with this.

    Hi Aram,
    The default behaviour of OC4J is to NOT run the listeners provided inside the taglibs. As for java server faces, tomahawk and trinidad use taglibs that rely on the listener configured in the tld file
    You'd need not only to deploy the "shared library", but also, drop the jars in the $OC4J/j2ee/home/taglibs directory
    And, make sure that in your "global-web-application.xml" you have:
    <orion-web-app
    [... whatever ...]
         jsp-cache-tlds="on"
         jsp-taglib-locations="../taglibs"
    >
    that means, the attribute "jsp-taligb-locations is defined for the orion-web-app tag. With that, the listener is going to be loaded, and you'd not need to configure it in the web.xml

  • Where are imported shared libraries defined

    in system-application.xml, the imported-shared-libraries are defined as :
    <imported-shared-libraries>
    <import-shared-library name="oracle.dms"/>
    <import-shared-library name="oracle.jdbc"/>
    and these are used in server.xml like:
    <import-shared-library name="oracle.jdbc"/>
    my questions is where does the imported libraries name and actual jar files defined. for ex. for the name oracle.jdbc, where are the jar libraries location defined?
    I got a problem looks like application server not able to find these jars unless I copy them to the applib folder.
    Thanks

    Additional shared libraries may be configured to override the default shared libaries, including the oracle.jdbc library.
    http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-swapjdbclib/doc/readme.html

  • IPhoto 9.4.3 Crashes when importing from Shared Library

    I have an early 08 Mac Pro with Mountain Lion running iPhoto 9.4.3.  I'm attempting to import a good nubmer of photos from a shared library which resides on my MBP also running 10.8.2 and iPhoto 9.4.3.  It starts to import, but after about 10-20 photos (Nikon Raw) it crashes.  Consistently.  Deleted plist, didn't fix it.  Created a new test library, same issue.  I'm attempting to copy over several hundred at a time, which I know is ridiculous, but a) I have too many to import going one by one or 20 by 20, and b) it didn't have a problem earlier when doing the same thing.  I was importing >300 at a time last week.
    My library is large, >100gb if that helps.
    Here is the crash report.  Please help me figure out what is going on!!!!
    Process:         iPhoto [97687]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.2 (9.4.2)
    Build Info:      iPhotoProject-710042000000000~2
    App Item ID:     408981381
    App External ID: 11723545
    Code Type:       X86 (Native)
    Parent Process:  launchd [185]
    User ID:         501
    Date/Time:       2012-12-18 11:25:59.812 -0600
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          427253 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  164800 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      F721FA7B-DDC0-B45C-CAB5-B131C1111920
    Crashed Thread:  24  Import thread 3
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000001e554000
    VM Regions Near 0x1e554000:
        MALLOC_LARGE           000000001e49d000-000000001e554000 [  732K] rw-/rwx SM=SHM 
    --> mapped file            000000001e554000-000000001ec68000 [ 7248K] r--/rwx SM=COW  /private/var/folders/*/*.jpg
        MALLOC_TINY            0000000068600000-0000000068d00000 [ 7168K] rw-/rwx SM=PRV 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92d927d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92d91cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91fc2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x91fc7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x91fc763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x91fc74ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x971da15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x971d9ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x971d9d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x961e9a3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x961e926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x961df6cc -[NSApplication run] + 855
    12  com.apple.AppKit                        0x961826f6 NSApplicationMain + 1053
    13  com.apple.iPhoto                        0x000e9c99 0xda000 + 64665
    14  com.apple.iPhoto                        0x000e92e5 0xda000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92d94c02 __select_nocancel + 10
    1   libdispatch.dylib                       0x9252da08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x9252d7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x026e348f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x92e42586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    17  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.CoreFoundation                0x9200bc00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    3   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x92d927d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92d91cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91fc2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x91fc7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x91fc763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x91fc74ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9221c946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.proxtcore                     0x0209106c -[XTRunLoopThread run:] + 469
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x92215734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x0012ba64 0xda000 + 334436
    5   com.apple.iPhoto                        0x0012b672 0xda000 + 333426
    6   com.apple.CoreFoundation                0x9201dd6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9201dca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026ff85b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x027105f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    20  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9956c6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9956c184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9956c40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x911a05ac 0x90baa000 + 6251948
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9956c6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9956c184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9956c40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9950d7ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 21:: Import thread 0
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 22:: Import thread 1
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 23:: Import thread 2
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 24 Crashed:: Import thread 3
    0   libsystem_c.dylib                       0x932131a1 memmove$VARIANT$sse3x + 35
    1   libsystem_c.dylib                       0x9322fb85 __memcpy_chk + 37
    2   com.apple.ImageIO.framework             0x91a2fba8 _CGImageSourceBindToPlugin + 240
    3   com.apple.ImageIO.framework             0x91a2faa3 CGImageSourceGetType + 55
    4   com.apple.iPhoto                        0x006f304b 0xda000 + 6393931
    5   com.apple.iPhoto                        0x001f83a2 0xda000 + 1172386
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 25:: Import thread 4
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 26:: Import thread 5
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.iPhoto                        0x0026f9a2 0xda000 + 1661346
    2   com.apple.iPhoto                        0x00268993 0xda000 + 1632659
    3   com.apple.iPhoto                        0x002621f9 0xda000 + 1606137
    4   com.apple.iPhoto                        0x00261fa4 0xda000 + 1605540
    5   com.apple.iPhoto                        0x0026a205 0xda000 + 1638917
    6   com.apple.iPhoto                        0x0026a62b 0xda000 + 1639979
    7   com.apple.iPhoto                        0x0026a417 0xda000 + 1639447
    8   com.apple.iPhoto                        0x003e1367 0xda000 + 3175271
    9   com.apple.iPhoto                        0x003e13bd 0xda000 + 3175357
    10  com.apple.iPhoto                        0x006fb72d 0xda000 + 6428461
    11  com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    12  com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    13  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    14  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 27:: Import thread 6
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 28:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x9781bfe9 CVDisplayLink::waitUntil(unsigned long long) + 297
    4   com.apple.CoreVideo                     0x9781b078 CVDisplayLink::runIOThread() + 658
    5   com.apple.CoreVideo                     0x9781adce startIOThread(void*) + 160
    6   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    7   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 29:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x92d94c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x932b2a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x932b292a usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x963ced4d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    7   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.iPhoto                        0x0026f9a2 0xda000 + 1661346
    2   com.apple.iPhoto                        0x00268993 0xda000 + 1632659
    3   com.apple.iPhoto                        0x002621f9 0xda000 + 1606137
    4   com.apple.iPhoto                        0x00261fa4 0xda000 + 1605540
    5   com.apple.iPhoto                        0x0026a205 0xda000 + 1638917
    6   com.apple.CoreFoundation                0x9201dd6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9201dca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026ff85b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x027105f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    20  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 31:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 32:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 33:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 34:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 35:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 36:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 37:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 24 crashed with X86 Thread State (32-bit):
      eax: 0x00000004  ebx: 0x7dd82820  ecx: 0x00000001  edx: 0x00000004
      edi: 0xb1ecde28  esi: 0x1e554000  ebp: 0xb1ecddb8  esp: 0xb1ecddac
       ss: 0x00000023  efl: 0x00010202  eip: 0x932131a1   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x1e554000
    Logical CPU: 5
    Binary Images:
       0xda000 -   0xdc6feb  com.apple.iPhoto (9.4.2 - 9.4.2) <3AC6405B-33E2-3184-9F20-4C9CC5256A3A> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xf5b000 -  0x1035ffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1080000 -  0x1088fff  com.apple.PhotoFoundation (1.0 - 10.17) <D48FDC95-21FC-328C-9F4F-89C28A260C2D> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10f6000 -  0x12d2ffb  com.apple.geode (1.5.3 - 270.7) <DFD97416-FD86-3AF1-BFF0-79A47DADE257> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1361000 -  0x1366ff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x136e000 -  0x139dff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <2B65BA8A-2C25-360D-B50E-0A9EECA1CE57> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x13c2000 -  0x13e9ff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <F190FD9B-9CC9-3D4D-9744-113F7CA36097> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13fe000 -  0x1422ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <768463A7-60B4-3D50-B36B-D6E5AFA43DC9> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x143b000 -  0x1446fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <86E53BF3-BCAD-36F9-999B-013E359EF079> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x1454000 -  0x1469ffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x1477000 -  0x14a0ff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F503C1F1-2E26-348A-86C1-B2E447112AC9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x14bb000 -  0x14bdfff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x14c5000 -  0x14d0ff7  com.apple.UpgradeChecker (9.2 - 9.2) <D34CC218-8200-34D7-816C-B747EE4BF5F7> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14db000 -  0x155aff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x159f000 -  0x16bdff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1771000 -  0x1786ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x1797000 -  0x1b30ff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <B03978EF-A395-30D4-833B-7C474E1F5F12> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1c2e000 -  0x1ebfff3  com.apple.iLifePageLayout (1.3 - 200.9) <067ACE80-5B73-39EE-850B-E392F6573AAC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1f99000 -  0x2030ff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x208b000 -  0x20f3ff3  com.apple.proxtcore (1.4.1 - 250.56) <BBADA727-FB78-32AF-8D45-4498F68343A7> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2135000 -  0x2233ff7  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <845C6292-8EC2-3B4A-8E2E-8D98986148C2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x227d000 -  0x22a8ffb  com.apple.ProUtils (1.1 - 200.36) <E286BD1F-0BE8-3151-B758-89870AB4AC89> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x22c3000 -  0x232efff  com.apple.iLifeKit (1.3.1 - 156.11) <F93283F4-046D-3653-9607-8B0F850E6318> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x2375000 -  0x25a6ff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x26c0000 -  0x2becffb  com.apple.RedRock (1.9.4 - 310.33) <548258F5-3AE9-3AD4-B986-A9674D131164> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2deb000 -  0x2e0effb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2e29000 -  0x2e29fff  com.apple.SafariServices.framework (8536 - 8536.26.17) <7AC5C0A5-0A71-33DD-A5C2-72545BEE3D3C> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2e31000 -  0x2e38ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2e45000 -  0x2e45ffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2e4d000 -  0x30bcfff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x31c2000 -  0x321efff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x324b000 -  0x324bff7 +cl_kernels (???) <69CFB0E9-F2D0-4DB0-AC00-54474AADD5F1> cl_kernels
    0x324d000 -  0x327fff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x3293000 -  0x329cfff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x32a6000 -  0x32aeff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x32b8000 -  0x32fcff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x332e000 -  0x3337ff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x3347000 -  0x3358fff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x336a000 -  0x33ccfff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x3408000 -  0x3455ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x34ab000 -  0x34f9fff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x3526000 -  0x3533ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x353f000 -  0x368bfff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x3708000 -  0x3775ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x37a4000 -  0x37cbff3  libsandbox.1.dylib (220) <E0C000DD-DA39-3A7E-BDA9-4699D264729E> /usr/lib/libsandbox.1.dylib
    0x37d3000 -  0x37e6ff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x37f6000 -  0x37fafff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x3802000 -  0x3806ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x380b000 -  0x380dffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x3815000 -  0x386ffff  com.apple.proapps.MIO (1.0.6 - 512) <8321DF77-4AD8-376B-9465-83F471AA61D2> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x3887000 -  0x4516ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4c9b000 -  0x4c9cfff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4ca1000 -  0x4ca2ffd +cl_kernels (???) <A26154C1-9860-4ADE-B5EB-235F89E1CF7A> cl_kernels
    0x4ca4000 -  0x4cc9ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4cd5000 -  0x4d09fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4d14000 -  0x4e7bfff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4e82000 -  0x4edefff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4ef7000 -  0x5011ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x50b0000 -  0x50e8ff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x5105000 -  0x512cff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x5141000 -  0x5172ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x5189000 -  0x51d1ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x51f4000 -  0x5293fff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x52bb000 -  0x530fff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x533c000 -  0x5344ff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x534d000 -  0x5374ff7  com.apple.ExpressCheckout (1.0 - 1.0) <ACE460FA-35FB-3C0E-9BA8-937F560F0847> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x5390000 -  0x53beffb  com.apple.iLifeImageAnalysis (3.0 - 3) <82BEE3DD-958D-35A6-B167-C8C0C31227DB> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0xcf1d000 -  0xcf2aff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xd857000 -  0xd85bff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xd877000 -  0xd879fff +com.unsanity.menuextraenabler (1.0.3 - 1.0.3) /Library/InputManagers/*/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xd888000 -  0xdb14ffb  com.apple.RawCamera.bundle (4.03 - 676) <53F1CD12-96E9-3E41-BEA9-46B75FC707D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13185000 - 0x13186ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1318b000 - 0x1318cffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x131b6000 - 0x13342ff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13379000 - 0x134caff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x134f8000 - 0x13785fff  com.apple.ATIRadeonX2000GLDriver (8.0.61 - 8.0.0) <62F8082A-963D-3F5A-9917-2AAF68EF6DF9> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x137bb000 - 0x137c7ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x137ce000 - 0x137faffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x13803000 - 0x1380bffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x13812000 - 0x13814fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x1383a000 - 0x138ccff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x138de000 - 0x13920fff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x13938000 - 0x1393bffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x13941000 - 0x13992ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x139af000 - 0x139beffd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <F44F3EFC-380F-3CA2-A04E-E0306100570A> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x13f7e000 - 0x13f83ffe  com.apple.iphoto.accountconfig.Email (9.2 - 9.2) <50B32E94-2383-3409-A2AE-8367DE6CD6EF> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x13fae000 - 0x13fb1fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <A69EF05F-5213-3D42-B6C5-97D4C8C5E7A7> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x15ffd000 - 0x160bbff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FD

    On the destination computer  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If you can import a couple of times successfully the problem lies with your orignal library on the destination Mac. 
    If that's the case  make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Importing to Library created "Copy To ...." Folders - Can I Delete Them ??

    I'm new to iTunes, and I'm usings Windows XP PRO SR3.
    I ripped some CDs to FLAC format (one folder per CD).
    Then converted FLAC to MP3 in a new folder tree
    (F:\Music\MP3\"one folder per CD")
    When I imported the sub-folders in the MP3 folder (my iTunes "root" folder), iTunes created a new subfolder F:\Music\MP3\"Copy To " folder for each of my original folders. This is a duplicate of a duplicate.
    Can I safely delete these "Copy To" subfolders ??
    How do I prevent iTunes from doing this in the future ??
    Advanced Setup Notes:
    "iTunes Media folder location" is: F:\Program Files\iTunes\iTunes Media
    "Keep iTunes Media folder organized" is Not Selected
    "Copy files to iTunes Media folder when adding to library" is Not selected.
    I prefer to manually control my folder/file usage.
    Thanks
    John

    I made the initial post .....
    Tried to reproduce the Importing to Library creating "Copy To ...." folders problem.
    But it didn't do it this time ??? I don't know why.
    Everything worked the way I thought it should.
    Thanks
    John

  • I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

  • Can't access shared library to import.  Why?

    When trying to access sharing, library will not come up in iTunes so that it can be imported.  Can anyone tell me why?

    Rebel,
    iTunes has two kinds of sharing:  regular sharing, which allows listening but not copying, and Home Sharing, which does allow copying. 
    Make sure you are using Home Sharing, and that both computers are authorized to the relevant account.

  • How do I import iTunes library from old PC to new PC using Home Sharing?

    I have an old PC with the latest version of iTunes. I have a new PC with an empty new version of iTunes. How do I import the library to the new PC iTunes? I thought Home Sharing was the way to go, but I can't get it to work. Also tried syncing my iPhone to new PC, but that doesn't bring the library over. Please help!
    Thanks!

    NEVER MIND, I GOT IT TO WORK!

Maybe you are looking for