ClassFormatError when using JPA standalone

I'm pretty new to JPA and I'm trying to run it standalone (that is, not in an Application Server).
I've created another persistence unit for this purpose, and things used to work (more or less) when testing with Maven.
However, it never worked when running the same test in Eclipse. The Eclipse project, however, is generated by Maven and has exactly the same classpath.
The error I get is:
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/transaction/SystemException
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
     at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
     at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at org.hibernate.ejb.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:39)
     at org.hibernate.ejb.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:34)
...I'm using JDK 6 and Hibernate.
I thought that maybe the error occured because only the JPA API was on the classpath, but no implementation. However, I have a whole load of Hibernate JARs there...
Any help would be very appreciated :-)
Thanks,
Eric

I had the same error. I found that hibernate has the (Maven-) transitive Dependency to ebj-persistence-*.jar. Additionally, I needed javaee-api-5.jar in the classpath (for EJBException,...). Now, ebj-persistence.jar is a subset of javaee-api-5.jar, and if they are not compatible, a ClassFormatError raises when javaee-api-5.jar is loaded first. I found, that the Apache-Implementation of javaee-api-5 is compatible with Hibernate:
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>javaee-api</artifactId>
<version>5.0-1</version>
</dependency>

Similar Messages

  • Is JBO exception working when using JPA ?

    I am using Jdeveloper 11g R (11.1.2.3) & weblogic 10 G
    In my pages I use JSF & Facelet
    Is JBO exception working when using JPA as data provider?
    I mean can I throw JBO exception from my back end in some business cases?
    thanks
    Mohsen

    You haven't added a resource reference for your web application that gives the application a local name for the global resource "UserDatabase".

  • Problem when using JPA/EJB in webservice

    I wrote a web service that use JPA/EJB to connect to Sybase (the existing tables), and deployed to OC4J, but it got the following error when the web service is invoked:
    <env:Envelope
      xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:ns0="http://prjtestws_9/types/">
     <env:Body>
      <env:Fault>
       <faultcode>env:Server</faultcode>
       <faultstring>Internal Server Error (Caught exception while handling request: java.lang.NullPointerException)</faultstring>
      </env:Fault>
     </env:Body>
    </env:Envelope>
    I have checked that, the query will return some records, and also it works fine if the program executed as a stand alone application.
    Thanks in advance

    I find that I can only have ONE webservice that using JPA/EJB for an OC4J instance, if more than one then the above error will come out, and I have to restart the OC4J instance to run another webservice that using JPA/EJB.
    Is there any solution for this issue?
    Thanks

  • Problem of cycle and stackoverflow when using JPA @OneToMany mapping Tag

    Hello everyone!
    Description:
    We are using the tag @OneToMany to map a collection of objects in an entity. In the other side, we use the tag @ManyToOne to map the father.
    Our simple example for testing consist of the following entities:
    This is the class Child:
    @Entity
    @Table(name="TEST_CHILD")
    public class Child implements Serializable{
    @Id
    @Column(name="ID_CHILD")
    private Long id;
    @ManyToOne(fetch=FetchType.LAZY)
    @JoinColumn(name="ID_FATHER", referencedColumnName="ID_FATHER")
    private Father father;
    and this is the Father class:
    @Entity
    @Table(name="TEST_FATHER")
    public class Father implements Serializable{
    @Id
    @Column(name="ID_FATHER")
    private Long id;
    @OneToMany(mappedBy="father", fetch=FetchType.EAGER)
    private List<Child> children;
    Problem:
    When a select over this entities is realized, we are getting the folling exception:
    The following Error is thrown by the VM [java.lang.StackOverflowError]. ErrorQueueHandler will just trace it. The caller component should take care to process it properly.
    java.lang.StackOverflowError
    at java.lang.Class.searchMethods(Class.java:2646)
    We've already used @OneToMany and @ManyToOne mapping in many other projects, and we've tried different parameters on the tags as well, but we still getting the exception. If applying fetch mode Lazy to the @OneToMany we had an detatched exception, cause ou the context. Anyways, we need and would like to use the EAGER loading mode.
    So what seems to happen is that the application runs into a cycle when loading the "father" attribute of Child, recreating the list collection within it.
    This same configuration works just fine in other implementations (i.e.: Hibernate JPA implementation), and many other examples over the web are not different of our implementation.
    Any suggestion of how we could solve this problem? Is this a standart behavior of mapping using Sap JPA?
    Evandro Pomatti
    Edited by: Evandro Pomatti on Dec 9, 2010 9:55 PM

    hi evandro,
    now I got same kind of error, how did you fix, pls help if you have remembered,
    hi all,
    I am getting folowing error in my JAVA portal system when executing webservices in WSnavigator.
    if anyone would have been faced this kind of error pls help me.
    The following Error is thrown by the VM [java.lang.StackOverflowError]. ErrorQueueHandler will just trace it. The caller component should take care to process i
    t properly.
    completere error log
    #2.#2014 04 27 23:52:42:197#0-500#Warning#com.sap.engine.core.thread.impl3.ErrorQueueHandler#
    com.sap.ASJ.krn_thd.000025#BC-JAS-COR#kernel.sda#C0000AF060EF002D000001A901AA0076###com.sap.engine.core.thread.impl3.ErrorQueueHandler#Guest#0##9586B2DBCCBD11E3
    A75E0000033325C2#9586b2dbccbd11e3a75e0000033325c2#9586b2dbccbd11e3a75e0000033325c2#0#Thread[ErrorQueueWatchDog,5,main]#Plain##
    The following Error is thrown by the VM [java.lang.StackOverflowError]. ErrorQueueHandler will just trace it. The caller component should take care to process i
    t properly.
    java.lang.StackOverflowError
            at java.security.AccessController.doPrivileged(Native Method)
            at java.io.FilePermission.init(FilePermission.java:183)
            at java.io.FilePermission.<init>(FilePermission.java:249)
            at sun.net.www.protocol.file.FileURLConnection.getPermission(FileURLConnection.java:198)
            at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1784)
            at sun.security.provider.PolicyFile.access$700(PolicyFile.java:264)
            at sun.security.provider.PolicyFile$7.run(PolicyFile.java:1247)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.security.provider.PolicyFile.getPermissions(PolicyFile.java:1243)
            at sun.security.provider.PolicyFile.getPermissions(PolicyFile.java:1190)
            at com.sap.engine.services.security.jacc.provider.PolicyImpl.implies(PolicyImpl.java:71)
            at com.sap.security.core.UmePolicy.implies(UmePolicy.java:696)
            at com.sap.security.core.role.jacc.JACCPolicy.implies(JACCPolicy.java:367)
            at java.security.ProtectionDomain.implies(ProtectionDomain.java:222)
            at java.security.AccessControlContext.checkPermission(AccessControlContext.java:354)
            at java.security.AccessController.checkPermission(AccessController.java:549)
            at com.sap.engine.services.keystore.impl.security.CodeBasedSecurityConnector.checkPermissions_readEntry(CodeBasedSecurityConnector.java:542)
    and also find heap log info
    -----------  H E A P   C H E C K  -----------
    Suspension of other threads succeeded.
    6 Java thread local allocation buffers currently in use.
    Scanning young generation space 314368K,   1% used [0x0a00020000000000, 0x0a00020000334838, 0x0a00020013300000)
    Scanning young generation space 157184K,   0% used [0x0a00020013300000, 0x0a00020013300000, 0x0a0002001cc80000)
    Scanning young generation space 157184K,   0% used [0x0a0002001cc80000, 0x0a0002001cc80000, 0x0a00020026600000)
    Scanning old generation space 2516992K,  21% used [0x0a00020026600000, 0x0a000200c0000000)
    Scanning permanent generation space 409600K,  99% used [0x0a000200c0000000, 0x0a000200d9000000)
    Checked the complete java heap.
    ---  N O   H E A P   C O R R U P T I O N  ---
    -----------  R E G I S T E R   R E G I O N S  -----------
    Register pc points to 0x09000000332ef3a8, which is not a known memory location
    Register lr points to 0x09000000332ef388, which is not a known memory location
    Register ctr points to 0x0900000033421bc0, which is not a known memory location
    Register r0 points to 0x0000000000000000, which is not a known memory location
    Register r1 points into the stack of JavaThread "HTTP Worker [@1753615133]" [_thread_in_vm (_call_back), id=25193, stack(0x000000011a5ef888,0x000000011a6ef888)]
    Dump of memory region around register r1 at 0x000000011a6e2a70
       0x000000011a6e29f0 00 00 00 01 1A 6E 2A 70 00 00 00 00 00 00 00 15 [.....n*p........]
       0x000000011a6e2a00 09 00 00 00 33 63 12 DC 09 00 10 00 A6 6A F9 60 [....3c.......j.`]
       0x000000011a6e2a10 00 00 00 00 12 4C 35 C0 0A 00 01 00 16 3D 60 78 [.....L5......=`x]
       0x000000011a6e2a20 09 00 00 00 33 FB 54 98 00 00 00 00 33 F4 90 28 [....3.T.....3..(]
       0x000000011a6e2a30 09 00 10 00 A6 4D 98 10 00 00 00 01 1A 6E 2A E8 [.....M.......n*.]
       0x000000011a6e2a40 00 00 00 00 00 00 00 00 00 00 00 00 15 A8 00 69 [...............i]
       0x000000011a6e2a50 00 00 00 00 15 A8 00 69 09 00 00 00 33 F4 90 38 [.......i....3..8]
       0x000000011a6e2a60 00 00 00 00 00 00 01 08 00 00 00 00 00 00 00 00 [................]
    => 0x000000011a6e2a70 00 00 00 01 1A 6E 2B 60 00 00 00 00 00 00 00 08 [.....n+`........]
    Register r2 points to 0x09001000a66af960, which is not a known memory location
    Register r3 points to 0x00000001188fa130, which is not a known memory location
    Register r4 points to 0x0a000100163d6098, which is not a known memory location
    Register r5 points to 0x0900000033f49038, which is not a known memory location
    Register r6 points to 0x0000000000000108, which is not a known memory location
    Register r7 points to 0x09001000a648c308, which is not a known memory location
    Register r8 points to 0x09001000a64cf2b4, which is not a known memory location
    Register r9 points to 0x0000000000000000, which is not a known memory location
    Register r10 points to 0x0000000000000000, which is not a known memory location
    Register r11 points to 0x0000000000000000, which is not a known memory location
    Register r12 points to 0x09000000332ef388, which is not a known memory location
    Register r13 points into the stack of JavaThread "HTTP Worker [@2116488621]" [_thread_in_native (_at_safepoint), id=25450, stack(0x000000011a6f4888,0x000000011a
    7f4888)]
    [error occurred during error reporting (dumping memory regions for register values), id 0xb
    Exception details: SIGSEGV at pc=0
    Problematic frame: v  ~StubRoutines::SafeFetch32 (sp=0x000000011a6e1240) (pc=0x0a00010000067b58)]
    hs_err_pid26214604.log: END

  • Problems with Eclipse-Plugin when using JPA in JavaFX

    Hi all,
    I am trying to develop a small JavaFX application with JPA using Eclipse and the FX-Plugin.
    Since I cannot use Annotations in FX code I created Java entity classes that are shadowed by the corresponding FX entities. To associate the Java and FX entites with each other I added a new member to the FX entity of the type of the Java entity. Suprisingly I now get errors that the FX entity cannot resolve the javax.perisistence classes. Those classes are imported in the Java entites without any errors. All entities are in the same package, so I really suspect it's the plugin's fault.
    Has anyone experience with this problem?
    Thanks,
    Chris

    There's something wrong with your code. You need to analyse it.

  • SpeedGrade crashes every time it is launched standalone and never works when using direct link from Premiere.

    SpeedGrade crashes every time it is launched standalone and when using Direct link to Adobe SpeedGrade from Premiere it only closes Premiere. It never try to even open SpeedGrade. All the effects have been removed and I have been successful with this in the past using CC, this is a new problem. Any ideas?

    Process:         sgmacosx [3235]
    Path:            /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         7.2.1 (7.2.1)
    Build Info:      Adobe SpeedGrade CC-0~100
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [227]
    Responsible:     sgmacosx [3235]
    User ID:         501
    Date/Time:       2014-05-25 18:35:44.283 +0200
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  C6B55AB7-DE97-90CE-6ACE-92D597592C3E
    Sleep/Wake UUID: 75C3C35F-4E08-45AE-AEAA-A15D364AED7D
    Crashed Thread:  9
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (roundedCrop), function -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:], file /Users/gds/Noise Industries/Development/FxFactory/FxFactoryRuntime/Model/FxFactoryRuntimeRegistrar.m, line 1441.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff90f24746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff95858779 _pthread_mutex_lock + 372
    2   com.apple.GeForceGLDriver     0x00001234402f473d gldUpdateDispatch + 80
    3   GLEngine                       0x0000000111c172a0 gleDoDrawDispatchCore + 502
    4   GLEngine                       0x0000000111b335e4 glBegin_Exec + 96
    5   sgmacosx                       0x0000000100414fb4 CIrOpenGLBlitter::DrawOverlay(CIrBlitOverlay const*, CIrPoint const&, CIrRect const&, bool, bool, unsigned int, bool) + 668
    6   sgmacosx                       0x000000010024de0b CIrBlitter::DrawWindow(CIrWindow const*, CIrPoint const&, CIrRect const&, bool) + 583
    7   sgmacosx                       0x000000010024d640 CIrBlitter::Blit(bool) + 876
    8   sgmacosx                       0x000000010043eb46 CIrosApp::ScreenUpdate(CIrList<CIrFrameBuffer const>*, bool) + 288
    9   sgmacosx                       0x000000010043c9a4 CIrosApp::CommandLoop() + 3754
    10  sgmacosx                       0x000000010043b743 CIrosApp::iDoRun() + 3565
    11  sgmacosx                       0x000000010001de85 main + 101
    12  sgmacosx                       0x0000000100002fd4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff90f25662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93d6c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93d6c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x00007fff90f20a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff93d6e9f9 _dispatch_semaphore_wait_slow + 206
    2   libxpc.dylib                   0x00007fff94ce97ef xpc_connection_send_message_with_reply_sync + 195
    3   libCoreVMClient.dylib         0x00007fff9487d06b cvms_element_build_and_get_internal + 232
    4   libCoreVMClient.dylib         0x00007fff9487cf7d cvms_element_build_from_source + 30
    5   com.apple.GeForceGLDriver     0x00001234402ebc08 0x123440000000 + 3062792
    6   com.apple.GeForceGLDriver     0x00001234402e508f 0x123440000000 + 3035279
    7   com.apple.GeForceGLDriver     0x00001234402e5361 gldBuildComputeProgram + 75
    8   com.apple.opencl               0x00007fff9472f2a4 0x7fff9472b000 + 17060
    9   com.apple.opencl               0x00007fff9473d574 clBuildProgram + 2072
    10  com.adobe.GPUFoundation.framework 0x00000001069ffea3 GF::LoadModule(GF::DeviceFramework, GF::Vendor, double, bool, _cl_device_id*, _cl_context*, std::string const&) + 3027
    11  com.adobe.GPUFoundation.framework 0x00000001069e2095 GF::LoadNextModuleAsync(boost::shared_ptr<GF::DeviceImpl> const&, GF::DeviceFramework, GF::Vendor, double, bool) + 725
    12  com.adobe.dvacore.framework   0x00000001029fe114 dvacore::threads::WrapExecuteTopLevelFunction(void*) + 68
    13  libdispatch.dylib             0x00007fff93d6a28d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff93d6c082 _dispatch_root_queue_drain + 326
    15  libdispatch.dylib             0x00007fff93d6d177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff95856ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 9 Crashed:
    0   libsystem_kernel.dylib         0x00007fff90f24866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9585635c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff99421b1a abort + 125
    3   libsystem_c.dylib             0x00007fff993eb9bf __assert_rtn + 321
    4   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c845c8 -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:] + 959
    5   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c99d39 -[FxFactoryRuntimeParameter presetsMenu] + 965
    6   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc2651 -[FxFactoryRuntimeAEPresets initWithParameter:] + 134
    7   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc25b2 +[FxFactoryRuntimeAEPresets presetsWithParameter:] + 41
    8   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cb6745 -[FxFactoryRuntimeAEParameter addWithInData:] + 592
    9   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cacaa3 -[FxFactoryRuntimeAEPlugIn parametersSetupWithInData:outData:parameters:outputLayer:] + 273
    10  com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120caf4f8 -[FxFactoryRuntimeAEPlugIn executeCommand:withInData:outData:parameters:outputLayer:extra:] + 637
    11  com.noiseindustries.FxFactory.AESingle 0x0000000119ff47b3 FxFactoryAEFunc + 419
    12  com.adobe.VideoFilterHost.framework 0x00000001066d4faa ML::AEVideoFilterModule::CallModule(int, PF_InData*, PF_OutData*, PF_ParamDef**, PF_LayerDef*, void*, bool) + 250
    13  com.adobe.VideoFilterHost.framework 0x00000001066d4d8b ML::AEVideoFilterModule::ParamSetup() + 155
    14  com.adobe.VideoFilterHost.framework 0x00000001066d492d ML::AEVideoFilterModule::SetupFilter() + 77
    15  com.adobe.VideoFilterHost.framework 0x00000001066d25f6 ML::AEVideoFilterFactory::CreateUnknownImpl(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 1286
    16  com.adobe.VideoFilterHost.framework 0x00000001066d205a ML::AEVideoFilterFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 58
    17  com.adobe.PluginSupport.framework 0x0000000105d2e502 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11202
    18  com.adobe.PluginSupport.framework 0x0000000105d2a1e1 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 737
    19  com.adobe.PluginSupport.framework 0x0000000105d291c8 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216
    20  com.adobe.PluginSupport.framework 0x0000000105d44528 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 2984
    21  com.adobe.PluginSupport.framework 0x0000000105d438a9 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57
    22  com.adobe.PluginSupport.framework 0x0000000105d43750 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 64
    23  sgmacosx                       0x0000000100049f44 CMediaLayerInitializer::CMediaLayerInitializer(void*, void*) + 708
    24  sgmacosx                       0x0000000100049bcd CMediaCoreInitializer::CMediaCoreInitializer(void*, void*) + 93
    25  sgmacosx                       0x0000000100048e67 bIrInitializeMediaCore(void*, void*) + 55
    26  sgmacosx                       0x000000010000e36f CFcApp::OnDoNonUIInitialization(CIrError**) + 47
    27  com.adobe.dvacore.framework   0x00000001029ee018 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 648
    28  com.adobe.dvacore.framework   0x00000001029ee907 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 55
    29  com.adobe.dvacore.framework   0x00000001029ee9e4 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 68
    30  com.apple.CoreFoundation       0x00007fff923d3494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    31  com.apple.CoreFoundation       0x00007fff923d2fcf __CFRunLoopDoTimer + 1151
    32  com.apple.CoreFoundation       0x00007fff924445aa __CFRunLoopDoTimers + 298
    33  com.apple.CoreFoundation       0x00007fff9238e755 __CFRunLoopRun + 1525
    34  com.apple.CoreFoundation       0x00007fff9238df25 CFRunLoopRunSpecific + 309
    35  com.apple.CoreFoundation       0x00007fff92443811 CFRunLoopRun + 97
    36  com.adobe.dvacore.framework   0x00000001029ecd49 dvacore::threads::RunPlatformEventLoop() + 89
    37  com.adobe.dvacore.framework   0x00000001029efa2b dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 219
    38  com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    39  com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    40  libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    41  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    42  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff90f2564a kevent + 10
    1   com.adobe.dvatransport.framework 0x0000000102f89c24 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 228
    2   com.adobe.dvatransport.framework 0x0000000102f898c0 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 304
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f7a387 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework 0x0000000102f79fb9 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    7   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework 0x0000000102f89b15 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f8923a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000102f8a243 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x0000000100596ecc CIrSplashWnd::ThreadFunction() + 124
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x000000010037610c CIrFrameCache::ThreadFunction() + 188
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff90f23f22 __connect + 10
    1   sgmacosx                       0x000000010059110c CIrSocket::poConnectToRemote(CIrString, int, bool) + 1568
    2   sgmacosx                       0x000000010059320b CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 87
    3   sgmacosx                       0x0000000100592f38 CIrSocketFiFoConnection::ThreadFunction() + 52
    4   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    5   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x00000001004e55c5 CIrRIServer::ThreadFunction() + 2281
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libcuda_310.40.15.dylib       0x000000011b1c6286 0x11b000000 + 1860230
    3   libcuda_310.40.15.dylib       0x000000011b12ad14 0x11b000000 + 1223956
    4   libcuda_310.40.15.dylib       0x000000011b1c7de9 0x11b000000 + 1867241
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libclh.dylib                   0x00007fff8ca33de9 0x7fff8c424000 + 6356457
    3   libclh.dylib                   0x00007fff8c4e9d42 0x7fff8c424000 + 810306
    4   libclh.dylib                   0x00007fff8ca34c39 0x7fff8c424000 + 6360121
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 21:
    0   libsystem_c.dylib             0x00007fff993c6736 strlen + 22
    1   libstdc++.6.dylib             0x00007fff974046cd std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 39
    Thread 9 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011508b000  rcx: 0x0000000115086aa8  rdx: 0x0000000000000000
      rdi: 0x0000000000007803  rsi: 0x0000000000000006  rbp: 0x0000000115086ad0  rsp: 0x0000000115086aa8
       r8: 0x00000000fffff800   r9: 0x00000000000005a1  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000120ced874  r13: 0x0000000120ced81f  r14: 0x0000000000000006  r15: 0x0000000120ced072
      rip: 0x00007fff90f24866  rfl: 0x0000000000000206  cr2: 0x00000001191ff000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100a3cfef +sgmacosx (???) <8939E4C1-F6F4-38EC-9C44-E300A0DFA258> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
           0x101589000 -        0x1017e6ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x101875000 -        0x10219efef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102420000 -        0x1024cdff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10250b000 -        0x1025d7fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102617000 -        0x102653fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x10266c000 -        0x102670fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x102677000 -        0x102766fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x102779000 -        0x1027e8ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1027f3000 -        0x102838ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102844000 -        0x102893fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c9000 -        0x1028dcff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1028e6000 -        0x1028eaff7 +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <55461C2D-5A3B-3202-9071-5A36014840CE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1028f3000 -        0x1028f9ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <4142779F-98E1-3123-B3C0-0DF02E49651F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102910000 -        0x10291cfff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <8C2011F0-03E2-3383-83EB-876128A387B2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x10293c000 -        0x102b8eff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <9EFBD199-CF2B-3362-A848-BFCD5F8E3996> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102dd4000 -        0x102e02ff7 +com.adobe.dvamediatypes.framework (7.0.0 - 7.0.0.0) <9076CE31-4EBC-39D1-954D-2E3044D7D938> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x102e35000 -        0x102e39fff +com.adobe.PRM.framework (7.1.0 - 7.1.0.100) <8F3BCA41-00CF-3D6B-9D85-9B7DA129FB4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x102e47000 -        0x102e91ff7 +com.adobe.ASLFoundation.framework (7.1.0 - 7.1.0.100) <DBC11317-BC05-32B9-9C1C-F94CEB113452> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x102efd000 -        0x102f0dfff +com.adobe.ASLMessaging.framework (7.1.0 - 7.1.0.100) <568EE824-A019-392F-8C79-8F8FE2A02E4B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x102f2a000 -        0x102f2cfff +com.adobe.Memory.framework (7.1.0 - 7.1.0.100) <0C4ADC73-1F85-3F0C-8A62-0687BDB3E50B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x102f35000 -        0x102f44ff7 +com.adobe.ASLUnitTesting.framework (7.1.0 - 7.1.0.100) <D15E6962-80BA-3B91-9ECA-AC8B22B275F1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x102f63000 -        0x102fc6fff +com.adobe.dvatransport.framework (7.0.0 - 7.0.0.0) <E891EF9D-0F59-3268-9724-508F54E6F8CF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103066000 -        0x10308efff +com.adobe.dvamarshal.framework (7.0.0 - 7.0.0.0) <D8E4FCCF-CECF-31F3-8E20-2575513C61D7> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1030d4000 -        0x1032caff7 +com.adobe.dynamiclink.framework (7.0.0 - 7.0.0.0) <60C769D7-BB8B-3746-A8DE-D056D2D1E3DA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10353b000 -        0x1035beff7 +com.adobe.MediaFoundation.framework (7.1.0 - 7.1.0.100) <BA3EE13D-0959-3E0B-9B3E-15CA77C0FFAF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x103678000 -        0x103705fff +com.adobe.AudioRenderer.framework (7.1.0 - 7.1.0.100) <3DFC3F5C-6519-328F-8974-93744FEF8D75> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1037d6000 -        0x1038c4fff +com.adobe.dvacaptioning.framework (7.0.0 - 7.0.0.0) <B400DB93-41F0-3039-9FC9-113C1CD4F256> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x1039a2000 -        0x1039fafff +com.adobe.dvatemporalxmp.framework (7.0.0 - 7.0.0.0) <118CC1C9-5A05-3EA2-B861-920D8C36ED29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103a34000 -        0x103a3fff7 +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <8FCFA67A-58CF-3BF9-855C-70D1CE169E7C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103a5a000 -        0x103ac7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.155241) <107DE42D-16B1-3DBF-88A2-1E017BA733D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103afa000 -        0x103c07fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 84 - 79.155241) <D4D421C1-082E-3081-B92B-2005D4C9FE6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103cb8000 -        0x103d3fff7 +com.adobe.dvametadata.framework (7.0.0 - 7.0.0.0) <FD5C67E5-71EB-3E08-9B7F-0B6A6920D2AF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x103e01000 -        0x104b5afff +com.adobe.Backend.framework (7.1.0 - 7.1.0.100) <B0B18AE0-FAAB-3581-979C-47B348D013AA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x1058fc000 -        0x105938fff +com.adobe.MLFoundation.framework (7.1.0 - 7.1.0.100) <174F3D7D-372C-3AA7-BBE2-C4B71EA69C78> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x1059a0000 -        0x105ad7ff7 +com.adobe.ImageRenderer.framework (7.1.0 - 7.1.0.100) <91838F25-38C5-3224-9B93-AC9D16B22556> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105c2f000 -        0x105ca5ff7 +com.adobe.VideoFrame.framework (7.1.0 - 7.1.0.100) <8AC868D7-44DB-34EE-A252-19CE350F4CAC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x105d21000 -        0x105d59fff +com.adobe.PluginSupport.framework (7.1.0 - 7.1.0.100) <C5F44933-CD69-3D70-9489-634D3DCF160F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x105da0000 -        0x105dc9ff7 +com.adobe.SweetPeaSupport.framework (7.1.0 - 7.1.0.100) <2D4F9566-D32C-36AE-83DD-CE78DF347312> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x105e0d000 -        0x105e53fff +com.adobe.TransmitHost.framework (7.1.0 - 7.1.0.100) <53FA1DC8-2F74-311E-9D3F-866484851A48> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x105eb5000 -        0x105fc6ff7 +com.adobe.VideoRenderer.framework (7.1.0 - 7.1.0.100) <B44066D7-0211-3F23-A802-D9A70CBA31EB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x10611a000 -        0x106163fff +com.adobe.AudioSupport.framework (7.1.0 - 7.1.0.100) <89EA082C-6A19-39C0-9567-95E79FB78CC2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1061b9000 -        0x1061bdfff +com.adobe.MediaUtils.framework (7.1.0 - 7.1.0.100) <323EB871-EC7C-3701-9406-64025BB7ABE8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1061c7000 -        0x106354ff7 +com.adobe.ImporterHost.framework (7.1.0 - 7.1.0.100) <8644515E-EC07-3336-8468-DF3C5AB5D6F5> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x10650e000 -        0x10657ffff +com.adobe.PlayerHost.framework (7.1.0 - 7.1.0.100) <0176483C-5E4E-3F05-9278-EC010AE6FE23> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x10661a000 -        0x106652ff7 +com.adobe.AudioFilterHost.framework (7.1.0 - 7.1.0.100) <DA3E7606-24DF-31C2-934B-B9B20CC296E6> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1066a9000 -        0x106795fff +com.adobe.VideoFilterHost.framework (7.1.0 - 7.1.0.100) <75607D6A-F556-3F72-844D-9676A931C3C8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106895000 -        0x1068abff7 +com.adobe.ProjectSupport.framework (7.1.0 - 7.1.0.100) <8023EE93-C526-3393-8727-51618C931E55> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x1068da000 -        0x1068edff7 +com.adobe.ProjectConverterHost.framework (7.1.0 - 7.1.0.100) <CE88B542-BC9D-322A-9244-0EA456D50AD1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHost
           0x106914000 -        0x10695cff7 +com.adobe.AudioFilters.framework (7.1.0 - 7.1.0.100) <ACD83C42-8CCA-3584-ACB4-074CE27B8135> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x1069db000 -        0x106d91fff +com.adobe.GPUFoundation.framework (7.1.0 - 7.1.0.100) <D8D92D9B-4223-3622-82B8-3D6ED38258F4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x106f5c000 -        0x1073f4fff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <58655BD3-13AF-38A5-894B-DED0D5B25B36> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107a0f000 -        0x107a5eff7 +com.adobe.DynamicLinkMedia.framework (7.1.0 - 7.1.0.100) <F79CB60E-488B-3A16-AC27-4FD80AA6D283> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x107b03000 -        0x107b61fff +com.adobe.TitleRenderer.framework (7.1.0 - 7.1.0.100) <310F81CC-E327-3B7E-B212-B6BFC62C2602> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x107c00000 -        0x107c51fff +com.adobe.BravoInitializer.framework (7.1.0 - 7.1.0.100) <0E405A38-35CE-309F-9CFE-0DC8822EC39F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x107cc9000 -        0x107e0dfff +com.adobe.ACE (AdobeACE 2.20.02.31468 - 2.20.02.31468) <C55A913C-8009-3A56-BF49-723C61D9444D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x107e20000 -        0x108153fff +com.adobe.AGM (AdobeAGM 4.30.24.31468 - 4.30.24.31468) <AB76DEB5-7698-3F64-8653-3C14504101C1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1081bf000 -        0x1081dcfff +com.adobe.BIB (AdobeBIB 1.2.03.31468 - 1.2.03.31468) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1081e4000 -        0x1084f5fff +com.adobe.CoolType (AdobeCoolType 5.13.00.31468 - 5.13.00.31468) <47F18C1A-71E7-37B2-84C4-2EBF9B7000F3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10853d000 -        0x108564fef +libcilkrts.5.dylib (0) <23D6F460-ACEA-1076-CF36-732DA3E1C85D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libcilkrts.5.dylib
           0x10857a000 -        0x108852fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x1089d3000 -        0x1089f7fe7 +com.mainconcept.mc.enc.dv (9.6 - 9.6.11.1708) <2BE84582-5AD6-8A08-A681-C255A10F1C99> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108a0b000 -        0x108a76ff7 +com.adobe.QT32Client.framework (7.1.0 - 7.1.0.100) <ECDDD6F0-716D-3602-8F2F-856084F18507> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x108b1e000 -        0x108b26ff7 +com.adobe.dvacaptioningui.framework (7.0.0 - 7.0.0.0) <AA943851-2E4B-3F51-990A-EE3627E995B0> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x108b36000 -        0x108befff7 +com.adobe.dvaaudiofilterhost.framework (7.0.0 - 7.0.0.0) <AA6FFD44-C9E2-30EF-AAD2-6BFD73C7499B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x108cdc000 -        0x108d03ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x108d1f000 -        0x108ddcfff +com.adobe.dvaeve.framework (7.0.0 - 7.0.0.0) <813B5DA8-12B5-3A50-B823-0901CFE0F549> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x108f4e000 -        0x109006fff +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <58DBD071-9AC3-3DBD-9F16-D876ADAD24BC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x109120000 -        0x10912efff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <51D99656-6256-34AD-A882-2540A1A9F363> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x109143000 -        0x1091a1ff7 +com.adobe.FontEngine.framework (7.1.0 - 7.1.0.100) <FBC436D8-4AC9-3515-B847-2D2BEB701C5E> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x10922d000 -        0x109246ff7 +com.adobe.TitleLayer.framework (7.1.0 - 7.1.0.100) <5C1E6FE5-BFB7-39CA-935B-F6D33B83B8CB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x1093e3000 -        0x1093f0ff7 +com.adobe.TitleImageManager.framework (7.1.0 - 7.1.0.100) <CC275264-6304-3876-B7F9-928BCBAEFE73> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x10940d000 -        0x109489ff7 +com.adobe.TitleCharacterFactory.framework (7.1.0 - 7.1.0.100) <4CDCCFBB-6A32-3F85-AB28-ABC2753D48EE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFacto ry
           0x1094e8000 -        0x1095ccfff +com.adobe.TitleCG.framework (7.1.0 - 7.1.0.100) <B8C5CBF1-F1B2-3DAB-92A1-7B4924BE0559> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109666000 -        0x1098f2ff7 +com.adobe.TitleLayout.framework (7.1.0 - 7.1.0.100) <4F84B58E-FD29-38DA-9AD0-554F7C927384> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x109ea6000 -        0x109eccfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x109f9f000 -        0x109fa7ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x109faf000 -        0x109fd7ffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x109fe9000 -        0x109fecffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x110100000 -        0x1101a3ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x111b1f000 -        0x111cbfff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x111e00000 -        0x111e29fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x111ef7000 -        0x111efbffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x113da9000 -        0x113dabff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x113db0000 -        0x113db1fff +libcuda.dylib (5.5.28) <CEFE7C92-DDC8-3454-8BD7-EA3A36FBB635> /usr/local/cuda/lib/libcuda.dylib
           0x1150dd000 -        0x1150eafff +CUDA (5.5.28) <A0D59BBE-5589-3079-A97E-B478F891A507> /Library/Frameworks/CUDA.framework/Versions/A/CUDA
           0x119ff3000 -        0x119ff5fff +com.noiseindustries.FxFactory.AESingle (4.1 - 4.1) <88C6F811-E136-30C2-B2E0-667C753F69D6> /Users/USER/Library/Application Support/Adobe/*/058FA656-7B25-4BC0-B03D-1D848D904BC1.plugin/Contents/MacOS/FxFactoryEffec t
           0x11b000000 -        0x11b2e4fff +libcuda_310.40.15.dylib (5.5.28 - 5.5.28) <B6FEAFB6-08AE-3DF1-81D7-A85E2F9BABF8> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_310.40.15.dylib
           0x11b340000 -        0x11ba2dfe7 +libgpgpucomp.dylib (0) <F98FF219-E38D-3E6B-9D1E-887E7EBF9B08> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libgpgpucomp.dylib
           0x11de0d000 -        0x11de1fff7 +com.adobe.ImporterFlash.framework (7.1.0 - 7.1.0.100) <45CE05BD-C69D-3F51-8F3F-A78BE5FC8F6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterFlash.bundle/Contents/MacOS/ImporterFlash
           0x11de43000 -        0x11de47ff7 +com.adobe.FlashPlayerWrapper.framework (7.1.0 - 7.1.0.100) <D0CBCBA0-D893-37F5-9CDE-E2632CCA8D79> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FlashPlayerWrapper.framework/Versions/A/FlashPlayerWrapper
           0x11de54000 -        0x11dea6fff +com.adobe.ImporterQuickTime.framework (7.1.0 - 7.1.0.100) <E402D417-C7FF-3048-916B-AB5A9B697F29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTime
           0x11e5a2000 -        0x11e5b9ff7 +com.adobe.QTParser.framework (7.1.0 - 7.1.0.100) <99192FE8-AD60-3474-88C0-64E10E1C5461> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x11e5d6000 -        0x11e5e4fff +com.adobe.PremiereFiltersMetaPlugin.framework (7.1.0 - 7.1.0.100) <D626386E-4DC7-3195-ADB5-1A844CE4474D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereFil tersMetaPlugin
           0x11e700000 -        0x11e774fff +com.mainconcept.mc.dec.mp2v (9.6 - 9.6.11.1708) <F1B12BF9-4B04-DB5D-13BB-D8CEC3144B44> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x11e777000 -        0x11e7a6ff7 +com.adobe.RendererCPU.framework (7.1.0 - 7.1.0.100) <EE3E4BBC-A698-3BDE-AB9A-51702AC13A4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x11f25d000 -        0x11f306fff +com.adobe.IPPMPEGDecoder.framework (7.1.0 - 7.1.0.100) <A19F7243-AD4F-372F-BE89-232A6170DAB1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x11f5a1000 -        0x11f8c1fff +com.adobe.CodecSupport.framework (7.1.0 - 7.1.0.100) <E707FFFC-871C-3820-8F2A-9E8B1EE9A2E2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x11fa2a000 -        0x11fb85fdf +com.mainconcept.mc.bc.dec.avc (9.6 - 9.6.11.1708) <37D36809-7038-AA28-8925-7295FD5BD165> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x11fb8e000 -        0x11fc3dfff +com.mainconcept.mc.dec.mp4v (9.6 - 9.6.11.1708) <D666559E-6090-6D3B-C7B8-9438A0FE26FB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x11fc46000 -        0x11fc98ff7 +com.adobe.PlayerMediaCore.framework (7.1.0 - 7.1.0.100) <F700BFB9-B0B0-380E-80F2-E62BE2271B70> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x11fe00000 -        0x11fe44ff7 +com.adobe.DisplaySurface.framework (7.1.0 - 7.1.0.100) <A403C515-0060-39CC-B9A6-69128F260ACD> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x11fecf000 -        0x11fee0ff7 +com.adobe.TransitionsMetaPlugin.framework (7.1.0 - 7.1.0.100) <EB9E7415-D000-3CFC-B1C9-6D45CCDB4E10> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMeta Plugin
           0x120800000 -        0x120934fff +com.adobe.RendererGPU.framework (7.1.0 - 7.1.0.100) <CA75D2C4-F2F3-3EDF-BB05-34FA07439CBC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x120c80000 -        0x120d28ff7 +com.noiseindustries.FxFactory.PremiereProImporter (4.1 - 4.1) <649ED8CC-3487-3DA9-B57D-95A4D67B7F4C> /Library/Application Support/Adobe/*/ImporterFxFactory.bundle/Contents/MacOS/ImporterFxFactory
           0x120dc6000 -        0x120e45ff7 +com.noiseindustries.NIKit (1.3.7 - 1.3.7) <8A32DB59-F13E-3B0A-8484-AD25A0C8F42A> /Library/Frameworks/NIKit.framework/Versions/A/NIKit
           0x122350000 -        0x1223a2fff +com.noiseindustries.Units (1.5.9 - 1.5.9) <00A939CA-FF5F-3802-B510-88B9FBC1E42F> /Library/Graphics/Image Units/Noise Industries Units.plugin/Contents/MacOS/Noise Industries Units
        0x123400000000 -     0x12340047bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.26.34 - 8.2.6) <2CE55DC0-8526-319A-A8C2-02076F2A926B> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD4000GraphicsGLDriver
        0x123440000000 -     0x123440882ff7  com.apple.GeForceGLDriver (8.26.21 - 8.2.6) <0E68237A-C5FF-32D6-A178-80E932C34CF3> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff61376000 -     0x7fff613a9817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b86b000 -     0x7fff8b86dfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff8b86e000 -     0x7fff8c3e4ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8c40c000 -     0x7fff8c423ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff8c424000 -     0x7fff8cb73fff  libclh.dylib (4.0.3 - 4.0.3) <2638412A-FB15-3BA8-9E11-5A1D778AB52E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8cb74000 -     0x7fff8cb78ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8cba6000 -     0x7fff8cbbfff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8cbc0000 -     0x7fff8cc13fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff8cc14000 -     0x7fff8cdccffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff8cdcd000 -     0x7fff8cdf2ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8ce0d000 -     0x7fff8ce0dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ce0e000 -     0x7fff8ce14ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/P

  • When to use BPM Standalone and BPM on Weblogic Server?

    Hi,
    How are you?
    We are starting a project that involves BEA BPM, I have a question regarding which installation flavor should we go for, what is the difference between how BPM works when using Weblogic or Stand alone, what advantages are given when installing it over weblogic vs installing the Standalone version?
    Thanx in Advanced!
    Kind Regards,
    Gerardo J

    Hi Gerardo:
    There are a lot of considerations about your question. The main difference is clearly the Aplication Server, while a Standalone version have an imbebbed TOMCAT 5.5 , the WL version requires at least Weblogic Server 8.2.
    First, there is an important question that you must answer:
    Your organization architectonical deployment supports Weblogic products? (weblogic, service bus, tuxedo, etc.)
    Do you have a service bus? Does your organization / project this requirement?
    Has your organization TOMCAT experience /support?
    How many concurrent users your solution intends to support?
    Is there experience about BPM's development?
    Try to solve this initial questions. The decision isn't about the product, is about how do you plan to solve your organization business and IT needs.
    Best regards,
    Carlos
    Translated
    Hola Gerardo:
    Hay un grupo de consideraciones sobre tu pregunta. La principal diferencia entre las versiones corresponde al uso del servidor de aplicaciones; mientras la version SA utiliza un Tomcat 5.5 embebido, la versión WL utiliza versiones superiores a la 8.2
    Para resolver tu duda, debes al menos responderte estas preguntas:
    ¿Mi arquitectura empresarial de aplicaciones se integra a soluciones de weblogic?
    ¿Tienes un bus de servicios empresariales?
    ¿Tiene la organizacion experiencia en desarrollos de Tomcat?
    ¿Cuantos usuarios concurrentes utilizarán el sistema?
    ¿Hay experiencia en el equipo con la metodología de desarrollo para BPM?
    Trata de resolver esto inicialmente. La decisión del producto no es por el producto en sí, sino que en realidad al producto que mejor se integre a la realidad que presente tu empresa, al solucionar el problema de negocio, de forma sustentable con tu estructura de TI.
    Saludos y suerte,
    Carlos.

  • Exception report when using tomcat 5 with JDBC

    i followed this guide to setup the JDBC with my TOMCAT 5
    http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations
    but i seem to get this error
    exception
    javax.servlet.ServletException: Unable to get connection, DataSource invalid: "org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'"
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
         org.apache.jsp.SID.test_jsp._jspService(test_jsp.java:81)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'"
         org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(QueryTagSupport.java:276)
         org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(QueryTagSupport.java:159)
         org.apache.jsp.SID.test_jsp._jspx_meth_sql_query_0(test_jsp.java:100)
         org.apache.jsp.SID.test_jsp._jspService(test_jsp.java:58)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    i can compile *.java and run them when they need the jdbc drivers to interact with mysql 5 database.
    This is my server.xml
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <!-- Comment these entries out to disable JMX MBeans support -->
    <!-- You may also configure custom components (e.g. Valves/Realms) by
    including your own mbean-descriptor file(s), and setting the
    "descriptors" attribute to point to a ';' seperated list of paths
    (in the ClassLoader sense) of files to add to the default list.
    e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml"
    -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Catalina">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 5 documentation bundle for more detailed
    instructions):
    * If your JDK version 1.3 or prior, download and install JSSE 1.0.2 or
    later, and put the JAR files into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
    <Connector port="8080"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" redirectPort="8443" acceptCount="100"
    debug="0" connectionTimeout="20000"
    disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to 0 -->
         <!-- Note : To use gzip compression you could set the following properties :
                   compression="on"
                   compressionMinSize="2048"
                   noCompressionUserAgents="gozilla, traviata"
                   compressableMimeType="text/html,text/xml"
         -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector port="8443"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" disableUploadTimeout="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS" />
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
    enableLookups="false" redirectPort="8443" debug="0"
    protocol="AJP/1.3" />
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector port="8082"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false"
    acceptCount="100" debug="0" connectionTimeout="20000"
    proxyPort="80" disableUploadTimeout="true" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
    <Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Catalina" defaultHost="localhost" debug="0">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.4
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    debug="0" resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host
    Note: XML Schema validation will not work with Xerces 2.2.
    -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    <!-- Defines a cluster for this node,
    By defining this element, means that every manager will be changed.
    So when running a cluster, only make sure that you have webapps in there
    that need to be clustered and remove the other ones.
    A cluster has the following parameters:
    className = the fully qualified name of the cluster class
    name = a descriptive name for your cluster, can be anything
    debug = the debug level, higher means more output
    mcastAddr = the multicast address, has to be the same for all the nodes
    mcastPort = the multicast port, has to be the same for all the nodes
    mcastBindAddr = bind the multicast socket to a specific address
    mcastTTL = the multicast TTL if you want to limit your broadcast
    mcastSoTimeout = the multicast readtimeout
    mcastFrequency = the number of milliseconds in between sending a "I'm alive" heartbeat
    mcastDropTime = the number a milliseconds before a node is considered "dead" if no heartbeat is received
    tcpThreadCount = the number of threads to handle incoming replication requests, optimal would be the same amount of threads as nodes
    tcpListenAddress = the listen address (bind address) for TCP cluster request on this host,
    in case of multiple ethernet cards.
    auto means that address becomes
    InetAddress.getLocalHost().getHostAddress()
    tcpListenPort = the tcp listen port
    tcpSelectorTimeout = the timeout (ms) for the Selector.select() method in case the OS
    has a wakup bug in java.nio. Set to 0 for no timeout
    printToScreen = true means that managers will also print to std.out
    expireSessionsOnShutdown = true means that
    useDirtyFlag = true means that we only replicate a session after setAttribute,removeAttribute has been called.
    false means to replicate the session after each request.
    false means that replication would work for the following piece of code:
    <%
    HashMap map = (HashMap)session.getAttribute("map");
    map.put("key","value");
    %>
    replicationMode = can be either 'pooled', 'synchronous' or 'asynchronous'.
    * Pooled means that the replication happens using several sockets in a synchronous way. Ie, the data gets replicated, then the request return. This is the same as the 'synchronous' setting except it uses a pool of sockets, hence it is multithreaded. This is the fastest and safest configuration. To use this, also increase the nr of tcp threads that you have dealing with replication.
    * Synchronous means that the thread that executes the request, is also the
    thread the replicates the data to the other nodes, and will not return until all
    nodes have received the information.
    * Asynchronous means that there is a specific 'sender' thread for each cluster node,
    so the request thread will queue the replication request into a "smart" queue,
    and then return to the client.
    The "smart" queue is a queue where when a session is added to the queue, and the same session
    already exists in the queue from a previous request, that session will be replaced
    in the queue instead of replicating two requests. This almost never happens, unless there is a
    large network delay.
    -->
    <!--
    When configuring for clustering, you also add in a valve to catch all the requests
    coming in, at the end of the request, the session may or may not be replicated.
    A session is replicated if and only if all the conditions are met:
    1. useDirtyFlag is true or setAttribute or removeAttribute has been called AND
    2. a session exists (has been created)
    3. the request is not trapped by the "filter" attribute
    The filter attribute is to filter out requests that could not modify the session,
    hence we don't replicate the session after the end of this request.
    The filter is negative, ie, anything you put in the filter, you mean to filter out,
    ie, no replication will be done on requests that match one of the filters.
    The filter attribute is delimited by ;, so you can't escape out ; even if you wanted to.
    filter=".*\.gif;.*\.js;" means that we will not replicate the session after requests with the URI
    ending with .gif and .js are intercepted.
    The deployer element can be used to deploy apps cluster wide.
    Currently the deployment only deploys/undeploys to working members in the cluster
    so no WARs are copied upons startup of a broken node.
    The deployer watches a directory (watchDir) for WAR files when watchEnabled="true"
    When a new war file is added the war gets deployed to the local instance,
    and then deployed to the other instances in the cluster.
    When a war file is deleted from the watchDir the war is undeployed locally
    and cluster wide
    -->
    <!--
    <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
    managerClassName="org.apache.catalina.cluster.session.DeltaManager"
    expireSessionsOnShutdown="false"
    useDirtyFlag="true">
    <Membership
    className="org.apache.catalina.cluster.mcast.McastService"
    mcastAddr="228.0.0.4"
    mcastPort="45564"
    mcastFrequency="500"
    mcastDropTime="3000"/>
    <Receiver
    className="org.apache.catalina.cluster.tcp.ReplicationListener"
    tcpListenAddress="auto"
    tcpListenPort="4001"
    tcpSelectorTimeout="100"
    tcpThreadCount="6"/>
    <Sender
    className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
    replicationMode="pooled"/>
    <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
    filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/>
    <Deployer className="org.apache.catalina.cluster.deploy.FarmWarDeployer"
    tempDir="/tmp/war-temp/"
    deployDir="/tmp/war-deploy/"
    watchDir="/tmp/war-listen/"
    watchEnabled="false"/>
    </Cluster>
    -->
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn"
    debug="0"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Logger shared by all Contexts related to this virtual host. By
    default (when using FileLogger), log files are created in the "logs"
    directory relative to $CATALINA_HOME. If you wish, you can specify
    a different directory with the "directory" attribute. Specify either a
    relative (to $CATALINA_HOME) or absolute path to the desired
    directory.-->
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
    timestamp="true"/>
              <Context path="/testdb" docBase="APACHE_DIR/htdocs/testdb"
    debug="5" reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_DBTest_log." suffix=".txt"
    timestamp="true"/>
    <Resource name="jdbc/TestDB"
    auth="Container"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/TestDB">
    <parameter>
    <name>factory</name>
    <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
    </parameter>
    <!-- Maximum number of dB connections in pool. Make sure you
    configure your mysqld max_connections large enough to handle
    all of your db connections. Set to 0 for no limit.
    -->
    <parameter>
    <name>maxActive</name>
    <value>10</value>
    </parameter>
    <!-- Maximum number of idle dB connections to retain in pool.
    Set to 0 for no limit.
    -->
    <parameter>
    <name>maxIdle</name>
    <value>5</value>
    </parameter>
    <!-- Maximum time to wait for a dB connection to become available
    in ms, in this example 10 seconds. An Exception is thrown if
    this timeout is exceeded. Set to -1 to wait indefinitely.
    -->
    <parameter>
    <name>maxWait</name>
    <value>10000</value>
    </parameter>
    <!-- MySQL dB username and password for dB connections -->
    <parameter>
    <name>username</name>
    <value>test</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>testpwd</value>
    </parameter>
    <!-- Class name for mm.mysql JDBC driver -->
    <parameter>
    <name>driverClassName</name>
    <value>com.mysql.jdbc.Driver</value>
    </parameter>
    <!-- The JDBC connection url for connecting to your MySQL dB.
    The autoReconnect=true argument to the url makes sure that the
    mm.mysql JDBC Driver will automatically reconnect if mysqld closed the
    connection. mysqld by default closes idle connections after 8 hours.
    -->
    <parameter>
    <name>url</name>
    <value>jdbc:mysql://localhost/testdb?autoReconnect=true</value>
    </parameter>
    </ResourceParams>
         </Context>
    </Host>
    </Engine>
    </Service>
    </Server>

    You haven't added a resource reference for your web application that gives the application a local name for the global resource "UserDatabase".

  • ORA 00600 Error when using Mapviewer addJDBCTheme

    Hello
    I am receiveing the 600 error via my OC4J window when using mapviewers addJDBCTheme with the passTthrough boolean set to false (the query is rewitten by mapviewer to limit it to the results to the map view). If I perfrom the same query with passThrough set to true, no problems. I have a feeling this may relate to the index on my table. OC4J output for error below.
    Any ideas appriciated.
    Chris
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.lbs.mapserver.oms] request.getRemoteUser = null
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.lbs.mapserver.oms] request= <?xml version="1.0" standalone="yes"?>
    <map_request
    datasource="atrium2"
    srid="81989"
    width="500"
    height="500"
    bgcolor="#ffffff"
    antialiase="true"
    format="PNG_URL">
    <center size="800.0">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>278872.6,187144.0</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name="BUIDLING" user_clickable="false" />
    <theme name="BLOCKS" user_clickable="false">
    <jdbc_query
    label_column="mbl_title"
    spatial_column="spat_data"
    label_style="TEXTBLACK"
    render_style="TEST3"
    jdbc_srid="81989"
    datasource="atrium2"
    asis="false">select spat_data, mbl_bka_id, mbl_title from WPE_SPATIAL_BLOCKS_VIEW_10G c
    </jdbc_query>
    </theme>
    </themes>
    </map_request>
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.JSDOGeometry] exception while getting srid from a geometry node: For input string: ""
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper(atrium2) begins...
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper() succeeded.
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.SRS] got srs object for :81989
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding additional themes...
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a predefined theme BUIDLING
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.DBMapMaker] adding predefined theme [name=BUIDLING]
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a JDBC Theme:
    ThemeDescriptor=
    name=BLOCKS
    type=2
    minScale=Infinity
    maxScale=-Infinity
    srid=81989
    host=null
    sid=null
    port=null
    user=null
    mode=null
    query=select spat_data, mbl_bka_id, mbl_title from WPE_SPATIAL_BLOCKS_VIEW_10G c
    spatialColumn=spat_data
    renderStyleName=TEST3
    labelColumn=mbl_title
    labelStyleName=TEXTBLACK
    renderStyleDef=null
    labelStyleDef=null
    localThem=null
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-67
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.theme.pgtp] [ BUIDLING ]: 278472.6,186744.0,279272.6,187544.0
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.theme.pgtp] [ BUIDLING ]: SELECT ROWID, GEOLOC, 'PRISM_ADM:BROWN_LINE', null, 'null', -1 FROM SPAT_BUILDING WHERE MDSYS.SDO_FILTER(GEOLOC, MDSYS.SDO_GEOMETRY(2003, 81989, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-68
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.sdovis.theme.DGTP] [Master scale] 153.60000000000002 [Theme scale factor] 1.0
    Tue Aug 09 10:58:38 BST 2005 FINEST [oracle.sdovis.theme.DGTP] [DynGeomTheme] rewritten query: SELECT * FROM ( select spat_data, mbl_bka_id, mbl_title from WPE_SPATIAL_BLOCKS_VIEW_10G c ) WHERE MDSYS.SDO_FILTER(spat_data, MDSYS.SDO_GEOMETRY(2003, 81989, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(278472.6,186744.0,279272.6,187544.0)), 'querytype=WINDOW') = 'TRUE'
    Tue Aug 09 10:58:38 BST 2005 DEBUG [oracle.sdovis.theme.pgtp] [ BUIDLING ] sql exec time: 15ms, total time loading 209 features: 125ms.
    Tue Aug 09 10:58:53 BST 2005 WARN [oracle.sdovis.theme.DGTP] java.sql.SQLException: ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:554)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1478)
         at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:969)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2387)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2660)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:777)
         at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:241)
         at oracle.sdovis.Theme.prepareData(Theme.java:174)
         at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    Tue Aug 09 10:58:53 BST 2005 ERROR [oracle.sdovis.DBMapMaker] Message:null
    Description: Nested exception is:
    java.sql.SQLException: ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []
    java.sql.SQLException: ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:554)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1478)
         at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:969)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2387)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2660)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:777)
         at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:241)
         at oracle.sdovis.Theme.prepareData(Theme.java:174)
         at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    Tue Aug 09 10:58:53 BST 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 15250ms.
    Tue Aug 09 10:58:53 BST 2005 FINEST [oracle.sdovis.RE] xfm: 0.625 0.0 0.0 -0.625 -174045.375 117215.0
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to render theme BUIDLING with 209 styled features: 15ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to render theme BLOCKS with 0 styled features: 0ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to label theme BLOCKS with 0 styled features: 0ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to label theme BUIDLING with 209 styled features: 0ms
    Tue Aug 09 10:58:53 BST 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 15ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 16ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 15265ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 31ms
    Tue Aug 09 10:58:53 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 15312ms

    Chris,
    Can you run this rewritten query
    SELECT * FROM ( select spat_data, mbl_bka_id, mbl_title from WPE_SPATIAL_BLOCKS_VIEW_10G c ) WHERE MDSYS.SDO_FILTER(spat_data, MDSYS.SDO_GEOMETRY(2003, 81989, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(278472.6,186744.0,279272.6,187544.0)), 'querytype=WINDOW') = 'TRUE'
    in sql*plus without any errors?
    The asumptions is there is a spatial index on spat_data and all the geometries are valid.
    Also there will be a trace file on the db server. That'll give more details on what the likely cause is.
    Jayant

  • AnnotatedNoClassDefFound error when using OracleXMLSQL (XSU) in oc4j 10.1.3

    This topic has been canvassed before in this forum, however, none of the replies/suggestions have worked in my case.
    I am running on a Solaris x86 5.10 64 bit server, oc4j is 10.1.3 standalone production, jdeveloper is 10.1.3 production. My app is using the Oracle XMLSQL libraries. I migrated an application from JRE 1.4.2 to JRE 1.5.0, and migrated the dev and oc4j standalone environments at the same time. The app worked originally without the need to do more than import the requisite libraries used in the app. You will see from the error reported below, that despite the correct importation of the XSU libraries (IE no compile errors), that oracle.xdb.XMLType is deemed to be missing.
    Here is the stack trace:
    500 Internal Server Error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.xdb.XMLType
         Dependent class: the.package.path.XML
         Loader: the_app.web.the_app:0.0.0
         Code-Source: /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes/
         Configuration: WEB-INF/classes/ in /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes
    The missing class is available from the following locations:
         1. Code-Source: /opt/oc4j/j2ee/home/shared-lib/xdb/10.1.3/xdb.jar (from <code-source> in /opt/oc4j/j2ee/home/config/server.xml)
         This code-source is available in loader xdb:10.1.3.
         2. Code-Source: /opt/oc4j/j2ee/home/lib/ext/xdb.jar (from system property oc4j.ext.dirs)
         This code-source is available in loader oc4j:10.1.3.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2051) [opt/oc4j/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1482257]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1665) [opt/oc4j/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1482257]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1621) [opt/oc4j/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1482257]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1606) [opt/oc4j/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1482257]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at the.package.path.XML.writeFromXMLtoDB (XML.java:268) [opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes/ (from WEB-INF/classes/ in /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes), by the_app.web.the_app:0.0.0]
         at au.gov.tas.dier.data.DataInterface.xmlToDBWrite (DataInterface.java:889) [opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes/ (from WEB-INF/classes/ in /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes), by the_app.web.the_app:0.0.0]
         at au.gov.tas.dier.data.Control.doWriteAuditRecord (Control.java:248) [opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes/ (from WEB-INF/classes/ in /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes), by the_app.web.the_app:0.0.0]
         at au.gov.tas.dier.data.Security.checkCredentials (Security.java:421) [opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes/ (from WEB-INF/classes/ in /opt/oc4j/j2ee/home/applications/the_app/the_app/WEB-INF/classes), by the_app.web.the_app:0.0.0]
         at checkSecurity.jspService (_checkSecurity.java:386) [opt/oc4j/j2ee/home/application-deployments/the_app/the_app/persistence/_pages/ (from *.jsp in /opt/oc4j/j2ee/home/application-deployments/the_app/the_app/persistence/_pages), by the_app.web.the_app.jsp11671509:0.0.0]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service (OrionHttpJspPage.java:59) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspPageTable.service (JspPageTable.java:416) [opt/oc4j/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspServlet.internalService (JspServlet.java:478) [opt/oc4j/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspServlet.service (JspServlet.java:401) [opt/oc4j/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at javax.servlet.http.HttpServlet.service (HttpServlet.java:856) [opt/oc4j/j2ee/home/lib/servlet.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by api:1.4.0]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke (ServletRequestDispatcher.java:719) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal (ServletRequestDispatcher.java:376) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest (HttpRequestHandler.java:870) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest (HttpRequestHandler.java:451) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest (HttpRequestHandler.java:218) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run (HttpRequestHandler.java:119) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run (HttpRequestHandler.java:112) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketReadHandler.java:260) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket (ServerSocketAcceptHandler.java:230) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800 (ServerSocketAcceptHandler.java:33) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:831) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run (ReleasableResourcePooledExecutor.java:303) [opt/oc4j/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /opt/oc4j/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]
    The app works perfectly still in jdeveloper itself - the missing class referred to when running in standalone oc4j, oracle.xdb.XMLType, is present as part of xdb.jar, which lives in the rdbms folder in oc4j in jdev. It is not available in oc4j standalone.
    The following was attempted to fix this problem:
    1. I copied xdb.jar to rdbms folder in srtandalone oc4j, and still got the problem.
    2. I included the jar specifically in the web app itelsf, so that it became available in WEB-INF/lib. No go.
    3. I included the code in classes by including the output in the WEB-INF classes folder. No go.
    4. I copied the library to applib to be picked up in the oc4j global sharing. No go.
    5. I created a shared library under shared-lib. No go.
    6. I copied the jar to j2ee/home/lib. No go.
    7. I copied the jar to j2ee/home/lib/ext. No go.
    8. Finally, the sledgehammer - I copied the jar to $JAVA_HOME/jre/lib/ext, and the library was found. In all I had to copy dms.jar, xdb.jar, servlet.jar and ojdbc14dsm.jar to the global external folder before the app would work.
    In all cases 1-7 above I stopped and restarted oc4j. In all cases 1-7 the loader found the jar file in the intended location, but announced that it still could not load the class, even though it had been located, and was loaded in a loader of the same name! The above stack trace shows examples of two of the attempts.
    The final "solution" isn't one - its an ugly kludge.
    My question is, how does jdeveloper do it - how does it establish the right context for the load - if I could work that out, I could work at establishing the right context for XSU loading the XMLType class in the standalone environment.
    Your assistance would be greatly appreciated in this matter.
    Geoff Sharp
    Message was edited by:
    geoffsh

    Sorry, that should be AnnotatedNoClassDefFound

  • Using JPA Entity-Objects defined in other EJB-Development Component

    Hello Community,
    I'm working on a Java-Application on NW CE 7.1, using JEE5 Beans in the Business-Logic-Layer and WebDynpro/Java in the UI-Layer.
    I designed a Bean for working with data, stored in a database-table of the system-database.
    For that addtionally i created a class, representing the Entity-Object, in the same Development-Component of Type EJB 3.0.
    It looks like this:
    @NamedQueries ({
         @NamedQuery (name="findAllSdCust", query="SELECT c from SdCust c ORDER BY c.kdnr"),
         @NamedQuery (name="findSdCustByKdnr", query="SELECT c from SdCust c WHERE c.kdnr = :kdnr"),
         @NamedQuery (name="findSdCustByIlnnr", query="SELECT c from SdCust c WHERE c.ilnnr = :ilnnr")
    @Entity
    @Table(name="ZKALL_SD_CUST")
    public class SdCust implements Serializable {
         @Id
         @TableGenerator (name="idGenerator", table="ZKALL_ID_GEN", pkColumnName="GEN_KEY", valueColumnName="GEN_VALUE", initialValue=100)
         @GeneratedValue (strategy=GenerationType.TABLE, generator="idGenerator")
         private long id;
         private String name;
         private String lname;
         private String kdnr;
         private String ilnnr;
         private long connid;
         private long cnt;
         @Version
         private long version;
          Constructor, Getter and Setter methods follow here
    The corresponding bean looks like this
    @Stateless(name="SdCustBean")
    public class SdCustBean implements SdCustLocal {
         @PersistenceContext (unitName="xyz")
         private EntityManager em;
         public SdCust getSdCustByKdnr (String kdnr)
              SdCust result = new SdCust();
              // List<Manufacturer> resultList = new ArrayList<Manufacturer>();
              Query  myQuery = em.createNamedQuery("findSdCustByKdnr");
              myQuery.setParameter("kdnr", kdnr);
              result = (SdCust) myQuery.getSingleResult();
              return result;
         public void setEM (EntityManager iem)
              em = iem;
           // other methods .....
    After that i created a new Development-Component of Enterprise Application-Type and added above DC to this EAR-DC. I also supplied the nessecary descriptor-files/Enries in EJB-DC and EAR-DC.
    When now using this bean from WebDynpro with the Web-Dypro EJB-Model-Import everything works fine.
    The bean returns the desired object(s).
    But now i created a new DC of type EBJ 3.0
    This DC contains a Message Driven Bean. That MDB is a Job-Bean which i want to schedule. That  Bean uses JRA to connect to an SAP-Abap-System to read some Data and should use JPA to insert/upate/delete the read data in the Database. This should work as a simple replication for my application.
    I assigned that EJB-DC containing the MDB to a new EAR-DC together with job-definition-xml and the neccessary entries in deployment-descriptors.
    After deploying i see the corresponding job-defition in the NW scheduler using the administrator-views.
    I'm also able to schedule the job and it executes fine. Connecting to SAP-Abap System also works fine using JRA.
    But JPA does not work!!!!!
    I created an dependency from my EAR-DC containing the Job EJB-DC and to the EJB-DC containing the Entity-Class.
    I tried three diferent things to get i running, but all of them failed.
    1.)
    The part  looks like:
    public class MasterDataReplicateJobBean extends MDBJobImplementation implements MessageListener
      @EJB SdCustBean mybean;
       public void onJob(JobContext ctx) throws Exception {
            SdCust sdCust = mybean.getSdCustByKdnr (mykdnr);
    Compiles fine. But this fails because the Data is stored in the system-database. The exception says, that i have to use a datasource which supports 2-Phase commit. I know, that i could possibly solve this problem by annotation the Method getSdCustByKdnr with the Annotation for the Transaction-Manager to use REQUIRES_NEW Transaction. But i dont want to generally annotate my methods this way.
    2.)
    This part looks like this
    public class MasterDataReplicateJobBean extends MDBJobImplementation implements MessageListener
    @PersistenceContext (unitName="xyz")
    private EntityManager em;
       public void onJob(JobContext ctx) throws Exception {
         SdCust cust = new SdCust();
         Query  myQuery = em.createQuery("SELECT c from SdCust c WHERE c.kdnr = :kdnr");
         myQuery.setParameter("kdnr", dbkdnr);
         cust = (SdCust) myQuery.getSingleResult();
    This also results in a runtime-exception because the entity-Manager cant resolve SdCust from the Query as an Object. The Exception is:
    java.lang.IllegalArgumentException: line 1: Abstract Schema Type 'SdCust' doesn't exist
    SELECT c from SdCust c WHERE c.kdnr = :kdnr
    3.) and last try so far:
    public class MasterDataReplicateJobBean extends MDBJobImplementation implements MessageListener
    @PersistenceContext (unitName="xyz")
    private EntityManager em;
       public void onJob(JobContext ctx) throws Exception {
         SdCustBean custBean = new SdCustBean();
         custBean.setEM(em);
         SdCust cust = custBean.getSdCustByKdnr(kdnr);
    In this example i use the Bean from the beginning not as a bean itself but as a normal class. that class has an addtional Method setEM to set the Entity-Manager (which is injected when using the class as a bean)
    In that way i got the exception, that the named Query "findSdCustByKdnr" cannot be found by the entity-manager.
    It seems to me, that i can access the class, but that all annotations belonging to JPA for that class are not recognized.
    Does anybody can give me a hint to solve this problem? Did i forgot something important?
    best regards
    matthias hayk
    Edited by: Matthias Hayk on Feb 5, 2009 9:38 AM

    I was already on wright trace.
    My class "SdCust" was not recognized by the Entity-Manager as an Entity-Class.
    This relies on the storage of the entity-class and where the Entity-Manager looks for entity-classes.
    By default it seems to look for all classes in the same jar file. thats the reason why everything works fine when the using bean and the entity-class are in the same project.
    In my last case, the using bean is in another  development-component and so also in anohter jar file. in this case the entity-manager must be told where to find entity-classes.
    this is done in the persistence.xml file.
    i added the line
    <jar-file>xxx.yyy.com~mdata_beans.jar</jar-file>
    underneath the <persistence-unit>-tag.
    This works.
    regards
    Matthias Hayk

  • How to use a standalone mapviewer in JDeveloper

    Hello everybody,
    I want to use a standalone MapViewer (deployed in a standalone OC4J from MapViewer Quick Start) in JDeveloper.
    How can i do it?

    First of all thanks a lot for your interest !
    What i want to do is to create a jsp page which will use the JSP tag library of Mapviewer.
    The problem appears when i try to run a jsp page in JDeveloper which contain (for example) the init tag.
    To be speceific i try to do what is described in the following link with the difference that i use a standalone mapviewer
    http://www.oracle.com/technology/products/jdev/howtos/10g/map/mv_jdev_howto.htm
    Thanks in advance!

  • Application does not load correctly when deploying to standalone server

    All,
    I have created simple application implementing fusion theme. Applicaiton works fine when I run on integrated server but when deployed on standalone server it does not load any images or the theme itself. afrloop keep incrementing in status bar and ends up with java script error while later.
    I deployed another test application on standalone server and that works fine i.e. theme gets loaded correctly. Also, how should I include images on the page? I have a images folder in web content folder but they dont get loaded.
    Any help will be appreciated.
    Thanks,
    Dipal

    LabVIEW now uses the Microsoft installer. It's possible that you need to upgrade the version that's on the Win2K box. I think the latest service packs from Microsoft include it.

  • How to persist rows in ADF iterator using JPA

    I am using Jdeveloper 11g R (11.1.2.3) & weblogic 10 G
    In my pages I use JSF & Facelet
    When using ADF face + EJB3 session beans and JPA , how I can find the rows inserted , updated or removed from Iterator on the
    page that then use persist,update or remove for related entity in EJB session beans?
    Is there any pattern for that?
    Thanks

    I would suggest adding CSS style classes. 1 for the 'good' students and 1 for the 'normal' students.
    Then use the EL in like you provide but use the name of the styleclass (in the styleClass prop).
    This should be added to every column value.

  • Is it possible to use JPA Catalog & Schema in MySQL?

    Dear All,
    Could anyone explain the difference between JPA Catalog and Schema when using MySQL database? Below is an example where I have successfully used both Catalog and Schema to reference different databases:
    @Table(name="CUSTOMER", catalog="catalogName", schema="")  // Worked
                                          or
    @Table(name="CUSTOMER", catalog="", schema="schemaName")  // Worked
                                       but NOT
    @Table(name="CUSTOMER", catalog="catalogName", schema="schemaName") which resulted the following database exception:
    JDO76609: Got SQLException executing statement "CREATE TABLE catalogName.schemaName....
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException...
    Not sure whether MySQL support the use of both Catalog and Schema at the same time, or do they both mean the same thing which is just database instances? In other word, it does not support the idea of defining a Catalog within a Schema, or vice versa. Likewise, MySQL seems to use Catalog/Schema as database instance interchangeably with both on the same level. This means that an application will likely be required to create many database instances to be used in place of Schema.
    My understanding of the use of Catalog and Schema would be: catalogName.schemaName.CUSTOMER or schemaName.catalogName.CUSTOMER but does not reflect how MySQL work.
    It would be interesting to hear from others who has used MySQL as the underlying JPA database.
    Thanks a lot,
    Jack

    I use Photoshop Elements 3 ("Elements" not "Album"). I wasn't aware of an upgrade to PSE 3.2. If I upgrade will the Catalog be converted to a form that is compatible with PSA SE 3.2?

Maybe you are looking for