AQ and JMS - Oracle XA exception when trying to read message

I'm trying to setup Oracle AQ as a foreign JMS provider. I've setup the DipsAQXAQueueConnectionFactory and DipsAQDestination in the JNDI of my weblogic server according to the sample posted by Eric Ma. This works ok and prints out the following on server startup....
          The arguments are :
          {JNDIServerPort=7001, QueueJndiName=AQJMSQueue, JNDIServer=localhost, AQueueName=DIPS_AQJMS_QUEUE, S
          erver=147.209.179.194, Port=15005, AQueueTableName=DIPS_AQJMS_TEXT, Instance=dev39, DriverType=oci8,
           MessageType=SYS.AQ$_JMS_TEXT_MESSAGE, FactoryJndiName=AQJMSConnectionFactory}
          The XA queue connection factory and queue is bound to the WLS JNDI Tree !
          My MDB ejb is configured as follows...
          * @ejbgen:message-driven default-transaction="Required"
          * ejb-name = FmcDispatch
          * destination-jndi-name = AQJMSQueue
          * destination-type = javax.jms.Queue
          * @ejbgen:foreign-jms-provider initial-context-factory="weblogic.jndi.WLInitialContextFactory" provider-url="t3://localhost:7001"
          * connection-factory-jndi-name="AQXAJMSConnectionFactory"
          public class FmcDispatch
          extends GenericMessageDrivenBean
          implements MessageDrivenBean, MessageListener
          The problem is, when the above EJB is deployed, I'm always getting the following exceptions...
          >
          <14/02/2006 11:21:03 AM EST> <Error> <EJB> <BEA-010079> <An error occurred while attempting to recei
          ve a message from JMS for processing by a message-driven bean: [EJB:010196]'javax.jms.JMSException:
          [J2EE:160049]An error occurred while registering the JMS connection with JTA: javax.transaction.Syst
          emException: start() failed on resource 'weblogic.ejb20.JMSConnectionPoller.FmcDispatch': XAER_RMERR
          : A resource manager error has occured in the transaction branch
          oracle.jdbc.xa.OracleXAException
          at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1184)
          at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:311)
          The exception is : javax.jms.JMSException: [J2EE:160049]An error occurred while registering the JMS
          connection with JTA: javax.transaction.SystemException: start() failed on resource 'weblogic.ejb20.J
          MSConnectionPoller.FmcDispatch': XAER_RMERR : A resource manager error has occured in the transactio
          n branch
          oracle.jdbc.xa.OracleXAException
          at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1184)
          at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:311)
          at weblogic.deployment.jms.WrappedXAResource_oracle_jdbc_xa_client_OracleXAResource.start(Un
          known Source)
          at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1145)
          at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1077
          at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:240)
          at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.
          java:449)
          Any ideas?

Oracle home is pointing to wrong location.When we made the change to corrent location.Then we rebuilt the jar file started the managed server it is working fine.

Similar Messages

  • Facing error when trying to read message from MQ through B2B

    Hi,
    I'm trying to read the messages from MQ through B2B.
    I have created a listening channel in B2B console.
    Also place the required jar files in the Domain_Dir/lib folder.For your reference the jar files are given below,
    a. com.ibm.mqjms.jar
    b. dhbcore.jar
    c. com.ibm.mq.jar
    d. com.ibm.mq.jmqi.jar
    e. mqcontext.jar
    g. com.ibm.mq.commonservices.jar
    h. com.ibm.mq.headers.jar
    i. com.ibm.mq.pcf.jar
    But i'm encounter the below error while reading the MQ. Pls let me know if i'm missing something.
    ####<Oct 9, 2014 4:00:03 PM IST> <Error> <oracle.soa.b2b.engine> <ULCAKESBTD1P> <b2b-server> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    > <<anonymous>> <> <0000KZoSn1y5YbWzLwyGOA1KDaCI000002> <1412850603388> <BEA-000000> <oracle.tip.b2b.transport.TransportException: [JMS_CONN_INVALID] JMS connection error.
      at oracle.tip.b2b.transport.TransportException.create(TransportException.java:93)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.init(JMSMonitor.java:199)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.<init>(JMSMonitor.java:181)
      at oracle.tip.b2b.transport.basic.JMSReceiver.init(JMSReceiver.java:266)
      at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:577)
      at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:240)
      at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
      at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
      at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: oracle.tip.b2b.transport.TransportException: [JMS_CONN_FAC_NOT_FOUND] JMS_CONN_FAC_NOT_FOUND
      at oracle.tip.b2b.transport.TransportException.create(TransportException.java:78)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:208)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getQueueConnectionFactory(JMSConnectionFactoryFactory.java:85)
      at oracle.tip.b2b.transport.basic.jms.JMSConnection.<init>(JMSConnection.java:136)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.init(JMSMonitor.java:195)
      ... 7 more
    Caused by: java.lang.ClassNotFoundException: QMUL.PDT
      at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:190)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:162)
      ... 10 more
    oracle.tip.b2b.transport.TransportException: [JMS_CONN_INVALID] JMS connection error.
      at oracle.tip.b2b.transport.TransportException.create(TransportException.java:93)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.init(JMSMonitor.java:199)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.<init>(JMSMonitor.java:181)
      at oracle.tip.b2b.transport.basic.JMSReceiver.init(JMSReceiver.java:266)
      at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:577)
      at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:240)
      at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
      at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
      at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused By: oracle.tip.b2b.transport.TransportException: [JMS_CONN_FAC_NOT_FOUND] JMS_CONN_FAC_NOT_FOUND
      at oracle.tip.b2b.transport.TransportException.create(TransportException.java:78)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:208)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getQueueConnectionFactory(JMSConnectionFactoryFactory.java:85)
      at oracle.tip.b2b.transport.basic.jms.JMSConnection.<init>(JMSConnection.java:136)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.init(JMSMonitor.java:195)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.<init>(JMSMonitor.java:181)
      at oracle.tip.b2b.transport.basic.JMSReceiver.init(JMSReceiver.java:266)
      at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:577)
      at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:240)
      at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
      at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
      at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused By: java.lang.ClassNotFoundException: QMUL.PDT
      at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:190)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:162)
      at oracle.tip.b2b.transport.basic.jms.JMSConnectionFactoryFactory.getQueueConnectionFactory(JMSConnectionFactoryFactory.java:85)
      at oracle.tip.b2b.transport.basic.jms.JMSConnection.<init>(JMSConnection.java:136)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.init(JMSMonitor.java:195)
      at oracle.tip.b2b.transport.basic.jms.JMSMonitor.<init>(JMSMonitor.java:181)
      at oracle.tip.b2b.transport.basic.JMSReceiver.init(JMSReceiver.java:266)
      at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:577)
      at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:240)
      at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
      at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
      at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    ####<Oct 9, 2014 4:00:20 PM IST> <Warning> <oracle.adfinternal.view.faces.partition.FeatureUtils> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KZoSn1y5YbWzLwyGOA1KDaCI000002> <1412850620868> <ADF_FACES-30130> <Ignoring feature-dependency on feature "AdfDvtCommon".  No such feature exists.>
    ####<Oct 9, 2014 4:00:21 PM IST> <Warning> <org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KZoSn1y5YbWzLwyGOA1KDaCI000002> <1412850621197> <BEA-000000> <Configurator services already initialized.>
    ####<Oct 9, 2014 4:00:30 PM IST> <Notice> <Log Management> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1412850630361> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    ####<Oct 9, 2014 4:00:30 PM IST> <Notice> <WebLogicServer> <ULCAKESBTD1P> <b2b-server> <main> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac6> <1412850630614> <BEA-000365> <Server state changed to ADMIN>
    ####<Oct 9, 2014 4:00:30 PM IST> <Notice> <WebLogicServer> <ULCAKESBTD1P> <b2b-server> <main> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac6> <1412850630698> <BEA-000365> <Server state changed to RESUMING>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631051> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:214:4fff:feeb:478d:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631051> <BEA-002613> <Channel "Default[1]" is now listening on 10.236.77.12:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631052> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:214:4fff:feeb:478c:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631053> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631053> <BEA-002613> <Channel "Default" is now listening on 192.168.107.97:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <Server> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631054> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7003 for protocols iiop, t3, ldap, snmp, http.>
    ####<Oct 9, 2014 4:00:31 PM IST> <Notice> <WebLogicServer> <ULCAKESBTD1P> <b2b-server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac8> <1412850631055> <BEA-000332> <Started WebLogic Managed Server "b2b-server" for domain "b2b-domain" running in Development Mode>
    ####<Oct 9, 2014 4:00:32 PM IST> <Notice> <WebLogicServer> <ULCAKESBTD1P> <b2b-server> <main> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac6> <1412850632557> <BEA-000365> <Server state changed to RUNNING>
    ####<Oct 9, 2014 4:00:32 PM IST> <Notice> <WebLogicServer> <ULCAKESBTD1P> <b2b-server> <main> <<WLS Kernel>> <> <308025e28c55d051:50252314:148f4730231:-8000-0000000000007ac6> <1412850632559> <BEA-000360> <Server started in RUNNING mode>
    ####<Oct 9, 2014 4:00:38 PM IST> <Warning> <oracle.soa.services.notification> <ULCAKESBTD1P> <b2b-server> <TimerFactory> <<anonymous>> <> <0000KZoSn1y5YbWzLwyGOA1KDaCI000002> <1412850638612> <BEA-000000> <<.> Notification via email, voice, SMS or IM will not be sent. If you would like to enable them, please configure corresponding sdpmessaging driver. Then modify the accounts and set NotificationMode attribute to either NONE, EMAIL or ALL in workflow-notification-config.xml>
    ####<Oct 9, 2014 4:02:41 PM IST> <Warning> <Socket> <ULCAKESBTD1P> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a2e657fa9e6b5d11:789eb8cc:148f4403946:-8000-00000000000029c4> <1412850761335> <BEA-000449> <Closing socket as no data read from it on 192.168.96.66:29,963 during the configured idle timeout of 5 secs>
    ####<Oct 9, 2014 4:02:51 PM IST> <Warning> <Socket> <ULCAKESBTD1P> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a2e657fa9e6b5d11:789eb8cc:148f4403946:-8000-00000000000029d2> <1412850771337> <BEA-000449> <Closing socket as no data read from it on 192.168.96.66:29,970 during the configured idle timeout of 5 secs>
    ####<Oct 9, 2014 4:03:16 PM IST> <Warning> <Socket> <ULCAKESBTD1P> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <a2e657fa9e6b5d11:789eb8cc:148f4403946:-8000-00000000000029f4> <1412850796335> <BEA-000449> <Closing socket as no data read from it on 192.168.96.66:29,984 during the configured idle timeout of 5 secs>
    Thanks,
    Ravindra.

    Hi Ravindra,
    Which mode of connectivity are you trying (credential based / .bindings based)
    MQ connectivity  support is provided via JMS offering of Oracle B2B. This blog post will provide you the steps for the same - https://blogs.oracle.com/oracleb2bgurus/entry/b2b_communication_using_ibm_mq
    Please ensure to provide the proper values for connection factory and other details in JMS configuration in B2B
    HTH

  • URL stream throws exception when trying to read from input stream

    Hi guys,
    I tried reading from an input stream which returned a 401. Actually, the server side returns 401 whenever the application server cannot fulfill the client's request, however the 401 contains a message which I will like to read.
    I have tried this with mozilla and the return message is properly displayed even at 401. How can I read this message?

    Oracle home is pointing to wrong location.When we made the change to corrent location.Then we rebuilt the jar file started the managed server it is working fine.

  • Underflow Exception when trying to bind small double to BINARY_DOUBLE

    I get exception when trying to insert small double value (1.0E-131) into BINARY_DOUBLE column via jdbc.
    The exception I get:
    Exception in thread "main" java.sql.SQLException: Underflow Exception trying to bind 1.0000000000000001E-131
    at oracle.jdbc.driver.DoubleBinder.bind(OraclePreparedStatement.java:13856)
    at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2866)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:2151)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3280)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390)
    at dbAccess.main(dbAccess.java:18)
    According to oracle documentation the smallest positive number the BINARY_DOUBLE column can store is 2.22507485850720E-308.
    I'm using oracle 10g r2 and thin jdbc driver.
    Any ideas?

    That is expected since a double is converted to a Oracle NUMBER before passing it to the database and Oracle NUMBER does not support 1.0e-131, the range is 1E-130 .. 10E125.
    Look at the SQL output below,
    SQL> select to_char(to_number(1.0e-131)) from dual;
    T
    0
    SQL> select to_char(to_number(1.0e-130)) from dual;
    TO_CHAR(TO_NUMBER(1.0E-130))
    1.000000000000000000000000000000000E-130
    ==
    Use oracle.sql.BINARY_DOUBLE for numbers like this.
    eg:
    preparedStatement.setBINARY_DOUBLE(1, new oracle.sql.BINARY_DOUBLE(1.0e-131));
    ==
    hope this helps.
    Ashok

  • Page/JNI: Exception when trying to connect in 1,page/ContentFetcher InterruptedIOExce

    We have upgraded to fro m 3.0.8 portal 3.0.9.8.2 9iAS 1.0.2.2 on database 8.1.7
    the system is very fast and run for sometime but after a while we see the following errors in Jserv.log file.
    this error causes the whole system to hang and we have to restart apache/jserv.
    Any light on this issue will be helpful and very much appreciated.
    thanks,
    Sunil Bontha
    25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: init
    [25/07/2001 14:07:51:388 CEST] Viewer/oracle.discoiv.Disco4iv: Initializing Discoverer 4i Viewer (4.1.37.82)
    [25/07/2001 14:09:15:219 CEST] page/oracle.webdb.page.ParallelServlet: init
    [25/07/2001 14:09:15:249 CEST] page/JNI: Cache is enabled.
    [25/07/2001 14:09:15:299 CEST] page/Starting a pool of 25 handlers.
    [25/07/2001 14:09:43:820 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:830 CEST] page/Timeout occurred, label=145 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:830 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher23
    [25/07/2001 14:09:43:840 CEST] page/JNI: Exception when trying to connect in 1.
    [25/07/2001 14:09:43:840 CEST] page/Timeout occurred, label=293 url=http://www.myserver.com/pls/pmsportal30/!PMSPORTAL30.wwpro_app_provider.execute_portlet [25/07/2001 14:09:43:840 CEST] page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher22
    [25/07/2001 14:09:53:864 CEST] page/JNI: Exception when trying to connect in 1.

    Hi Avi,
    My application is a standalone application trying to access MBeans present in oc4j.
    I tried
    using the code
    props.put(Context.INITIAL_CONTEXT_FACTORY ,"oracle.j2ee.rmi.RMIInitialContextFactory");
    obj = (ManagementHome) ctx.lookup("ejb/mgmt/MEJB");
    but i am getting the following error.
    javax.naming.NameNotFoundException: ejb/mgmt/MEJB not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :45)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at TestMBean.doSomething(TestMBean.java:90)
    at TestMBean.main(TestMBean.java:237)
    java.lang.NullPointerException
    at TestMBean.doSomething(TestMBean.java:107)
    at TestMBean.main(TestMBean.java:237)
    Regards
    Siva

  • Getting exception when trying to get taskdetails url using BPM worklist api

    Getting exception when trying to get taskdetails url using BPM worklist api method :
    String url = WorklistUtil.getTaskDisplayURL(
    wfSvcClient,
    ctx,
    task,
    null,
    "worklist",
    parameters);
    Jul 21, 2011 11:24:40 AM oracle.bpel.services.common.ServicesLogger __log
    WARNING: <oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.getServerPropertiesFromMbean()> Exception while loading install config file in standalone Error : javax.management.InstanceNotFoundException: com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean: com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
    oracle.fabric.common.FabricException: javax.management.InstanceNotFoundException: com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean: com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
    at oracle.soa.common.util.PlatformUtils.getServerInfo(PlatformUtils.java:184)
    at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.getServerPropertiesFromMbean(TaskFlowPropsUtil.java:319)
    at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.getServerInfoForWeblogicServer(TaskFlowPropsUtil.java:491)
    at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.getServerInfo(TaskFlowPropsUtil.java:363)
    at oracle.bpel.services.workflow.worklist.api.util.WorklistUtil.getDefaultURLPrefix(WorklistUtil.java:264)
    at oracle.bpel.services.workflow.worklist.api.util.WorklistUtil.getTaskDisplayURL(WorklistUtil.java:353)
    at oracle.bpel.services.workflow.worklist.api.util.WorklistUtil.getTaskDisplayURL(WorklistUtil.java:293)
    at com.test.WorflowServiceClient.main(WorflowServiceClient.java:198)
    Caused by: javax.management.InstanceNotFoundException: com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:662)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    at oracle.as.jmx.framework.config.session.ConfigurationMBeanServerImpl.getAttribute(ConfigurationMBeanServerImpl.java:210)
    at oracle.soa.common.util.PlatformUtils.getServerInfo(PlatformUtils.java:78)
    ... 7 more
    Caught workflow exception: null
    Process exited with exit code 0.
    Can anyone please help me

    Actually i'm using Jdeveloper 11.1.1.4 and our requirement is to show list of BPM worklist tasks for the logged in user on the first page and onclick of each task task details page should be opened. I can use Webcenter PS3 worklist taskflow. But i'm not able to customize that taskflow. So, i'm going for Worklist client api.
    I'm able to retrive the taskId,task title and few other details like task payload. But i don't know why the below method is giving exception.
    String url =
    WorklistUtil.getTaskDisplayURL(wfSvcClient,
    ctx, task, null,
    "worklist", parameters);
    And i observed that you have also used the same code for getting Taskdetails url. And one more thing is i'm trying to access BPM worklist which is installed on remote machine.
    Can you tell me what could be the reason for the exception?

  • Photoshop CS6 and Illustrator CS6 crash unexpectedly when trying to open a file

    Photoshop CS6 and Illustrator CS6 crash unexpectedly when trying to open a file.  I'm on OSX 10.6.8.  I installed the software through Creative Cloud.  I tried deleting preferences and it still doesn't work.  Here is the error details.
    Process:         Adobe Photoshop CS6 [254]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [96]
    Date/Time:       2012-09-19 09:50:58.644 -0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          53721 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  3290 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      420A7D57-F2CF-4101-9FAD-545C1E92B4BA
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** error for object 0x1084e9208: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff891410b6 __kill + 10
    1   ???                                     0x00000001039c11d0 0 + 4355527120
    2   libSystem.B.dylib                       0x00007fff891e19f6 abort + 83
    3   libSystem.B.dylib                       0x00007fff891d062d szone_error + 519
    4   libSystem.B.dylib                       0x00007fff890fa854 small_malloc_from_free_list + 473
    5   libSystem.B.dylib                       0x00007fff890f71e1 szone_malloc_should_clear + 2070
    6   libSystem.B.dylib                       0x00007fff890f8d1a malloc_zone_calloc + 92
    7   libSystem.B.dylib                       0x00007fff890fc7bb calloc + 57
    8   com.apple.ColorSync                     0x00007fff85240d37 CMMMemMgr::New(unsigned long) + 89
    9   com.apple.ColorSync                     0x00007fff85240d8d CMMBase::NewInternal(unsigned long, CMMMemMgr&, char const*) + 23
    10  com.apple.ColorSync                     0x00007fff85240de6 CMMTable::CMMTable(unsigned long, CMMMemMgr&) + 60
    11  com.apple.ColorSync                     0x00007fff8524da37 CMMCurveTag::MakeLutTable(CMMFloatLutInfo*, CMMMemMgr&, CMMLutRangeMapping, double) + 517
    12  com.apple.ColorSync                     0x00007fff8523af68 CMMRGBCurves::MakeLutTable(CMMFloatLutInfo*, CMMMemMgr&, unsigned int) + 128
    13  com.apple.ColorSync                     0x00007fff8524f3af ConversionManager::AddMatrixConv(CMMXYZTag* (&) [3], CMMRGBCurves&) + 69
    14  com.apple.ColorSync                     0x00007fff8525c4fa ConversionManager::MakeConversionSequence(CMMProfileInfoContainer*, CMMColorConversionInfo*) + 990
    15  com.apple.ColorSync                     0x00007fff8525dc35 DoInitializeTransform + 765
    16  com.apple.ColorSync                     0x00007fff8525e359 AppleCMMInitializeTransform + 164
    17  com.apple.ColorSync                     0x00007fff8528bd08 ColorSyncCMMInitializeTransform + 112
    18  com.apple.ColorSync                     0x00007fff8523227b ColorSyncTransformCreate + 1964
    19  libCSync.A.dylib                        0x00007fff89784126 create + 1059
    20  libCSync.A.dylib                        0x00007fff8977dbb2 aquireColorWorldByAttributes + 379
    21  libCSync.A.dylib                        0x00007fff8977d9c0 acquireColorWorld + 107
    22  libCSync.A.dylib                        0x00007fff8977d863 CMSTransformConvertComponents + 84
    23  com.apple.CoreGraphics                  0x00007fff801e6ff4 CGCMSInterfaceTransformConvertColorComponents + 56
    24  com.apple.CoreGraphics                  0x00007fff801e6196 CGColorTransformConvertColorFloatComponents + 370
    25  com.apple.CoreGraphics                  0x00007fff801e5fa3 CGColorTransformConvertColorComponents + 143
    26  com.apple.CoreGraphics                  0x00007fff8021159c CGColorTransformConvertColor + 185
    27  com.apple.AppKit                        0x00007fff829e4d5c convertColorToColorSpaceNamed + 375
    28  com.apple.AppKit                        0x00007fff829e4ac5 -[NSCalibratedWhiteColor colorUsingColorSpaceName:device:] + 262
    29  com.apple.AppKit                        0x00007fff82a39b3b -[NSTextFieldCell drawWithFrame:inView:] + 227
    30  com.apple.AppKit                        0x00007fff82a34444 -[NSControl drawRect:] + 405
    31  com.apple.AppKit                        0x00007fff82a2ccc5 -[NSView _drawRect:clip:] + 3390
    32  com.apple.AppKit                        0x00007fff82a2b938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    33  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    34  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    35  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    36  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    37  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    38  com.apple.AppKit                        0x00007fff82a2a00a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 767
    39  com.apple.AppKit                        0x00007fff82a29b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 254
    40  com.apple.AppKit                        0x00007fff82a263de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    41  com.apple.AppKit                        0x00007fff8299fc0e -[NSView displayIfNeeded] + 969
    42  com.apple.AppKit                        0x00007fff82967c3b -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    43  com.apple.AppKit                        0x00007fff82ba927f -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 734
    44  com.apple.AppKit                        0x00007fff82ba8ce7 -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextIn fo:] + 714
    45  com.apple.AppKit                        0x00007fff82ba8a18 -[NSApplication beginModalSessionForWindow:] + 36
    46  com.apple.AppKit                        0x00007fff82ba893a -[NSApplication runModalForWindow:] + 106
    47  com.apple.AppKit                        0x00007fff82e0e112 -[NSSavePanel runModal] + 318
    48  com.adobe.Photoshop                     0x000000010192f56e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17667086
    49  com.adobe.Photoshop                     0x00000001005b3050 0x100000000 + 5976144
    50  com.adobe.Photoshop                     0x0000000100c4dcc5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4160357
    51  com.adobe.Photoshop                     0x00000001005b3f4a 0x100000000 + 5979978
    52  com.adobe.Photoshop                     0x0000000100c51b02 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4176290
    53  com.adobe.Photoshop                     0x000000010061b102 boost::system::system_error::what() const + 338690
    54  com.adobe.Photoshop                     0x00000001006145b7 boost::system::system_error::what() const + 311223
    55  com.adobe.Photoshop                     0x0000000100614674 boost::system::system_error::what() const + 311412
    56  com.adobe.Photoshop                     0x00000001005b0c02 0x100000000 + 5966850
    57  com.adobe.Photoshop                     0x00000001005b77ec 0x100000000 + 5994476
    58  com.adobe.Photoshop                     0x00000001005ad3ae 0x100000000 + 5952430
    59  com.adobe.Photoshop                     0x000000010001faa2 0x100000000 + 129698
    60  com.adobe.Photoshop                     0x0000000101920e04 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17607844
    61  com.apple.AppKit                        0x00007fff829356de -[NSApplication run] + 474
    62  com.adobe.Photoshop                     0x0000000101920402 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17605282
    63  com.adobe.Photoshop                     0x000000010192266e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17614094
    64  com.adobe.Photoshop                     0x00000001005ae27c 0x100000000 + 5956220
    65  com.adobe.Photoshop                     0x00000001007b074f boost::system::system_error::what() const + 1999183
    66  com.adobe.Photoshop                     0x00000001007b0999 boost::system::system_error::what() const + 1999769
    67  com.adobe.Photoshop                     0x000000010054b24c 0x100000000 + 5550668
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8910bc0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8910dadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8910d7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8910d2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8910cc08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8910caa5 start_wqthread + 13
    Thread 2:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8912d8f9 nanosleep + 148
    2   libSystem.B.dylib                       0x00007fff8912d863 usleep + 57
    3   com.apple.DesktopServices               0x00007fff88abce1e TNode::WaitToBeSynced(bool) + 156
    4   com.apple.DesktopServices               0x00007fff88abcbfa TNode::StSynchronize::StSynchronize(TNodePtr const&, unsigned int) + 200
    5   com.apple.DesktopServices               0x00007fff88af6ea7 TNode::GetNodeFromPathName(TUString const&, TNodePtr&) + 83
    6   com.apple.DesktopServices               0x00007fff88ac66ba TNode::FindUserFolder(unsigned int, bool, TNodePtr&) + 212
    7   com.apple.DesktopServices               0x00007fff88ac6419 TNode::SetSpecialNodeFromOStype(unsigned int) + 133
    8   com.apple.DesktopServices               0x00007fff88ac6313 TNode::SetSpecialNode(unsigned int, TNodePtr&) + 263
    9   com.apple.DesktopServices               0x00007fff88ac052c TNode::GetSpecialNodeWithStatus(unsigned int, OpaqueNodeRequest* const&, unsigned int, TNodePtr&) + 552
    10  com.apple.DesktopServices               0x00007fff88ad6b94 TNode::GetSpecialNode(unsigned int, OpaqueNodeRequest* const&, unsigned int) + 44
    11  com.apple.DesktopServices               0x00007fff88ad6b09 TNode::IsDesktop() const + 103
    12  com.apple.DesktopServices               0x00007fff88ad646d TNode::ResolveSharedFileListAliasIfNeeded() + 739
    13  com.apple.DesktopServices               0x00007fff88abe6d5 TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 4139
    14  com.apple.DesktopServices               0x00007fff88abd242 TNode::HandleSync(unsigned int) + 736
    15  com.apple.DesktopServices               0x00007fff88abcf33 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 45
    16  com.apple.DesktopServices               0x00007fff88afb964 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1052
    17  com.apple.DesktopServices               0x00007fff88abb4a8 __PostNodeTaskRequest_block_invoke_2 + 98
    18  libSystem.B.dylib                       0x00007fff8912ed64 _dispatch_call_block_and_release + 15
    19  libSystem.B.dylib                       0x00007fff8910d8d2 _dispatch_queue_drain + 251
    20  libSystem.B.dylib                       0x00007fff8910d734 _dispatch_queue_invoke + 57
    21  libSystem.B.dylib                       0x00007fff8910d2de _dispatch_worker_thread2 + 252
    22  libSystem.B.dylib                       0x00007fff8910cc08 _pthread_wqthread + 353
    23  libSystem.B.dylib                       0x00007fff8910caa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8910ca2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8910ce3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8910caa5 start_wqthread + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001210450f3 main + 8403
    3   MultiProcessor Support                  0x00000001210451b0 main + 8592
    4   MultiProcessor Support                  0x0000000121061f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051912c9 0x105158000 + 234185
    6   com.adobe.ACE                           0x00000001051905da 0x105158000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 42:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.Photoshop                     0x0000000101958e99 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17837369
    3   com.adobe.Photoshop                     0x000000010195837e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17834526
    4   com.adobe.Photoshop                     0x00000001017de496 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16286518
    5   com.adobe.Photoshop                     0x0000000101958160 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17833984
    6   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff8912d8f9 nanosleep + 148
    2   com.adobe.PSAutomate                    0x00000001390089cb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x0000000138fee7c9 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.PSAutomate                    0x0000000139008d36 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 44:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013b29ae79 APXGetHostAPI + 2516713
    7   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 45:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013b29ae79 APXGetHostAPI + 2516713
    7   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 46:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013b29ae79 APXGetHostAPI + 2516713
    7   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 47:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013b29ae79 APXGetHostAPI + 2516713
    7   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 48:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013b29ae79 APXGetHostAPI + 2516713
    7   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 49:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   com.adobe.ape.engine                    0x000000013b29ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x000000013b048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013b29acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013b29ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine      

    Hi Chris,
    I just tried to create and save a new custom color setting in Photoshop and it crashed on me as soon as I hit save.  I was using a custom color setting that I had created a couple of days ago.  I tried deleting preferences again which doesn't seem to help.  Here's the problem details.
    Process:         Adobe Photoshop CS6 [845]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.1 (13.0.1.519)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2012-09-19 13:47:34.159 -0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          66277 sec
    Crashes Since Last Report:           32
    Per-App Interval Since Last Report:  2012 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      420A7D57-F2CF-4101-9FAD-545C1E92B4BA
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff890fa9c7 small_malloc_from_free_list + 844
    1   libSystem.B.dylib                       0x00007fff890f71e1 szone_malloc_should_clear + 2070
    2   libSystem.B.dylib                       0x00007fff890f698a malloc_zone_malloc + 82
    3   com.apple.Foundation                    0x00007fff88e5fb08 allocateCollectableUnscannedStorage + 51
    4   com.apple.Foundation                    0x00007fff88e6d2b5 -[NSConcreteMapTable grow] + 187
    5   com.apple.Foundation                    0x00007fff88e6bf56 -[NSConcreteMapTable setObject:forKey:] + 159
    6   com.apple.AppKit                        0x00007fff82a2b7c9 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 958
    7   com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    8   com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    9   com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    10  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    11  com.apple.AppKit                        0x00007fff82a2bca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    12  com.apple.AppKit                        0x00007fff82a2a00a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 767
    13  com.apple.AppKit                        0x00007fff82a29b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 254
    14  com.apple.AppKit                        0x00007fff82a263de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    15  com.apple.AppKit                        0x00007fff8299fc0e -[NSView displayIfNeeded] + 969
    16  com.apple.AppKit                        0x00007fff82967c3b -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1050
    17  com.apple.AppKit                        0x00007fff82ba927f -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 734
    18  com.apple.AppKit                        0x00007fff82ba8ce7 -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextIn fo:] + 714
    19  com.apple.AppKit                        0x00007fff82ba8a18 -[NSApplication beginModalSessionForWindow:] + 36
    20  com.apple.AppKit                        0x00007fff82ba893a -[NSApplication runModalForWindow:] + 106
    21  com.apple.AppKit                        0x00007fff82e0e112 -[NSSavePanel runModal] + 318
    22  com.adobe.Photoshop                     0x000000010039402d 0x100000000 + 3751981
    23  com.adobe.Photoshop                     0x00000001000c4379 0x100000000 + 803705
    24  com.adobe.Photoshop                     0x000000010059e4db 0x100000000 + 5891291
    25  com.adobe.Photoshop                     0x000000010059b40e 0x100000000 + 5878798
    26  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    27  com.adobe.Photoshop                     0x00000001005bf6bc 0x100000000 + 6026940
    28  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    29  com.adobe.Photoshop                     0x00000001005bf6bc 0x100000000 + 6026940
    30  com.adobe.Photoshop                     0x00000001005b92ef 0x100000000 + 6001391
    31  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    32  com.adobe.Photoshop                     0x00000001005bf6bc 0x100000000 + 6026940
    33  com.adobe.Photoshop                     0x00000001005b92ef 0x100000000 + 6001391
    34  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    35  com.adobe.Photoshop                     0x00000001005bf6bc 0x100000000 + 6026940
    36  com.adobe.Photoshop                     0x00000001005b92ef 0x100000000 + 6001391
    37  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    38  com.adobe.Photoshop                     0x00000001005bf6bc 0x100000000 + 6026940
    39  com.adobe.Photoshop                     0x00000001005b92ef 0x100000000 + 6001391
    40  com.adobe.Photoshop                     0x0000000101917ba8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17568264
    41  com.adobe.Photoshop                     0x00000001005bf74f 0x100000000 + 6027087
    42  com.adobe.Photoshop                     0x0000000101920088 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17602280
    43  com.apple.AppKit                        0x00007fff82ac4eda -[NSApplication sendAction:to:from:] + 95
    44  com.adobe.Photoshop                     0x0000000101922f8c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17614316
    45  com.apple.AppKit                        0x00007fff82ac4e39 -[NSControl sendAction:to:] + 94
    46  com.apple.AppKit                        0x00007fff82b5084b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
    47  com.apple.AppKit                        0x00007fff82b8137a -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
    48  com.apple.AppKit                        0x00007fff82b4f2f5 -[NSControl mouseDown:] + 624
    49  com.apple.AppKit                        0x00007fff82a693a7 -[NSWindow sendEvent:] + 5409
    50  com.adobe.Photoshop                     0x00000001019b1c47 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 18199207
    51  com.apple.AppKit                        0x00007fff8299eafa -[NSApplication sendEvent:] + 4719
    52  com.adobe.Photoshop                     0x0000000101922dcd AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17613869
    53  com.adobe.Photoshop                     0x00000001019222ae AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17611022
    54  com.adobe.Photoshop                     0x00000001005be155 0x100000000 + 6021461
    55  com.adobe.Photoshop                     0x00000001005ad63e 0x100000000 + 5953086
    56  com.adobe.Photoshop                     0x000000010001f312 0x100000000 + 127762
    57  com.adobe.Photoshop                     0x00000001005ba9ca 0x100000000 + 6007242
    58  com.adobe.Photoshop                     0x000000010018d11e 0x100000000 + 1626398
    59  com.adobe.Photoshop                     0x000000010018d3dc 0x100000000 + 1627100
    60  com.adobe.Photoshop                     0x000000010055bffa 0x100000000 + 5619706
    61  com.adobe.Photoshop                     0x00000001005a0d03 0x100000000 + 5901571
    62  com.adobe.Photoshop                     0x0000000100591c0f 0x100000000 + 5839887
    63  com.adobe.Photoshop                     0x0000000100023e98 0x100000000 + 147096
    64  com.adobe.Photoshop                     0x000000010061493e boost::system::system_error::what() const + 311358
    65  com.adobe.Photoshop                     0x0000000100614974 boost::system::system_error::what() const + 311412
    66  com.adobe.Photoshop                     0x00000001005b0ed2 0x100000000 + 5967570
    67  com.adobe.Photoshop                     0x00000001005b7abc 0x100000000 + 5995196
    68  com.adobe.Photoshop                     0x00000001005ad63e 0x100000000 + 5953086
    69  com.adobe.Photoshop                     0x000000010001f312 0x100000000 + 127762
    70  com.adobe.Photoshop                     0x00000001019218a4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17608452
    71  com.apple.Foundation                    0x00007fff88ebdcb5 __NSFireTimer + 114
    72  com.apple.CoreFoundation                0x00007fff827b1be8 __CFRunLoopRun + 6488
    73  com.apple.CoreFoundation                0x00007fff827afdbf CFRunLoopRunSpecific + 575
    74  com.apple.HIToolbox                     0x00007fff86f2c7ee RunCurrentEventLoopInMode + 333
    75  com.apple.HIToolbox                     0x00007fff86f2c551 ReceiveNextEventCommon + 148
    76  com.apple.HIToolbox                     0x00007fff86f2c4ac BlockUntilNextEventMatchingListInMode + 59
    77  com.apple.AppKit                        0x00007fff8296feb2 _DPSNextEvent + 708
    78  com.apple.AppKit                        0x00007fff8296f801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    79  com.apple.AppKit                        0x00007fff8293568f -[NSApplication run] + 395
    80  com.adobe.Photoshop                     0x00000001019219d2 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17608754
    81  com.adobe.Photoshop                     0x0000000101923c3e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17617566
    82  com.adobe.Photoshop                     0x00000001005ae50c 0x100000000 + 5956876
    83  com.adobe.Photoshop                     0x00000001007b0f8f boost::system::system_error::what() const + 2000527
    84  com.adobe.Photoshop                     0x00000001007b11d9 boost::system::system_error::what() const + 2001113
    85  com.adobe.Photoshop                     0x000000010054b4dc 0x100000000 + 5551324
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff8910bc0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff8910dadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff8910d7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8910d2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8910cc08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8910caa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   MultiProcessor Support                  0x00000001209450f3 main + 8403
    3   MultiProcessor Support                  0x00000001209451b0 main + 8592
    4   MultiProcessor Support                  0x0000000120961f50 main + 126768
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework             0x0000000127bb21e1 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
    6   com.adobe.dvacore.framework             0x0000000127b998b3 boost::function0<void>::operator()() const + 51
    7   com.adobe.dvacore.framework             0x0000000127ba82f3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    9   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework             0x0000000127bb21e1 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
    6   com.adobe.dvacore.framework             0x0000000127b998b3 boost::function0<void>::operator()() const + 51
    7   com.adobe.dvacore.framework             0x0000000127ba82f3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    9   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                       0x00007fff8910bc0a kevent + 10
    1   ...dobe.dvatransport.framework          0x0000000127fbd5b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
    2   ...dobe.dvatransport.framework          0x0000000127fc927b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
    3   ...dobe.dvatransport.framework          0x0000000127fb1ab5 SkyConnectionEnv::MainLoop() + 117
    4   ...dobe.dvatransport.framework          0x0000000127fb1b19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    6   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework          0x0000000127fc94df boost::asio::detail::task_io_service::run(boost::system::error_code&) + 1167
    3   ...dobe.dvatransport.framework          0x0000000127fc9acd boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 61
    4   ...dobe.dvatransport.framework          0x0000000127fbbd99 boost_asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework             0x0000000127bb21e1 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
    6   com.adobe.dvacore.framework             0x0000000127b998b3 boost::function0<void>::operator()() const + 51
    7   com.adobe.dvacore.framework             0x0000000127ba82f3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    9   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework             0x0000000127bb21e1 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
    6   com.adobe.dvacore.framework             0x0000000127b998b3 boost::function0<void>::operator()() const + 51
    7   com.adobe.dvacore.framework             0x0000000127ba82f3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    9   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework             0x0000000127bb21e1 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 193
    6   com.adobe.dvacore.framework             0x0000000127b998b3 boost::function0<void>::operator()() const + 51
    7   com.adobe.dvacore.framework             0x0000000127ba82f3 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    9   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib                       0x00007fff8910bc0a kevent + 10
    1   ...dobe.dvatransport.framework          0x0000000127fbd5b3 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 243
    2   ...dobe.dvatransport.framework          0x0000000127fc927b boost::asio::detail::task_io_service::run(boost::system::error_code&) + 555
    3   ...dobe.dvatransport.framework          0x0000000127fb1ab5 SkyConnectionEnv::MainLoop() + 117
    4   ...dobe.dvatransport.framework          0x0000000127fb1b19 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework          0x0000000127a99f25 thread_proxy + 133
    6   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 42:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 44:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 45:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 46:
    0   libSystem.B.dylib                       0x00007fff8912da6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89131881 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore          0x00007fff83fd4d87 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore          0x00007fff83f43ff8 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore          0x00007fff83f3defb MPWaitOnQueue + 215
    5   com.adobe.ACE                           0x00000001051bc2c9 0x105183000 + 234185
    6   com.adobe.ACE                           0x00000001051bb5da 0x105183000 + 230874
    7   ...ple.CoreServices.CarbonCore          0x00007fff83f160d1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                       0x00007fff8912bfd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff8912be89 thread_start + 13
    Thread 47:
    0   libSystem.B.dylib                       0x00007fff8

  • Getting an interrupted exception when trying to bring down the service

    Hi,
    From the client side , I started an invocation service which is giving an interrupted exception when trying to shut it down.
    2013-08-01 12:21:15.576 PDT ERROR -  -  -  - Oracle Coherence 3.7.1.6 (thread=Invocation:customerLoaderWM:EventDispatcher, member=5): This thread was interrupted while waiting for the results of a request:
    Poll
      PollId=20, active
      InitTimeMillis=1375384875574
      Service=Cluster (0)
      RespondedMemberSet=[]
      LeftMemberSet=[]
      RemainingMemberSet=[1]
    2013-08-01 12:21:15.576 PDT ERROR -  -  -  - Oracle Coherence 3.7.1.6 (thread=Invocation:customerLoaderWM:EventDispatcher, member=5): Error while starting service "customerLoaderWM": (Wrapped: Interrupted while waiting for response from:[Member(Id=1, Timestamp=2013-08-01 12:20:11.375, Address=10.241.100.189:18088, MachineId=42483, Location=site:,machine:slc05esi,process:4777,member:ecs1, Role=OracleChargingLauncher)]) java.lang.InterruptedException
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.processPollInterrupt(Grid.CDB:40)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:54)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.ensureService(ClusterService.CDB:15)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.register(Grid.CDB:5)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:3)
        at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:39)
        at com.tangosol.coherence.component.util.SafeService.restartService(SafeService.CDB:28)
        at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:23)
        at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
        at com.tangosol.coherence.commonj.WorkManager.getServers(WorkManager.java:599)
        at com.tangosol.coherence.commonj.WorkManager.disableServer(WorkManager.java:656)
        at com.tangosol.coherence.commonj.WorkManager$ServiceListener.memberLeft(WorkManager.java:1213)
        at com.tangosol.net.MemberEvent.dispatch(MemberEvent.java:116)
        at com.tangosol.net.MemberEvent.dispatch(MemberEvent.java:87)
        at com.tangosol.coherence.component.util.SafeService.translateEvent(SafeService.CDB:28)
        at com.tangosol.coherence.component.util.SafeService.memberLeft(SafeService.CDB:1)
        at com.tangosol.net.MemberEvent.dispatch(MemberEvent.java:116)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$DispatchEvent.run(Grid.CDB:7)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:26)
        at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:39)
    It says one thread is interrupted by another. Has anyone faced this issue?.
    Any info on this is appreciated.
    Thanks.

    Error in the TDS datastream: unknown block: 68Sounds like Microsoft have updated the TDS protocol for MSSQL2000. If you're using the Free TDS (www.freetds.org) driver I know you can configure the it for different versions of TDS (check out the FAQ or the doco on their web site) but whether it works with SQL 2000 or not I don't know.
    Col

  • DataSource CORP_LDAP: Naming exception when trying to create principal

    Using NetWeaver 6.40 SP 15.
    I have configured the UME to use writable LDAP and database. Specifically, for LDAP I'm using the Sun One Directory Server. I'm able to authenticate using one of the LDAP users using a Web Dynpro app.
    When I try to create a user through the NWA web app, I simply get a "Could not create user" error in the application. In the server instance "security.log" I found the following:
    Date : 03/08/2006
    Time : 16:22:59:248
    Message : DataSource CORP_LDAP: Naming exception when trying to create principal ***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Severity : Error
    Category : /System/Security/Usermanagement
    Location : com.sap.security.core.persistence
    Application : sap.com/com.sap.security.core.admin
    Thread : SAPEngine_Application_Thread[impl:3]_22
    Datasource : 1141856104605:C:\usr\sap\J2E\JC00\j2ee\cluster\server0\log\system\security.log
    Message ID : 000D60DD8A4D00540000001C0000136000040E8333C9FD7C
    Source Name : /System/Security/Usermanagement
    Argument Objs : CORP_LDAP,***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Arguments : CORP_LDAP,***************************************************************************
    com.sap.security.core.persistence.imp.PrincipalDatabagMaint Wed Mar 08 16:22:59 CST 2006
    UniqueID: USER.CORP_LDAP.testuser
    Type: USER
    Home data source: CORP_LDAP
    Private id part: testuser
    "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="testuser"
    "com.sap.security.core.usermanagement"|->"department" (no time limit)="CI&T"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_CREATION_DATE" (no time limit)="0001141856579248"
    "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="user"
    "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="test"
    "com.sap.security.core.usermanagement"|->"PRINCIPAL_TYPE_ATTRIBUTE" (no time limit)="USER"
    "com.sap.security.core.usermanagement"|->"email" (no time limit)="[email protected]"
    "com.sap.security.core.usermanagement"|->"company" (no time limit)=""
    "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)="0"
    Dsr Component : <masked id>_J2E_7234450
    Dsr Transaction : 79521ee0aef011da9168000d60dd8a4d
    Dsr User : Administrator
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : com.sap.security.core.persistence
    Resource Bundlename :
    Session : 200
    Source : /System/Security/Usermanagement
    ThreadObject : SAPEngine_Application_Thread[impl:3]_22
    Transaction :
    User : Administrator
    Where can I find the initial NamingException?

    Hi All,
    Thanks for your replies and SORRY for my late response.
    Now, what I actually want is that though my UME is connected to LDAP i want to the portal admin to be able to create users in the portal DB. I checked my UME configuration and it says
    Microsoft ADS (Deep Hheirarchy) + Database
    and the name of the configuration file is
    dataSourceConfiguration_ads_deep_writeable_db.xml
    Now I could not understand why I am not able to create users in the DB?
    Does the portal has any restriction like at any given point of time only one of the user stores can be active? Doesnt the portal allow both the user stores to be active at a time?
    regards,
    PK

  • Caught Exception when trying to create pool Object

    Hi All,
    When a stateless session bean is looking up the entity bean following 'could not create pool object' exception is throwing.
    [14/Jan/2003:09:12:50] SEVERE ( 1048): EJB5070: Exception creating stateless session bean : [java.lang.reflect.InvocationTargetException]
    [14/Jan/2003:09:12:50] SEVERE ( 1048): EJB5017: Exception while running preinvoke : ejbName = [ConfigSessionBean]
    [14/Jan/2003:09:12:50] SEVERE ( 1048):
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: c
    java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(Unknown Source)
    at com.sun.ejb.containers.StatelessSessionContainer.getContext(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.preInvoke(Unknown Source)
    at com.siptech.pdf.ejb.config.session.ConfigSessionBean_EJBObjectImpl.getAllModules(ConfigSessionBean_EJBObjectImpl.java:255)
    at com.siptech.pdf.ejb.config.session._ConfigSessionBean_EJBObjectImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(Unknown Source)
    at com.sun.corba.ee.internal.iiop.ORB.process(Unknown Source)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process(Unknown Source)
    at com.iplanet.ias.corba.ee.internal.iiop.ServicableWrapper.service(Unknown Source)
    at com.iplanet.ias.util.threadpool.FastThreadPool$ThreadPoolThread.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: javax.ejb.EJBException: nested exception is: javax.ejb.CreateException: Could not create stateless EJB:
    java.lang.reflect.InvocationTargetException
    at com.sun.ejb.containers.StatelessSessionContainer$SessionContextFactory.create(Unknown Source)
    ... 13 more
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.ejb.containers.StatelessSessionContainer.getContext(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.preInvoke(Unknown Source)
    at com.siptech.pdf.ejb.config.session.ConfigSessionBean_EJBObjectImpl.getAllModules(ConfigSessionBean_EJBObjectImpl.java:255)
    at com.siptech.pdf.ejb.config.session._ConfigSessionBean_EJBObjectImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(Unknown Source)
    at com.sun.corba.ee.internal.iiop.ORB.process(Unknown Source)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process(Unknown Source)
    at com.iplanet.ias.corba.ee.internal.iiop.ServicableWrapper.service(Unknown Source)
    at com.iplanet.ias.util.threadpool.FastThreadPool$ThreadPoolThread.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)
    I have also specified the following properties in the sunejbjar.xml for the session bean.
    <ejb>
    <bean-pool>
    <steady-pool-size>2</steady-pool-size>
    <resize-quantity>5</resize-quantity>
    <max-pool-size>200</max-pool-size>
    <pool-idle-timeout-in-seconds>3600</pool-idle-timeout-in-seconds>
    </bean-pool>
    </ejb>
    --Muthu.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Muthu,
    To find out whether the problem is with container setting or with your application, can you create a simple stateless session bean and check if it works fine. If it works fine send me ejb-jar.xml and sun-ejb-jar.xml for your application.
    Deepak

  • Exception when trying to create pool Object

    I've been trying to get the forte 4.0ee ProductRichClient example for container managed beans to work.
    After the deployment to Sun One I got following exception when I'm using the client:
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO:
    ---------AppClient Container--------
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main setTagetServerProperties
    INFO: ACC001:Using ClientContainer file: [C:\Sun\AppServer7\appserv\domains\domain1\server1\config\sun-acc.xml].
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO: ACC014: ORB host name: [NOD]
    18.10.2002 10:56:20 com.iplanet.ias.appclient.Main <init>
    INFO: ACC013: ORB port number: [3700]
    18.10.2002 10:56:21 com.sun.enterprise.appclient.AppContainer preInvoke
    INFO: ACC007: Initiating Login ...
    18.10.2002 10:56:21 com.iplanet.ias.appclient.Main <init>
    INFO: ACC009: Load Application Class: [CMPClient.SwingClient]
    18.10.2002 10:56:23 com.iplanet.ias.appclient.Main <init>
    INFO: Application main() finished normally
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: nested exception is: java.lang.RuntimeException: Caught Exception when trying to create pool Object ; nested exception is:
    java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(Unknown Source)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at CMPServer._ProductHome_Stub.create(Unknown Source)
    at CMPClient.SwingClient.AddRow_ButtonActionPerformed(SwingClient.java:127)
    at CMPClient.SwingClient.access$100(SwingClient.java:24)
    at CMPClient.SwingClient$2.actionPerformed(SwingClient.java:89)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:258)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1525)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1582)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3359)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3074)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3004)
    at java.awt.Container.dispatchEventImpl(Container.java:1568)
    at java.awt.Window.dispatchEventImpl(Window.java:1581)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Caused by: java.rmi.RemoteException: nested exception is: java.lang.RuntimeException: Caught Exception when trying to create pool Object ; nested exception is:
    java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.enterprise.iiop.POAProtocolMgr.mapException(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.postInvoke(Unknown Source)
    at CMPServer.ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.create(ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.java:33)
    at CMPServer._ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(Unknown Source)
    at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(Unknown Source)
    at com.sun.corba.ee.internal.iiop.ORB.process(Unknown Source)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process(Unknown Source)
    at com.iplanet.ias.corba.ee.internal.iiop.ServicableWrapper.service(Unknown Source)
    at com.iplanet.ias.util.threadpool.FastThreadPool$ThreadPoolThread.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: java.lang.RuntimeException: Caught Exception when trying to create pool Object
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(Unknown Source)
    at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(Unknown Source)
    at com.sun.ejb.containers.EntityContainer.getPooledEJB(Unknown Source)
    at com.sun.ejb.containers.EntityContainer.getContext(Unknown Source)
    at com.sun.ejb.containers.BaseContainer.preInvoke(Unknown Source)
    at CMPServer.ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.create(ProductEJB2024414397_ConcreteImpl_RemoteHomeImpl.java:25)
    ... 9 more
    Caused by: javax.ejb.EJBException: nested exception is: java.lang.NullPointerException
    at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(Unknown Source)
    ... 15 more
    Any thoughts on why this exception is being thrown?
    Thanks for any help!
    Richard

    this sample has been tested by the SunONE TOOLs QA
    and is working. Please check your deployment descriptors
    and use the cmp samples which come with S1AS to see if your
    descriptors are correct.

  • Exception when trying to post to a page

    In NetD we created and submitted a form with JavaScript.
    The form looked something like this
    <FORM ACTION=pgXYZ METHOD=POST>
    <INPUT TYPE=hidden NAME=SPIDERSESSION VALUE=12345>
    </FORM>
    So now in Jato, we're trying to do the exact same thing,
    except that instead of SPIDERSESSION, we use the three Jato
    variables. Now the form is like this:
    <FORM ACTION=pgXYZ METHOD=POST>
    <INPUT TYPE=hidden NAME=GXHC_GX_jst VALUE=12345>
    <INPUT TYPE=hidden NAME=GXHC_gx_session_id_ VALUE=12345>
    <INPUT TYPE=hidden NAME=pageAttributes VALUE=12345>
    </FORM>
    Notice we're not submitting to a handler, but just to the page itself.
    When we do this, we get an exception:
    [02/Oct/2001 16:29:59:4] error: Exception: SERVLET-execution_failed:
    Error in executing servlet portalServlet:
    javax.servlet.ServletException: The request was not be handled by the
    specified handler
    Exception Stack Trace:
    javax.servlet.ServletException: The request was not be handled by the
    specified handler^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.dispatchReque
    st(ApplicationServletBase.java:668)^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.processReques
    t(ApplicationServletBase.java:428)^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.doPost(Applic
    ationServletBase.java:296)^M
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:772)^M
    at
    com.putnaminvestments.bp.bpServletBase.service(bpServletBase.java:139)
    ^M
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:865)^M
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)^M
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknow
    n Source)^M
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)^M
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)^M
    at com.kivasoft.thread.ThreadBasic.run(Native Method)^M
    at java.lang.Thread.run(Thread.java:479)^M
    So what are we missing??

    Thanks Kostas, good answer.
    Todd
    ----- Original Message -----
    From: "Kostas Morfis" <kmorfis@i...>
    Sent: Tuesday, October 02, 2001 4:31 PM
    Subject: RE: [iPlanet-JATO] Exception when trying to post to a page
    Hi Mark
    You are trying to submit to a view bean using java script right ?
    Notice we're not submitting to a handler, but just to the page itself.You are actually submitting the request to your JATO selvlet base, is that
    you intention ?
    The exception is being thrown because there is no request handler found.
    If you are trying invoke a handleBtnXXXmethod then your form action would
    look something like,
    <form method="post" action="../myServlet/pgMyPage?pgMypage.btnMyButton=">
    This adds to the request an appropriate handler as a parameter. Another
    option could be to add a hidden field
    with the same name as your button.
    Attempting to post the form without specifying a request handler will not
    work eg:
    <form method="post" action="../myServlet/pgMyPage">
    This throws a ServletException("The request was not be handled by the
    specified handler")
    because you are doing a post to ViewBean from a form which implies youwant
    to handle some kind web action.
    The way JATO enforces this is to check for the prescence of pageAttributes
    in the request (implemented using hidden fields)
    which you have in your form.
    Kostas
    -----Original Message-----
    From: Mark_Dubinsky@p... [mailto:<a href="/group/SunONE-JATO/post?protectID=174166091163159191130171186101229144026098131198043123114199021239115076086020224">Mark_Dubinsky@p...</a>]
    Sent: Tuesday, October 02, 2001 10:04 PM
    Subject: [iPlanet-JATO] Exception when trying to post to a page
    In NetD we created and submitted a form with JavaScript.
    The form looked something like this
    <FORM ACTION=pgXYZ METHOD=POST>
    <INPUT TYPE=hidden NAME=SPIDERSESSION VALUE=12345>
    </FORM>
    So now in Jato, we're trying to do the exact same thing,
    except that instead of SPIDERSESSION, we use the three Jato
    variables. Now the form is like this:
    <FORM ACTION=pgXYZ METHOD=POST>
    <INPUT TYPE=hidden NAME=GXHC_GX_jst VALUE=12345>
    <INPUT TYPE=hidden NAME=GXHC_gx_session_id_ VALUE=12345>
    <INPUT TYPE=hidden NAME=pageAttributes VALUE=12345>
    </FORM>
    Notice we're not submitting to a handler, but just to the page itself.
    When we do this, we get an exception:
    [02/Oct/2001 16:29:59:4] error: Exception: SERVLET-execution_failed:
    Error in executing servlet portalServlet:
    javax.servlet.ServletException: The request was not be handled by the
    specified handler
    Exception Stack Trace:
    javax.servlet.ServletException: The request was not be handled by the
    specified handler^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.dispatchReque
    st(ApplicationServletBase.java:668)^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.processReques
    t(ApplicationServletBase.java:428)^M
    at
    com.putnaminvestments.common.jato.ApplicationServletBase.doPost(Applic
    ationServletBase.java:296)^M
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:772)^M
    at
    com.putnaminvestments.bp.bpServletBase.service(bpServletBase.java:139)
    ^M
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:865)^M
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)^M
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknow
    n Source)^M
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)^M
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)^M
    at com.kivasoft.thread.ThreadBasic.run(Native Method)^M
    at java.lang.Thread.run(Thread.java:479)^M
    So what are we missing??
    [email protected]
    [Non-text portions of this message have been removed]
    [email protected]

  • My iPad works perfectly except when trying to update apps.  Then I get a message that says "Cannot connect to the iTunes store."

    My iPad works perfectly except when trying to update apps.  Then I get a message that says "Cannot connect to the iTunes store."

    Try logging out of your account on the iPad by tapping on your id in Settings > Store and then log back in and see if it then works.
    If that doesn't solve it then what has worked for some people is going into Settings > General > Date & Time and change the date to a few months in the future and then re-trying

  • Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout).

    Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout). It is as if the server has decided that the client has timed out during the file upload. The default setting is 30 seconds for AcceptTimeout in the magnus.conf file. This should be ample to get the file across, even increasing this to 2 minutes just produces the same error after 2 minutes. Any help appreciated. Apologies if this is not the correct forum for this, I couldn't see one for iPlanet and Web, many thanks, Kieran.

    Hi,
    You didnt mention which version of IWS. follow these steps.
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    Regards
    T.Raghulan
    [email protected]

  • HT1553 I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error...

    I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error... Help!!

    If you have installed a new hard drive , you will need to have formatted it in Disk Utility correctly. This may explain your problem.
    Boot  into your 10.6 Install disk again at the top menubar > Utilities > select Disk utility and in there select your new hard drive, and select the tab Erase and choose to make the format as  Mac OS Extended Journaled. When that is finished look in the main window to make sure that the partition map scheme says GUID Partition Table.
    Now go to the Restore tab and reinstall from your backup.

Maybe you are looking for

  • Adobe media encoder gives an error

    Every time I start Media Encoder it gives the foloowing message: Adobe Media Encoder has encountred an unespected error and cannot continue. There is nothing I can do, when closing the message Media Encoder is gone again. I have tried unistalling and

  • While creation of gl a/c error appear like this

    Description in language EN already created Message no. FH174

  • Pics turn red when ken burns is turned on

    hi i was just editing a slideshow im making and when i added the ken burns effect all my photos turned red and stayed that way i was wondering how to get rid of this

  • Annoying behavior in Query Designer (formulas and selections moving a lot)

    Hi guys, I hope you can help me with this issue which is very annoying. We are using SAP GUI 7.10 SP 5. We have a lot of queries with 2 structures: one in the columns and another one in rows. In each structure we have a lot of Calculated and restrict

  • Help file error in Logic Pro 9.2

    Since moving to 9.2 from 9.1, the "Help>Logic Pro Help" menu option doesn't properly link to the help file. Here's the error message: "The operation couldn't be completed. (HVURLHandlerErrorDomain error 1003.)"