Using OCI on developper tools

Hi,
i'm trying to use OCI with XCode but I can't...
When I try to build, it make this error :
TestOracle:0: table of contents for archive: /Users/oracle/TestOracle/libocci9.a is out of date; rerun ranlib(1) (can't load from it)
I've tried to run ranlib on this library but it's the same pb...
Can anybody help me ?
Thanks,
guillaume

and to set up this var (the dynamic lib path) so that you can use your windows app from the finder or xcode, you can check this:
"This is true, but it is also possible, and I believe Gary alluded to
this in his post, to set environment variables for all GUI apps a user
launches under Mac OS X. In every user's home directory, there is an
invisible directory named:
.MacOSX
In that .MacOSX directory create (or add to, if it already exits) a
.plist file named:
.environment.plist
The easiest way to edit .plist files is with Property List Editor Which
is in /Developer/Applications if you've installed the Developer Tools
(or Xcode).
To add environment variables that will be in effect for any GUI app,
such as the Carbon Version of Emacs, available at:
<http://mindlube.com/products/emacs/index.html>
add new children to the Root entry (or new siblings of existing child
entries, same diff), one for each environment variable, and enter it's
value on the right hand side.
For example, to use slime with sbcl, the environment variable SBCL_HOME
must be set (it's the directory where the sbcl core file is). So, you'd
make a new child named SBCL_CORE and set its value to /usr/lib/sbcl (if
that's where you've installed sbcl).
To have a certain value of PATH in effect for all GUI apps, add (or
modify if already existing) a child named PATH and set its value to:
.:/another/directory/I/want/to/add:/yet/another:/another/still
Note the .: at the beginning (dot colon) - this tells the system to add
these entries to the existing default entries which are already in
effect for all Mac OS X GUI apps. Note that the last entry does *not*
need to have a colon after it.
N.B. - For any changes to take effect, you will have to log out and log
back in. This one has bitten me many times. Dammed aggressive caching!
(unfortunately, merely executing:
touch ~/.MacOSX and/or
touch ~/.MacOSX/environment.plist
will not work. You really do need to log out and back in again).
Does anybody know if there's a process that can be killed and
restarted so that logging out can be avoided (probably the
WindowServer, so you'd lose anyway - oh well)."
from google here:
http://clozure.com/pipermail/openmcl-devel/2004-January/001353.html

Similar Messages

  • Freqent JVM crash when using OCI

    I have been experiencing the following JVM crashes frequently. We are using OCI to access database because of failover ability, OS is Suse 9. Any help is appreciated. Here's the log file.
    Thank you.
    Anita
    ===============================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x00000000, pid=18784, tid=24601
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_13-b06 mixed mode)
    # Problematic frame:
    # C 0x00000000
    --------------- T H R E A D ---------------
    Current thread (0x53588fd0): JavaThread "Thread-10" daemon [_thread_in_native, id=18809]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x0810619c, EBX=0x555cec38, ECX=0x5510192d, EDX=0x08107dac
    ESP=0x548350fc, EBP=0x54835958, ESI=0x0810619c, EDI=0x08107dac
    EIP=0x00000000, CR2=0x00000000, EFLAGS=0x00010283
    Top of Stack: (sp=0x548350fc)
    0x548350fc: 5510194b 0810619c 08107dac 00000000
    0x5483510c: 08379300 4d176b08 548351d8 00000000
    0x5483511c: 00000003 08382b7c 08382aa8 08125788
    0x5483512c: 00000000 083808e0 00000002 08363c00
    0x5483513c: 08164f48 08382abc 54835100 54f31700
    0x5483514c: 00000040 4d176b08 00000000 0810e650
    0x5483515c: 080b3720 08382b08 00000055 08382b74
    0x5483516c: 00000000 080b36f8 08363cd8 08382aa8
    Instructions: (pc=0x00000000)
    0xfffffff0:
    Stack: [0x547c9000,0x5483b000), sp=0x548350fc, free space=432k
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.oci8.OCIDBAccess.do_execute(Loracle/jdbc/oci8/OCIDBStatement;I)I+0
    j oracle.jdbc.oci8.OCIDBAccess.executeFetch(Loracle/jdbc/dbaccess/DBStatement;BLoracle/jdbc/dbaccess/DBDataSet;ILoracle/jdbc/dbaccess/DBDataSet;I)I+1335
    j oracle.jdbc.driver.OracleStatement.doExecuteQuery()V+625
    j oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V+186
    j oracle.jdbc.driver.OraclePreparedStatement.executeUpdate()I+70
    j oracle.jdbc.driver.OraclePreparedStatement.executeQuery()Ljava/sql/ResultSet;+17
    j org.apache.catalina.realm.DualRealm.getDBRoles(Ljava/sql/Connection;Ljava/lang/String;)Ljava/util/List;+27
    j org.apache.catalina.realm.DualRealm.authorizeViaDB(Ljava/lang/String;)Ljava/util/List;+29
    j org.apache.catalina.realm.DualRealm.authenticate(Ljavax/naming/directory/DirContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/security/Principal;+275
    j org.apache.catalina.realm.DualRealm.authenticateJNDI(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/security/Principal;+250
    j org.apache.catalina.realm.DualRealm.authenticate(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/security/Principal;+62
    j org.apache.catalina.authenticator.DualRealmFormAuthenticator.authenticate(Lorg/apache/catalina/HttpRequest;Lorg/apache/catalina/HttpResponse;Lorg/apache/catalina/deploy/LoginConfig;)Z+951
    j org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V+322
    j org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+39
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+10
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.catalina.core.StandardContext.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+81
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V+171
    j org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+79
    j org.apache.catalina.valves.ErrorDispatcherValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V+3
    j org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+39
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V+3
    j org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+39
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+10
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V+160
    j org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+79
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+10
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.coyote.tomcat4.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+101
    j org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+165
    j org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+249
    j org.apache.jk.common.ChannelSocket.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+59
    j org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V+87
    j org.apache.jk.common.SocketConnection.runIt([Ljava/lang/Object;)V+8
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+152
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x080b2580 JavaThread "Thread-122" daemon [_thread_in_native, id=29611]
    0x535947a8 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=18811]
    0x5358a128 JavaThread "Thread-11" daemon [_thread_in_native, id=18810]
    =>0x53588fd0 JavaThread "Thread-10" daemon [_thread_in_native, id=18809]
    0x535884b8 JavaThread "Thread-9" daemon [_thread_in_native, id=18808]
    0x535882c0 JavaThread "Thread-8" daemon [_thread_blocked, id=18807]
    0x5357f890 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=18806]
    0x53594a58 JavaThread "Thread-6" daemon [_thread_in_native, id=18805]
    0x53581108 JavaThread "Thread-5" daemon [_thread_blocked, id=18804]
    0x5358d410 JavaThread "Thread-4" daemon [_thread_blocked, id=18803]
    0x535773a8 JavaThread "Thread-3" daemon [_thread_blocked, id=18802]
    0x53585508 JavaThread "HostConfig[localhost]" daemon [_thread_blocked, id=18801]
    0x535851a8 JavaThread "StandardManager[webdav]" daemon [_thread_blocked, id=18800]
    0x53595330 JavaThread "StandardManager[]" daemon [_thread_blocked, id=18799]
    0x53599cf0 JavaThread "StandardManager[manager]" daemon [_thread_blocked, id=18798]
    0x5357a450 JavaThread "StandardManager[compliance]" daemon [_thread_blocked, id=18797]
    0x53575340 JavaThread "WebappLoader[compliance]" daemon [_thread_blocked, id=18796]
    0x523f8f80 JavaThread "StandardManager[examples]" daemon [_thread_blocked, id=18795]
    0x523fcef8 JavaThread "WebappLoader[examples]" daemon [_thread_blocked, id=18794]
    0x51405480 JavaThread "CompilerThread0" daemon [_thread_blocked, id=18791]
    0x51404730 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18790]
    0x514005f8 JavaThread "Finalizer" daemon [_thread_blocked, id=18788]
    0x080a5668 JavaThread "Reference Handler" daemon [_thread_blocked, id=18787]
    0x08057c98 JavaThread "main" [_thread_in_native, id=18784]
    Other Threads:
    0x080a24f0 VMThread [id=18786]
    0x51406f00 WatcherThread [id=18792]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 9088K, used 412K [0x45170000, 0x45b40000, 0x45b40000)
    eden space 8128K, 1% used [0x45170000, 0x45192400, 0x45960000)
    from space 960K, 28% used [0x45960000, 0x459a4d10, 0x45a50000)
    to space 960K, 0% used [0x45a50000, 0x45a50000, 0x45b40000)
    tenured generation total 121024K, used 15706K [0x45b40000, 0x4d170000, 0x4d170000)
    the space 121024K, 12% used [0x45b40000, 0x46a96b38, 0x46a96c00, 0x4d170000)
    compacting perm gen total 11264K, used 11218K [0x4d170000, 0x4dc70000, 0x51170000)
    the space 11264K, 99% used [0x4d170000, 0x4dc64880, 0x4dc64a00, 0x4dc70000)
    Dynamic libraries:
    08048000-08053000 r-xp 00000000 68:06 69898 /usr/java/j2sdk1.4.2_13/bin/java
    08053000-08055000 rw-p 0000a000 68:06 69898 /usr/java/j2sdk1.4.2_13/bin/java
    08055000-08446000 rwxp 00000000 00:00 0
    40000000-40013000 r-xp 00000000 68:05 11538 /lib/ld-2.2.5.so
    40013000-40014000 rw-p 00013000 68:05 11538 /lib/ld-2.2.5.so
    40014000-4001a000 r-xp 00000000 68:06 62540 /usr/java/j2sdk1.4.2_13/jre/lib/i386/native_threads/libhpi.so
    4001a000-4001c000 rw-p 00005000 68:06 62540 /usr/java/j2sdk1.4.2_13/jre/lib/i386/native_threads/libhpi.so
    4001c000-40020000 rw-s 00000000 68:07 110 /tmp/hsperfdata_tc_cmpdv/18784
    40021000-4002e000 r-xp 00000000 68:05 11466 /lib/i686/libpthread.so.0
    4002e000-40035000 rw-p 0000d000 68:05 11466 /lib/i686/libpthread.so.0
    40035000-40036000 rw-p 00000000 00:00 0
    40036000-40038000 r-xp 00000000 68:05 11500 /lib/libdl.so.2
    40038000-40039000 rw-p 00001000 68:05 11500 /lib/libdl.so.2
    40039000-4014d000 r-xp 00000000 68:05 11529 /lib/i686/libc.so.6
    4014d000-40153000 rw-p 00113000 68:05 11529 /lib/i686/libc.so.6
    40153000-40157000 rw-p 00000000 00:00 0
    40157000-40570000 r-xp 00000000 68:06 69111 /usr/java/j2sdk1.4.2_13/jre/lib/i386/client/libjvm.so
    40570000-4058c000 rw-p 00418000 68:06 69111 /usr/java/j2sdk1.4.2_13/jre/lib/i386/client/libjvm.so
    4058c000-405a1000 rw-p 00000000 00:00 0
    405a1000-405b3000 r-xp 00000000 68:05 11541 /lib/libnsl.so.1
    405b3000-405b4000 rw-p 00011000 68:05 11541 /lib/libnsl.so.1
    405b4000-405b6000 rw-p 00000000 00:00 0
    405b6000-405d8000 r-xp 00000000 68:05 11457 /lib/i686/libm.so.6
    405d8000-405d9000 rw-p 00021000 68:05 11457 /lib/i686/libm.so.6
    405d9000-405e6000 r-xp 00000000 68:06 69119 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libverify.so
    405e6000-405e8000 rw-p 0000c000 68:06 69119 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libverify.so
    405e8000-40604000 r-xp 00000000 68:06 69121 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libjava.so
    40604000-40606000 rw-p 0001b000 68:06 69121 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libjava.so
    40606000-40614000 r-xp 00000000 68:06 69123 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libzip.so
    40614000-40616000 rw-p 0000d000 68:06 69123 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libzip.so
    40616000-40619000 r--s 00000000 3a:00 460370 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/bin/tomcat-jni.jar
    40619000-4061c000 r--s 00000000 3a:00 460384 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/bin/commons-daemon.jar
    4061c000-40623000 r--s 00000000 3a:00 460393 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/bin/bootstrap.jar
    40623000-40633000 r--s 00000000 3a:00 369241 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/endorsed/dom.jar
    40633000-4064b000 r--s 00000000 3a:00 474022 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/endorsed/sax.jar
    4064b000-408fa000 r--s 00000000 3a:00 587835 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/endorsed/xercesImpl.jar
    408fa000-40fbf000 r--s 00000000 3a:00 479234 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/endorsed/xalan.jar
    40fbf000-40ff5000 r--s 00000000 3a:00 386319 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/endorsed/jaxp-api.jar
    40ff5000-429a3000 r--s 00000000 68:06 69889 /usr/java/j2sdk1.4.2_13/jre/lib/rt.jar
    429a3000-429ed000 rw-p 00000000 00:00 0
    429ed000-42a03000 r--s 00000000 68:06 69153 /usr/java/j2sdk1.4.2_13/jre/lib/sunrsasign.jar
    42a03000-42ae0000 r--s 00000000 68:06 69763 /usr/java/j2sdk1.4.2_13/jre/lib/jsse.jar
    42ae0000-42af2000 r--s 00000000 68:06 69154 /usr/java/j2sdk1.4.2_13/jre/lib/jce.jar
    42af2000-430c7000 r--s 00000000 68:06 69814 /usr/java/j2sdk1.4.2_13/jre/lib/charsets.jar
    430c7000-45147000 rwxp 00000000 00:00 0
    45147000-4516f000 rw-p 00000000 00:00 0
    45170000-5122e000 rwxp 00000000 00:00 0
    5122e000-5122f000 ---p 0c0be000 00:00 0
    5122f000-512af000 rwxp 0c0bf000 00:00 0
    512af000-512b0000 ---p 0c13f000 00:00 0
    512b0000-512be000 rwxp 0c140000 00:00 0
    512be000-512c1000 ---p 0c14e000 00:00 0
    512c1000-51330000 rwxp 0c151000 00:00 0
    51330000-51331000 ---p 0c1c0000 00:00 0
    51331000-5133f000 rwxp 0c1c1000 00:00 0
    5133f000-51342000 ---p 0c1cf000 00:00 0
    51342000-513b1000 rwxp 0c1d2000 00:00 0
    513b1000-513dc000 r--p 00000000 68:06 87085 /usr/lib/locale/en_GB/LC_CTYPE
    513dc000-513df000 r--s 00000000 68:06 69150 /usr/java/j2sdk1.4.2_13/jre/lib/ext/dnsns.jar
    513df000-513fb000 r--s 00000000 68:06 69149 /usr/java/j2sdk1.4.2_13/jre/lib/ext/sunjce_provider.jar
    513fb000-513fe000 r--s 00000000 3a:00 515615 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/jta.jar
    513fe000-51400000 r--s 00000000 3a:00 515649 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/servlets-common.jar
    51400000-514ff000 rw-p 00000000 00:00 0
    514ff000-51501000 ---p 000eb000 00:00 0
    51501000-51581000 rwxp 00000000 00:00 0
    51581000-51582000 ---p 00080000 00:00 0
    51582000-51590000 rwxp 00081000 00:00 0
    51590000-51593000 ---p 0008f000 00:00 0
    51593000-51602000 rwxp 00092000 00:00 0
    51602000-51603000 ---p 00101000 00:00 0
    51603000-51611000 rwxp 00102000 00:00 0
    51611000-51614000 ---p 00110000 00:00 0
    51614000-51683000 rwxp 00113000 00:00 0
    51683000-51684000 ---p 00182000 00:00 0
    51684000-51704000 rwxp 00183000 00:00 0
    51704000-51711000 r--s 00000000 68:06 69152 /usr/java/j2sdk1.4.2_13/jre/lib/ext/ldapsec.jar
    51711000-517cd000 r--s 00000000 68:06 69815 /usr/java/j2sdk1.4.2_13/jre/lib/ext/localedata.jar
    517cd000-51ca9000 r--s 00000000 68:06 10327 /usr/java/j2sdk1.4.2_13/lib/tools.jar
    51ca9000-51cb5000 r--s 00000000 3a:00 515616 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/activation.jar
    51cb5000-51ccc000 r--s 00000000 3a:00 515617 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/commons-collections.jar
    51ccc000-51ce0000 r--s 00000000 3a:00 515621 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/servlet.jar
    51ce0000-51cf5000 r--s 00000000 3a:00 515622 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/jdbc2_0-stdext.jar
    51cf5000-51d22000 r--s 00000000 3a:00 515623 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/jasper-compiler.jar
    51d22000-51d41000 r--s 00000000 3a:00 515624 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/Opta2000.jar
    51d41000-51d86000 r--s 00000000 3a:00 515625 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/mail.jar
    51d86000-51d9f000 r--s 00000000 3a:00 515626 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/jndi.jar
    51d9f000-51da4000 r--s 00000000 3a:00 515627 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/naming-factory.jar
    51da4000-51ec7000 r--s 00000000 3a:00 515619 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/ojdbc14.jar
    51ec7000-51ed8000 r--s 00000000 3a:00 515628 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/jasper-runtime.jar
    51ed8000-51ee2000 r--s 00000000 3a:00 515629 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/naming-resources.jar
    51ee2000-51f92000 r--s 00000000 3a:00 515630 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/ant.jar
    51f92000-51f97000 r--s 00000000 3a:00 515631 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/commons-logging-api.jar
    51f97000-51f9e000 r--s 00000000 3a:00 515632 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/naming-common.jar
    51f9e000-51fb7000 r--s 00000000 3a:00 515370 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/commons-dbcp-1.1.jar
    51fb7000-51fc1000 r--s 00000000 3a:00 515372 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/common/lib/commons-pool-1.1.jar
    51fc1000-51fc5000 r--s 00000000 3a:00 515641 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/catalina-ant.jar
    51fc5000-51fd9000 r--s 00000000 3a:00 515642 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-jk2.jar
    51fd9000-51fff000 r--s 00000000 3a:00 515645 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-util.jar
    52000000-520fd000 rw-p 00000000 00:00 0
    520fd000-52100000 ---p 0015f000 00:00 0
    52100000-52107000 r--s 00000000 3a:00 515654 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/commons-logging.jar
    52107000-52116000 r--s 00000000 3a:00 515643 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-coyote.jar
    52116000-5211f000 r--s 00000000 3a:00 515646 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-http11.jar
    5211f000-52139000 r--s 00000000 3a:00 515647 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/jaas.jar
    52139000-52140000 r--s 00000000 3a:00 515652 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/DualRealm.jar
    52140000-52142000 r--s 00000000 3a:00 515653 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/servlets-invoker.jar
    52142000-52187000 r--s 00000000 3a:00 515655 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/mx4j-jmx.jar
    52187000-5219e000 r--s 00000000 3a:00 515656 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/commons-digester.jar
    5219e000-52257000 r--s 00000000 3a:00 516898 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/catalina.jar
    52257000-5225c000 r--s 00000000 3a:00 515657 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/servlets-default.jar
    5225c000-52260000 r--s 00000000 3a:00 515658 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/servlets-manager.jar
    52260000-52268000 r--s 00000000 3a:00 515659 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/jakarta-regexp-1.2.jar
    52268000-5226e000 r--s 00000000 3a:00 515660 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-warp.jar
    5226e000-52276000 r--s 00000000 3a:00 515661 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/commons-modeler.jar
    52276000-52286000 r--s 00000000 3a:00 515662 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/tomcat-jk.jar
    52286000-5229a000 r--s 00000000 3a:00 515663 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/commons-beanutils.jar
    5229a000-522a0000 r--s 00000000 3a:00 515664 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/server/lib/servlets-webdav.jar
    522a0000-522ae000 r-xp 00000000 68:06 69127 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libnet.so
    522ae000-522af000 rw-p 0000d000 68:06 69127 /usr/java/j2sdk1.4.2_13/jre/lib/i386/libnet.so
    522af000-522b7000 r--s 00000000 3a:00 1757684 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/CompCommon.jar
    522b7000-522bc000 r--s 00000000 3a:00 1757686 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/CompDBUtil.jar
    522bc000-522c5000 r-xp 00000000 68:05 11512 /lib/libnss_files.so.2
    522c5000-522c6000 rw-p 00008000 68:05 11512 /lib/libnss_files.so.2
    522c6000-522c9000 r-xp 00000000 68:05 11511 /lib/libnss_dns.so.2
    522c9000-522ca000 rw-p 00003000 68:05 11511 /lib/libnss_dns.so.2
    522ca000-522d8000 r-xp 00000000 68:05 11515 /lib/libresolv.so.2
    522d8000-522d9000 rw-p 0000e000 68:05 11515 /lib/libresolv.so.2
    522d9000-522db000 rw-p 00000000 00:00 0
    522db000-522fa000 r--s 00000000 3a:00 1757687 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/CompPrivateXMLMessage.jar
    522fa000-52300000 r--s 00000000 3a:00 1757697 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-fileupload.jar
    52300000-523ff000 rw-p 00000000 00:00 0
    523ff000-52400000 ---p 00000000 00:00 0
    52400000-52415000 r-xp 00000000 3a:00 80003 /local/oracle/apps/oracle/product/9ir2/lib/libocijdbc9.so
    52415000-52417000 rw-p 00014000 3a:00 80003 /local/oracle/apps/oracle/product/9ir2/lib/libocijdbc9.so
    52417000-52419000 r-xp 00000000 3a:00 79911 /local/oracle/apps/oracle/product/9ir2/lib/libwtc9.so
    52419000-5241a000 rw-p 00001000 3a:00 79911 /local/oracle/apps/oracle/product/9ir2/lib/libwtc9.so
    5241a000-52465000 rw-p 00000000 00:00 0
    52481000-5249d000 r--s 00000000 3a:00 1757688 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/CompSharedXMLMessage.jar
    5249d000-524a4000 r--s 00000000 3a:00 1757689 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/DualRealm.jar
    524a4000-524af000 r--s 00000000 3a:00 1757690 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/activation.jar
    524af000-524de000 r--s 00000000 3a:00 1757693 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-beanutils.jar
    524de000-524f9000 r--s 00000000 3a:00 1757695 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-dbcp-1.2.1.jar
    524f9000-524fb000 r--s 00000000 3a:00 1757704 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jax-qname.jar
    524fb000-524fd000 r--s 00000000 3a:00 1757711 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jdbc2_0-stdext.jar
    524fd000-524ff000 r--s 00000000 3a:00 1757717 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/namespace.jar
    52500000-52600000 rw-p 00000000 00:00 0
    52600000-52601000 ---p 000da000 00:00 0
    52601000-5260f000 rwxp 00000000 00:00 0
    5260f000-52612000 ---p 0000e000 00:00 0
    52612000-52681000 rwxp 00011000 00:00 0
    52681000-52682000 ---p 00080000 00:00 0
    52682000-52690000 rwxp 00081000 00:00 0
    52690000-52693000 ---p 0008f000 00:00 0
    52693000-52702000 rwxp 00092000 00:00 0
    52702000-5280a000 r--s 00000000 3a:00 1757685 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/CompDAO.jar
    5280a000-52862000 r--s 00000000 3a:00 1757691 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/antlr.jar
    52862000-5291b000 r--s 00000000 3a:00 1757692 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/catalina.jar
    5291b000-52946000 r--s 00000000 3a:00 1757694 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-collections.jar
    52946000-52970000 r--s 00000000 3a:00 1757696 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-digester.jar
    52970000-5297a000 r--s 00000000 3a:00 1757698 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-logging.jar
    5297a000-5298f000 r--s 00000000 3a:00 1757699 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/commons-validator.jar
    5298f000-5299f000 r--s 00000000 3a:00 1757700 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/dom.jar
    5299f000-52a5b000 r--s 00000000 3a:00 1757701 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/iText.jar
    52a5b000-52a89000 r--s 00000000 3a:00 1757702 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaas.jar
    52a89000-52a99000 r--s 00000000 3a:00 1757703 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jakarta-oro.jar
    52a99000-52aaf000 r--s 00000000 3a:00 1757705 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxb-api.jar
    52aaf000-52ade000 r--s 00000000 3a:00 1757709 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxen-full.jar
    52ade000-52ae4000 r--s 00000000 3a:00 1757713 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jstl.jar
    52ae4000-52ae9000 r--s 00000000 3a:00 1757714 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jta-spec1_0_1.jar
    52ae9000-52af1000 r--s 00000000 3a:00 1757719 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/relaxngDatatype.jar
    52af1000-52af7000 r--s 00000000 3a:00 1757721 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/saxpath.jar
    52af7000-52afb000 r--s 00000000 3a:00 1757724 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/td_ie_util.jar
    52b00000-52c00000 rw-p 00000000 00:00 0
    52c00000-52c54000 r--s 00000000 3a:00 1757706 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxb-impl.jar
    52c54000-52e0d000 r--s 00000000 3a:00 1757707 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxb-libs.jar
    52e0d000-53167000 r--s 00000000 3a:00 1757708 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxb-xjc.jar
    53167000-5319d000 r--s 00000000 3a:00 1757710 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jaxp-api.jar
    5319d000-53216000 r--s 00000000 3a:00 1757712 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/jfreechart-0.9.11.jar
    53216000-53273000 r--s 00000000 3a:00 1757715 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/log4j-1.2.4.jar
    53273000-532c3000 r--s 00000000 3a:00 1757716 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/mail.jar
    532c3000-53387000 r--s 00000000 3a:00 1757718 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/poi-2.5.1-final-20040804.jar
    53387000-5339f000 r--s 00000000 3a:00 1757720 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/sax.jar
    5339f000-5341c000 r--s 00000000 3a:00 1757722 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/standard.jar
    5341c000-534a3000 r--s 00000000 3a:00 1757723 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/struts.jar
    534a3000-534c2000 r--s 00000000 3a:00 1757727 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/xml-apis.jar
    53500000-535fc000 rw-p 00000000 00:00 0
    535fc000-53600000 ---p 000be000 00:00 0
    53600000-53cc5000 r--s 00000000 3a:00 1757725 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/xalan.jar
    53cc5000-53f74000 r--s 00000000 3a:00 1757726 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/xercesImpl.jar
    53f74000-54031000 r--s 00000000 3a:00 1757728 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/xmlsec.jar
    54031000-540a6000 r--s 00000000 3a:00 1757729 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/xsdlib.jar
    540a6000-540a7000 ---p 00000000 00:00 0
    540a7000-540b5000 rwxp 00001000 00:00 0
    540b5000-540b8000 ---p 0000f000 00:00 0
    540b8000-54127000 rwxp 00012000 00:00 0
    54127000-54128000 ---p 00081000 00:00 0
    54128000-54136000 rwxp 00082000 00:00 0
    54136000-54139000 ---p 00090000 00:00 0
    54139000-541a8000 rwxp 00093000 00:00 0
    541a8000-5422f000 r--s 00000000 3a:00 1757723 /local/home/tc_cmpdv/pkg/jakarta-tomcat-4.1.18/webapps/compliance/WEB-INF/lib/struts.jar
    5422f000-54230000 ---p 00000000 00:00 0
    54230000-5423e000 rwxp 00001000 00:00 0
    5423e000-54241000 ---p 0000f000 00:00 0
    54241000-542b0000 rwxp 00012000 00:00 0
    542b0000-542b1000 ---p 00081000 00:00 0
    542b1000-542bf000 rwxp 00082000 00:00 0
    542bf000-542c2000 ---p 00090000 00:00 0
    542c2000-54331000 rwxp 00093000 00:00 0
    54331000-54332000 ---p 00102000 00:00 0
    54332000-54340000 rwxp 00103000 00:00 0
    54340000-54343000 ---p 00111000 00:00 0
    54343000-543b2000 rwxp 00114000 00:00 0
    543b2000-543b3000 ---p 00183000 00:00 0
    543b3000-543c1000 rwxp 00184000 00:00 0
    543c1000-543c4000 ---p 00192000 00:00 0
    543c4000-54433000 rwxp 00195000 00:00 0
    54433000-54434000 ---p 00204000 00:00 0
    54434000-54442000 rwxp 00205000 00:00 0
    54442000-54445000 ---p 00213000 00:00 0
    54445000-544b4000 rwxp 00216000 00:00 0
    544b4000-544b5000 ---p 00285000 00:00 0
    544b5000-544c3000 rwxp 00286000 00:00 0
    544c3000-544c6000 ---p 00294000 00:00 0
    544c6000-54535000 rwxp 00297000 00:00 0
    54535000-54536000 ---p 00306000 00:00 0
    54536000-54544000 rwxp 00307000 00:00 0
    54544000-54547000 ---p 00315000 00:00 0
    54547000-545b6000 rwxp 00318000 00:00 0
    545b6000-545b7000 ---p 00387000 00:00 0
    545b7000-545c5000 rwxp 00388000 00:00 0
    545c5000-545c8000 ---p 00396000 00:00 0
    545c8000-54637000 rwxp 00399000 00:00 0
    54637000-54638000 ---p 00408000 00:00 0
    54638000-54646000 rwxp 00409000 00:00 0
    54646000-54649000 ---p 00417000 00:00 0
    54649000-546b8000 rwxp 0041a000 00:00 0
    546b8000-546b9000 ---p 00489000 00:00 0
    546b9000-546c7000 rwxp 0048a000 00:00 0
    546c7000-546ca000 ---p 00498000 00:00 0
    546ca000-54739000 rwxp 0049b000 00:00 0
    54739000-5473a000 ---p 0050a000 00:00 0
    5473a000-54748000 rwxp 0050b000 00:00 0
    54748000-5474b000 ---p 00519000 00:00 0
    5474b000-547ba000 rwxp 0051c000 00:00 0
    547ba000-547bb000 ---p 0058b000 00:00 0
    547bb000-547c9000 rwxp 0058c000 00:00 0
    547c9000-547cc000 ---p 0059a000 00:00 0
    547cc000-5483b000 rwxp 0059d000 00:00 0
    5483b000-5483c000 ---p 0060c000 00:00 0
    5483c000-5484a000 rwxp 0060d000 00:00 0
    5484a000-5484d000 ---p 0061b000 00:00 0
    5484d000-548bc000 rwxp 0061e000 00:00 0
    548bc000-548fd000 rw-p 00000000 00:00 0
    548fd000-548fe000 ---p 00000000 00:00 0
    548fe000-5490c000 rwxp 00001000 00:00 0
    5490c000-5490f000 ---p 0000f000 00:00 0
    5490f000-5497e000 rwxp 00012000 00:00 0
    54a00000-54a49000 rw-p 00000000 00:00 0
    54a49000-54b00000 ---p 000cb000 00:00 0
    54b9b000-54b9c000 ---p 00000000 00:00 0
    54b9c0

    Hello,
    Hi,
    My application server(apache-tomcat-5.5.27) is running on linux box with Jdk1.6_13,64 bit server, It's crashing frequently like every 12- 15 hrs once. I am using OCI dirver to connect to the oracle database, here with I have enclosed the dump file generated.
    Any one faced such issues or have workaround or help on this issue to resolve is highly appreciated...
    Please help me as soon as possible//
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0000002c35f26e7e, pid=11354, tid=1074588000
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode linux-amd64)
    # Problematic frame:
    # C [libclntsh.so.10.1+0x552e7e] gslcrqwWrite+0x40
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0000002c343ff000): JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_in_native, id=11383, stack(0x00000000400ae000,0x00000000400cf000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x000000000000019c
    Registers:
    RAX=0x0000002c34310f80, RBX=0x0000000000000000, RCX=0x0000002c33744d80, RDX=0x0000000000000000
    RSP=0x00000000400c4d60, RBP=0x00000000400c4da0, RSI=0x0000002c3355e5f0, RDI=0x0000000000000000
    R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000002c36cf00a0, R11=0x0000002c35f41800
    R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000002c3355e5f0, R15=0x0000000000000000
    RIP=0x0000002c35f26e7e, EFL=0x0000000000010202, CSGSFS=0x0000000000000000, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    time: Mon Apr 20 05:16:14 2009
    elapsed time: 42930 seconds

  • Unable to import metadata using OBI 11g Admin tool

    Hello folks,
    I am new to OBI. I am trying to build a RPD. For that purpose I am trying to import some tables from database but I am unable to. I created DSN and also tried using OCI but no help. The OBI Admin tool client and database is installed under other user's account. Is that the reason I am unable to import tables?
    I am getting this error:
    Internal Error-Unable to initialize NLS during driver load - When I try to use ODBC &
    Connection failed --When I try to use OCI.
    Can someone shed some light on this issue.
    Thanks,
    Edited by: 950330 on Jan 21, 2013 11:17 AM

    Use Call Interface: Default (OCI 10g/11g)
    Data source Name->hostname:port/ServiceName or TNS name
    like
    localhost:1521/XE
    make sure you able to ping connect the database using tnsentry or
    tnsping <tnsname>
    from command prompt.
    Let me know for issues if helps pls mark
    Edited by: Srini VEERAVALLI on Jan 21, 2013 1:17 PM

  • How do I use the cookie cutter tool?

    I have a lot of questions to ask on how to use this program. I have Adobe Photoshop Elements 8, and I can't seem to get the tools to work. I click things on and nothing happens or I get a buzz indicating that whatever it is I want to do, I can't. I went to the cookie cutter tool and clicked that on. I figured out how to pick a shape, but then what? No matter what I clicked, nothing happened. How do I get it to work? I have a book called 'Teach Yourself Visually Adobe Photoshop Elements 8' and the pages are very clear, but whatever options are given in the book, I can't find in my program. I am sure part of the problem is that i have this program on a Mac. Maybe the Mac version doesn't work like the PC version. I can't seem to find any directions for this. I clicked on help and it brought me to a web page for Mac Photoshop Elements 8, and I did a search for 'cookie cutter' and nothing came up. I also looked at all the options available for help and didn't see any 'cookie cutter' tool instructions. How can I learn how to use this software? Thanks for any help.

    I don't remember what the directions were yesterday, when I was experimenting with Photoshop, but I believe that the directions told me to use the custom shape tool, but I couldn't find it. It said to click on the rectangle, and a menu would come up, but no menu came up. So I thought I would just experiment and click on 'cookie cutter' and see what would happen when I clicked on it. I tried using some keyboard shortcuts to see what would happen (just trying to figure out how to get something to work) and at the web site for Photoshop for Mac, it said to click 'Q' (I can remember what was supposed to happen), but I clicked 'Command' and 'Q' at the same time and it closed the program! The web site didn't say which other key to use with the Q, and nothing happened when I just clicked the Q. Another thing I was trying to do was to make something in Photoshop (this was on another web site) and I had to go to 'window' then the next step was to go to 'channel' and click it on. I went to window and there was no 'channel' in the drop down menu. There were other options, but no 'channel'.

  • I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?

    I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?  Help!

    If the scan is in B&W, then play with the Threshold setting here
    If it's in Color, then you will have to open the scan in a Raster editing software (like Photoshop) and play with the Brightness/Contrast settings to make the lines bolder.

  • I am using the pattern stamp tool. when i select my pattern it adds a hatching to teh source pattern and copies that hatching to the destination image

    I am using the pattern stamp tool. when i select my pattern it adds a hatching to the source pattern and copies that hatching to the destination image

    Please post screenshots to illustrate what you are talking about.

  • How to bind arrays to PL/SQL stored procedure using OCI?

    Hi,
    We are having problems trying to bind arrays to PL/SQL stored procedure using OCI. Here is the situation:
    - We have a stored procedure called "GetVEPFindTasks" with the following interface:
    PROCEDURE GetVEPFindTasks (
    p_ErrorCode OUT NUMBER,
    p_ErrorMsg OUT VARCHAR2,
    p_RowCount OUT NUMBER,
    p_VEPFindTasks OUT t_VEPFindTaskRecordTable,
    p_MaxTask IN NUMBER);
    t_VEPFindTaskRecordTable is a record with the following entries:
    TYPE t_VEPFindTaskRecord IS RECORD (
    RTCID NUMBER,
    TransNum NUMBER,
    TransTimestamp VARCHAR2(20),
    Pathname1 image_data.pathname%TYPE,
    Pathname2 image_data.pathname%TYPE,
    Pathname3 image_data.pathname%TYPE,
    OperatorID operator.id%TYPE);
    - Now, we are trying to call the stored procedure from C++ using OCI (in UNIX). The call that we use are: OCIBindByName and OCIBindArrayOfStruct to bind the parameters to the corresponding buffers. We bind all parameters in the interface by name. Now, we do bind the record's individual item by name (RTCID, TransNum, etc.), and not as a record. I don't know if this is going to work. Then, we use the bind handles of the binded record items (only record items such as RTCID, TransNum, and NOT error_code which is not part of the record) to bind the arrays (using OCIBindArrayOfStruct).
    All of the parameters that are binded as arrays are OUTPUT parameters. The rest are either INPUT or INPUT/OUTPUT parameters. Now, when we try to execute, OCI returns with an error "Invalid number or types of arguments" (or something to that sort... the number was something like ORA-06550). Please help...
    Is there any sample on how to use the OCIBindArrayOfStruct with PL/SQL stored procedures? The sample provided from Oracle is only for a straight SQL statement.
    Thank's for all your help.
    ** Dannil Chan **

    As you said:
    You have to pass in an array for every field and deconstruct/construct the record in the procedure. There is no support for record type or an array of records. Can you give me a example? I'am very urgently need it.
    thanks
    email: [email protected]

  • Oracle database Connectivity using OCI driver

    I am getting the error only when ever I am using oci driver
    oracle.url=jdbc:oracle:oci:@(description=(address=(host=url.name.com)(protocol=tcp)(port=1521))(connect_data=(sid=user)))
    04:52:55,093 ERROR [STDERR] java.sql.SQLException: ???S???Y??x??
    04:52:55,094 ERROR [STDERR] at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    04:52:55,094 ERROR [STDERR] at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
    04:52:55,095 ERROR [STDERR] at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
    04:52:55,095 ERROR [STDERR] at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:650)
    04:52:55,095 ERROR [STDERR] at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:338)
    04:52:55,095 ERROR [STDERR] at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    04:52:55,095 ERROR [STDERR] at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:133)
    04:52:55,096 ERROR [STDERR] at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)
    04:52:55,096 ERROR [STDERR] at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    04:52:55,096 ERROR [STDERR] at java.sql.DriverManager.getConnection(DriverManager.java:582)
    04:52:55,096 ERROR [STDERR] at java.sql.DriverManager.getConnection(DriverManager.java:185)
    04:52:55,097 ERROR [STDERR] at org.apache.jsp.index_jsp._jspService(index_jsp.java:68)
    04:52:55,097 ERROR [STDERR] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    04:52:55,097 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    04:52:55,097 ERROR [STDERR] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
    04:52:55,097 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326)
    04:52:55,098 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
    04:52:55,098 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    04:52:55,098 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
    04:52:55,098 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
    04:52:55,099 ERROR [STDERR] at org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:63)
    04:52:55,099 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
    04:52:55,099 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
    04:52:55,099 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
    04:52:55,099 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    04:52:55,100 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
    04:52:55,100 ERROR [STDERR] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
    04:52:55,100 ERROR [STDERR] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
    04:52:55,100 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
    04:52:55,101 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
    04:52:55,101 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    04:52:55,101 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    04:52:55,101 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    04:52:55,101 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    04:52:55,102 ERROR [STDERR] at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
    04:52:55,102 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
    04:52:55,102 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
    04:52:55,102 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
    04:52:55,102 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
    04:52:55,103 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
    04:52:55,105 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[Test].[jsp]] Servlet.service() for servlet jsp threw exception: java.sql.SQLException: ???S???Y??x??
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:650) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:338) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:133) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510) [ojdbc5.jar:Oracle JDBC Driver version - "11.1.0.7.0-Production"]
    at java.sql.DriverManager.getConnection(DriverManager.java:582) [:1.6.0_13]
    at java.sql.DriverManager.getConnection(DriverManager.java:185) [:1.6.0_13]
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:68)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [:6.0.0.20100911-M5]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [:1.0.0.Beta2]
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369) [:6.0.0.20100911-M5]
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) [:6.0.0.20100911-M5]
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) [:6.0.0.20100911-M5]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [:1.0.0.Beta2]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.20100911-M5]
    at org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:63) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) [:6.0.0.20100911-M5]
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181) [:6.0.0.20100911-M5]
    at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285) [:1.1.0.CR3]
    at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261) [:1.1.0.CR3]
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88) [:6.0.0.20100911-M5]
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [:6.0.0.20100911-M5]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [:6.0.0.20100911-M5]
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) [:6.0.0.20100911-M5]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [:6.0.0.20100911-M5]
    at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53) [:6.0.0.20100911-M5]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [:6.0.0.20100911-M5]
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [:6.0.0.20100911-M5]
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [:6.0.0.20100911-M5]
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) [:6.0.0.20100911-M5]
    at java.lang.Thread.run(Thread.java:619) [:1.6.0_13]
    When I am using thin driver, I am successful in connecting to the database
    oracle.url=jdbc:oracle:thin:@(description=(address=(host=url.name.com)(protocol=tcp)(port=1521))(connect_data=(sid=user)))
    I am using JBOSS 1.6 with oracle 11.1.0 and jdk 1.6
    Please help me resolve the problem
    Thanks,
    Kumar

    You should confirm that you can connect to the DB with a simple Java class using the url that the code you posted is using.
    This will show that the OCI client is installed and executing properly. If you can't connect externally you will need to fix that first.
    Is the Oracle client installed on the same machine the JDBC code is running on?

  • "ocijdbc9.dll: Can't find dependent libraries" error using OCI in 902

    Trying to use JDBC OCI driver in 9.0.2 OC4J to connect to a 9.2.0.2 DB. Environment set appropriately (per "Data Sources" guide) to use oci jars and dlls in 9.2.0 client install/directory. Why can't it find these dependent libraries and how to I workaround this?
    Thanks,
    Brian

    How are you loading the library? If you're using the System#loadLibrary(String) method, the dll in question has to be in your computer's PATH (ie, somewhere in the folders defined in the PATH system variable). Simply being in the same path as the JVM or your classpath doesn't cut it. Moreover, don't include the extenion when calling loadLibrary. Thus, you'd call System.loadLibrary("HelloNative").
    Another option is the System#load(String) method, which expects a fully-qualified path. Thus, if your dll is in C:\Development\Native, you'd have to call System.load("C:\Development\Native\HelloNative.dll") (notice the inclusion of the extension).
    Hope this helps,
    Walter Gildersleeve
    Productivity Engineering, GmbH
    Freiburg, Germany

  • Is there a way to prevent ibooks author from shutting down after just one or two uses of the alpha tool?

    Is there a way to prevent ibooks author from shutting down after just one or two uses of the alpha tool?

    Hello One Job at a time,
    Deleting the application will not delete your projects.
    Normally I keep all my work files on a separate drive.
    If you command click on the title name of your project you will get a drop down path to show you the location of your book project.
    or you can click on the drop down triangle beside its name to duplicate.
    Just remember where you saved the file too.
    In your applications folder on your computer select the iBA icon and press delete and also erase / empty the trash can.
    You can then go back to the APP STORE and install iBA from new again.
    I hope this helps.
    Regards,
    Nigel

  • Issue while creating BPEL artifacts using BPEL command line tool

    All
    I am trying to create BPEL artificats for SQL server stored procedure for SQO Server 2005 using BPEL Command line tool.
    My demo.properties is
    ProductName=Microsoft SQL Server
    DriverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
    ConnectionString=jdbc:sqlserver://10.10.20.2:1433;databaseName=dAP
    Username:apcdb
    Password:password1
    SchemaName:dev
    ProcedureName:spiSOATesting
    ServiceName:SQLServerSPService
    DatabaseConnection:MSSQLServer
    Destination:c:/temp/sqlprocedure
    and I have create a batch file called as generate.bat and it contains following information
    java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\jlib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts %1
    and when I try to run the command at BPEL PM Developer Prompt, I am getting Procedure not found, Can one please tell, what is the cause of this error. and how does this command line tool exactly work.
    Following is the output from command prompt.
    D:\product\10.1.3.1\OracleAS_1\bpel\samples>D:\temp\sqlprocedure\generate.bat D:\temp\sqlprocedure\demo.properties
    D:\product\10.1.3.1\OracleAS_1\bpel\samples>java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar
    ;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\j
    lib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts D:\temp\sqlprocedure\demo.properties
    Procedure not found: dAP.spiSOATesting
    Thank you

    HI
      Pricing will be carried basing on the pricing
    procedure.
    Case1: Prices will be carried out automatically if
    necessary condition records are maintained for the
    condition type.
      For this you can go to Sales Order-> Item Conditions
    In the screen you can click on command button Analysis,
    which gives you the list of condition types associated
    to the pricing procedure. By clicking on the condition
    type you can know the action that has taken place.
    Case2: Manually forcing prices for Items.
      To do this, you have to populate ORDER_CONDITIONS_IN &
    ORDER_CONDITIONS_INX. Also note to identify the item
    numbers, you manually pass the item number for each item
    in the sales order, use the same item number for
    populating conditions.
      Parameters required:
    ORDER_CONDITIONS_IN:
      ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
    ORDER_CONDITIONS_INX:
      ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
       Hope the above info helps you. Do revert back if you
    need more info.
    Kind Regards
    Eswar

  • How to unpartition D and its recovery partition and add to C using Windows 8.1 tools

    I have a new Fujitsu Lifebook, Windows 8.1 with a 600gb disk and when I go into Disk management I see the following partitions in this order.
    Healthy (Recovery Partition) 768 mb  100% free
    Healthy (OEM Partition) 768 mb   100% free
    Healthy (EFI Partition) 260 mb    100% fre
    C: Healthy (Boot, Page File, Crash dump, primary Partition)  340 GB  88% free
    Healthy (Recovery Partition) 350 mb  100% free
    D: Healthy (Primary Partition) 340 GB  100% free
    Disk Management does not let me free up the second recovery partition (between C: and D:) so I am not able expand C: after I free up D: because they are not contiguous.  How, using Windows 8.1 tools can I safely expand C: so that it'll be 680 GB (taking
    the space from D:)?

    Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.  This is a standard response I’ve written up in advance to help many people (thousands, really.)
    who post their question in this forum in error, but please don’t ignore it.  The links I share below I’ve collected to help you get right where you need to go with your issue.
    For technical issues with Microsoft products that you would run into as an
    end user of those products, one great source of info and help is
    http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products. Office related forums are also here:
    http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
    For Technical issues with Microsoft products that you might have as an
    IT professional (like technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
    http://social.technet.microsoft.com/forums/en-us, and search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
    http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
    http://community.dynamics.com/
    If you really think your issue is related to the subscription or the TechNet Website, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots
    of the issue (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
    If you really had no idea where to post this question but you still posted it here, you still shouldn’t have because we have a forum just for you!  It’s called the Where is the forum for…? forum and it’s here:
    http://social.msdn.microsoft.com/forums/en-us/whatforum/
    Moving to off topic. 
    Thanks, Mike
    MSDN and TechNet Subscriptions Support
    Read the Subscriptions Blog!

  • Steps to Connect remote Oracle Server using OCi C in Linux

    Hi !
    I am trying to connect oracle server through my application using OCI C in linux, it works fine in my oracle server machine.
    I want to connect oracle server through my C application from Oracle Client Machine
    can anyone help me in this issue ?
    regards
    Balaji.C

    Sounds like you did not specify your database name. Or you database name is hard-coded.
    Can you show us the code?
    Is your TNSNAMES.ORA set up correctly?
    Also, you did not specify any error messages or anything. Are you checking the result codes after any functions?

  • "Could not use the clone stamp tool because of a program error". How to fix this fault?

    When I try to use the Clone Stamp Tool I am met with the message shown above. I have tried in all the ways I could find to beat this: different photos, switched the computer off and on again, run a de-bugging program through it (Advanced System Care 5 Pro) and Microsoft's own stuff. The problem exists solidly and, without one of its most important picture repair tools Photoshop is pretty much useless.
    I have just set this new Photoshop Elements 10 program up on my Windows 7 (64) laptop. I have plenty of memory and a large enough hard drive; the machine is fairly new, stable and does not usually suffer from programming problems. I have found nothing on any of the Adobe Forums, or in other sites, to give me a hint as to what has caused the problem other than a bad program disk. My first conclusion was that I should reinstall the program, but it appears that I will then lose one of my two registration rights, that strikes me as being ridiculous as reinstallation is surely the most logical thing to do with a potentially faulty program disk! But I would have to uninstall to reinstall, and that's when the the second registration cuts in I am advised. I have tried every way I can think of to beat this to no avail. I'll be truly grateful if someone can help me out on this. Thank you!

    Thanks guys! I'm afraid that I'm still not sure: I've been told that uninstalling - after of course deactivating - amounts to a life gone... Yet according to the set of licence rules Adobe has, you're allowed to copy programs in a mirror image which, of course, would be used for a clean wipe - and surely that contradicts their set of rules? The rules seem to imply that that would be okay: no life lost. My concern is that through no fault of my own I have what appears to be a duff program; it's out of warranty now (my fault - I didn't install it until I could buy a more heavy-duty laptop). If the rule is "two-strikes-and-your-out, then I lose my last reactivation after THIS installation. I will get in touch with Adobe - but I live in the UK, and therein lies the problem: the equivalent of $39 dollars for the chat and whatever else it might cost is off-putting to me I'm afraid. If I could find out whether or not Adobe has a patch or something I would be a lot more happy about it all - the reinstallation after all may NOT cure the problem and I'd be stuck with a bunch of coffee cup coasters! Hey, ho...

  • Lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what

    lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what 
    Here is the report, but i don't understand it.  can anyone help, PLEASE
    Process:         Adobe Photoshop Lightroom 5 [1343]
    Path:            /Applications/Adobe Photoshop Lightroom 5.app/Contents/MacOS/Adobe Photoshop Lightroom 5
    Identifier:      com.adobe.Lightroom5
    Version:         Adobe Photoshop Lightroom 5.4 [955652] (5.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [170]
    Responsible:     Adobe Photoshop Lightroom 5 [1343]
    User ID:         501
    Date/Time:       2014-05-13 15:04:50.033 -0400
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  6ABE1616-31D9-8D3E-5E0B-EEF8ED3F6706
    Crashed Thread:  10  AsyncDataServer
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff856fba0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff856fb7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff856fb5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8b1303de _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8b12fa2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8b123b2c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8b10e913 NSApplicationMain + 940
    12  com.adobe.Lightroom5           0x0000000104ffb613 main + 1107
    13  com.adobe.Lightroom5           0x0000000104ffb1b8 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e81f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8bd3143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8bd31152 _dispatch_mgr_thread + 52
    Thread 2:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 3:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 4:: cr_scratch
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.AgImageIO         0x0000000107ab82b1 0x1079aa000 + 1106609
    3   com.adobe.ag.AgImageIO         0x0000000107c77b6b 0x1079aa000 + 2939755
    4   com.adobe.ag.AgImageIO         0x0000000107a821a1 0x1079aa000 + 885153
    5   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 5:: Worker Thread Dispatcher
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 6:: Queue Processor - AgPhotoAvailability
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8b2d016e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a99adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.adobe.wichitafoundation   0x00000001052763ea 0x1051e3000 + 603114
    7   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a97967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 10 Crashed:: AsyncDataServer
    0   com.adobe.ag.kernel           0x000000010502be32 0x105016000 + 89650
    1   com.adobe.ag.kernel           0x000000010502bf86 0x105016000 + 89990
    2   com.adobe.ag.kernel           0x000000010502bae3 0x105016000 + 88803
    3   com.adobe.ag.kernel           0x000000010502c251 0x105016000 + 90705
    4   com.adobe.ag.kernel           0x000000010502c36d 0x105016000 + 90989
    5   com.adobe.ag.kernel           0x0000000105023268 0x105016000 + 53864
    6   com.adobe.ag.kernel           0x0000000105023990 0x105016000 + 55696
    7   com.adobe.ag.kernel           0x000000010502333d 0x105016000 + 54077
    8   com.adobe.ag.kernel           0x00000001050280c6 0x105016000 + 73926
    9   com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    10  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    11  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    12  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    13  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    14  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    15  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    16  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    17  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    18  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    19  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    20  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    21  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    22  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    23  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    24  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    25  com.adobe.ag.kernel           0x0000000105027a46 0x105016000 + 72262
    26  com.adobe.ag.kernel           0x0000000105027931 0x105016000 + 71985
    27  com.adobe.ag.kernel           0x0000000105026a81 0x105016000 + 68225
    28  com.adobe.ag.kernel           0x000000010502687b 0x105016000 + 67707
    29  com.adobe.ag.kernel           0x00000001050202d4 0x105016000 + 41684
    30  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    31  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    32  com.adobe.ag.kernel           0x000000010502025a 0x105016000 + 41562
    33  com.adobe.ag.kernel           0x0000000105018113 lua_load + 68
    34  com.adobe.ag.kernel           0x0000000105019470 luaL_loadbuffer + 32
    35  com.adobe.ag.kernel           0x000000010501a109 0x105016000 + 16649
    36  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    37  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    38  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    39  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    40  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    41  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    42  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    43  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    44  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    45  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    46  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    47  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    48  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    49  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    50  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    51  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    52  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    53  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    54  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    55  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    56  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    57  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    58  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    59  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    60  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    61  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    62  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    63  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    64  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    65  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    66  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    67  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    68  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    69  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    70  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    71  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    72  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    73  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    74  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    75  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    76  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    77  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    78  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    79  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e81e9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d4ebab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 12:: Preview Server
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c659 AgConditionLock_wait + 184
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 13:: Queue Processor - PreviewFileStore
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 14:: Queue Processor - NegativeQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 15:: Queue Processor - HistogramQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 16:: Queue Processor - RenderQueue_Render
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 17:: Queue Processor - RenderQueue_ReadPreview
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 18:: Queue Processor - RenderQueue_Video
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 19:: Queue Processor - RenderQueue_Face
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 20:: Queue Processor - AgAsyncRenderingQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 21:: Queue Processor - OpenNegativesForDevelop
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 22:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 23:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 24:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 25:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x0008000000000000  rbx: 0x000000015904d120  rcx: 0x0000000105044ca0  rdx: 0x000000015904d120
      rdi: 0x0000608011c74740  rsi: 0x00006080116435a0  rbp: 0x000000010d6321d0  rsp: 0x000000010d6321d0
       r8: 0x0000000000000000   r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x000000000000333b  r13: 0x000060000057fb08  r14: 0x0000608011c74740  r15: 0x000060000057fb08
      rip: 0x000000010502be32  rfl: 0x0000000000010206  cr2: 0x0000000181aa7008
    Logical CPU:     3
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
        

    All 3 of my books transferred over without my having had to do anything at all.  If you're worried about retaining books, you could try moving your ADE 4 to an external drive & confirming that your books are also there.  I believe that the book information is saved elsewhere (separately from the ADE) and it should simply transfer over, but since I only had three books, all library items, I didn't have much to lose.  All I can speak from is my own experience.  I had to get rid of ADE 4 in order to successfully install ADE 2.0.

Maybe you are looking for

  • WCCP Configuration HTTP and HTTPS

    Looking for anyone that might have a clue in on this, im attempting to configure a pair of routers to use WCCP to redirect HTTP and HTTPS traffic to two content keeper devices. The network im building is going to be used for a guest internet connecti

  • Server Logon History table in master database has grown to 30GB. Is it a best practice to truncate this table?

    I have noticed that the master database in our staging env has grown to 30Gb with 299803769 records. I am not sure why but this has happened in the last one year. Just from yesterday to today (1/1/2014 to 1/2/2014) it has 629921 records. Is it a good

  • ST03N Transaction/Program Information

    Hello All, We just recently upgraded to ECC 60 and the following programs are listed in the Transaction Profile of ST03N. We have not been able to find any related documentation.  Can someone provide a description for each of these? <AD_DEL_USER> <AD

  • Print time formula error when used in cross-tab

    I have a cross-table that I'm using to calculate revenue, which is based on a conditional formula.  Within that formula is a Running Total field.  When I use this field I get the following error message: "A PRINT TIME FORMULA THAT MODIFIES VARIABLES

  • Page total in adobe forms

    Hi Experts, I want to do page total on a particular field in adobe forms . I am getting grand total but cann't get the page total. Is their some java script or adobe script is required for it . If yes then provide me the solution for it.  Its very ur