Error on "import com.fastsearch.esp.content.DocumentFactory;"

Hi I'm getting error for following statement
import com.fastsearch.esp.content.DocumentFactory
I think some jar file might be missing but don't know exactly which, can anyone tell which jar I need to include.
Regards,
cool_dude.

I would diff the original and the modified version using WinDiff to see if there are any other subtle changes that might have occurred during your edit.
You might also take the edited file, and in notepad change the value back to what you had originally and see if that imports - if it's successful then you know that exact field that you entered is bad, if it's unsuccessful then maybe you have an issue outside of that particular field.
Nick

Similar Messages

  • Error in import com.sap.mbs.ca.ur.enum.MessageType

    Hi,
    I try to import MAM30 SP5 in NWDS (7.1 SP03). After doing that I get an error that class com.sap.mbs.ca.ur.enum.MessageType; is missing.
    In fact this class is part of the mbsui.jar file which is located in the lib folder of my application. MessageType class is in there.
    mbsui.jar is added to my build path.
    But the strange thing is that if i look at the jar file in NWDS, then i see that package com.sap.mbs.ca.ur.enum is missing, all the other packages for this jar file are there. What can be the reason for this?
    I also have noticed that this question was already posted on this forum, but there the problem was that mbsui.jar was not added to the lib folder. This is not the issue in my case.
    What could be the reason that one package of mbsui.jar is not seen by NWDS? I also copied the jar file, added this new jar file manually to the lib folder, also add this new jar file to my build path, everything except the com.sap.mbs.ca.ur.enum was succesfully included in the application.
    thanks for your help
    regards
    Peter

    I was reading through this post and wanted to add on some more inputs. The above error mentioned is due to the fact that Java 1.5 uses enum as a reserved keyword, where java 1.4 did not. So if we need to migrate to java 1.5 then we would get a compile error if we use the reserved keywords as a variable or a package name. This is the reason why with the latest version sap compatible with java 1.5 & above has moved the package names which were using enum.
    Hope this helps.

  • Compile Error for Import com.sun.javadoc.*;

    I need to write some simple doclets and found some beginner code on the Sun website. The first line of the sample app is:
    import com.sun.javadoc.*;However, I get a compile error:
    C:\JavaDoc\Doclet\ListClass.java:1: package com.sun.javadoc does not exist
    import com.sun.javadoc.*;I found the com.sun.javadoc package in the tools.jar file in the lib directory of my sdk. So I added the following to my classpath:
    C:\j2sdk1.4.2_08\lib;Then I recompiled but received the same error. What have I done wrong? I'm on Windows XP.
    TIA.

    > C:\j2sdk1.4.2_08\lib;
    C:\j2sdk1.4.2_08\lib\tools.jar;

  • I cant import com.sapportals.htmlb.*

    Hi!
    I just installed netweaver and started out by making a new portal application project. After that I made a new portal application object but when I compile my java-file I get errors regarding the following imports.
    import com.sapportals.htmlb.*;
    import com.sapportals.htmlb.enum.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.htmlb.page.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    Error: The import com.sapportals.htmlb cannot be resolved.
    I know that the error might be about me missing af reference to some jar-file which contains the packages. Am I wrong?
    Regards Anders

    Hi Anders,
    Have you downloaded the PDK plugin for EP6?  If so, assign yourself the Java Developer role, and download the required jar files.  Login to the portal Java Development>Development>Downloads.  Download and unpack the Portal Archive Wizards into your eclipse\plugins directory.  Then create classpath references to the required jar files in your par file .classpath file.  For example, htmlb.jar
    <classpathentry kind="lib" path="C:/portal/eclipse/plugins/com.sap.developmentTools.libs_1.2.0/htmlb.jar"/>
    Hope this helps,
    Marty
    PS.
    If you dont have the pdk plugin, here is a workaround (assuming you have a portal installed). You can copy the jar files to your local directory in order to successfully compile a par project.  For example the following three jar files to your eclipse\plugins directory on your local machine.  Then in your classpath, create entries for the ones you require (in your case, htmlb.jar). So something like:
    <classpathentry kind="lib" path="C:/portal/eclipse/plugins/com.sap.developmentTools.libs_1.2.0/htmlb.jar"/>
    Under your portal, C:\usr\sap\<instance>\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.htmlb\lib contains an htmlb.jar and an htmlbbridge.jar
    C:\usr\sap\<instance>\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\system\lib contains a prtcore.jar file

  • The import com.sapportals.htmlb cannot be resolved

    Hi,
    I am working on EP7 and trying to create a sample application for DynPage Portal Component.
    After I create a new DynPage in NWDS, i get the following error:
    The import com.sapportals.htmlb cannot be resolved
    I found a link similar to this problem but not clear abt how to solve it:
    Re: I cant import com.sapportals.htmlb.*
    How do I resolve this error? Are there some set of files that need to be import before I can develop this application.
    Thanks in advance,
    CD

    Hi CD,
    1. Regarding the availability of the KIT, checkout the link:
    Link: [Role for a Java developer;
    2. Regarding the Path for the mentioned libraries:
            **Program FilesSAPJDTeclipseplugins
    **must be in your C:
    If you do not find the specified jar file there, you can use the JAR File Locator. Checkout the link:
    Link: [Re: EP7 PDK;
    Regards,
    Chander Kararia
    #If problem solved, close the thread after rewarding points.

  • Error for importing the sessiotypes package

    Hello Friends I am trying to connect MDM server and create delete or update recordsets in MDM so I am using this program as below I am getting an error for
    import com.sap.mdm.session.SessionTypes; cannot be resolved.
    Created on Jun 6, 2007
    package com.sap.nw.mdm.rig;
    import com.sap.mdm.commands.CommandException;
    import com.sap.mdm.data.RegionProperties;
    import com.sap.mdm.extension.MetadataManager;
    import com.sap.mdm.net.ConnectionException;
    import com.sap.mdm.repository.commands.GetRepositoryRegionListCommand;
    import com.sap.mdm.session.SessionException;
    import com.sap.mdm.session.SessionManager;
    import com.sap.mdm.session.SessionTypes;
    import com.sap.mdm.session.UserSessionContext;
    This class is the starting point to execute all sample programs.
    To see a description of the various programs you can execute, please have a look at the
    documentation for the following classes.  There are static variables in each of these
    classes that point to the various programs that can be executed with a description of
    what the program does.
    <ul>
    <li>{@link com.sap.nw.mdm.rig.programs.data.blobs.BLOBDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.checkout_checkin_rollback.CheckOutCheckInRecordsProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.CRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.bulk.BulkCRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.keymapping.KeyMappingProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.SearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.attribute.AttributeSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.field.FieldSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.syndication.SyndicationProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.workflow.WorkflowProgram}
    </ul>
    @author Richard LeBlanc
    public class Application {
         private Application() {
    Starts the application and executes a program
    @param args - not required
         static public void main(String[] args) {
              Application app = new Application();
      System.out.println("5555");
              Program program = null;
    Simply uncomment the line that contains the program you wish to execute and run this class.
    Blob Programs
    //          program = BLOBDataProgram.INSERT_IMAGE;
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_IMAGE_TO_FILE;
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_PDF_TO_FILE;
    Checkout/Checkin Data Programs
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_ROLLBACK;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_ROLLBACK;
    Create Read Update Delete (CRUD) Data Programs
    //          program = CRUDDataProgram.CRUD_HIERARCHY_TABLE;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_FLAT_AND_HIERARCHY_LOOKUP_FIELDS;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_QUALIFIED_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_TAXONOMY_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_TAXONOMY_TABLE_WITH_ATTRIBUTES;
    Bulk Create Read Update Delete (CRUD) data programs
    (many records at once)
              program = BulkCRUDDataProgram.BULK_CRUD_MAIN_TABLE;
    KeyMapping Programs
    //          program = KeyMappingProgram.RETRIEVE;
    //          program = KeyMappingProgram.MODIFY;
    Search Programs
    //          program = SearchProgram.DRILL_DOWN_SEARCH;
    //          program = SearchProgram.KEYWORD;
    //          program = SearchProgram.MASK;
    //          program = SearchProgram.NAMED_SEARCH;
    //          program = SearchProgram.QUALIFIER;
    Attribute Search Programs
    //          program = AttributeSearchProgram.COUPLED_NUMERIC;
    //          program = AttributeSearchProgram.NUMERIC;
    //          program = AttributeSearchProgram.TEXT;
    Field Search Programs
    //          program = FieldSearchProgram.BOOLEAN;
    //          program = FieldSearchProgram.CURRENCY;
    //          program = FieldSearchProgram.LITERAL_DATE;
    //          program = FieldSearchProgram.LOOKUP;
    //          program = FieldSearchProgram.TEXT;
    Syndication Programs
    //          program = SyndicationProgram.SYNDICATE_PORT;
    Workflow Programs
    //          program = WorkflowProgram.EXECUTE;
              //TODO enter MDS name
              String mdsName = "172.18.139.200"; //the name of the Master Data Server
              String repositoryName = "GDS_1"; //make sure this is the name you use when unarchiving
                                                           //the repository otherwise change it to reflect the name
                                                           //of your repository
              String regionName = "English [US]";
              String userName = "Admin"; //there is an admin user with no password in the provided repository
              String password = ""; //there is an admin user with no password in the provided repository
              app.start(mdsName, repositoryName, regionName, userName, password, program);
    Establishes a connection to the given server and logs in to the given repository
    with the given logon information and executes the given program
         private void start(String serverName, String repositoryName, String regionName,
                                  String user, String password, Program program) {
              //Create a user session context
              UserSessionContext context = new UserSessionContext(serverName, repositoryName, regionName, user);
              //Get an instance of the session manager
              SessionManager sessionManager = SessionManager.getInstance();
              //Create a user session
              sessionManager.createSession(context, SessionTypes.USER_SESSION_TYPE, password);
              program.setContext(context);
              program.setLoginRegion(getRegion(context));
              program.setRepositorySchema(MetadataManager.getInstance().getRepositorySchema(context));
              program.setAttributeSchema(MetadataManager.getInstance().getAttributeSchema(context));
              //execute the program from the list above
              program.execute();
              //destroy the session and close the connection to the MDS
              sessionManager.destroySession(context, SessionTypes.USER_SESSION_TYPE);
         private RegionProperties getRegion(UserSessionContext context) {
              RegionProperties[] regions = null;
              try {
                   GetRepositoryRegionListCommand cmd = new GetRepositoryRegionListCommand(context);
                   cmd.execute();
                   regions = cmd.getRegions();
              } catch (SessionException e) {
                   e.printStackTrace();
              } catch (ConnectionException e) {
                   e.printStackTrace();
              } catch (CommandException e) {
                   e.printStackTrace();
              for(int i=0, j=regions.length; i<j; i++) {
                   if(regions<i>.getName().equals(context.getRegionName())) {
                        return regions<i>;
              return null;

    Hi Richard,
    IN the API you have provided, Do we have a feasibility to update a Table in MDM GDS (TMData which has many lookup and qualified tables) in one short.
    As of now, we are able to insert record for 3 fields, which we are trying to insert feild by field.
    but our requirement is we have to insert data for 185 fields and read the fields of 240 feilds.
    Need your advice on this.
    With Regards,
    Jayanthi

  • InputOutput error when importing SCORM 1.2 compliant content in OLM

    I'm attempting to import SCORM 1.2 content (from UPK) in OLM and I continue to get the error "The content upload failed (InputOutput error)". We've tried it on 9ias, AS10g, all give the same error. We used the SCORM example from Oracle, replaced the xsd files as described....went through all of the notes. We tried replacing the host name in the OLM content server with the ip address, without the .com, all of the notes we have tried. Our assumption is that its something on our backend content server config we missed. We followed white paper from Oracle on the 10g upgrade as well.
    Any one ever ran into this error? If so, can u shine some light on our very gloomy path? :)

    Hi,
    Contact Support, they will be able to help you.
    I use UPK a lot in OLM, and I have no problems uploading the content (and haven't seen this error).
    A couple of things to check (you have probably done this alrteady):
    * Export the UPK content as SCORM 1.2 player package
    * Remember to zip the library before you import to OLM
    Regards
    Anders Northeved

  • BI Content add on installation error in IMPORT PROPER - tp step failure

    Hi All,
    I have installed ERP 6.0 IDES version in Windows 2003 server with DB2 LUW 9.1 / FP5.
    I have selected "Row Compression" and "Deferred Table Creation" during installation.
    Now when I am importing add on BI Content 7.03, I am getting error during Movename tabs phase.
    Error in phase: IMPORT_PROPER
    Reason for error: TP_STEP_FAILURE
    Return code: 0008
    Error message: OCS Package ALL, tp step "6", return code 0008
    Regards,
    Nallasivam.D

    Hi,
    The error message in the file D:\usr\sap\trans\log\P090113.IDS is as follows,
    2 ETP301 -
    3 ETP361 "96" Shadow-Nametabs activated, DDL executed
    2 ETP362 "6" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2009/01/13 02:57:51")
    2 ETP363 End  : Act. of Shadow-Nametabs with DDL ("2009/01/13 02:58:07")
    2 ETP301 -
    1 ETP172 MOVE OF NAMETABS
    1 ETP110 end date and time   : "20090113025807"
    1 ETP111 exit code           : "8"
    1 ETP199 ######################################
    Regards,
    Nallasivam.D

  • Import  com.sap.aii.mappingtool.* show error in PI 7.1 adapter module

    Hi
    Experts,
    i have an adapter module for 7.0 and i am trying to replicate the same for PI  7.1  in 7.1 NWDS.
    i have made the required changes as mentioned in stefan's blog :/people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes
    but  import com.sap.aii.mappingtool.tf7.rt.Container; shows error , do we need to  inlcude any jar file for this :
    i am using this module to rename file name (in case of pick and place scenario forwithot IR configuration)
    getMessageProperty and setmessageProperty is getting deprecated.(striked off)
    strFileName = msg.getMessageProperty("http://sap.com/xi/XI/System/File","FileName");
    Regards,
    Srinivas

    > strFileName = msg.getMessageProperty("http://sap.com/xi/XI/System/File","FileName");
    in PI 7.1 you can use:
    strFileName = msg.getMessageProperty(new MessagePropertyKey("FileName","http://sap.com/xi/XI/System/File"));
    Note that property name and namspace come in different order. I almost got mad until I noticed
    http://help.sap.com/javadocs/pi/SP3/xpi/index.html

  • Error in this statement [import="com.oreilly.servlet.MultipartRequest"]

    hai,
    iam designing jsp page where i use thi class i.e.,
    import="com.oreilly.servlet.MultipartRequest"
    for this iam using j2ee server i istalled jdk and j2ee.
    when i run the following code iam getting error " unabe to compile class import="com.oreilly.servlet.MultipartRequest" "
    what else should i do
    please help me anyone
    code is
    <%@ page language="java" %>
    <%@ page import="java.text.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="javax.servlet.http.HttpSession" %>
    <%@ page import="java.util.*" %>
    <%@ page import="javax.servlet.*" %>
    <%@ page import="java.sql.*" %>
    <%@ page import="java.net.*" %>
    <%@ page import="com.oreilly.servlet.MultipartRequest" %>
    <%@ page import="com.oreilly.servlet.ServletUtils" %>
    <%!
    String uri="";
    Vector files=new Vector();
    String pathf="";
    %>
    <%!
    public static String FORM_ACTION = "method";
    public static String ACTION_ATTACHFORM = "Attachments";
    public static String ACTION_ATTACHFILE = "AttachtoMessage";
    public static String ACTION_FILEREMOVE = "fileRemove";
    public static String ACTION_SEND = "Send";
    %>
    <%
    pathf=DNet.getDataFilesPath()+"/ActivityManagementNew";
    pathf=pathf+"/";
    uri=request.getRequestURI();
    HttpSession ss=request.getSession(true);
    String persno=(String)ss.getAttribute("persno");
    String method = request.getParameter(FORM_ACTION);
    //System.out.println("method"+method);
    if (method ==null) {
         else if((method!=null) && (method.equals(ACTION_ATTACHFORM)))
         attachForm(request, out, files,0);
         else if((method!=null) && (method.equals(ACTION_ATTACHFILE)))
         attachFile(request, out);
         else if((method!=null) && (method.equals(ACTION_FILEREMOVE)))
         removeFile(request, out);
    %>
    <%! int inc=0; %>
    <%!
    public void attachForm(HttpServletRequest req,JspWriter out,Vector files,int size)
    throws ServletException, java.io.IOException
    out.println("<html>");
    out.println("<head><LINK href=dmail.css rel=stylesheet>");
    out.println("<title> Attach File </title>");
    out.println("<Script Language=JavaScript>");
    out.println("list=new Array();");
    out.println("function putattach(pos,name) {");
    out.println(" list[pos]=name; }");
    out.println("function listattach() {");
    out.println("if((window.opener.document.composeform.list)!=null)");
    out.println("window.opener.document.composeform.list.value=list;");
    out.println("window.close();}");
    out.println("</script>");
    out.println("</head>");
    out.println("<body bgcolor='#EEEEEE' text='#494949' link='#9966CC' vlink='#009999' alink='#CC0066' ><center>");
    out.println("<table>");
    out.println("<TR align=middle bgColor=#eeeecc><TD colSpan=7 align=center><FONT class=f> <B>Attachments ");
    out.println("</B> </FONT></TD></TR>");
    out.println("</table>");
    out.println("<form action="+uri+"?method="+ACTION_ATTACHFILE+"&size="+size+" ENCTYPE=multipart/form-data method=post>"+
    "<center><table width=400 border=0><tr><td><ol>"+
    "<li><p>Click the <b>Browse</b> button to select the file that"+
         " you want to attach, or type the path to the file in the box below.<br>"+
         "Attach File: <input name=attfile type=file> </p>"+
         " </li><li><p>Click the <b>Attach to Message</b> button.<br>"+
         " The transfer of an attached file may require 30 seconds to up to 10 minutes.<br>"+
         "<center><input type=submit name=method value=\""+ACTION_ATTACHFILE+"\"></center></form></p>"+
         "</li> <li><p>Repeat Steps 1 and 2 to attach additional files. Click"+
         "the <b>Done</b> button to return to your message.</p></li></ol><br>"+
         "<center><Input type=button value=Done onClick=listattach()></center>"+
         "</td></tr></table>"+
         "<form method=post action="+uri+">"+
         "<input type=hidden name=size value="+size+">"+
         "<hr width=400><table width=400 border=0>"+
         "<tr><td><select name=attachlist size=5 multiple>");
         if(files!=null)
         for(int i=0;i<files.size();i++)
         out.println( "<option value="+i+">"+(String)files.get(i)+"</option>");
    out.println("</select>");
         out.println("<Script language=JavaScript>");
         for(int i=0;i<files.size();i++)
         out.println("putattach("+i+", '"+(String)files.get(i)+"')");
         out.println("</script>");
         out.println("</td><td><input type=hidden name=method value="+ACTION_FILEREMOVE+"><input type=submit value=Remove> </td></tr>");
         }else out.println("<option value=-1>-- Message Attachments -- </option></select>");
    out.println("<tr><td><b>Current total ="+size+"K</b></td></tr>"+
    "<tr><td colspan=2>Each file size cannot exceed 20MB. To remove an attachment,"+
    "select the file from the list and click the <b>Remove</b> button. </td>"+
    "</tr> </table></form></center>");
    out.println("</body></html>");
    out.flush();
    // out.close();
    public void attachFile(HttpServletRequest req,JspWriter out)
    throws ServletException, java.io.IOException
    HttpSession session=req.getSession();
    Vector files=(Vector)session.getValue("files");
         int Fsize=0;
         try{
         String user=(String)req.getSession().getValue("PERSONALNO");
         File f=new File(pathf+"/Temp/"+user);
         if(!f.exists())
         f.mkdir();
         MultipartRequest multi =new MultipartRequest(req, pathf+"/Temp/"+user, 20 * 1024 * 1024);
         Enumeration efiles = multi.getFileNames();
         String filename=null;
         Fsize=Integer.parseInt(req.getParameter("size"));
         while (efiles.hasMoreElements())
    String name = (String)efiles.nextElement();
         filename = multi.getFilesystemName(name);
         File ft=new File(pathf+"/Temp/"+(String)req.getSession().getValue("PERSONALNO")+"/"+filename);
         long size=ft.length();
         if(filename!=null)
         if(size<1024)
         Fsize=Fsize+1;
         else
         Fsize=Fsize+java.lang.Math.round((float)size/1024);
    if(files==null)
    files=new Vector(); // to keep track of attached files
         files.add(filename);
    session.putValue("files",files);
         attachForm(req,out,files,Fsize);
    catch(Exception e)
         e.printStackTrace();
    public void removeFile(HttpServletRequest req,JspWriter out)
    throws ServletException, java.io.IOException
    HttpSession session=req.getSession();
    Vector files=(Vector)session.getValue("files");
         int j;
         int FSize=Integer.parseInt(req.getParameter("size"));
         String st[]=req.getParameterValues("attachlist");
         String user=(String)req.getSession().getValue("PERSONALNO");
         if(st!=null)
         for(int i=0;i<st.length;i++)
         j=Integer.parseInt(st);
         File f=new File(pathf+"/Temp/"+user+"/"+(String)files.get(j));
         long s=f.length();
         if(s<1024) s=1;
         else s= java.lang.Math.round((float)s/1024);
         FSize=(int)(FSize-s);
    if(files==null)
    files=new Vector(); // to keep track of attached files
         files.remove(j);
    session.putValue("files",files);
         f.delete();
         if(files.size()==0)
         files=null;
         File f=new File(pathf+"/Temp/"+user);
         f.delete();
         attachForm(req,out,files,FSize);
    %>

    WEB-INF/classes or ClassPath?I meant WEB-INF/lib ... not WEB-INF/classes

  • Error when import BI content 3.5.3

    Hi All
    I have error when import BI content 3.5.3 step at Tcode 'SAINT' (file SAPKIBIFIH.car) for mySAP ERP 2004 (ECC 5.0 IDES).
    The error occur in step 3/5 after enter SAINT:Passw request.
    System shown information "<b>Queue SAPKLTHQ10 has not yet been confirmed</b>".
    In step 4/5 sytem shown statue/remarks "<b>The Add-on installation terminated during phase PROLOGUE</b>".
    I think about installation THAI font package at Tcode "SMLT" uncompleted.
    I run report <b>"RSCPINST"</b> at Tcode "SE38" for editing codepage after that the system shown error message "<b>MDMP is not supported foe SAP Business Information Warehouse. Message no.RIN010"</b> Please see sap note 563975.
    <b>Note:</b> When  i import Thai font package "SAPKLTHQ10" using Tcode "SMLT" the system shown error message "TL1277" in define schedule job step.
    Message no. TL137
    Diagnosis
    You want to start the post-import methods for special texts (calendar texts, terminology, and glossary) for language Thai.
    Before this can happen, the system checks whether this server is prepared for this language. The system also checks whether the language environment can be switched dynamically on this server (see ABAP command SET LOCAL LANGUAGE).
    System response
    The system established that the language environment cannot be switched to language Thai.
    The language transport is stopped at this point.
    Procedure
    The switch of the language environment may fail for the following reasons:
    1. The database codepage is not up-to-date.
    2. The codepage information for language Thai is not up-to-date.
    3. Locales for language Thai do not exist, or are invalid, at the operating system level.
    4. The profile parameter zcsa/installed_languages has to be adjusted.
    If an error occurs, proceed as follows:
    1. Find out the name of the server on which the language import job ran. Log on to this server.
    2. Check the language configuration using report RSCPINST. Solve the reported problem there.
    If your system consists of multiple application servers and not all of them have authorization for language Thai, continue the language import on a server that has authorization for language Thai.
    plaese help me to solve this problem.
    thank a lot for all solutions.
    Mooping.

    This is a long story that you write, but your problem seems just that you must "Confirm the queue". Is that correct?
    Without this step no further Support Packages can be inserted into the system. Confirming the queue is done by one of the buttons in the SPAM transaction. Just put the mouse on the buttons and read the quick help to differentiate between the buttons.
    I have never had a problem like this but I think it can happen if, together with the new BI version you also include one or more support packs. This happens automatically if these packages are available, so you may not even have noticed it.

  • Error trying to import com.crystaldecisions.sdk.plugin.admin.cmsadmin

    I'm having trouble importing the com.crystaldecisions.sdk.plugin.admin.cmsadmin package.  I've copied all the jar files from the BO lib folder and most of my functionality is working.  Is there a separate jar file I need? 
    Basically I'm trying to get at auditing/usage information through the SDK without purchasing the auditor component.
    The full error is:
    package com.crystaldecisions.sdk.plugin.admin does not exist
    import com.crystaldecisions.sdk.plugin.admin.cmsadmin;
                                                 ^
    1 error
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    I was able to resolve this.  My import statement was incorrect.  Need to be:
    import=com.crystaldecisions.sdk.plugin.admin.cmsadmin.*

  • 'Error during import of clipboard contents' runing from ITS server

    Dear Friends,
    when I execute the report and smartform program from ITS server it is giving a error message 'Error during import of clipboard contents' in the web page.
    Please guide me how to resolve this issue.
    Thanks & Regards
    Tapas Dutta

    Hi Victor,
    Good Morning.
    Can you please confirm you are installing new SAP NW Java system on the same host where SAP NW ABAP is running or you are trying to install SAP NW JAVA as addin installation to existing SAP NW ABAP?
    Regards
    Naveen Garg

  • I'm trying to use import com.adobe.crypto.* on Windows version of my App but get error 1172:Definition com.adobe.crypto could not be found

    The Mac version of my Air app works fine, so does the iPad version, but the PC version has been a bit of a nightmare.
    I keep getting the error "1172:Definition com.adobe.crypto could not be found", when I publish it.
    Basically the 'com' folder is in the same directory as the app I am publishing and within that is 'adobe' and within that is 'crypto' within that is a series of .as files.
    I've added C:\Users\Gary\Documents\My_Applications\My_App_folder\com\adobe\crypto to source path list (I have no idea if that's right).
    But that just gives me a different error 5001: The name of package com.adobe.crypto does not reflect the location of this file. Please change the package definitions name inside the file.......
    I didn't have to include this source in the Mac version... but someone seemed to suggest it on a forum.
    I'm basically stabbing in the dark at the mount, something I seem to be doing a lot of these days. :-(
    Any help would be greatly appreciated.
    Many Thanks
    Gary

    I've figured it out
    Turns out I needed to add a source path (in the Actionscript 3 settings click on the Source File Tab) that exactly matches the directory the app and com folder is inside of. I wrongly assumed that Adobe Air could figure out where it was for itself, but no.... it needs to be told where to look for the com folder even though it's staring it right in its face. (Don't set the path to the 'com' folder itself, but to the enclosing folder that the .fla and the com is in).
    The Mac version doesn't seem to need that, it just finds the com folder if it's inside the same folder.
    Now I've got another massive error:-
    When I test the app, it works fine sending to Air for Desktop, however when I publish with embedded runtime for Windows.... It comes up with this error.
    Any ideas ?

  • Error during importation of .mov files

    I click import > files and choose a .mov file. Usually it instantly imports it and that's it. But then I tried to import these HD videos converted to HD .mov and the FC opens a box saying it's validating the files. What the **** is that? It then quits unexpectedly and displays this huge log:
    Process:         Final Cut Pro Trial [290]
    Path:            /Applications/Final Cut Pro Trial.app/Contents/MacOS/Final Cut Pro Trial
    Identifier:      com.apple.FinalCutTrial
    Version:         10.0.1 (185673)
    Build Info:      ProEditor-185670300~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [206]
    Date/Time:       2012-01-15 22:57:43.684 -0200
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          52826 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  11808 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      19BC3FB6-F148-45C9-B276-F4D120797402
    Crashed Thread:  66
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001cbde7ff0
    VM Regions Near 0x1cbde7ff0:
        CG shared images       00000001cb9f5000-00000001cbc15000 [ 2176K] r--/r-- SM=SHM 
    -->
        CG backing stores      00000001cbde8000-00000001cbeb0000 [  800K] rw-/rw- SM=SHM 
    Application Specific Information:
    objc[290]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff90928d67 _CFXNotificationPost + 2471
    1   com.apple.Foundation                    0x00007fff88559097 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    2   com.apple.CoreFoundation                0x00007fff909772e1 -[NSObject performSelector:] + 49
    3   com.apple.CoreFoundation                0x00007fff9097b60c -[NSArray makeObjectsPerformSelector:] + 508
    4   com.apple.AppKit                        0x00007fff88fb220d -[NSApplication(NSWindowCache) _updateWindowsUsingCache] + 532
    5   com.apple.AppKit                        0x00007fff88fb1f8b -[NSApplication updateWindows] + 76
    6   com.apple.AppKit                        0x00007fff88fb1ed9 __-[NSApplication setWindowsNeedUpdate:]_block_invoke_2 + 74
    7   com.apple.CoreFoundation                0x00007fff9093ff37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    8   com.apple.CoreFoundation                0x00007fff9093fe96 __CFRunLoopDoObservers + 374
    9   com.apple.CoreFoundation                0x00007fff90915159 __CFRunLoopRun + 825
    10  com.apple.CoreFoundation                0x00007fff90914ae6 CFRunLoopRunSpecific + 230
    11  com.apple.HIToolbox                     0x00007fff926683d3 RunCurrentEventLoopInMode + 277
    12  com.apple.HIToolbox                     0x00007fff9266f58f ReceiveNextEventCommon + 181
    13  com.apple.HIToolbox                     0x00007fff9266f4ca BlockUntilNextEventMatchingListInMode + 62
    14  com.apple.AppKit                        0x00007fff88fb03f1 _DPSNextEvent + 659
    15  com.apple.AppKit                        0x00007fff88fafcf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    16  com.apple.AppKit                        0x00007fff89266ec5 -[NSApplication _realDoModalLoop:peek:] + 610
    17  com.apple.AppKit                        0x00007fff89260714 -[NSApplication runModalSession:] + 48
    18  com.apple.Flexo                         0x0000000100b17f64 -[FFFileImporter validateURLs:forImportToLocation:showWarnings:] + 1812
    19  com.apple.Flexo                         0x0000000100b13945 -[FFFileImportDialogController validateFiles] + 485
    20  com.apple.Flexo                         0x0000000100b16236 -[FFFileImportDialogController panel:validateURL:error:] + 646
    21  com.apple.AppKit                        0x00007fff894e63ee -[NSSavePanel _okForOpenMode] + 610
    22  com.apple.AppKit                        0x00007fff894e569c -[NSSavePanel ok:] + 230
    23  com.apple.CoreFoundation                0x00007fff9096fa1d -[NSObject performSelector:withObject:] + 61
    24  com.apple.AppKit                        0x00007fff890b5710 -[NSApplication sendAction:to:from:] + 139
    25  com.apple.prokit                        0x00000001002f9fce -[NSProApplication sendAction:to:from:] + 100
    26  com.apple.Flexo                         0x00000001008b0a58 -[FFApplication sendAction:to:from:] + 104
    27  com.apple.AppKit                        0x00007fff890b5642 -[NSControl sendAction:to:] + 88
    28  com.apple.AppKit                        0x00007fff890b556d -[NSCell _sendActionFrom:] + 137
    29  com.apple.AppKit                        0x00007fff890b4a30 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
    30  com.apple.AppKit                        0x00007fff891348e0 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
    31  com.apple.AppKit                        0x00007fff890b363a -[NSControl mouseDown:] + 786
    32  com.apple.AppKit                        0x00007fff8907e0e0 -[NSWindow sendEvent:] + 6306
    33  com.apple.AppKit                        0x00007fff8901668f -[NSApplication sendEvent:] + 5593
    34  com.apple.prokit                        0x00000001002f81b8 -[NSProApplication sendEvent:] + 1829
    35  com.apple.Flexo                         0x00000001008b02d3 -[FFApplication sendEvent:] + 483
    36  com.apple.AppKit                        0x00007fff89266f27 -[NSApplication _realDoModalLoop:peek:] + 708
    37  com.apple.AppKit                        0x00007fff89266af9 -[NSApplication runModalForWindow:] + 120
    38  com.apple.AppKit                        0x00007fff894e71c1 -[NSSavePanel runModal] + 300
    39  com.apple.Flexo                         0x0000000100b15e82 -[FFFileImportDialogController runFileImportWithInitialEvent:keywordNames:] + 994
    40  com.apple.Flexo                         0x0000000100a90836 -[FFEventLibraryModule importFile:] + 278
    41  com.apple.CoreFoundation                0x00007fff9096fa1d -[NSObject performSelector:withObject:] + 61
    42  com.apple.AppKit                        0x00007fff890b5710 -[NSApplication sendAction:to:from:] + 139
    43  com.apple.prokit                        0x00000001002f9fce -[NSProApplication sendAction:to:from:] + 100
    44  com.apple.Flexo                         0x00000001008b0a58 -[FFApplication sendAction:to:from:] + 104
    45  com.apple.AppKit                        0x00007fff891a2bd7 -[NSMenuItem _corePerformAction] + 399
    46  com.apple.AppKit                        0x00007fff891a290e -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
    47  com.apple.AppKit                        0x00007fff8943f194 -[NSMenu _internalPerformActionForItemAtIndex:] + 38
    48  com.apple.AppKit                        0x00007fff892d0ce5 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138
    49  com.apple.AppKit                        0x00007fff8911c51f NSSLMMenuEventHandler + 339
    50  com.apple.HIToolbox                     0x00007fff9266e308 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
    51  com.apple.HIToolbox                     0x00007fff9266d914 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446
    52  com.apple.HIToolbox                     0x00007fff926846c7 SendEventToEventTarget + 76
    53  com.apple.HIToolbox                     0x00007fff926ca9f5 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398
    54  com.apple.HIToolbox                     0x00007fff927b1645 SendMenuCommandWithContextAndModifiers + 56
    55  com.apple.HIToolbox                     0x00007fff927f7ef9 SendMenuItemSelectedEvent + 253
    56  com.apple.HIToolbox                     0x00007fff926c3b07 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101
    57  com.apple.HIToolbox                     0x00007fff926bb245 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600
    58  com.apple.HIToolbox                     0x00007fff926ba80e _HandleMenuSelection2 + 580
    59  com.apple.AppKit                        0x00007fff8901b4ce _NSHandleCarbonMenuEvent + 250
    60  com.apple.AppKit                        0x00007fff88fb0941 _DPSNextEvent + 2019
    61  com.apple.AppKit                        0x00007fff88fafcf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    62  com.apple.AppKit                        0x00007fff88fac62d -[NSApplication run] + 470
    63  com.apple.prokit                        0x00000001002fa3c6 NSProApplicationMain + 387
    64  com.apple.FinalCutTrial                 0x0000000100001d08 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff90c08e06 __select_nocancel + 10
    1   libdispatch.dylib                       0x00007fff8c3b231e _dispatch_mgr_invoke + 251
    2   libdispatch.dylib                       0x00007fff8c3b114e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.progl.framework               0x00000001019a76ea (anonymous namespace)::threadFunc(void*) + 70
    3   com.apple.procore.framework             0x000000010015a1a4 PCThread::startup(void*) + 18
    4   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 3:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Flexo                         0x000000010085df68 Synchronizable::Wait() + 56
    3   com.apple.Fig.provider                  0x0000000107c2cab8 0x107c00000 + 182968
    4   com.apple.Flexo                         0x0000000100866d6a Thread::RunHelper(void*) + 42
    5   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 4:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b242a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff885dfb10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff885a9302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x0000000101620c4c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 5:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b242a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff885dfb10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff885a9302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x0000000101620c4c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 6:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b242a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff885dfb10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff885a9302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x0000000101620c4c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 7:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b242a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff885dfb10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff885a9302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x0000000101620c4c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 8:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b242a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff885dfb10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff885a9302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x0000000101620c4c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 9:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0000000118705e17 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin                   0x00000001187133c0 WinPortServer::ProcessMessages() + 768
    3   com.apple.AVCHDPlugin                   0x0000000118697803 DDP_Init + 723
    4   com.apple.AVCHDPlugin                   0x0000000118705620 ST20Thread::Run(PThreadRunParams*) + 32
    5   libsystem_c.dylib                       0x00007fff90b22768 _pthread_body + 59
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff8ac06b3c CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff8ac0685d _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 11:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia.ProAppsSupport          0x000000010028bf39 WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport          0x000000010028c105 FigSemaphoreWaitRelative + 167
    4   com.apple.CoreMedia.ProAppsSupport          0x000000010028a212 FigScheduledFileIOThread + 5109
    5   com.apple.CoreMedia.ProAppsSupport          0x000000010028d03a figThreadMain + 397
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 12:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9b95f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102c9340e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102c93394 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 13:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9b95f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102c9340e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102c93394 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 14:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 15:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 16:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 17:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 18:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 19:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 20:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 21:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 22:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101dcf8c6 VTImageRotationSessionCreate + 361307
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 23:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d1cd3a textureFinishThread(void*) + 186
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff9090cb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff909152d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff90914ae6 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff909247ff CFRunLoopRun + 95
    6   com.apple.qmaster.do                    0x00000001229b6439 swamp::CRAdReceiver2::ReceivingThread::runOnce() + 187
    7   com.apple.AECore                        0x0000000107fd0c05 aecore::CThread::runThread() + 35
    8   com.apple.AECore                        0x0000000107fcebd6 threadProc(void*) + 9
    9   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 25:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9b95f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102c9340e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102c93394 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 26:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9d0f0 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender           0x0000000102c92125 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 27:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9d0f0 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender           0x0000000102c92125 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 28:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9b95f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102c9340e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102c93394 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 29:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9d0f0 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender           0x0000000102c92125 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 30:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff90b24274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102d7e10e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102c9d0f0 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    4   com.apple.Helium.HeliumRender           0x0000000102c92125 StartPBOExecUnitFunc(void*) + 85
    5   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 31:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 32:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 33:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 34:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 35:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 36:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 37:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 38:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 39:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101dcf8c6 VTImageRotationSessionCreate + 361307
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 40:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff90b1f1a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102d363b2 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 41:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff90b1f1a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102d363b2 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 42:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff90b1f1a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102d363b2 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 43:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff90c08bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff90b1f1a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102d363b2 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 44:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.Flexo                         0x00000001008ce000 WorkerThread::Run() + 224
    2   com.apple.Flexo                         0x0000000100866d6a Thread::RunHelper(void*) + 42
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.iLMBiPhoto9Plugin             0x000000011ce021bc 0x11cd54000 + 713148
    3   com.apple.iLMBiPhoto9Plugin             0x000000011ce0285b 0x11cd54000 + 714843
    4   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.iLMBiPhoto9Plugin             0x000000011ce021bc 0x11cd54000 + 713148
    3   com.apple.iLMBiPhoto9Plugin             0x000000011ce0285b 0x11cd54000 + 714843
    4   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.iLMBiPhoto9Plugin             0x000000011ce021bc 0x11cd54000 + 713148
    3   com.apple.iLMBiPhoto9Plugin             0x000000011ce0285b 0x11cd54000 + 714843
    4   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.iLMBiPhoto9Plugin             0x000000011ce021bc 0x11cd54000 + 713148
    3   com.apple.iLMBiPhoto9Plugin             0x000000011ce0285b 0x11cd54000 + 714843
    4   com.apple.Foundation                    0x00007fff885b07fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff885b0776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib                  0x00007fff90c08df2 __select + 10
    1   com.apple.AECore                        0x0000000107fd0c32 aecore::CThread::runThread() + 80
    2   com.apple.AECore                        0x0000000107fcebd6 threadProc(void*) + 9
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 50:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff90c08df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff9095df9b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 51:: CAOpenGLLayer
    0   libsystem_kernel.dylib                  0x00007fff90c0767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff90c06d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff9090cb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff909152d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff90914ae6 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff909247ff CFRunLoopRun + 95
    6   com.apple.QuartzCore                    0x00007fff9350a021 _ZL27CAOpenGLLayer_render_threadPv + 156
    7   com.apple.QuartzCore                    0x00007fff933f34a9 thread_fun + 24
    8   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 52:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.Flexo                         0x00000001008ce000 WorkerThread::Run() + 224
    2   com.apple.Flexo                         0x0000000100866d6a Thread::RunHelper(void*) + 42
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 53:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 54:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 55:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 56:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 57:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 58:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 59:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d89dc8 VTImageRotationSessionCreate + 75869
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 60:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101e47650 JVTLibDecoDispose + 479680
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff90b23b75 thread_start + 13
    Thread 61:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff90c076b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101d8a41b VTImageRotationSessionCreate + 77488
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101dcf8c6 VTImageRotationSessionCreate + 361307
    3   libsystem_c.dylib                       0x00007fff90b208bf _pthread_start + 335
    4   libsystem_c.dylib                    

    This HD video I have is .mkv. I converted it to .mov using a video converter software I bought (Wondershare Video Converter Ultimate) wich is very good. There were these two options among a variety of other types of file I could choose to convert. These two were .mov (meaning that both options convert the .mkv to .mov), they only differ in the codec the software used to convert I guess (I'm not sure, all I know is that the codec bar was diferent). The names of the options read: "HD Mov File" and "Common Mov File". I used the two options and got two .mov files out of the original .mkv file. Then I tried to import these two .mov files to work in FC (I tried one first, caused the error, then I tried the other wich caused the same error).
    The QT player movie inspector info of the .mov file (option: Common Mov File) is the folowing:
    source:/Users/leonardonegrini/Movies/Wondershare Video Converter Ultimate/Video Converted/The Prince of                    Egypt (1998).mov
    format:h264, 1.280 x 720 AAC, 44100 Hz, 5.1 (C L R Ls Rs LFE)
    FPS:24
    Data Size:160,5Mb
    Data Rate:2,78 Mbit/s
    Current Size:1.280 × 720 pixels (Actual)

Maybe you are looking for