ClassNotFoundException while deplyoing a HelloWord WebCenter project

Hi,
We Created a simple HelloWrold Webcenter project in JDeveloper and generateda war file.
We are geting ClassNotFoundException when we try to deploying this war into external weblogic server( WL_Spaces sever). Here is the exception .
**[05:22:41 PM] Caused by: java.lang.ClassNotFoundException:**
**oracle.webcenter.collab.share.internal.view.ExceptionContextHandler**
Any help is appriciated .
Thanks in Advance.
--Sreeny                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Hi John,
Thank you for your immediate reply.
I had been checked that 'Deploy By Default', it been 'on'.
with regards
Vipin K R

Similar Messages

  • Got error while deplyoing..Please help

    Hello..I got an error while deploying a project having two rfc.It will fwrite data with first rfca nd commit it with 2nd.Now i got this error while deplyoing.No by\uikd error
    <b>Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/My_Project.. Reason: Clusterwide exception: Failed to deploy application local/My_Project. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:     com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/My_Project. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    </b>
    I am new to ep.Only 2months in this field.Please help me...Thanx

    Hi,
       Have you included any 'Used DCs' in My_Project? If yes, first deploy the used components on the J2EE engine & then deploy local/My_Project.
       If you have not added any 'Used DCs', check if the component has already been deployed on the J2EE engine. If so, remove it & then try deploying it again.
    Revert in case of any queries.
    Regards,
    M.Subathra

  • Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Yes but there's no point doing it here. As the Terms of Use make quite clear this is a User to User forum. It's Users like you talking to other Users. It's not a channel to communicate with Apple.
    Regards
    TD

  • Can you go on Facebook while IMovie is sharing your project to Facebook?

    So I'm always sharing my videos to Facebook, and I always have to wait. But that's what I'm asking...can you go on Facebook while IMovie is sharing your project to Facebook?
    also, go check my youtube channel here:
    http://www.youtube.com/user/randomlaughtercrew/videos
    lol thanks

    Of course. Why wouldn't you be able to? All you're doing is waiting on iMovie. Facebook isn't doing anything.
    Matt

  • Problem while assigning multiple staffing to project role.

    Dear All,
    I am facing problem while assigning multiple staffing to project role.
    In the project role, we are doing staffing ( assigning BP). While assigning the BP's getting below errors.
    Resource assignments overlap
    Message no. DPR_BUPA_LINK004
    Diagnosis
    The validity period '10.02.2008'-'01.03.2008' for the assignment of project role Product Manager and ' Rakesh Pradhan' overlaps with the validity period of the assignment ''.
    However, the project role type does not allow several staffings to be edited at the same time in the project role.
    System Response
    The system does not allow this constellation of data when saving.
    Procedure
    Check and correct the start and finish dates of the staffings affected.
    Request you to advise in fiixng the issue.
    Thank you for your cooperation.
    Regards,
    Ranjan

    Hi Biplab,
    For multiple staffings in the same time frame, check the option of 'Edit in Parallel' in the Role Type settings in SPRO.
    Let me know if that helps.
    Regards,
    Vivek Pandey

  • Error while using ant of webcenter spaces.

    Hi All.
    I am using jdev 11.1.1.5 . we using webcenter spaces application.While doing clean stage of ant option , i got this error.
    BUILD FAILED
    C:\siemens_repositories\workspace_siemens_occ\dev\OCCDesignWebCenterSpaces\WebCenterSpacesExtensionLibrary\internal-targets.xml:54: Problem: failed to create task or type if
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Total time: 0 seconds
    build.xml is as below
    <?xml version="1.0" encoding="US-ASCII" ?>
    <project name="Portal" default="all" basedir=".">
    <!-- initialize properties for use by the build -->
    <property environment="env"/>
    <property file="build.properties"/>
    <tstamp/>
    <!-- define the ojdeploy ant task -->
    <taskdef name="ojdeploy"
    classname="oracle.jdeveloper.deploy.ant.OJDeployAntTask"
    uri="oraclelib:OJDeployAntTask"
    classpath="${oracle.jdeveloper.ant.library}"/>
    <target name="all" depends="deploy"/>
    <target name="clean">
    <delete includeemptydirs="true">
    <fileset dir="${oracle.jdeveloper.workspace.dir}" includes="**/deploy/**/*"/>
    <fileset dir="${oracle.jdeveloper.workspace.dir}" includes="**/classes/**/*"/>
    </delete>
    </target>
    <target name="deploy">
    <ora:ojdeploy xmlns:ora="oraclelib:OJDeployAntTask"
    executable="${oracle.jdeveloper.ojdeploy.path}"
    ora:buildscript="${oracle.jdeveloper.deploy.dir}/ojdeploy-build.xml"
    ora:statuslog="${oracle.jdeveloper.deploy.dir}/ojdeploy-statuslog.xml">
    <ora:deploy>
    <ora:parameter name="workspace"
    value="${oracle.jdeveloper.workspace.path}"/>
    <ora:parameter name="profile"
    value="${oracle.jdeveloper.deploy.profile.name}"/>
    </ora:deploy>
    </ora:ojdeploy>
    </target>
    </project>

    i got the solution.the jdev version mismatch.and i used forward slash
    this is my config.properties
    #My properties
    #CUSTOMER - all properties need to be provided proper values
    #Fri Jul 30 00:00:00 PDT 2010
    ############ User Inputs Required ###################
    ## Enter the base directory where JDeveloper is installed.
    ## For example:
    ## On Windows, if JDeveloper is installed in the directory
    ## C:\MYJDEV, enter the path as: C:\\MYJDEV
    ## On Linux, if JDeveloper is installed in the directory /scratch/MYJDEV,
    ## enter the path as: /scratch/mywork/MYJDEV
    ## Note that the JDeveloper directory contains other folders such as jdeveloper,
    ## wlserver_10.3, modules, and so on.
    ####jdeveloper.install.home.directory=C:/Oracle/Middleware
    jdeveloper.install.home.directory=C:/Oracle/Middleware
    ## Enter the wlst executable
    ## For example:
    ## On Windows, wlst.cmd
    ## On Linux, wlst.sh
    #wlst.executable=wlst.cmd
    wlst.executable=wlst.cmd
    ## Enter the absolute path of the DesignWebCenterSpaces project.
    ## For example:
    ## On Windows, enter the path as:
    ## extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces
    ## On Linux, enter the path as:
    ## extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces
    ####extending.spaces.home.dir=C:/siemens/Tag_2.0.0.19/OCCDesignWebCenterSpaces
    extending.spaces.home.dir=C:/siemens_repositories/workspace_siemens_occ/dev/OCCDesignWebCenterSpaces
    ## Enter the path for ojdeploy executable
    ## For example:
    ## On Windows, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    ## On Linux, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy.exe
    ## Enter the port number on which the WLS Administration Console is running.
    ## The URL of the Administration Console contains the port number.
    ## For example: http://myhost.com:7001/console
    ####wls.port=7001
    wls.port=7001
    ## Enter the host machine on which the Spaces application is running and where
    ## the custom shared library is to be deployed.
    ####wls.host=delvmpllsocc06.sapient.com
    #wls.host=yorke.med.siemens.de
    wls.host=192.168.0.93
    ## Enter the host and port number on which the Spaces application is running
    ## For example, if the Spaces application is running at: http://myhost.com:8888/webcenter
    ## wc.host=myhost.com, wc.port=8888, and wc.protocol=http
    ####wc.port=8888
    ####wc.host=delvmpllsocc06.sapient.com
    #wc.port=8887
    #wc.host=yorke.med.siemens.de
    ## Specify whether the Spaces URL protocol is http or https.
    wc.protocol=http
    ## For security purposes, administrator user name and password details
    ## are stored in secure files.
    ## Obtain the location of these secure files from your systems administrator
    ## or run WLST commands to generate these files as follows:
    ## 1. Navigate to: WC_ORACLE_HOME/common/bin
    ## 2. Enter the command: wlst.sh
    ## 3. At the WLST command prompt, connect to the Administration Server
    ## for Oracle WebCenter:
    ## connect('<admin_user>','<admin_pwd>', '<host>:<port>')
    ## Where admin_user is the user name of the administrator, admin_pwd is
    ## the administrator's password, host is the WebCenter instance, and port is
    ## the Administration Server port.
    ## 4. Run the following command to create a user configuration file and key file
    ## in a specified location:
    ## storeUserConfig('<userConfigFile>', <userKeyFile>')
    ## Where userConfigFile is the name and location of the file storing user details
    ## and userKeyFile is the name and location of the file storing passwords.
    ## For example:
    ## storeUserConfig('C:/myFiles/myuserconfigfile.secure', 'C:/myFiles/myuserkeyfile.secure')
    ## For example:
    ## On Windows, enter the path as:
    ## wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure
    ## wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure
    ## On Linux, enter the path as:
    ## wls.userkey=/scratch/myfiles/ps1userkeyfile.secure
    ## wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure
    ## Use the wls.userconfig property to set the userConfigFile path and
    ## the wls.userkey property to set the userKeyFile path.
    ####wls.userkey=C:/siemens/Tag_2.0.0.19/OCCDesignWebCenterSpaces/myuserkeyfile.secure
    ####wls.userconfig=C:/siemens/Tag_2.0.0.19/OCCDesignWebCenterSpaces/myuserconfigfile.secure
    wls.userkey=C:/siemens_repositories/workspace_siemens_occ/dev/OCCDesignWebCenterSpaces/keyfile.secure
    wls.userconfig=C:/siemens_repositories/workspace_siemens_occ/dev/OCCDesignWebCenterSpaces/config.secure
    ## Enter the targets on which the shared library is to be deployed.
    wls.target=WC_Spaces,AdminServer
    ## Enter the targets on which the webcenter.ear file is to be deployed.
    wls.webcenter.app.target=WC_Spaces
    ## Enter the name of the Spaces application (webcenter).
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> webcenter>Overview
    ## The application's name displays here.
    webcenter.app.name=webcenter
    ## Use the restart.implementation.version.suffix property to override the next default
    ## implementation version number for your shared library.
    ## You can obtain the current implementation version from your
    ## systems administrator or from the WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> [your-shared-library-name] >Overview
    ## The version number displays here. For example: 11.1.1.2.5
    ## The current implementation version is the last number, that is, 5 in this example.
    ## By default, the implementation version increments by 1 each time that you rebuild
    ## your shared library (using Run Ant Target>clean-stage).
    ## You can restart at a higher value if necessary. For example, if the current value is
    ## 11.1.1.2.20 and you want the next new version to be 11.1.1.2.41 rather than
    ## 11.1.1.2.21, do so by resetting the restart.implementation.version.suffix property to 40.
    ## Note:
    ## The first time you run Run Ant Target>clean-stage, the manifestImpl.properties file
    ## is created and the manifest.implementation.version property is set to
    ## 11.1.1.2.1. This initial version number is derived from the default.implementation.version
    ## set in build.properties (11.1.1.2) and appended with the restart.implementation.version.suffix property below.
    ## For example, if the restart.implementation.version.suffix is set to 1, the initial
    ## manifest.implementation.version will be 11.1.1.2.1.
    ## During subsequent builds, the restart.implementation.version.suffix and the lastNumber property
    ## in manifestImpl.properties are compared, and the higher of the two numbers is incremented by 1.
    ## If, for any reason, the manifestImpl.properties file is deleted, the file is recreated the next time
    ## that you run Run Ant Target>clean-stage, and the implementation version resets using the
    ## restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,
    ## if the restart.implementation.version.suffix=1
    ####restart.implementation.version.suffix=2
    ####restart.implementation.version.suffix.ear=2
    ###This change is probably not really necessary.
    restart.implementation.version.suffix=11.1.1.5
    restart.implementation.version.suffix.ear=11.1.1.5

  • Classpath error while building the web dynpro project

    Hi
    I have created an application in which on clicking the button on one view , next view opens and data is displayed in the tables. This data i am giving as static, and for that i have created a java file. this java file is located in the subfolder i have created in the package path i have given. While building the application, i get these two errors :
    1) The project was not built due to classpath errors (incomplete or involved in cycle).
    2) Missing required source folder 'BPOutageTable/BPOT'
    BPOutageTable is the application name, and BPOT is the subfolder in which java file is present.
    This application is similar to "The Master/Detail Viewer Application" example in the tutorials.
    Can anybody please help in this?
    Thanks & regards,
    Anupreet

    Hi,
       You have give your classpath in your "lib" folder of the Dynpro application.
       check your lib folder shows exact class path or not.
    if you wish to add any jar files import it to your lib folder so you will not have compilation problem.
    Hope it helps.If it is then close this thread.
    Regards,
    Guru

  • Short Dump while using BAPI_PS_PRECOMMIT to set Project Definition Status

    Hi All,
    I am getting a short dump while using BAPI_PS_PRECOMMIT for setting the Project Definition status..
    The requirement is to create a Project Definition and then set its status to REL from CRTD. For this purpose i am using the BAPI's in the following sequence :
    1. BAPI_PS_INITIALIZATION
    2. BAPI_PROJECT_MAINTAIN
    3. BAPI_BUS2001_SET_STATUS
    4. BAPI_PS_PRECOMMIT
    5. BAPI_TRANSACTION_COMMIT
    The Proj Def creation is happening successfully in step2. Interestingly, when I debug the program and stop at PRECOMMIT BAPI the program does not give a dump. I have also tried to give COMMIT WORK / WAIT FOR n SECONDS after BAPI_BUS2001_SET_STATUS, to give BAPI sometime for DB update but nothing seems to be a permanent solution.
    Please give your views on a solution for this problem..
    Thanks & Regards,
    Somil

    Can you please check how to post code in SDN ...
    I cannot read your code properly

  • ClassNotFoundException while invoking jax-ws client from OIM 10g

    Hi,
    As part of integrating FoxT with OIM, I've generated stub classes from FoxT wsdl using wsimport of jax-ws RI. While trying to invoke any webservice method from the process task I am getting below error -
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpFOXTCREATEUSER.FOXTCREATEUSER(adpFOXTCREATEUSER.java:161)
            at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpFOXTCREATEUSER.implementation(adpFOXTCREATEUSER.java:106)
            at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
            at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
            at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
            at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.ejb.beans.tcProvisioningOperations_b03yxm_EOImpl.addProcessTaskInstance(tcProvisioningOperations_b03yxm_EOImpl.java:1518)
            at Thor.API.Operations.tcProvisioningOperationsClient.addProcessTaskInstance(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
            at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
            at $Proxy61.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.webclient.actions.ResourceProfileProvisioningTasksAction.addTask(Unknown Source)
            at com.thortech.xl.webclient.actions.ResourceProfileProvisioningTasksAction.dispatchConfirmation(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
            at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
            at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
            at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
            at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at com.thortech.xl.webclient.security.CSRFFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(Unknown Source)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.execute(Unknown Source)
            at weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: Lcom/foxt/mds/ws/generated/AddUserxRolePars;
            at java.lang.Class.getDeclaredFields0(Native Method)
            at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
            at java.lang.Class.getDeclaredFields(Class.java:1743)
            at com.sun.xml.bind.v2.model.nav.ReflectionNavigator.getDeclaredFields(ReflectionNavigator.java:249)
            at com.sun.xml.bind.v2.model.nav.ReflectionNavigator.getDeclaredFields(ReflectionNavigator.java:58)
            at com.sun.xml.bind.v2.model.impl.ClassInfoImpl.findFieldProperties(ClassInfoImpl.java:362)
            at com.sun.xml.bind.v2.model.impl.ClassInfoImpl.getProperties(ClassInfoImpl.java:296)
            at com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.getProperties(RuntimeClassInfoImpl.java:176)
            at com.sun.xml.bind.v2.model.impl.ModelBuilder.getClassInfo(ModelBuilder.java:243)
            at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:98)
            at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:79)
            at com.sun.xml.bind.v2.model.impl.ModelBuilder.getClassInfo(ModelBuilder.java:209)
            at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:93)
            at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:79)
            at com.sun.xml.bind.v2.model.impl.ModelBuilder.getTypeInfo(ModelBuilder.java:315)
            at com.sun.xml.bind.v2.model.impl.RegistryInfoImpl.<init>(RegistryInfoImpl.java:99)
            at com.sun.xml.bind.v2.model.impl.ModelBuilder.addRegistry(ModelBuilder.java:357)
            at com.sun.xml.bind.v2.model.impl.ModelBuilder.getTypeInfo(ModelBuilder.java:327)
            at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:432)
            at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:286)
            at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
            at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
            at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:153)
            at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:148)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:148)
            at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
            at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:264)
            at com.sun.xml.ws.client.WSServiceDelegate.buildRuntimeModel(WSServiceDelegate.java:660)
            at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.buildRuntimeModel(WLSProvider.java:407)
            at com.sun.xml.ws.client.WSServiceDelegate.addSEI(WSServiceDelegate.java:648)
            at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:330)
            at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:389)
            at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:313)
            at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:306)
            at javax.xml.ws.Service.getPort(Service.java:92)
            at com.foxt.mds.ws.generated.MDSImplService.getMDSImplPort(MDSImplService.java:68)
            at com.centurylink.identity.adapter.processtask.FoxTUserOperations.CreateUser(FoxTUserOperations.java:351)
            ... 60 more
    Caused by: java.lang.ClassNotFoundException: com.foxt.mds.ws.generated.AddUserxRolePars
            at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
            at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
            ... 98 more
    com.thortech.xl.dataobj.util.tcAdapterTaskException: Lcom/foxt/mds/ws/generated/AddUserxRolePars;
            at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpFOXTCREATEUSER.FOXTCREATEUSER(adpFOXTCREATEUSER.java:167)
            at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpFOXTCREATEUSER.implementation(adpFOXTCREATEUSER.java:106)
            at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
            at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
            at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
            at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
            at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.ejb.beans.tcProvisioningOperations_b03yxm_EOImpl.addProcessTaskInstance(tcProvisioningOperations_b03yxm_EOImpl.java:1518)
            at Thor.API.Operations.tcProvisioningOperationsClient.addProcessTaskInstance(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
            at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
            at $Proxy61.addProcessTaskInstance(Unknown Source)
            at com.thortech.xl.webclient.actions.ResourceProfileProvisioningTasksAction.addTask(Unknown Source)
            at com.thortech.xl.webclient.actions.ResourceProfileProvisioningTasksAction.dispatchConfirmation(Unknown Source)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
            at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
            at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
            at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
            at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at com.thortech.xl.webclient.security.CSRFFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(Unknown Source)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.execute(Unknown Source)
            at weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The class file its complaining about AddUserxRolePars exists in FoxTWS.jar (generated from wsimport) in ThirdParty, ext and JavaTasks directory on the server and still it complains for the same.
    I tried running the same class from the command prompt on the same server and it's working fine. Thinking this could be classpath issue, I tried updating the classpath (System.setProperty("java.class.path","<jar file path>+<existing classpath>")) from with in the adapter class file and it still does not help.
    Any thoughts on how to resolve this ??
    Thanks in Advance.

    You can use below policy for 2-way SSL
    Wssp1.2-Https-ClientCertReq.xml
    Two way SSL. The recipient checks for the initiator's public certificate. Note that the client certificate can be used for authentication.
    http://docs.oracle.com/cd/E14571_01/web.1111/e13713/message.htm#i243732
    Please follow below link to invoke standalone client using SSLSocketFactory for 2-way SSL
    http://docs.oracle.com/cd/E14571_01/web.1111/e13713/transport.htm#CIHICEHH
    HTH
    Regards,
    Sunil

  • Error while Settlement to AUC from Project CJ88

    Hi,
    ECC 6.00/PSM-BCS
    While settling the Project to AUC I am getting the below error. Please advice.
    *Asset DAML 000009000004 0000: no subnumber with FM assignment CAPEX / /*
    Message no. AW851
    Diagnosis
    During settlement of sender WBS DAMEPL 1.1.1.1 there was an attempt to settle a posting that has account assignment CAPEX /  / (fund/functional area/grant) to an asset subnumber. However, the receiving asset DAML 000009000004 0000 does not have an asset subnumber with this assignment.
    System Response
    The posting on this sender cannot be settled to an asset subnumber.
    Procedure
    Either create an asset subnumber with account assignment CAPEX /  / for asset DAML 000009000004 0000, or settle to a different receiver.
    If this message appears as a warning only, then the posting from this sender is settled to the asset main number.
    Fund Capex : CAPEX
    Company Code : DAML
    WBS Element : DAMEPL 1.1.1.1
    Best Regards
    Shekhar
    Edited by: Chandrashekher Yellapragada on Jun 5, 2010 7:00 PM

    I  am facing the same error and find this OSS Note 440396 - Missing entries for configurable messages in IS-PS-FM where you can deactivate the error message.
    Hope this will solve your issue too.
    Regards,
    OSS Note 440396
    Symptom
    System issues messages AW851,AW852,AW856 or AW857 as Error even though
    functionality exists to make these configurable.
    Other terms
    LAIMBFM1, OBA5, AW, AW851, AW852, AW856, AW857
    Reason and Prerequisites
    Missing entries in tables.
    Solution
    Create Application Area for Customizable messages for 'AW' using transcation SM30 with view V_T100SA.
    Next using transaction SM34, enter view cluster VC_T100S, click maintain and select Application Area AW and double click Messages. Add the following entries:
    AppArea     No. Allowed Values     Std     Switch off
    AW     851    EWI     E          X
    AW     852    EWI     E          X
    AW     856    EWI     E          X
    AW     857    EWI     E          X
    Afterwards with Transaction OBA5 insert the entries for the messages you want to customize, and set them to the error level the behaviour should be for your particular case.

  • Getting classpath error while building DC of webdynpro project

    Hi Experts,
      I have created Development Component Project in NWDS, created componet for the webdynapro type project, for the  implementation i took IAspectRow , while buiding the project getting error like.
    The project was not built since its classpath is incomplete.
    Cannot find the class file for com.sap.tc.col.client.generic.api.IAspectRow.
    Fix the classpath then try rebuilding this project.
    from where can i get this jar file to fix same in classpath.
    Any one helpout me?
    Regards
    Srikanth

    Hi,
    Add two library references as below in the WDP Project properties -> Web Dynpro Reference -> Library Reference :
    sap.com/tccolapi
    sap.com/cafruntimeuicouplingapilib
    Thanks,
    Dipankar

  • Budget error while issuing stock to the project based production order

    Ours is project based Engineering company, we mfg euipments for the client which is part of the project.
    We define separate WBS element for equipment to be manufacture & create reservation under this WBS element.
    Secondly we follow production process through PP & define BOM for equipment which contains component rquired to mfg the equipment. To control cost(budget) component group wise we create separate sub WBS element for each component group(plates, motors etc) under above equipment WBS element
    Kindly refer e.g.below
    1.  Equipment (Finished code) to be manufacture is attached on WBS MYC-210952-06-03
    2.  Production order(1003780) created with reference to above WBS element
    3   Material procured under WBS MYC-210952-06-03-001
    4.  Stock available under WBS MYC-210952-06-03-001
    We would like to issue material available under MYC-210952-06-03-001 to production order which is attached to WBS MYC-210952-06-03. (Tcode MB1A)
    System allows to issue stock, but gives budget error.
    Is it possible to transfer budget auto in the transaction MB1A itself from MYC-210952-06-03-001 to MYC-210952-06-03 or what is the best solution available for above situation.
    Kindly confirm.
    Thanks & regards
    Sanjay Karnekar

    Hi Sanjay,
    You have consumed a budget at lower level WBS for material procurement. And at upper level you want to do stock transfer.
    But while doing budget allocation you have distributed the budget from Upper level to lower level so there is no distributable value is avaialble at upper level for the amount of the materail stock you want to transfer.
    In this either you have to keep your all budget values at upper level where your doing equipment aeembly and not distribute the budget further at lower level.
    Now you alredy this so you cant do anything.
    Now you have following option available with you. You have perform following activity by the given sequence.
    Deactivate the Budget check by CJBW
    Do your stock transfer
    Do budget return by CJ38 from level WBS to upper level WBS
    Now Activate the budget check by CJBV.
    regards,
    Pradeep

  • Error while creating an asynchronous BPEL project

    In BPEL Project Creation Wizard-> while selecting the Input and Output Schema element, Instead of getting the complete namespace in "Type",
    I get "{}PODesc".
    Why is it not picking the complete namespace???

    User,
    The people on the [url http://forums.oracle.com/forums/forum.jspa?forumID=320]SOA Suite Forum or [url http://forums.oracle.com/forums/forum.jspa?forumID=212]BPEL Forum can probably better help (a copy-and-paste from another reply just an hour or so ago)
    John

  • IMovie '13 keeps crashing while trying to play a project!

    Hi guys,
    I'm using iMovie '13 on a late 2011 Macbook Pro 15", 8gb ram, 1tb harddrive. While working on a project with quite a large number of videos, iMovie has started crashing. The problem is it worked before! I haven't updated the software, hardware or system. I tried deleting the preferences file and reseting the NVRAM/PRAM but no success.
    I'd appreciate any help. Thank you!
    Here's the first crash dump (I can send others if necessary):
    Process:         iMovie [693]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         10.0.5 (251270)
    Build Info:      iMovieX-25127000034000000~1
    App Item ID:     408981434
    App External ID: 668802749
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [362]
    Responsible:     iMovie [693]
    User ID:         502
    Date/Time:       2014-10-08 13:49:44.794 +0200
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  610AF7C0-38C4-F425-7B3E-34C88CD4E229
    Crashed Thread:  6  BGTask: MEBackgroundLoadManager  Dispatch queue: NSOperationQueue Serial Queue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8cc87a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cc86d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8a7faf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8a7fa539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8a7f9e75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff90f84a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff90f847b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff90f845bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff901d624e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff901d589b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff901c999c -[NSApplication run] + 553
    11  com.apple.prokit               0x0000000103e934aa NSProApplicationMain + 333
    12  com.apple.iMovieApp           0x0000000103a5ae40 main + 1856
    13  libdyld.dylib                 0x00007fff8ffd25fd start + 1
    Thread 1:: Dispatch queue: com.apple.flexo.FFSegmentStore.diskReadQueue
    0   libsystem_kernel.dylib         0x00007fff8cc8c962 pread + 10
    1   com.apple.Flexo               0x0000000104f6c1fd -[FFSegmentStoreFile newFrameData:isSecondField:pixelTransformIndex:sampleObj:] + 365
    2   com.apple.Flexo               0x0000000104f68d10 -[FFSegmentStoreInfo newFrameData:threadInfo:sampleObj:] + 240
    3   com.apple.Flexo               0x00000001042ed9f2 -[FFSegmentReadSample copyReadResults:] + 226
    4   com.apple.Flexo               0x00000001042ed4f5 __89-[FFSegmentReadSample initWithOffset:store:needsDecompression:requestedQuality:priority:]_block_invok e_2 + 37
    5   libdispatch.dylib             0x00007fff92c7d1bb _dispatch_call_block_and_release + 12
    6   libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    7   libdispatch.dylib             0x00007fff92c7c673 _dispatch_queue_drain + 451
    8   libdispatch.dylib             0x00007fff92c7d9c1 _dispatch_queue_invoke + 110
    9   libdispatch.dylib             0x00007fff92c7bf87 _dispatch_root_queue_drain + 75
    10  libdispatch.dylib             0x00007fff92c7d177 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib       0x00007fff93a0eef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8cc8c662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff92c7c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff92c7c136 _dispatch_mgr_thread + 52
    Thread 3:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x0000000106143490 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework   0x0000000103cbd19f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 5:: Dispatch queue: NSOperationQueue 0x610000a3fea0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Foundation           0x00007fff89ad2a99 -[NSCondition wait] + 237
    3   com.apple.Flexo               0x00000001042ed043 -[FFSegmentSample waitForState:why:beforeDate:] + 291
    4   com.apple.Flexo               0x00000001042edab4 -[FFSegmentReadSample copyReadResults:] + 420
    5   com.apple.Flexo               0x00000001042edb56 -[FFSegmentReadSample main] + 54
    6   com.apple.Foundation           0x00007fff89a768a1 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation           0x00007fff89a7654b __NSOQSchedule_f + 64
    8   libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    9   libdispatch.dylib             0x00007fff92c7e7e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    11  libdispatch.dylib             0x00007fff92c7c082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib             0x00007fff92c7d177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib       0x00007fff93a0eef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 6 Crashed:: BGTask: MEBackgroundLoadManager  Dispatch queue: NSOperationQueue Serial Queue
    0   com.apple.CoreServices.CarbonCore 0x00007fff8af161b5 GetOverrideMapFromChain + 59
    1   com.apple.CoreServices.CarbonCore 0x00007fff8af150f3 StandardEntry + 279
    2   com.apple.CoreServices.CarbonCore 0x00007fff8af14eaf GetResourceCommon + 46
    3   com.apple.HIToolbox           0x00007fff9110dbf7 SetAllFields + 278
    4   com.apple.HIToolbox           0x00007fff9110d4a2 SetCustomizedFields + 91
    5   com.apple.HIToolbox           0x00007fff9110d33b InitIntlValue + 83
    6   com.apple.CoreServices.CarbonCore 0x00007fff8af7face IntlIsInitIntlValueDone + 35
    7   com.apple.CoreServices.CarbonCore 0x00007fff8af80d18 SMInitIntlSpec + 1654
    8   com.apple.CoreServices.CarbonCore 0x00007fff8af6b057 LMGetIntlSpec + 61
    9   com.apple.CoreServices.CarbonCore 0x00007fff8af814ad GetScriptManagerVariable + 37
    10  com.apple.CoreServices.CarbonCore 0x00007fff8af6b0b2 InitLowMemFonts + 17
    11  com.apple.CoreServices.CarbonCore 0x00007fff8af6b12d LMGetApFontID + 19
    12  com.apple.QD                   0x00007fff94be80af TATSUStyle::SetDefaultFont() + 19
    13  com.apple.QD                   0x00007fff94be7fe0 TATSUStyle::GetFont() + 24
    14  com.apple.QD                   0x00007fff94bec80e TATSUStyleSet::SetFontFeatures(unsigned long, unsigned short const*, unsigned short const*) + 80
    15  com.apple.QD                   0x00007fff94be778a ATSUSetFontFeatures + 87
    16  com.apple.motion.TextFramework 0x000000010e126287 TXTextStyle::TXTextStyle(OZFactory*, PCString const&, unsigned int) + 7447
    17  com.apple.motion.Text         0x000000010ecd101a 0x10eccc000 + 20506
    18  com.apple.motion.TextFramework 0x000000010e124551 TXTextStyle::create(PCString const&, unsigned int) + 65
    19  com.apple.motion.TextFramework 0x000000010e13468e TXTextStyleManager::TXTextStyleManager() + 126
    20  com.apple.motion.TextFramework 0x000000010e1345d8 TXTextStyleManager::getInstance() + 40
    21  com.apple.motion.TextFramework 0x000000010e09d23c TXTextLayout::TXTextLayout(OZFactory*, PCString const&, unsigned int) + 7484
    22  com.apple.motion.TextFramework 0x000000010e0865be TXTextInput::TXTextInput(OZFactory*, PCString const&, unsigned int) + 14
    23  com.apple.motion.TextFramework 0x000000010e04f1f4 TXTextInput_Factory::create(PCString const&, unsigned int) + 100
    24  com.apple.ozone.framework     0x000000010d1d4441 OZGroup::parseElement(PCSerializerReadStream&, PCStreamElement&) + 865
    25  com.apple.ozone.framework     0x000000010d1d461d non-virtual thunk to OZGroup::parseElement(PCSerializerReadStream&, PCStreamElement&) + 13
    26  com.apple.procore.framework   0x0000000103cb5fdd PCSerializerReadStream::processElement(PCStreamElement&) + 35
    27  com.apple.procore.framework   0x0000000103cb8926 PCXMLReadStream::processNode() + 286
    28  com.apple.procore.framework   0x0000000103cb8760 PCXMLReadStream::parse() + 72
    29  com.apple.ozone.framework     0x000000010d1395a3 OZDocument::open(PCURL const&) + 211
    30  com.apple.ozone.framework     0x000000010d36f748 OZXLoadDocument + 584
    31  com.apple.Motion.effect       0x000000010ce21a88 -[FFMotionEffect _backgroundLoadDocument:onTask:] + 253
    32  com.apple.Motion.effect       0x000000010ce5c539 -[MEBackgroundLoadManager _backgroundTask:onTask:] + 410
    33  com.apple.Flexo               0x0000000104bdf63c FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 12
    34  com.apple.Flexo               0x00000001043cd9c7 -[FFBackgroundTask main] + 343
    35  com.apple.Foundation           0x00007fff89a768a1 -[__NSOperationInternal _start:] + 631
    36  com.apple.Foundation           0x00007fff89a7654b __NSOQSchedule_f + 64
    37  libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    38  libdispatch.dylib             0x00007fff92c7c673 _dispatch_queue_drain + 451
    39  libdispatch.dylib             0x00007fff92c7d9c1 _dispatch_queue_invoke + 110
    40  libdispatch.dylib             0x00007fff92c7bf87 _dispatch_root_queue_drain + 75
    41  libdispatch.dylib             0x00007fff92c7d177 _dispatch_worker_thread2 + 40
    42  libsystem_pthread.dylib       0x00007fff93a0eef8 _pthread_wqthread + 314
    43  libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 9:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff89aa6930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff89a9d7d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000105c2b35d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff89ad576b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 10:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff89aa6930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff89a9d7d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000105c2b35d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff89ad576b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 11:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff89aa6930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff89a9d7d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000105c2b35d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff89ad576b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 12:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib         0x00007fff8cc87a56 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin         0x00000001326bd7b7 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin         0x00000001326c8fea WinPortServer::ProcessMessages() + 90
    3   com.apple.AVCHDPlugin         0x0000000132679408 0x132617000 + 402440
    4   com.apple.AVCHDPlugin         0x00000001326bdd82 ST20Thread::Run(PThreadRunParams*) + 34
    5   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    Thread 13:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107bcd447 textureFinishThread(void*) + 183
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 14:: com.apple.helium-rq-gpu-render-unit0-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b49922 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498
    4   com.apple.Helium.HeliumRender 0x0000000107b38a11 HGRenderExecUnit::RunLoop() + 177
    5   com.apple.Helium.HeliumRender 0x0000000107b38954 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 15:: com.apple.helium-rq-gpu-render-unit1-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b49922 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498
    4   com.apple.Helium.HeliumRender 0x0000000107b38a11 HGRenderExecUnit::RunLoop() + 177
    5   com.apple.Helium.HeliumRender 0x0000000107b38954 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 16:: com.apple.helium-rq-gpu-upload-unit2-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b49922 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 498
    4   com.apple.Helium.HeliumRender 0x0000000107b38a11 HGRenderExecUnit::RunLoop() + 177
    5   com.apple.Helium.HeliumRender 0x0000000107b38954 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 17:: com.apple.helium-rq-pbo-readback-unit0-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b4c227 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 87
    4   com.apple.Helium.HeliumRender 0x0000000107b370ff StartPBOExecUnitFunc(void*) + 143
    5   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 18:: com.apple.helium-rq-pbo-readback-unit1-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b4c227 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 87
    4   com.apple.Helium.HeliumRender 0x0000000107b370ff StartPBOExecUnitFunc(void*) + 143
    5   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 19:: com.apple.helium-rq-pbo-readback-unit2-vs0
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender 0x0000000107c405ce HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender 0x0000000107b4c227 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 87
    4   com.apple.Helium.HeliumRender 0x0000000107b370ff StartPBOExecUnitFunc(void*) + 143
    5   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 20:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport 0x0000000103e1bc37 WaitOnCondition + 11
    3   com.apple.CoreMedia.ProAppsSupport 0x0000000103e1ba4b FigSemaphoreWaitRelative + 133
    4   com.apple.CoreMedia.ProAppsSupport 0x0000000103e16d0e FigScheduledFileIOThread + 141
    5   com.apple.CoreMedia.ProAppsSupport 0x0000000103e1c58b figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 21:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib         0x00007fff8cc87a56 semaphore_wait_trap + 10
    1   com.apple.Flexo               0x0000000104486bdf WorkerThread::Run() + 319
    2   com.apple.Flexo               0x0000000104409baf Thread::RunHelper(void*) + 47
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 22:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x00007fff8cc8cf92 write + 10
    1   libsystem_platform.dylib       0x00007fff9013798b _flush + 47
    2   libsystem_malloc.dylib         0x00007fff8c04c11e _malloc_vprintf + 149
    3   libsystem_malloc.dylib         0x00007fff8c04becc malloc_printf + 159
    4   libsystem_malloc.dylib         0x00007fff8c04eb5a nanozone_error + 338
    5   libsystem_malloc.dylib         0x00007fff8c04d9a5 nano_free + 256
    6   com.apple.CoreFoundation       0x00007fff8a7c2579 _CFArrayReplaceValues + 1433
    7   com.apple.CoreFoundation       0x00007fff8a7b5e2b CFArrayAppendValue + 123
    8   com.apple.CoreServices.CarbonCore 0x00007fff8af158ee SetResMapHdrNextHandle + 90
    9   com.apple.CoreServices.CarbonCore 0x00007fff8af160b4 InsertOverrideMapCommon + 160
    10  com.apple.CoreServices.CarbonCore 0x00007fff8af16003 InsertOverrideFile + 56
    11  com.apple.CoreServices.CarbonCore 0x00007fff8af15502 _openFrameworkResourceFiles + 152
    12  com.apple.CoreServices.CarbonCore 0x00007fff8af013f0 CLVVisitValuesForKey + 319
    13  com.apple.CoreServices.CarbonCore 0x00007fff8af153b4 INIT_ResourceManager + 650
    14  com.apple.CoreServices.CarbonCore 0x00007fff8af15015 StandardEntry + 57
    15  com.apple.CoreServices.CarbonCore 0x00007fff8af14eaf GetResourceCommon + 46
    16  com.apple.HIToolbox           0x00007fff9110dbf7 SetAllFields + 278
    17  com.apple.HIToolbox           0x00007fff9110d4a2 SetCustomizedFields + 91
    18  com.apple.HIToolbox           0x00007fff9110d33b InitIntlValue + 83
    19  com.apple.CoreServices.CarbonCore 0x00007fff8af7face IntlIsInitIntlValueDone + 35
    20  com.apple.CoreServices.CarbonCore 0x00007fff8af80d18 SMInitIntlSpec + 1654
    21  com.apple.CoreServices.CarbonCore 0x00007fff8af6b057 LMGetIntlSpec + 61
    22  com.apple.CoreServices.CarbonCore 0x00007fff8af814ad GetScriptManagerVariable + 37
    23  com.apple.CoreServices.CarbonCore 0x00007fff8af6b0b2 InitLowMemFonts + 17
    24  com.apple.CoreServices.CarbonCore 0x00007fff8af6b12d LMGetApFontID + 19
    25  com.apple.QD                   0x00007fff94be80af TATSUStyle::SetDefaultFont() + 19
    26  com.apple.QD                   0x00007fff94be7fe0 TATSUStyle::GetFont() + 24
    27  com.apple.QD                   0x00007fff94bec80e TATSUStyleSet::SetFontFeatures(unsigned long, unsigned short const*, unsigned short const*) + 80
    28  com.apple.QD                   0x00007fff94be778a ATSUSetFontFeatures + 87
    29  com.apple.motion.TextFramework 0x000000010e126287 TXTextStyle::TXTextStyle(OZFactory*, PCString const&, unsigned int) + 7447
    30  com.apple.motion.Text         0x000000010ecd101a 0x10eccc000 + 20506
    31  com.apple.motion.TextFramework 0x000000010e124551 TXTextStyle::create(PCString const&, unsigned int) + 65
    32  com.apple.motion.TextFramework 0x000000010e13468e TXTextStyleManager::TXTextStyleManager() + 126
    33  com.apple.motion.TextFramework 0x000000010e1345d8 TXTextStyleManager::getInstance() + 40
    34  libdispatch.dylib             0x00007fff92c7d1bb _dispatch_call_block_and_release + 12
    35  libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    36  libdispatch.dylib             0x00007fff92c7c082 _dispatch_root_queue_drain + 326
    37  libdispatch.dylib             0x00007fff92c7d177 _dispatch_worker_thread2 + 40
    38  libsystem_pthread.dylib       0x00007fff93a0eef8 _pthread_wqthread + 314
    39  libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 24:: BGTask: FFThumbnailRequestManager  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib         0x00007fff8cc8b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a0fc3b _pthread_cond_wait + 727
    2   com.apple.Foundation           0x00007fff89ad2a99 -[NSCondition wait] + 237
    3   com.apple.Flexo               0x00000001042ed043 -[FFSegmentSample waitForState:why:beforeDate:] + 291
    4   com.apple.Flexo               0x00000001042ee6b5 -[FFImageRepSegmentReadSample pixelTransform] + 53
    5   com.apple.Flexo               0x00000001042e6f74 -[FFImageRepCGImage initWithRepresentation:] + 292
    6   com.apple.Flexo               0x00000001042e7e7c -[FFImage(CGImageRef) newCGImageRef] + 140
    7   com.apple.Flexo               0x000000010486a14a copySegmentStoreCGImageForMD5(NSString*, long long, FFProject*, signed char) + 538
    8   com.apple.Flexo               0x00000001048697f2 -[FFThumbnailRequestManager _backgroundTask:onTask:] + 2482
    9   com.apple.Flexo               0x0000000104bdf63c FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 12
    10  com.apple.Flexo               0x00000001043cd9c7 -[FFBackgroundTask main] + 343
    11  com.apple.Foundation           0x00007fff89a768a1 -[__NSOperationInternal _start:] + 631
    12  com.apple.Foundation           0x00007fff89a7654b __NSOQSchedule_f + 64
    13  libdispatch.dylib             0x00007fff92c7a28d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff92c7c673 _dispatch_queue_drain + 451
    15  libdispatch.dylib             0x00007fff92c7d9c1 _dispatch_queue_invoke + 110
    16  libdispatch.dylib             0x00007fff92c7bf87 _dispatch_root_queue_drain + 75
    17  libdispatch.dylib             0x00007fff92c7d177 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib       0x00007fff93a0eef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 26:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 27:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 28:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 29:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 30:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 31:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8cc8b746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff93a10779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000107bf11b2 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 32:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib         0x00007fff8cc87a56 semaphore_wait_trap + 10
    1   com.apple.Flexo               0x0000000104486bdf WorkerThread::Run() + 319
    2   com.apple.Flexo               0x0000000104409baf Thread::RunHelper(void*) + 47
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 33:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib         0x00007fff8cc87a56 semaphore_wait_trap + 10
    1   com.apple.Flexo               0x0000000104486bdf WorkerThread::Run() + 319
    2   com.apple.Flexo               0x0000000104409baf Thread::RunHelper(void*) + 47
    3   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff8cc87a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cc86d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8a7faf15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8a7fa539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8a7f9e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff9037605e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff93a0d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff93a0d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93a11fc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 37:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 40:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 41:
    0   libsystem_kernel.dylib         0x00007fff8cc8be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93a0ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93a11fb9 start_wqthread + 13
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x2e63696d7265646f  rbx: 0x0000000000000000  rcx: 0x0000618000514500  rdx: 0x0000000000000000
      rdi: 0x0000618001243e10  rsi: 0x0000000000000006  rbp: 0x00000001209a8480  rsp: 0x00000001209a8460
       r8: 0xffffffffffffffff   r9: 0x000000000000000b  r10: 0x0000608000508e50  r11: 0x0000607edfb60f50
      r12: 0x0000000000000001  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00007fc75d831118
      rip: 0x00007fff8af161b5  rfl: 0x0000000000010202  cr2: 0x0000000113a18000
    Logical CPU:     2
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x103a51000 -        0x103badfff  com.apple.iMovieApp (10.0.5 - 251270) <6313ACE3-84D4-3390-984D-2E062DBF728A> /Applications/iMovie.app/Contents/MacOS/iMovie
           0x103ca0000 -        0x103d91fff  com.apple.procore.framework (4.0.2 - 25061.4.34) <4E042D90-C2E2-381F-BBD2-EB5D5D7A7D1F> /Applications/iMovie.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCo re
           0x103df9000 -        0x103e42fff  com.apple.CoreMedia.ProAppsSupport (1.0 - 1273.26) <DDC40274-F169-3E46-8751-48F7D6B5112E> /Applications/iMovie.app/Contents/Frameworks/CoreMedia.framework/Versions/A/Cor eMedia
           0x103e77000 -        0x1040d1fff  com.apple.prokit (8.0 - 5015) <E30D410C-1FD3-3AB2-B9EC-22AC9E99221B> /Applications/iMovie.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x104253000 -        0x105433fef  com.apple.Flexo (1.0.0 - 25083.1.34) <31723F72-AD43-3887-A057-617E3ADBA116> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x105bfc000 -        0x105cc8fff  com.apple.proapps.MIO (2.0 - 25061.4.34) <7F27D3EA-6E59-3BF5-97CC-1F07ADFBDE24> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x105d3f000 -        0x105d8fff7  com.apple.pro.sharedstudio (1.0 - 25061.4.34) <D22299EB-BCB7-3679-A220-F75ED967324C> /Applications/iMovie.app/Contents/Frameworks/StudioSharedResources.framework/Ve rsions/A/StudioSharedResources
           0x105dee000 -        0x105f59ff7  com.apple.TLKit (1.0 - 25061.4.34) <190EBA1E-DE4A-3D08-82D3-94ABF5ACEA53> /Applications/iMovie.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x10600e000 -        0x1060adff7  com.apple.LunaKit (1.0 - 25061.4.34) <ADBFC159-2000-37EC-98E1-DEE0EA48C35F> /Applications/iMovie.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaK it
           0x106139000 -        0x10616fff7  com.apple.progl.framework (1.0 - 25061.4.34) <C2F363B0-ACEA-3B41-92BB-09844458CEC9> /Applications/iMovie.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x1061a9000 -        0x1062c7fef  com.apple.ProAppsFxSupport (4.0.0 - 25061.4.34) <DBE2BC9A-5018-30B1-B885-0885182AAB42> /Applications/iMovie.app/Contents/Frameworks/ProAppsFxSupport.framework/Version s/A/ProAppsFxSupport
           0x1065e0000 -        0x1065fdfff  com.apple.DeepSkyLite (0.6 - 25061.4.34) <F1592920-F40C-3B66-8A96-59A37EC8FB1C> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/DeepSkyLite.framework/Versions/A/DeepSkyLite
           0x106616000 -        0x106a64fe7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 1273.26) <0B80C615-7F9A-39C3-8472-B889BC6B1CE6> /Applications/iMovie.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/ VideoToolbox
           0x106ac4000 -        0x106ddffff  com.apple.MediaToolbox.ProAppsSupport (1.0 - 1273.26) <B67D3F47-D0D4-314E-83AF-E777638A7D0E> /Applications/iMovie.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/ MediaToolbox
           0x106e88000 -        0x106fc6ff7  com.apple.prochannel.framework (4.0.2 - 25061.4.34) <1F958844-55CC-39AA-908F-A9C357861FDB> /Applications/iMovie.app/Contents/Frameworks/ProChannel.framework/Versions/A/Pr oChannel
           0x1070ce000 -        0x1070ceff7  com.apple.Helium (3.1.0 - 25061.4.34) <8C33C961-2620-3A4C-A365-3BA9FFC3752C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x1070d7000 -        0x107149ff7  com.apple.proinspector.framework (4.0.2 - 25061.4.34) <C02C3E77-D44C-329A-9F46-6D0217CE4729> /Applications/iMovie.app/Contents/Frameworks/ProInspector.framework/Versions/A/ ProInspector
           0x1071ac000 -        0x1071d3ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x1071f0000 -        0x107240fef  com.apple.proshapes.framework (1.0 - 25061.4.34) <9B9B8C8E-C79F-34A5-B298-A7E1CC873CDE> /Applications/iMovie.app/Contents/Frameworks/ProShapes.framework/Versions/A/Pro Shapes
           0x10727a000 -        0x107372ff7  com.apple.proosc.framework (3.1.0 - 25061.4.34) <BF747903-C8B0-3DDB-8A4A-3137BC662B8A> /Applications/iMovie.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x1073dc000 -        0x10780cff7  com.apple.vision.FaceCoreEmbedded (3.1.1 - 3.1.1) <862E0D05-E06D-3A7E-AC4A-833C3CC781C1> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/FaceCoreEmbedded.framework/Versions/A/FaceCoreEmbedded
           0x107a23000 -        0x107a96fff  com.apple.procurveeditor.framework (3.1.0 - 25061.4.34) <9EF5FFD2-B3EC-38FA-A5B7-7FAA063CA7B0> /Applications/iMovie.app/Contents/Frameworks/ProCurveEditor.framework/Versions/ A/ProCurveEditor
           0x107ae4000 -        0x107af7fff  com.apple.TLKEventDispatcher (1.0 - 25061.4.34) <CB9EB0E3-1FE3-3EC2-81FE-5D8B77D96B20> /Applications/iMovie.app/Contents/Frameworks/TLKEventDispatcher.framework/Versi ons/A/TLKEventDispatcher
           0x107b0b000 -        0x107f4dff7  com.apple.Helium.HeliumRender (2.1.0 - 25061.4.34) <CA5887D6-2D77-3A63-ADBD-50C48364E0F8> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
           0x108069000 -        0x1081a1fe7  com.apple.Helium.Heliumfilters (2.1.0 - 25061.4.34) <06C71C41-8591-31C2-BE24-83DF6B353190> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
           0x108518000 -        0x108809fef  com.apple.Helium.HeliumSensoCore (2.0.2 - 25061.4.34) <40939257-6778-3E62-B0E5-1848E30B8137> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
           0x1088a0000 -        0x1088cbfff  com.apple.FWAVC (403.47 - 47) <20BAF98C-349A-38E1-ACE1-C0838546D248> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x1088e3000 -        0x1088f3fff  com.apple.PluginManager (1.7.4 - 25061.4.34) <49E3F404-8F69-30AB-B3CC-ACAC87084094> /Applications/iMovie.app/Contents/Frameworks/PluginManager.framework/Versions/B /PluginManager
           0x108903000 -        0x108924fff  com.apple.fxplugframework (2.4 - 25061.4.34) <61834988-345D-3A36-BDBB-2F4A1FC8699E> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x108c4d000 -        0x108c83fff  com.apple.proapps.flexo.AudioEffects (1.0.0 - 25083.1.34) <367C551C-FA88-35B4-A7F8-B310E635D193> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/AudioEffects.component/Contents/MacOS/AudioEffects
           0x108c8d000 -        0x108c91fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x108c98000 -        0x108c9afff  com.apple.music.apps.common.resources (9.1.0 - 279.8) <2259BC00-9B89-398B-9A95-4759B5B3C27D> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/common.res/Contents/MacOS/common
           0x108ca0000 -        0x108ca2fff  com.apple.music.apps.efx.resources (9.1.0 - 279.8) <67E13524-5868-3C67-BD82-0B94DE5C3C5F> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/efx.res/Contents/MacOS/efx
           0x108ca8000 -        0x108cb3fff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x109179000 -        0x1091c5fff  com.apple.CoreMediaIO.FCPX.Lion (407.0 - 4562) <DF12DF2D-1E93-3A66-9C6E-8B36DAF9962B> /Applications/iMovie.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Cur rent/CoreMediaIO
           0x10adac000 -        0x10adb1ff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <6942074A-7E60-343D-A74B-31188F474667> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/PlugIns/AppleCMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x10b0bb000 -        0x10b0ddfff  com.apple.EDEL (2.5 - 567.11) <8BDD62B3-3C40-37BC-A7E3-008DCD2AF6D7> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/MacOS/EDEL
           0x10b0f1000 -        0x10b148ff7  com.apple.Bloodhound (5.0.0 - 25083.1.34) <EFAF72F6-9F96-33D0-923D-1A00BC2D44EF> /Applications/iMovie.app/Contents/Frameworks/Bloodhound.framework/Versions/A/Bl oodhound
           0x10b17b000 -        0x10b17dfff  com.apple.music.apps.egt.resources (9.1.0 - 279.8) <598D0BF1-5DE6-3BE0-A7B9-30DE92039840> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/egt.res/Contents/MacOS/egt
           0x10b183000 -        0x10b185fff  com.apple.music.apps.evb3.resources (9.1.0 - 279.8) <17BE36F9-A5A4-38EF-9C12-9788D780AB58> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/evb3.res/Contents/MacOS/evb3
           0x10b18b000 -        0x10b18dfff  com.apple.music.apps.evd6.resources (9.1.0 - 279.8) <297C8760-E85C-35ED-A398-0F35C677E43E> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/evd6.res/Contents/MacOS/evd6
           0x10b193000 -        0x10b195fff  com.apple.music.apps.evoc.resources (9.1.0 - 279.8) <FBD65574-0B26-325B-BBC0-D156205F8BD4> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/evoc.res/Contents/MacOS/evoc
           0x10b19b000 -        0x10b19dfff  com.apple.music.apps.evp88.resources (9.1.0 - 279.8) <B97C5C81-0BCE-3D06-89DD-709C946C8A51> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/evp88.res/Contents/MacOS/evp88
           0x10c98e000 -        0x10c9affff  com.apple.QuartzComposer.ExtraPatches (4.1 - 319) <2CCE2845-2907-394B-9667-6CAE21D65636> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
           0x10c9c4000 -        0x10c9ffff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <1EA92CDE-75AB-354C-99E5-BB5763AF988C> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x10ca27000 -        0x10ca4bfff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x10ca5d000 -        0x10ca65ff7  com.apple.Audio.provider (1.0.0 - 25083.1.34) <8EB8F4E6-A84A-3EB9-9100-CF4FADAB77FB> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/AudioProvider.fxp/Contents/MacOS/AudioProvider
           0x10ca6e000 -        0x10cab1fef  com.apple.proapps.AppleIntermediateCodec (1.0.2 - 6337.11) <7F48675F-1660-3334-A7BF-7A8C781211DF> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leIntermediateCodec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x10cabd000 -        0x10cb44ff7  com.apple.proapps.AppleMPEG2Codec (1.0.5 - 6472.33) <6297EC7E-9C70-3ABD-84F8-093601571434> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leMPEG2Codec.bundle/Contents/MacOS/AppleMPEG2Codec
           0x10cb52000 -        0x10cc5ffcf  com.apple.proapps.AppleProResCodecEmbedded (1.0.5 - 6522.35) <7F08949A-6487-3014-B731-03CB33F02638> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leProResCodecEmbedded.bundle/Contents/MacOS/AppleProResCodecEmbedded
           0x10cc70000 -        0x10cd77fff  com.apple.AECore (4.1.2 - 303) <DECE276E-C95E-31A4-8F05-E0F4AF292A0B> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/Frameworks/AECore.framework/Versions/A/AECore
           0x10cde9000 -        0x10ce0bff7  com.apple.FxPlug.provider (1.0.0 - 25083.1.34) <1DADAA61-C21F-3F82-B6A6-417AD7616F52> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/FxPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x10ce1b000 -        0x10d0acff7  com.apple.Motion.effect (5.0.0 - 25083.1.34) <7B444CBC-C179-34D7-B748-174C75E1E08A> /Applications/iMovie.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Conte nts/MacOS/MotionEffect
           0x10d0fc000 -        0x10da96fe7  com.apple.ozone.framework (5.0.0 - 25083.1.34) <47458BCF-A86C-3E65-93C2-680A6FB5A180> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x10dfb9000 -        0x10dfedfff  com.apple.ProGraphics (5.0.0 - 25083.1.34) <20DAA82B-4170-340C-B4CA-A54824B0F14B> /Applications/iMovie.app/Contents/Frameworks/ProGraphics.framework/Versions/A/P roGraphics
           0x10e013000 -        0x10e60bfef  com.apple.motion.TextFramework (5.0.7 - 25083.1.34) <FA4647C1-5104-3BFA-9FCA-A5418B8DB7D1> /Applications/iMovie.app/Contents/Frameworks/TextFramework.framework/Versions/A /TextFramework
           0x10e783000 -        0x10e8cfff7  com.apple.Lithium (5.0.0 - 25061.4.34) <7FBDB33D-D734-3023-A90C-BBBC1D06BA94> /Applications/iMovie.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithi um
           0x10e950000 -        0x10ea2bff7  org.python.python (2.6.8 - 2.6.8) <1A91D8F4-BF9E-36A6-85C4-A00166DD6268> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x10ea8c000 -        0x10ea9dfff  com.apple.RetimingMath (5.0.0 - 25083.1.34) <9C6D19D5-8B6E-33BD-9FDE-439540151E6B> /Applications/iMovie.app/Contents/Frameworks/RetimingMath.framework/Versions/A/ RetimingMath
           0x10eab2000 -        0x10eb61ff7  com.apple.ProMedia (5.0.0 - 25083.1.34) <BF61F5BC-9B72-3819-90C0-818015A32FB3> /Applications/iMovie.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProM edia
           0x10ebda000 -        0x10ec48fff  com.apple.proapps.AudioMixEngine (2.0 - 68) <965047FF-5375-37F3-9CFE-06BC72F213F3> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Framewo rks/AudioMixEngine.framework/Versions/A/AudioMixEngine
           0x10ec9d000 -        0x10ecaaff7  com.apple.pluginkit.framework (1.0 - 1) <8DC8FED5-37E9-3A35-B333-7379765D5D34> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/Framew orks/PlugInKit.framework/PlugInKit
           0x10ecbc000 -        0x10ecc3fff  com.apple.filter.PAECIAdaptor (1.0 - 25061.4.34) <75AF3B9F-6676-3A34-B95D-13AEF2631AF3> /Applications/iMovie.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/M acOS/PAECIAdaptor
           0x10eccc000 -        0x10ecdffff  com.apple.motion.Text (5.0.0 - 25083.1.34) <982DF2C7-2B07-36B1-BACB-7C401AD15C04> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns /Text.ozp/Contents/MacOS/Text
           0x10ecf1000 -        0x10ecf3ff7  com.apple.music.apps.mutapdel.resources (9.1.0 - 279.8) <07FFDA17-3853-3A53-B28B-750E5338C1D4> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
           0x10ecf9000 -        0x10ecfbfff  com.apple.music.apps.sphere.resources (9.1.0 - 279.8) <B26F956B-0C1F-36BB-ADA2-916BDD7A1814> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Resources/sphere.res/Contents/MacOS/sphere
           0x10ed01000 -        0x10ed04fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x10ed3d000 -        0x10efe9fff  com.apple.motion.filters (4.0.2 - 25061.4.34) <887CCF31-E11D-3D2F-8E3E-13C641A91F2E> /Applications/iMovie.app/Contents/PlugIns/FxPlug/InternalFilters.app/Contents/P lugIns/InternalFiltersXPC.pluginkit/Contents/PlugIns/Filters.bundle/Contents/Mac OS/Filters
           0x10f0b4000 -        0x10f20afff  com.apple.motion.filtersLegacyPath (4.0.2 - 25061.4.34) <62A5D02E-E36C-3EB1-8D69-D1A399F6A712> /Applications/iMovie.app/Contents/PlugIns/FxPlug/FiltersLegacyPath.bundle/Conte nts/MacOS/FiltersLegacyPath
           0x10f483000 -        0x10f488ff7  com.apple.qmaster.swamp (4.1.2 - 4.1.2) <36C4FF5A-C26B-3569-9D33-576B4CDE8364> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/Frameworks/Qmaster.framework/Versions/A/Qmaster
           0x10f4e1000 -        0x10f55cff7  com.apple.music.apps.MACore (9.1.0 - 475.15) <B769F37E-E712-3117-A0B6-0474FD24EEEA> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x10f599000 -        0x10f639ff7  com.apple.music.apps.MAFiles (9.1.0 - 143.14) <375312E8-7994-386A-B14C-270213E5B516> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /Audio/EDEL.bundle/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x10f6db000 -        0x10f6dfffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x10f6fb000 -        0x10f6fcff7  com.apple.iLMBFolderPlugin (2.8.3 - 390.6) <CDF7EF29-0E6D-32F0-B871-08CB77ABB312> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
           0x10f701000 -        0x10f704ff7  com.apple.iLMBGarageBandPlugin (2.8.3 - 390.6) <88DD9F4B-2FCF-329A-947A-790AC39B8C61> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
           0x10f709000 -        0x10f71afff  com.apple.iLMBiPhoto8Plugin (2.8.3 - 390.6) <2FAB9167-57A9-39CB-AB7F-1194FF3B713D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
           0x10f727000 -        0x10f728fff  com.apple.iLMBMoviesFolderPlugin (2.8.3 - 390.6) <ECC259DF-ED2E-370B-A021-8886916FA382> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
           0x10f772000 -        0x10f773fff  com.apple.iLMBPhotoBoothPlugin (2.8.3 - 390.6) <B16051A0-3551-3F1A-A2B2-0A11209BFD66> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
           0x10f77a000 -        0x10f784fff

    Hmmmm. Head into your Problem reports and solutions control panel. Check your Problem History. Are there problem reports showing up in there which always seem to be recorded when the iTunes crashes happen? (The events may not necessarily be listed as iTunes problem reports ... so check through the entire problem history for reports produced as the same time as the iTunes crashes.)
    If you find such problem reports, doubleclick on them to show more information about the problem. Could you please paste copies of the contents of the typical examples of problem reports into a reply here so we can have a look at them?

  • ClassNotFoundException while deploying ear

    I get the following exception while deploying an ear in weblogic 8.1:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested exception:
    [java.lang.ClassNotFoundException: com.ual.nvt.ejb.common.SessionFacade_t5vfow_HomeImpl]
    Here com.ual.nvt.ejb.common.SessionFacade is the SessionBean in the ejb jar in the ear.
    What could be the possible reason?

    Hi,
    Check your application libraries. This kind of errors occur when both app and server refer to same/both have same libraries. Either remove(externally) the library from your app after create EAR or remove it from server.
    or
    You can do following modification in the app as a quick solution.
    Put following tag in to application WEB-INF\weblogic.xml file.
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    This tag use to force the server to use only application WEB-INF folder libraries.
    Nilum.

Maybe you are looking for

  • From browse button of input type=file, can I show the content of a file

    Hi all, I am using, input type=file, where browse button appears. I am having a text area. My requirement is after I select the browse button, I need to show the content of the file in the text area. As of now I 've handled by having another button '

  • Error occured in the Source system while loading mater data

    hi all While loadng the master data info package.The request is getting failed with error occured in the source system. error message says "<b>if the source system is a Client Workstation, then it is possible that the file that was to be loaded was b

  • I need take take pictures with a 60D using may notebook as the monitor. How can I do that?

    I need take take pictures with a 60D using may notebook as the monitor. How can I do that?

  • Build project error 1046

    Hi all, I have a problem when I tried to include automation library in to my project. In project property compiler i put some compiler aguments -include-libraries "${flexlib}/libs/automation/automation.swc" when I try to rebuild my project I got erro

  • Finding path to a file easily

    How I easily find a path to a file? Sometimes I want to upload a photo in iphoto to a processing company and it seems hard to find the path to the picture. I can find the pic but not the exact path to it. Same with music and stuff too. Can you click