NoClassDefFoundError when I try to run my java app

I get a 'NoClassDefFoundError' even though I specify the path to the jar file (ex. /home/suni/klib) containing the class that was not found. Then,when I replace this path with the jar file (ex. /home/suni/klib/xx.jar) and not just the path to the jar file, in the classpath, then the class gets found.
Does this mean that I cannot include paths containing jar files in my classpath, but I need to include actual jar files?
Thanks
Sunil

Yes. That's how it works.

Similar Messages

  • Error message when try to run copied java program

    Hi Java Guru,
    Can somebody help me with this issue ?
    I was copy my java source from java_ulangan2 to java_ulangan20, when i tried to run the java program, i get an error message.
    Below is the error message:
    05/01/2010 1:02:42 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [003]Deployment aborted
    Settings
    SDM host : wfmdev
    SDM port : 50018
    URL to deploy : file:/d:/DOCUME1/GunawanJ/LOCALS1/Temp/temp7843042886291622098Java_ulangan20.ear
    Result
    => deployment aborted : file:/d:/DOCUME1/GunawanJ/LOCALS1/Temp/temp7843042886291622098Java_ulangan20.ear
    Aborted: development component 'Java_ulangan20'/'local'/'LOKAL'/'0.2010.01.05.13.02.32'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application local/Java_ulangan20.. Reason: Clusterwide exception: Failed to deploy application local/Java_ulangan20. 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/Java_ulangan20. 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
    I really appreciate any kind of help.
    Thanks,
    JGN

    Hi John.
    In past i have faced same problem for the same task. Take help of the Basis team provide tham .ear file name and ask then to un-deploy the file from the server cluster.
    After this deploy your application again.
    Hope this may help you.....:)
    Deepak!!!

  • Error when i try to run ARI_INVOICE_PAYMENT_PAGE.xml on local jdeveloper

    Hi,
    I brought all the files from server to local machine and when I try to run ARI_INVOICE_PAYMENT_PAGE.xml the project, I am getting the following error messages.
    Error:
    Error(320,17): final method getClass() in class java.lang.Object cannot be overridden by method getClass() in class oracle.apps.ar.irec.accountDetails.cmreq.server.CMRequestVORowImpl
    Then i change the method name getClass() to getXclass(),I run ARI_INVOICE_PAYMENT_PAGE.xml the project error message not displayed in jdeveloper but I am getting the following error in application page.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT customer_id, currency_code, total_due_original, total_due_remaining, total_discount, total_service_charge, total_payment_amount, (total_due_remaining - total_discount - total_payment_amount) as total_balance_due, TO_CHAR(total_due_original , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_due_original_formatted, TO_CHAR(total_due_remaining , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_due_remaining_formatted, TO_CHAR(total_service_charge , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_service_charge_formatted, TO_CHAR( -total_discount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_discount_formatted, TO_CHAR(total_payment_amount , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) as total_payment_amount_formatted, TO_CHAR( (total_due_remaining - total_discount - total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as total_balance_due_formatted, TO_CHAR(TO_NUMBER(TO_CHAR(SYSDATE, 'MM'))) current_month, TO_CHAR(SYSDATE, 'YYYY') current_year, TO_CHAR( (total_service_charge + total_payment_amount) , FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 )) || ' ' || currency_code as grand_payment_total_formatted, :1 as customer_site_use_id, total_number_of_installments, trunc(sysdate) as receipt_date, TO_CHAR( (dispute_amt), FND_CURRENCY_CACHE.GET_FORMAT_MASK( currency_code , 30 ))||' '||currency_code as dispute_amt FROM (SELECT customer_id, currency_code, sum(amount_due_original) total_due_original, sum(amount_due_remaining) total_due_remaining, sum(discount_amount) total_discount, sum(service_charge) total_service_charge, sum(payment_amt) total_payment_amount, sum(number_of_installments) total_number_of_installments, sum(dispute_amt) dispute_amt FROM ar_irec_payment_list_gt WHERE customer_id = :2 AND customer_site_use_id = nvl(:3, customer_site_use_id) GROUP BY customer_id, currency_code ) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862) at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01008: not all variables bound at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:627) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:515) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3347) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:825) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4465) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:538) at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2369) at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1250) at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2363) at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5231) at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:186) 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:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534) java.sql.SQLException: ORA-01008: not all variables bound at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:627) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:515) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3347) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:825) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4465) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:538) at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2369) at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1250) at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2363) at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5231) at oracle.apps.ar.irec.accountDetails.pay.server.MultipleInvoicesPayListSummaryVOImpl.isSingleInstallment(MultipleInvoicesPayListSummaryVOImpl.java:186) 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:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:132) at oracle.apps.fnd.framework.server.OAViewObjectImpl.invokeMethod(OAViewObjectImpl.java:1123) at oracle.apps.ar.irec.accountDetails.pay.webui.QuickPaymentCO.processRequest(QuickPaymentCO.java:53) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:351) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at _OA._jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Siddhu

    Is IE your default browser?
    The address in that error is somewhat peculiar, in that it points to a process running on your computer (127.0.0.1 is a loopback address that points to your own system).
    I suggest that after downloading and saving the Flash installer to a folder, you completely exit Firefox, and do the installation with Firefox closed in case having Firefox open is interfering in some manner.
    Of course, make sure you get the official installer from Adobe, and '''uncheck the box for any tag-along software that you do not want''':
    http://get.adobe.com/flashplayer/

  • Error when I try to run a form

    Hi,
    I created a table-based form, but I get a error when I try to run it (CTRL+R):
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
    How can I fix it?
    Thanks
    Savio Barros

    If you have JInitiator installed successfully that is if you are able to run the test form try this
    Open the control panel of your JInitiator (double click on the JInitiator icon in windows control panel) in the Proxies tab, see if you have the Use Browser Settings check box checked.
    Otherwise configure the proxy settings and test your form.
    Regards,
    Tony

  • I just brought iMac OS x version 10.7,  when I try to run Scottrader Streaming quotes, it constantly locks and causes all the other windows frozen. please tell me what should I do, it looks like Apple iMac platform is not good for online trading. thanks

    I recently brought a iMac OS X version 10.7 PC, when I try to run Scott Trader real time streaming quotes, it contantly *****, and causes all other widowns frozen, please help me to resolve this problem, or i have to give up this PC and return it to the store....
    thanks

    I use e-trade and a couple of times, years back, I found them behind the Java updates.
    So, now I install new Java platforms on my backup disk and test the streaming data on that first because I know it will be over-written that evening with my nightly backup.
    Of course, since I began doing that there hasn't been a problem. Do the same with printer driver updates.
    Anyway, call ScottTrade and howl! Tell them how many Macs are out there and why aren't they in Apple Developers Program?

  • A problem of RnEncoder when I try to run a Rosettanet process

    Hi, all
    I encountered a problem when I try to run a Rosettanet process which will time out. Some exceptions are thrown as follows.
    I designed a participant process which would make no reflection after receiving the message, then waited for the initiator's time-out. I have tracked the process, and I'm sure that the problem occured at the second sending. It worked well in normal condition.
    I have focused on this problem several days, but couldn't get a way to resolve. Pls help! Thank you very much~! :)
    ==========================================
    at com.bea.b2b.protocol.rosettanet.rnif2x.RNEncoder.process(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(RNEncoder.java:140)
    at com.bea.b2b.protocol.ModuleChain.process(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(ModuleChain.java:64)
    at com.bea.b2b.protocol.Protocol.encode(Lcom.bea.b2b.protocol.messaging.
    MessageEnvelope;)V(Protocol.java:632)
    at com.bea.b2b.protocol.rosettanet.RNIBProtocol.send(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(RNIBProtocol.java:68)
    at com.bea.b2b.protocol.rosettanet.rnif2x.messaging.RNMessage.send()V(RNMessage.java:462)
    at com.bea.b2b.protocol.rosettanet.messagesender.RNMessageSenderBean.onMessage(Ljavax.jms.Message;)V(RNMessageSenderBean.java:138)
    at weblogic.ejb20.internal.MDListener.execute(Lweblogic.kernel.ExecuteThread;)V(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(Ljavax.jms.Message;)V(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(Ljavax.jms.MessageListener;Lweblogic.jms.common.MessageImpl;)V(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(Lweblogic.kernel.ExecuteThread;)V(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    <2006-2-27 下午03时26分00秒 GMT+08:00> <Warning> <WLI-B2B Protocol> <BEA-467501>
    <Caught exception during plugin processing:
    location: http://16.157.10.80:7001/RosettaNet2.0/PartnerB
    protocol: RosettaNet
    plugin: RNEncoder
    exception: com.bea.b2b.protocol.rosettanet.RNException: HttpStatus = 400>
    com.bea.b2b.protocol.PlugInException: com.bea.b2b.protocol.rosettanet.RNException: HttpStatus = 400
    at com.bea.b2b.protocol.ModuleChain.process(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(ModuleChain.java:79)
    at com.bea.b2b.protocol.Protocol.encode(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(Protocol.java:632)
    at com.bea.b2b.protocol.rosettanet.RNIBProtocol.send(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(RNIBProtocol.java:68)
    at com.bea.b2b.protocol.rosettanet.rnif2x.messaging.RNMessage.send()V(RNMessage.java:462)
    at com.bea.b2b.protocol.rosettanet.messagesender.RNMessageSenderBean.onMessage(Ljavax.jms.Message;)V(RNMessageSenderBean.java:138)
    at weblogic.ejb20.internal.MDListener.execute(Lweblogic.kernel.ExecuteThread;)V(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(Ljavax.jms.Message;)V(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(Ljavax.jms.MessageListener;Lweblogic.jms.common.MessageImpl;)V(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(Lweblogic.kernel.ExecuteThread;)V(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    Caused by: com.bea.b2b.protocol.rosettanet.RNException: HttpStatus = 400
    at com.bea.b2b.protocol.rosettanet.rnif2x.RNEncoder.process(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(RNEncoder.java:140)
    at com.bea.b2b.protocol.ModuleChain.process(Lcom.bea.b2b.protocol.messaging.MessageEnvelope;)V(ModuleChain.java:64) ... 11 more
    <2006-2-27 下午03时26分01秒 GMT+08:00> <Error> <WLI-B2B RosettaNet Messaging> <BEA-468502> <Received exception com.bea.b2b.protocol.PlugInException: com.bea.b2b.protocol.rosettanet.RNException: HttpStatus = 400 during send.>
    ==================================

    The SUID differences should be take care of if you download and apply the 10.5.6 combo update.
    As for the other permissions, I believe the OS has created a "link" between the new permissions and the old, rather than replacing with the current.
    Neither set of issues is a problem, unless your applications start acting up--which shouldn't happen.
    ~Lyssa

  • Javascript void 0 error when I try to run animation in an online tutorial

    I am using Firefox 4 and I am trying to take an online tutorial on Excel 2003. The website is:
    http://office.microsoft.com/en-us/training/
    When I try to click Play so the animation shows me the example, nothing happens and all I see at the bottom of the screen is the javascript void 0 message. Also, when I try to run the practice test, I get the error that Firefox does not allow Active X controls. I checked the Tools options to ensure that java is enabled, but still no success. What can I do? I look forward to your advice.

    Hi All,
    I narrowed it down by running a report excluding working journals and that worked fine.
    This was being caused by an invalid working Journal. I exported all journals from Prod, and tried loading them to test. One of the errors was
    "Line: 7736, Error: Invalid parent.child entity dimension specified"
    Looking at the row the journal did not have an entity specified for one of the lines.
    When a valid entity was specified the journal report then starts working.
    Lesson. Check all journals are valid. To find error, load journals export in a different environment.
    Thanks all for your help.
    Regards
    Vivek

  • 5200 T128. my computer freezes when i try to run games

    OK.. the thing is:  i just bought a Geforce FX 5200 T128, with 128 MB DDR (the one without a cooling fan), and when i try to run my DirectX 9 games (GTA: Vice city, NFS: Underground, Hitman: Contracts) my computer locks up in the game's loading screen. These lock-ups occur also, when i set the anisotropic filtering at values higher than 2x, and/or when i turn the V-sync on, but only when i start a game..
       ALSO...... the same lock-up occurs when i try to RENAME A FILE ------- the cursor is still blinking, but EVERYTHING else freezes.
          So? whats up guys.... last time i checked the FX 5200 had support for DX9, didn't it?
          Well, i can't tell exactly if the problem is common to all DX9 games, because i didn't tryed many of them... but the games listed above, all require DX9. Furter more, those games ran on my older Geforce2 MX400, witch doesn't have support for DX9. All my other non DX9 games work fine (well not to the max, because i still have a mainboard witch supports only AGP 4x). If i change my mainboard to one with AGP 8x will the problem be solved?
         Also, the videocard, out of my opinion, gets  too hot after i play a game, but i don't think this should be the problem, because when i try to start those games, my computer still locks up, even though i just started it, and the videocard didn't have time to overheat.
          The problem occurs with both the driver from the CD that came with the card, and the new Forceware 56.72. I haven't tryed oder drivers. The videocard is not overclocked, and the frequencies are on the standard 200 Mhz (GPU), and 400 Mhz (RAM)
          So, can you help me out here.. give me some suggestions? I have written here all the information i beleive are relevant to the problem. My processor is a 1200 Mhz AMD Duron, and 256 MB SDRAM
    -------------  -------------

    Obi One,
    Have you tried changing the AGP voltage in your bios to 1.6V?  Got the same problem before when running 3D games.  My system doesn't lock up but it gives me weird display (lot of greens).  It was solved when I increased my AGP voltage setting from 1.5V to 1.6V.  You may want to post your power supply specs too because the FX cards are really power hungry.
    Good Luck  

  • Firefox will not open on my computer, even after reinstall, with no error message or when I try to run "C:\Program Files\Mozilla Firefox\firefox.exe" -p. Help?

    I recently installed firefox so I could use an adblocker. It installed just fine, and it worked just fine for about three days. Then yesterday it stopped opening. I'm on a Toshiba running Windows 7. The icon highlights when I click on it, but then it stops and won't open the browser at all. When I try to run it with the manual command "C:\Program Files\Mozilla Firefox\firefox.exe" -p, I get the error message, "C:\Program Files\Mozilla Firefox\ refers to a location that is unavailable. It could be on a hard drive on this computer, or on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location." I installed it to that location, and I don't need a disk. I'm connected to the Internet just fine and my other browsers (Chrome and IE) work the same as always. But they're swamped with ads and I really was happy wih Firefox when it was opening...how can I fix this issue?

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes

    The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes.

    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • I can download firefox, but when I try to run it, windows 7 asks me to select a program type to run the *.exe file

    I am running windows 7 with IE 10. I want to switch to Firefox as my browser. I am able to download the Firefox Setup 22 0 exe, but when I try to open or run it, windows prompts me to "choose the program you want to use to open this file". This happens with both the Firefox Setup Stub 22 0 exe (274kb) and the Firefox Setup 22 0 exec (21,239Kb). I can't find any program on Windows to run this exe. Same thing happens when I try to run the troubleshooter exe.

    Hello annsboland
    Do you have also problem with others exe files ?
    try to create a new user account in Windows 7 and check it again
    see if the next articles in the links helps to create the new account:
    http://www.bleepingcomputer.com/tutorials/create-new-user-account-in-windows-vista-7/
    http://www.pcadvisor.co.uk/how-to/windows/3326039/how-add-new-user-account-in-windows-7/
    thank you

  • I have  a iphn 3gs running on ios 6.1.3  i buy it frm my frnd ..........n it has one prblm that safari mail n maps does't wrk it crashes all time when i try to run these ......plzzz help me what shoud i do ......i have tried reset many times bt it does't

    i have  a iphn 3gs running on ios 6.1.3  i buy it frm my frnd ..........n it has one prblm that safari mail n maps does't wrk it crashes all time when i try to run these ......plzzz help me what shoud i do ......i have tried reset many times bt it does't

    use a computer and restore the phone http://support.apple.com/kb/ht1414

  • When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice.  What now?

    When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice and continue to get the error message.  What now?

    Hi texasslagle,
    It sounds like you are having issues installing iTunes on your Windows 7 PC, a frustrating situation I am sure.
    There is an article that you may want to use to try to complete your install here -
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • HT2178 I do not have sound on my computer.  It was fine last night but when my husband turned it on this morning, there was now sound.  Also My iPhoto shuts down when I try to run a slide show.  I have just had my computer for 2 1/2 weeks.

    I had sound on my computer last night but when turning on this morning there was no sound.  It is not muted.  Any suggestions.  Also, when I try to run an event in IPhoto as a slide show, it shuts down.

    Just to clarify, does iPhoto unexpectedly quit or does your computer shut down? For the sound problem, try here:
    http://support.apple.com/kb/PH3837

  • Xcode 5 crashes when i try to run a project

    Hi everyone! I have very big problem. When I try to run this code in Xcode
    //  main.m
    //  object-c
    //  Created by Ivan on 06.06.14.
    //  Copyright (c) 2014 Ivan. All rights reserved.
    #import <Foundation/Foundation.h>
    int main(int argc, const char * argv[])
        @autoreleasepool {
            // insert code here...
            NSLog(@"Hello, World!");
        return 0;
    Xcode says "Build Succeeded" and then a few seconds later it says :
    " Could not launch “objective c 2"
    process launch failed: invalid host string: '(null)”
    And then app suddenly crashes
    i don't know to do
    Please help!!!!
    this is my mac's characteristic:
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i7, 2.7 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9A302, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1
    this is problem's characteristic:
    Process:         Xcode [2475]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         5.1.1 (5085)
    Build Info:      IDEFrameworks-5085000000000000~10
    App Item ID:     497799835
    App External ID: 520942841
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [159]
    Responsible:     Xcode [2475]
    User ID:         501
    Date/Time:       2014-06-07 18:35:43.919 +0400
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  EAA71372-94FB-0E98-BD53-370ED4C0E4C2
    Sleep/Wake UUID: FA7CE974-79A5-44E8-8416-90E1FF3F4F04
    Crashed Thread:  3  Dispatch queue: DBGLLDBLauncher Serial Queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 5B1008
    Assertion failed: (out_port != 0), function StartDebugserverProcess, file /SourceCache/lldb/lldb-310.2.37/source/Plugins/Process/gdb-remote/GDBRemoteComm unication.cpp, line 720.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff83ac3a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff83ac37b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff83ac35bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff84f3b26e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff84f3a8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.dt.DVTKit                     0x00000001059e2631 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 84
    11  com.apple.AppKit                        0x00007fff852022cb -[NSTextView mouseDown:] + 8035
    12  com.apple.dt.DVTKit                     0x0000000105912f92 -[DVTCompletingTextView mouseDown:] + 325
    13  com.apple.dt.DVTKit                     0x0000000105912d8b -[DVTSourceTextView mouseDown:] + 687
    14  com.apple.AppKit                        0x00007fff8513fa58 -[NSWindow sendEvent:] + 11296
    15  com.apple.AppKit                        0x00007fff850de5d4 -[NSApplication sendEvent:] + 2021
    16  com.apple.dt.IDEKit                     0x000000010642c600 -[IDEApplication sendEvent:] + 456
    17  com.apple.AppKit                        0x00007fff84f2ea19 -[NSApplication run] + 646
    18  com.apple.AppKit                        0x00007fff84f197a3 NSApplicationMain + 940
    19  libdyld.dylib                           0x00007fff836995fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8fa19662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff83641421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff83641136 _dispatch_mgr_thread + 52
    Thread 3 Crashed:: Dispatch queue: DBGLLDBLauncher Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8fa18866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb0335c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8f77bb1a abort + 125
    3   libsystem_c.dylib                       0x00007fff8f7459bf __assert_rtn + 321
    4   com.apple.LLDB.framework                0x0000000112a87265 GDBRemoteCommunication::StartDebugserverProcess(char const*, unsigned short, lldb_private::ProcessLaunchInfo&, unsigned short&) + 1729
    5   com.apple.LLDB.framework                0x0000000112a8dde6 ProcessGDBRemote::LaunchAndConnectToDebugserver(lldb_private::ProcessInfo const&) + 216
    6   com.apple.LLDB.framework                0x0000000112a8e414 ProcessGDBRemote::DoAttachToProcessWithID(unsigned long long, lldb_private::ProcessAttachInfo const&) + 126
    7   com.apple.LLDB.framework                0x0000000112b1614c lldb_private::Process::Attach(lldb_private::ProcessAttachInfo&) + 1532
    8   com.apple.LLDB.framework                0x0000000112b5d10a PlatformDarwin::Attach(lldb_private::ProcessAttachInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 456
    9   com.apple.LLDB.framework                0x0000000112b0c7f1 lldb_private::Platform::DebugProcess(lldb_private::ProcessLaunchInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 213
    10  com.apple.LLDB.framework                0x0000000112b5ceef PlatformDarwin::DebugProcess(lldb_private::ProcessLaunchInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 57
    11  com.apple.LLDB.framework                0x0000000112b2ed37 lldb_private::Target::Launch(lldb_private::Listener&, lldb_private::ProcessLaunchInfo&) + 483
    12  com.apple.LLDB.framework                0x00000001118b8580 lldb::SBTarget::Launch(lldb::SBLaunchInfo&, lldb::SBError&) + 502
    13  com.apple.dt.dbg.DebuggerLLDB           0x0000000116a0a1b3 -[DBGLLDBLauncher _doRegularDebugWithTarget:usingDebugServer:errTargetString:] + 3132
    14  com.apple.dt.dbg.DebuggerLLDB           0x0000000116a0be6d __24-[DBGLLDBLauncher start]_block_invoke + 4672
    15  libdispatch.dylib                       0x00007fff836421bb _dispatch_call_block_and_release + 12
    16  libdispatch.dylib                       0x00007fff8363f28d _dispatch_client_callout + 8
    17  libdispatch.dylib                       0x00007fff83641673 _dispatch_queue_drain + 451
    18  libdispatch.dylib                       0x00007fff836429c1 _dispatch_queue_invoke + 110
    19  libdispatch.dylib                       0x00007fff83640f87 _dispatch_root_queue_drain + 75
    20  libdispatch.dylib                       0x00007fff83642177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib                 0x00007fff8fb03ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8a94b967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8aecaab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.DTDeviceKitBase               0x000000010fe0f20e -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 162
    6   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 9:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8a94dadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x00007fff8aa364aa -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation          0x00000001111e3e0d -[DYMobileDeviceManager _deviceNotificationThread:] + 134
    8   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff90394a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff9039478f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff850db05e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
    3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
    3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
    3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 21:: <lldb.comm.debugger.input>
    0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
    1   com.apple.LLDB.framework                0x00000001129a13d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888
    2   com.apple.LLDB.framework                0x00000001129a0e3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170
    3   com.apple.LLDB.framework                0x000000011299f31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97
    4   com.apple.LLDB.framework                0x000000011299ef7d lldb_private::Communication::ReadThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 22:: <lldb.comm.xcode.lldb.comm>
    0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
    1   com.apple.LLDB.framework                0x00000001129a13d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888
    2   com.apple.LLDB.framework                0x00000001129a0e3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170
    3   com.apple.LLDB.framework                0x000000011299f31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97
    4   com.apple.LLDB.framework                0x000000011299ef7d lldb_private::Communication::ReadThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8af33811 CFRunLoopRun + 97
    6   com.apple.DebugSymbols                  0x00007fff86abd7e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
    Thread 3 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000108b04000  rcx: 0x0000000108b018c8  rdx: 0x0000000000000000
      rdi: 0x0000000000002107  rsi: 0x0000000000000006  rbp: 0x0000000108b018f0  rsp: 0x0000000108b018c8
       r8: 0x00007f9283013200   r9: 0x000000000000021e  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x0000000112dd42d3  r13: 0x0000000112dd42bb  r14: 0x0000000000000006  r15: 0x0000000112dd40a1
      rip: 0x00007fff8fa18866  rfl: 0x0000000000000206  cr2: 0x00000001080d9000
    Logical CPU:     0
    Error Code:      0x020000b8
    Trap Number:     133
    Binary Images:
           0x1052e3000 -        0x1052e3fff  com.apple.dt.Xcode (5.1.1 - 5085) <FD2BA0E4-B9CC-3B2C-9102-1947596C66A1> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x1052ea000 -        0x105720ff7  com.apple.dt.DVTFoundation (5.1.1 - 5074) <B24C82CF-16FA-3C74-8EE4-FBEAE63A6B58> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x1058a5000 -        0x105bc6ff7  com.apple.dt.DVTKit (5.1.1 - 5074) <D24023C4-F8AF-3007-9854-6C116FA46345> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x105d6d000 -        0x1061b7fff  com.apple.dt.IDEFoundation (5.1.1 - 5085) <8178F087-409B-3AD7-A379-95828D8EE84E> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x106413000 -        0x106d6cfff  com.apple.dt.IDEKit (5.1.1 - 5085) <D58FFD9F-A20D-3D32-A576-EA2D07E40A74> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x1072f4000 -        0x1072f5ffb  libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib
           0x1072fc000 -        0x1072fdfff  libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x107302000 -        0x107d4efff +libclang.dylib (503.0.40) <62D528E6-5BCA-3CB0-ADE4-209207603864> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x107edc000 -        0x107f4aff7  com.apple.CSServiceClient (1.0 - 1) <6A67BDAB-E939-3B1B-B6A7-D0F715898994> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Ver sions/A/CSServiceClient
           0x107f8f000 -        0x107fa6fff  com.apple.DADocSetManagement (5.1 - 5007) <5FA5C2A9-23E8-377F-94C9-E1EFFA472C05> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x107fbd000 -        0x107fbfff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <D99306FF-3E66-39D4-87E4-F9356A3BED75> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x107fc7000 -        0x107ff0fff  com.apple.dt.instruments.DTGraphKit (5.1 - 55014) <0995B341-781A-3AE1-AD2A-0B3E4EFDB47C> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
           0x10800b000 -        0x108074ff7  com.apple.DADocSetAccess (5.1 - 5007) <B3F5F40C-AA75-3EE1-9CA4-F89FE81FED9F> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x10a378000 -        0x10a43fff7  com.apple.dt.IDE.IDESourceEditor (5.1.1 - 5064) <54302AC0-A6B4-3BBB-9A8C-249C6AC4932B> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x10a4ad000 -        0x10a4ccff7  com.apple.dt.IDE.IDEQuickHelp (5.1.1 - 5064) <265E4BD5-A65B-30D4-B8FA-73C0E135E5C1> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x10a4e6000 -        0x10a4eaff7  com.apple.dt.gpu.GPUTraceDebugger (5.1 - 15016) <8AE4532E-AF26-3BF6-AC4D-806738634FAE> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x10a6f9000 -        0x10a772ff7  com.apple.dt.IDE.IDEDocViewer (5.1.1 - 5064) <696905ED-AE8E-3EFE-9D22-15606C945466> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x10a7c7000 -        0x10a7cffff  com.apple.dt.IDE.HexEditor (5.1.1 - 5064) <09F524AC-E6D7-3E9B-BA30-B868405B4520> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x10a7d9000 -        0x10a7e6fff  com.apple.dt.gpu.GPUDebuggerKit (5.1 - 15016) <C74271F3-8D43-35A8-BD9A-274D19EC4449> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x10ac43000 -        0x10ac44ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.1 - 3733) <CDB609A2-39B4-3025-8CCC-8F5CD938DCFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x10ac4b000 -        0x10ac4cfff  com.apple.dt.dbg.DebuggerLLDBService (5.1.1 - 5064) <BA977C27-3503-3D12-BAB3-1B5F0A186E46> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x10ac52000 -        0x10ac68fff  com.apple.DVTiPhoneSimulatorRemoteClient (5.1.1 - 5053) <B3F69948-6D24-30A9-B47B-7E5FF7CFA899> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x10ac79000 -        0x10ac79ff7  com.apple.xcode.compilers.scntool (7.1.1 - 5069) <92ABF44B-AE1A-3F84-B273-BB99D358C036> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
           0x10ac7e000 -        0x10b138ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.1.1 - 5056) <3DC7124F-1DFD-393B-B10D-3B9AB44DF963> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x10b41b000 -        0x10b4a3ff7  com.apple.dt.IBFoundation (1.0 - 5056) <F79001B5-9E60-3F13-9ABA-0D50CF3F7636> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
           0x10b4f9000 -        0x10b587fff  com.apple.dt.IBAutolayoutFoundation (1.0 - 5056) <F7E2DEAD-48D8-3FE1-BF66-190CCE8002C3> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x10b5df000 -        0x10b623fff  com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
           0x10b654000 -        0x10b6a3ff7  com.apple.dt.IDE.iCloudSupport (5.1.1 - 5064) <77E4FB9A-C157-3AB4-9162-28D59AC94F2C> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
           0x10b6dd000 -        0x10b713fff +com.ridiculousfish.HexFiendFramework (5.1.1 - 5064) <91F04711-C101-3CC5-9A0F-958B4BBF4FF9> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x10b73a000 -        0x10b76fff7  com.apple.dt.dbg.DebuggerFoundation (5.1.1 - 5064) <EF0001E8-A87E-3613-8D59-21DFF0330BBC> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x10b79b000 -        0x10b83bfff  com.apple.dt.dbg.DebuggerUI (5.1.1 - 5064) <AFBAC6C9-3B02-3FA4-B5A4-B0AA6330BB0E> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x10b8b8000 -        0x10b9a5fff  com.apple.dt.gpu.GPUDebuggerFoundation (5.1 - 15016) <1F053D1D-B90B-3EBA-8BB6-C7FA31342B45> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x10ba01000 -        0x10ba50fff  com.apple.GPUTools (1.0 - 15016) <C7348F5A-3064-3344-9C9D-3597339F2378> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x10ba7b000 -        0x10bb3dfff  com.apple.GPUToolsCore (1.0 - 15016) <619516EE-D649-340E-AC91-EB1B4613DDDD> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x10bb7d000 -        0x10bdbfff7  com.apple.GPUToolsAnalysis (1.0 - 15016) <3AC2C00B-2527-3B3A-B98C-4BCF49D4AA1F> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x10be14000 -        0x10bebefff  com.apple.GPUToolsServices (1.0 - 15016) <87C41A2A-6F28-3971-A003-59CDB54CEB8E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x10bf1f000 -        0x10c0f1ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (5.1 - 15016) <6D532A8B-283C-36F3-9CAF-C88F626A7200> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x10c145000 -        0x10c173fff  com.apple.dt.IDE.Xcode3Core (5.1.1 - 5069) <CA5467B7-5482-3423-9D1F-75B670CE3132> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x10c18b000 -        0x10c4fbfff  com.apple.Xcode.DevToolsCore (7.1.1 - 5069) <71CA0744-549D-3141-A01F-FDD5F7D3C4B2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x10c68a000 -        0x10c693fff  com.apple.DevToolsFoundation (7.1.1 - 5069) <1560D20B-EF07-3DC8-AAEF-F92668FEA99D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x10c69e000 -        0x10c6ddfff  com.apple.Xcode.DevToolsSupport (7.1.1 - 5069) <67829098-65E2-3E9A-AE8E-91BA6B8385FD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10c703000 -        0x10c8b7ff7  com.apple.dt.IDE.Xcode3UI (5.1.1 - 5069) <878B73EE-298A-32CB-83F0-D12D393228D8> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x10d944000 -        0x10d949fff  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 15008) <F8E1A3B2-D5E8-39E5-89E3-54DDEEF8C0E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
           0x10d94f000 -        0x10d94ffff  com.apple.dt.IDE.IDEAppleScriptEditor (5.1.1 - 5064) <00F40EE3-FA3C-3559-89E5-2B25CC9FD5A3> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x10d954000 -        0x10d964ff7  com.apple.IDESpriteKitParticleEditor (1.0 - 1) <374121FA-65E0-3E4D-9F46-0B5A81371937> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
           0x10d97f000 -        0x10d9e5fff  com.apple.dt.IDE.IDEiOSSupportCore (5.1.1 - 5053) <BCCDA697-75F2-3117-A300-57D3ED27A4AF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOS SupportCore
           0x10da06000 -        0x10da1fff7  com.apple.DeviceLinkX (5.0 - 264) <2779E6ED-BD8D-3B81-99E9-1656438F25A1> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x10da30000 -        0x10da3afff  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <A7FA5C5A-F2FB-3C37-B03E-0EB8C494214D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorH ost
           0x10da47000 -        0x10dad1fff  com.apple.dt.IDE.IDEiPhoneSupport (5.1.1 - 5053) <3485627B-4D45-3B90-9869-FBB7282748BB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x10db11000 -        0x10db4dfff  com.apple.framework.ConfigurationProfiles (6.0.2 - 667) <6AEA891F-CA82-3DB2-B2B5-735713FF618C> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x10dc09000 -        0x10dddafff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x10de85000 -        0x10de89ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10de8e000 -        0x10de9efff  com.apple.dt.IDE.IDEQuickLookEditor (5.1.1 - 5064) <DDF8CF41-6714-3E9E-81A9-C1224B6BCF89> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x10deb0000 -        0x10debafff  com.apple.dt.PlistEditor (5.1.1 - 5064) <A93BA7DB-6A06-3CCF-B681-BBAB1C142450> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x10fdf2000 -        0x10fe61fff  com.apple.DTDeviceKitBase (5.1.1 - 5053) <510958A0-EEE0-3E4E-80CD-2431DF877256> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x10fea1000 -        0x10ffb7fff  com.apple.mobiledevice (737 - 737) <E978B923-68DA-3F51-AD49-BEBB9D849699> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x1100e1000 -        0x1100e4fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x110112000 -        0x110119ff7  com.apple.dt.IDE.IDEOSXSupportCore (5.1 - 5004) <5F32413C-EEE0-32A2-86F7-AD51338776DB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
           0x110124000 -        0x110125ff7 +liblaunch_sim.dylib (330.10.5) <4C651793-4591-3CA5-BD3B-209FC38C3050> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator7.1.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x11060f000 -        0x11060ffff  com.apple.IBStoryboardCompilerPlugin (5.1 - 3733) <81143726-49EA-39B4-AE48-C76B5C174BEE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
           0x110613000 -        0x11061eff7  com.apple.xcode.plug-in.CoreBuildTasks (7.1.1 - 5069) <1E0DB441-26C3-3F96-810E-A8B7ED36A768> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x110626000 -        0x110626ff7  com.apple.xcode.compilers.coredata (7.1.1 - 5069) <E439E918-BAA8-3A59-929F-411D1EC93E46> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x11064b000 -        0x11064bff7  com.apple.compilers.clang (7.1.1 - 5069) <5D768B37-C0DF-31DD-BA42-34BB6BA879A9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
           0x11064f000 -        0x110652ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <BF5E2897-D204-3D68-B711-DF815D5A212B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
           0x110658000 -        0x11065bfff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <83A4BD46-AE20-3049-A865-BEE5F72E8940> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x110660000 -        0x11081eff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.1.1 - 5056) <89AC918E-1F50-3C45-8061-685491610604> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x11093c000 -        0x110961fff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x110983000 -        0x1109c3ff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <DC45DBA8-895A-3DD2-ABD6-4BB94F41F0B2> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x110a37000 -        0x110c8fff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.1 - 3733) <05B11916-14DF-3BFD-8C64-B999AC1514F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x110d68000 -        0x110d78ff7  com.apple.DTDeviceKit (4.2 - 5053) <12C220D4-C8EF-3ADF-9731-71EC994F4654> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x110e0a000 -        0x110e95fff  com.apple.dt.gpu.GPURenderTargetEditor (5.1 - 15016) <D3499565-A50D-3470-A30A-A80799EE7F1A> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x110ee1000 -        0x110f1afff  com.apple.GPUToolsInterface (1.0 - 15016) <FDC2327C-0D05-3FCE-8E9C-AB0E30E91555> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x110f3a000 -        0x11103cfff  com.apple.dt.IDE.IDEModelEditor (5.1.1 - 5064) <50585AA6-DA06-3A48-93AF-0F3145BCA3FD> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x1110d3000 -        0x11115cfff  com.apple.dt.IDE.IDEModelFoundation (5.1.1 - 5064) <09E519E6-9348-34C0-B90C-E7F26B4D9E11> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x1111b2000 -        0x1111c9ff7  com.apple.dt.IDE.IDERTFEditor (5.1.1 - 5064) <03F68676-7C63-3C41-B6DD-C3EAF94FA5EA> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x1111db000 -        0x1111f3fff  com.apple.GPUToolsMobileFoundation (1.0 - 15008) <DA3C2279-E087-3923-889F-D85F276CB994> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x11168d000 -        0x1116dbfff  com.apple.dt.IDE.IDESceneKitEditor (5.1 - 5005) <4805781D-8CDB-3698-87C6-BA82A2FCA789> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x111713000 -        0x11175dff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (5.1 - 15008) <8DE87D09-C5E1-3544-A819-F2E6351F7F7C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x111787000 -        0x1117afff7  com.apple.GPUToolsShaderProfiler (1.0 - 15016) <588BF0BE-9752-35B1-808C-15D3AEBB665A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framew ork/Versions/A/GPUToolsShaderProfiler
           0x1117c3000 -        0x111848ff7  com.apple.GPUToolsExpert (1.0 - 15008) <DF67A417-32C8-300E-9C67-02D0FC1FE892> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x111891000 -        0x111899ff7  com.apple.dt.ScriptingDefinitionEditor (5.1.1 - 5064) <E9E01071-A13C-34FB-97D9-E64F726BE9F1> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x1118a1000 -        0x1118a6ff7  com.apple.dt.IDE.IDEPDFViewer (5.1.1 - 5064) <1742CA70-3B93-33A0-82AF-6433B315BB22> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x1118ae000 -        0x113327f0f  com.apple.LLDB.framework (1.310.2.37 - 310.2.37) <7BD03D5B-7216-3470-A75C-98FBBDE4AAE4> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB
           0x11397b000 -        0x113a65fff  org.python.python (2.7.5 - 2.7.5) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x113b4e000 -        0x113b8afff  com.apple.gputools.MobileAnalysis (1.0 - 15008) <AB993446-7F42-3204-8D69-BADAEE7B93CA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
           0x113da4000 -        0x113eb9ff7  com.apple.SpriteKit (1.0 - 1) <0FD4C8A4-9268-3C97-AFAC-3EE55BAC8DC7> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Versions/ A/SpriteKit
           0x113f1a000 -        0x113f57fff  com.apple.PhysicsKit (1.0 - 1) <7995F642-C0DA-32A7-891F-7177D8025D6D> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versions /A/PhysicsKit
           0x113f71000 -        0x113f96fff  com.apple.GLKit (1.0 - 27) <E87FD290-ACD2-3F2B-91D0-24AC02A39DA4> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
           0x113fbb000 -        0x113fdffff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x11524f000 -        0x11525afff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x115261000 -        0x115262ff9 +cl_kernels (???) <A0FC519A-B067-406D-92A2-D7CAE711D69A> cl_kernels
           0x1156a3000 -        0x115789fef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x115861000 -        0x115862ffa +cl_kernels (???) <73879C92-CB5F-4DEB-808A-CED181D0227F> cl_kernels
           0x1158f0000 -        0x11590dff7  com.apple.dt.IDE.IDEGit (5.1.1 - 5064) <1A896830-2258-3FD1-9675-E637CDCA6349> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x115921000 -        0x115938fff  com.apple.dt.IDE.IDESubversion (5.1.1 - 5064) <5B1542EF-2D0F-3E39-97A7-7A344FF224A5> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x115946000 -        0x11594cfff  com.apple.dt.IDE.IDEInstrumentsService (5.1.1 - 5064) <23A1D273-2070-3F44-A6C2-A3B2209A832B> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x115a02000 -        0x115a03ff7  com.apple.dt.IDE.IDEAppleScriptCore (5.1.1 - 5064) <27CE752D-BE13-3D28-A03E-993B0E71B088> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
           0x1168ed000 -        0x1168eefe4 +cl_kernels (???) <E1FFD6B3-0797-446F-B2F3-364D431BE15B> cl_kernels
           0x1169f7000 -        0x116a3cff7  com.apple.dt.dbg.DebuggerLLDB (5.1.1 - 5064) <B5693931-5D42-33A7-A3A2-25B343F3118E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
        0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.13 - 8.2.4) <51BA14A4-A2B5-3895-8B9A-E7D71CAC3E5B> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff68984000 -     0x7fff689b7817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8294b000 -     0x7fff8295bffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8295c000 -     0x7fff829f9fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff829fa000 -     0x7fff829fffff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff82a00000 -     0x7fff82b22fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff82b24000 -     0x7fff82b29ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff82b2a000 -     0x7fff82b47ff7  com.apple.framework.Apple80211 (9.3.2 - 932.59) <DA61BF63-978E-342D-8F7F-83D0169A7F48> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff82b87000 -     0x7fff82bb4ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff82bb5000 -     0x7fff82c49ff7  com.apple.Bluetooth (4.2.4 - 4.2.4f1) <9F1148F5-C476-3AC0-9C8F-C4D29E84C97D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff82c5e000 -     0x7fff82cc2fff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff82cdf000 -     0x7fff82d6afff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff82d9f000 -     0x7fff82da1fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff83585000 -     0x7fff835acffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff835ad000 -     0x7fff835fbff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff835fc000 -     0x7fff835ffffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff83600000 -     0x7fff83631fff  com.apple.MediaKit (15 - 70

    I think the suggestion would have been to update Microsoft Office, which is not available from the App Store. You need to get it from Microsoft.
    What you can do is run the Microsoft Auto Update utility. Open Finder and click on Go > Go to Folder. Then enter the following (copy and paste)
    /Library/Application Support/Microsoft/MAU2.0
    If you are running MS Office 2011 then you will see the Microsoft AutoUpdate utility. Double-click to open and get the latest update.

Maybe you are looking for

  • How to restrict access to portal based on entitlements.

    Hi, I am working on weblogic 8.1 portal project. i want to restrict the user to access the portal based on the entitlements. However when user try to login he is seeing Weblogic Error 403 forbidden page. How to display custom error page, instead of w

  • Is it possible to control the order that text flows appear when using them as text insets?

    I want to create multiple flows in a FrameMaker file which I can then insert as text insets. I would like to choose the inset using the Body Page Flow: dropdown list. However, there seems to be no order, alphabetical or otherwise, in which these flow

  • MacBook won't open pdf files with Adobe Acrobat Reader

    I just bought a 13" MacBook and transferred everything from my 12" PowerBook to the MacBook. I just tried to open a file saved with Adobe and I get the following message: You cannot open the application "Adobe Reader" because it is not supported on t

  • Moving to a new PC - Backup / Restore problem (Help me John Ellis!  :-)

    I'm embarrassed to ask this. But I need help. I have spent probably 25 hours on this (mainly reading forums) and nothing has worked. Here's my situation: I was using Photoshop Elements 7 on an old Windows XP PC. I tried to move my catalog to another

  • Table frame problem

    Hi all, Hope all r doing well. I am doing the PO form there i have a table to display PO item details. sno matnr desc 1 1001 test 2 2002 test 3 2003 test I am getting table like above each line separator for each line item in main area. I tried with