Shuttle Demo errors when using DB link

The Shuttle demo is awesome. Let me just start there.
I have a table that is accessible over a database link. We're talking a simple select here that does return correctly within APEX SQL Commands.
select "company_name", "company_num" from pmd.company@CORP
However, when I paste that statement into the Shuttle Wizard pSQL_1 and pSQL_2 the following error is returned.
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Debug:
1: begin
2: &P4_PLSQL_REGION.
3: end;

Carl,
Ok. Here's the results. Using a PL/SQL region with the function throws the same error (string buffer too small).
So I checked the length of company_name and the longest string value is 47.
Then I checked the _XL function and got the same error.  This is even showing in SQL Workshop's SQL Commands.
SELECT APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(
1,
company_num,
'SELECT company_num, company_name FROM pmd.company@CORP'
FROM pmd.company@CORP
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Thank you,
Ben

Similar Messages

  • Broken Pipe Error when using database link

    We are using WebLogic 6.1 sp2 / oracle database 8.1.6. / thin drivers.
    The connection works fine, unit I try to access a view that has a union and db links
    in it.
    We have used one or the other (view or a dblink) and it works, but when used together,
    we get broken pipe error.
    I haven't proven that this is the cause, I will try to setup a test, but I was wondering
    if this is a known issue or what ??
    thanks
    Rich

    You need to create the catalog views that support distributed SQL in your remote database (the database you connect to via db_link).
    To create these views, connect "/ as sysdba" and run:
    $ORACLE_HOME/rdbms/admin/catproc.sql
    which will in turn call several other scripts including: $ORACLE_HOME/rdbms/admin/catrpc.sql (which creates your missing view)
    It is best to run the whole catproc.sql script (and not just the catrpc script).
    You can run and rerun catproc.sql several times quite safely.
    Cheers

  • Fatal two-task communication protocol error (when using  db link)

    I have created the db link betwen two databases of oracle version 9i 9.0.2
    the db link connects to specific user
    when i access the table with same name as user then recieve following message
    ORA-03106: fatal two-task communication protocol error
    when i access the other tables having different name that the user to which the db link connects
    that works alright
    so what is solution of problem in this particular case?

    What is your Oracle release? Is it 9.0.1.2 or 9.2.0?
    What version of Sql*Plus client are you using?

  • Warp Stabilizer error when using dynamic link

    Hey guys,
    So I'm very new to video editing, and not surprisingly, I'm running into problems.  I'm trying to use dynamic link to allow me to Warp Stabilize and color correct video clips in a Premiere Pro project.  When I try to apply the Warp Stabilizer (through dynamic link) in After Effects, I get this error message:
    After Effects error: Stabilization analysis doesn't work with Collapse Transformations (514)
    (25 :: 101)
    I read the only other thread on this which linked to the following page:
    http://help.adobe.com/en_US/AfterEffects/9.0/WS064964FC-424C-4e5a-A5C3-2160B3DFBCA4a.html
    Unfortunately, that didn't help me much.  Maybe the answer is in there somewhere, but if so, its way over my head.  Can anyone give me a simple explanation of why this doesn't work?  I feel like it should be a simple solution so I don't have to go through the process of importing into AE, render, export, import to Premeire Pro, and replace the clip there, blah blah.  This is what dynamic link is for, right??  Thanks for any advice you guys have!

    Not sure I properly understand you...
    As for me, the solution is in AE warning message - just disable Collapse Transformations switch in your AE precomp...

  • Error When Using DataBase LINK in pl/sql

    I have cursor fetching some values from remote db and i m trying to store values in local table (see code below) I can run the select query alone succefully but when i use it inside plsql it fails with error.
    DECLARE
    TYPE MY_CURSOR
    IS
         REF
         CURSOR;
              THE_CURSOR MY_CURSOR;
              V_CT          NUMBER(18);
              V_PSN_ID      VARCHAR2(30);
              V_INTERNET_ID VARCHAR2(75);
         BEGIN
              V_CT                                                                           :=0;
              OPEN THE_CURSOR FOR SELECT PSN_ID, 'TEST' FROM TABLE_A@PRO1 WHERE TABLE_A.SEQ_A<=1000;
              LOOP
                   FETCH THE_CURSOR INTO V_PSN_ID, V_INTERNET_ID;
              EXIT
         WHEN THE_CURSOR%NOTFOUND;
               INSERT INTO PSN_EMAIL_SENT_TO@local
                        (PSN_ID, LAST_UPDT_DT
                        ) VALUES
                        (V_PSN_ID, SYSDATE
              V_CT:=V_CT+1;
         END LOOP;
         CLOSE THE_CURSOR;
         DBMS_OUTPUT.PUT_LINE
              TO_CHAR(V_CT)
    END;
    Error report:
    ORA-04052: error occurred when looking up remote object  TABLE_A@PRO1
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04029: error ORA-1775 occurred when querying ORA_KGLR7_DEPENDENCIES
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01775: looping chain of synonyms
    ORA-02063: preceding 3 lines from PRO1
    04052. 00000 -  "error occurred when looking up remote object %s%s%s%s%s"
    *Cause:    An error has occurred when trying to look up a remote object.
    *Action:   Fix the error.  Make sure the remote database system has run
               KGLR.SQL to create necessary views used for querying/looking up
               objects stored in the database.

    You need to create the catalog views that support distributed SQL in your remote database (the database you connect to via db_link).
    To create these views, connect "/ as sysdba" and run:
    $ORACLE_HOME/rdbms/admin/catproc.sql
    which will in turn call several other scripts including: $ORACLE_HOME/rdbms/admin/catrpc.sql (which creates your missing view)
    It is best to run the whole catproc.sql script (and not just the catrpc script).
    You can run and rerun catproc.sql several times quite safely.
    Cheers

  • ORA805.dll error when using DB Links

    Hi
    Every time I try to use a db link I get the following error: "Access violation at address 67690153 in module 'ORA805.dll'. Read of address 00000000" (using toad or sql plus)
    Already try to use it in a simple query like: "select * from table@dblink" or even to create a new one but I always get the same error.
    If I test the dblink in toad, the connection is successfully.
    Database version is 9i.
    Thanks in advance

    If your database is 9i, you shouldn't have the central 8.0.5 dll on your system.
    You need to investigate what is on your system and whether or not 8.0.5 dlls aren't first in your PATH.
    Sybrand Bakker
    Senior Oracle DBA

  • Error When Using Class :(

    Hey,
    Class:
    package
        import flash.display.MovieClip;
        import flash.events.Event;
        public class Main extends MovieClip
            public var enemyA:Array = [];
            public var birdA:Array = [];
            public var rowNum:int = 2;
            private var gap:int = 100;
            private var obj_no = 2;
            public var enemy1:mychar = new mychar();
            public var TheBird:BirdChar = new BirdChar();
            public function Main()
                // constructor code
                createEnemyF();
                createBirdF();
                this.addEventListener(Event.ENTER_FRAME,loopF);
            public function createEnemyF()
                for (var i:int = 0; i < rowNum; i++)
                    for (var j:int = 0; j < obj_no; j++)
                        enemy1.x = Math.random() * stage.stageWidth - enemy1.width;
                        enemy1.y = - i * (gap + enemy1.height) - 30.65;
                        enemyA.push(enemy1);
                        addChild(enemy1);
            public function createBirdF() {
                TheBird.x = 270.95;
                TheBird.y = 350.95;
                birdA.push(TheBird);
                addChild(TheBird);
            public function loopF(event:Event) {
                updateEnemyPositionsF();
                updateBirdPositionsF();
                hitTestF();
            public function updateEnemyPositionsF() {
                enemy1.y +=  2;
            public function updateBirdPositionsF() {
                TheBird.x = mouseX;
            public function hitTestF() {
                if(TheBird.hitTestObject(enemy1))
                    gotoAndPlay(5);
                    trace('The Bird Hit Enemy 1');
    This conflicts and causes this error:
    1046: Type was not found or was not a compile-time constant: MouseEvent
    ^ ^ Code repeats to all of my event listeners
    Thanks for your time.

    Thanks, i thought it might be this because of previous problems but i seen i already had : import flash.events.Event; so i thought that would be OK!
    Second Error:
    1180: Call to an undefined method Timer.
    I think this is the same sort of thing but what to import to fix this?
    So far these are my imports:
        import flash.display.MovieClip;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import flash.events.TimerEvent;
    Thanks for helping.
    Date: Thu, 3 Nov 2011 05:36:22 -0600
    From: [email protected]
    To: [email protected]
    Subject: Error When Using Class
        Re: Error When Using Class
        created by markerline in Flash Pro - General - View the full discussion
    Looks like you imported events.Event but not events.MouseEvent (or some similar syntax) basically you must import MouseEvents separately from other Events.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4005227#4005227
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4005227#4005227. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Flash Pro - General by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • RPC Server not Available error when using Windows Fax & Scan under Windows 7

    RPC Server not Available error when using Windows Fax & Scan under Windows 7

    Hi,
    On current situation, please remove the old fax account and re-add a new fax account in Windows Fax and Scan, then check if this issue sill exist. For more details, please refer to following similar thread and artilces.
    RPC Server not Available error when using Windows Fax & Scan
    under Windows
    The local fax account is inaccessible after you rename a Windows Vista-based computer
    Cannot send fax from Windows Vista/Windows 7 PC with “RPC Server not Available” error message
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please
    make sure that you completely understand the risk before retrieving any suggestions from the above link.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error when use JAXB on OC4J

    I had encountered error when use JAXB on OC4J.
    Following error occur when executing following code :
    JAXBContext jc = JAXBContext.newInstance("itdoc");
    java.lang.IncompatibleClassChangeError: Implementing class
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at com.evermind.naming.ContextClassLoader.defineClass(ContextClassLoader
    .java:1102)
    at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.j
    ava:365)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.j
    ava:135)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at com.sun.xml.bind.ContextFactory.createContext(ContextFactory.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:100)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:233
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:153)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
    at com.ctihk.itdoc.ListDocAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
    tProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
    va:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148
    2)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:797)
    at java.lang.Thread.run(Thread.java:536)
    --------------- linked to ------------------
    javax.xml.bind.JAXBException: Provider com.sun.xml.bind.ContextFactory could not
    be instantiated: java.lang.IncompatibleClassChangeError: Implementing class
    - with linked exception:
    [java.lang.IncompatibleClassChangeError: Implementing class]
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:118)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:233
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:153)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
    at com.ctihk.itdoc.ListDocAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
    tProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
    va:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148
    2)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:797)
    at java.lang.Thread.run(Thread.java:536)

    If you are using JDeveloper then remove the following file:
    <JDEV_HOME>\j2ee\home\jaxb-rt-1.0-ea.jar
    <JDEV_HOME> is the location where you have JDeveloper installed.
    When you compiled your classes, you compiled them with JAXB 1.1 libraries in the JWSDP 1.3.
    When you were running your classes within JDeveloper, OC4J looked at the jaxb-rt-1.0-ea.jar library before looking at the libraries in WEB-INF\lib, causing the IncompatibleClassChangeError.
    Hope this helps.
    Derek Sedlmyer

  • 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

  • Error when using SAP authentication for Designer

    my error is:
    [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(The
    secSAPR3 DLL could not be found or does not exist(hr=#0x80042a01)
    can you help me?
    regards

    hi,
    pls refer the link
    Error when using SAP authentication for Designer
    try re-installing BOE and check
    hope it helps,
    sundar

  • [svn:fx-trunk] 10891: Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants

    Revision: 10891
    Author:   [email protected]
    Date:     2009-10-06 09:46:47 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants
    QE notes: None.
    Doc notes: None
    Bugs: SDK-22676
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22676
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java

    Have you tried using com.adobe.air.crypto.EncryptionKeyGenerator instead?

  • Photoshop CS4 "Program Error" when using Text tool

    Hello. I was having problems with Photoshop displaying a "Program Error" every so often, so I deleted the preference file and all seemed good. But after deleting the preference file for my Photoshop CS4 and re-launching Photoshop, the text tool causes Photoshop to display a Program Error when using the tool. It never did this before. Should I reinstall Photoshop? I am using a Powermac G5 running 10.5.8. I have already tried repairing the disk permissions.
    Thanks

    Thats kinda what I thought too, but the problem started happening randomly. It started when we were trying to use photomerge with large photos. The program just started giving the program errors. I still think it may be a font problem, but without going through my 2000+ fonts and disabling them one by one, how can I resolve this issue?
    Thanks

  • Error when using PPR in the OA page developed.

    HI,
    We are encountering an error when using PPR for the custom OA page being developed. I am using JDeveloper version 9.0.3.5(Build 1437) and Oracle Applications version 11.5.10.CU2. The scenario we are using PPR and the steps to reproduce the issue is mentioned below,
    Scenario:
    1) PPR is enabled for a custom OA page that is developed.
    2) The PPR is being used to enable or disable a particular field based on the
    selection of a value in a poplist in the same OA Page.
    Error replication steps:
    1) The user enters a value in the primary mandatory field which has to have
    unique value.
    2) The user selects a value from the poplist of a field which has PPR associated.
    3) The user enters data in all other mandatory fields in the OA page except one
    and tries to save the form and is shown a error message saying that all
    mandatory fields are not entered(This is correct). Now the page gets
    automatically refreshed and so the entered values are wiped off.
    4) Now if the user again enters a value in the primary mandatory field (as in
    step1) and if that value happens to be already existing value and then select
    a value from the poplist which has PPR enabled then immediately the error
    "Please enter a unique value" is entered, though we did not save the record.
    The unique record validation would happen only at the time of saving the
    record as per out business logic.
    5) But if in Step 4 if i had entered a unique value again then the above said error
    does not happen. There are few more similar kind of issues happening in the
    same page because PPR is enabled.
    Please note that this issue happens only when the page is deployed in a oracle
    applications instance and not in JDeveloper.
    Would this issue because of some cacheing problem? If Yes then how do we resolve it? Or would it be some other problem caused by our internal coding.
    Any inputs for resolving this issue would be highly appreciated.
    Thanks, Raja.

    What works in Jdeveloper should work when deployed in iAS as well.
    And PPR is an old feature given quite enough time to mature, so before we suspect OA we should investigate the code. What I do not understand is how the page refreshes in Step 3 and why does the user have to re-enter the fields just because he missed entering one mandatory field the last time.
    Mandatory field validations are client validations set by making the fields 'Required'. You obviously have client validations turned off on your PPR, otherwise you would be stuck with a javascript popup on PPR. The only way you can get the "Please enter unique..." error on PPR is Server Validation. So where have you placed this validation? If it is not in the EO, is it in the AM? And are you unconditionally calling the AM validation method in your processFormRequest? The PPR will also go through processFormRequest so I hope the PPR event is in a different if-else block.

  • Java Heap Error when using Stateless Session Timer Bean deployed in Oracle

    Hi,
    Am getting following Java Heap Error when using Stateless Session Timer Bean deployed in Oracle 10g AS R3 (Oracle Containers for J2EE 10g (10.1.3.0.0) (build 060119.1546.05277) ):
    06/08/02 14:58:43 javax.ejb.EJBException: java.lang.OutOfMemoryError: Java heap space
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:304)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:67)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:45)
    06/08/02 14:58:43 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
    06/08/02 14:58:43 at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:71)
    06/08/02 14:58:43 at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1624)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:92)
    06/08/02 14:58:43 at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:184)
    06/08/02 14:58:43 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    06/08/02 14:58:43 at java.lang.Thread.run(Thread.java:595)
    06/08/02 14:58:43 Caused by: java.lang.OutOfMemoryError: Java heap space
    I had tried using -Xms / -Xmx options (upto 1 GB).
    The trace of exception gets delayed (from being displayed on the console) as the memory size is increased; but after sometime it starts getting displayed on the console.
    Even though this exception is displayed on the console, the Timer Bean continues to execute upto sometime before it finally crashes!
    If anyone has encountered such problem; would appreciate if you could share the solution.
    Regards, Vidyadhar

    Hi guys, I have the same problem. I have an application EAR file with two modules (EJB and WAR starting in this order). The application can schedule a process via EJB timer. In this case restarting the server I receive the error above. If I change the modules start order --> WAR - EJB the server start correctly, but the application scheduler fails (the persistency is not working) with this error:
    07/10/09 10:30:54 FINISSIMO: TimerTask.runBeanTimer java.lang.NullPointerException; nested exception is: java.lang.NullPointerExceptionjavax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
    java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    javax.ejb.TransactionRolledbackLocalException: java.lang.NullPointerException; nested exception is: java.lang.NullPointerException
         at com.evermind.server.ejb.EJBUtils.getLocalUserException(EJBUtils.java:309)
         at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.convertAndHandleMethodException(AbstractTxInterceptor.java:73)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:55)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at com.evermind.server.ejb.StatelessSessionEJBHome.invokeTimer(StatelessSessionEJBHome.java:38)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:1714)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:220)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:107)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at java.util.logging.Formatter.formatMessage(Formatter.java:108)
         at oracle.j2ee.util.TraceLogFormatter.format(TraceLogger.java:124)
         at oracle.j2ee.util.TraceLogger$TraceLoggerHandler.publish(TraceLogger.java:105)
         at java.util.logging.Logger.log(Logger.java:428)
         at java.util.logging.Logger.doLog(Logger.java:450)
         at java.util.logging.Logger.log(Logger.java:539)
         at oracle.ias.container.timer.TimerEntry.readObjFromBytes(TimerEntry.java:308)
         at oracle.ias.container.timer.TimerEntry.getInfo(TimerEntry.java:107)
         at oracle.ias.container.timer.Timer.getInfo(Timer.java:367)
         at oracle.ias.container.timer.EJBTimerImpl.getInfo(EJBTimerImpl.java:89)
         at com.finantix.foundation.integration.ejbtimer.EJBTimerServiceExecutorBean.ejbTimeout(EJBTimerServiceExecutorBean.java:42)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBTimeoutJoinPoint.invoke(EJBTimeoutJoinPoint.java:20)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         ... 9 more
    Any idea?
    Thx Auro

Maybe you are looking for

  • Bug Report: The keyboard focus doesn't automatical...

    Bug Report: When a conversation window opens, the focus doesn't automatically land in the chat entry text field. Since the new interface for Skype was introduced officially in Skype 7.0, there is a bug with the system/keyboard focus for a new convers

  • Problem importing library

    Hi, I've just reinstalled windows and I'm trying to re-create my old library. I've got my old itunes folder backed up on an external harddrive, but when I do what it says on this article http://support.apple.com/kb/HT1451 It manages to import all my

  • Digital camera compatibility with MAC OS9.x

    Some of the new digicams claim to be compatible only with versions of OS 10.x. Does this imply that pics cannot be downloaded and read properly in OS9.x, if read from a camera card thru a [compatible] card reader? Assume it means the downloadable sof

  • A download jsp error  with weblogic6.1

    I have a jsp like follows: <% String filename = "200352491128.pdf"; String filepath = "e:\xmldb\"; response.setContentType("application/x-download"); response.setHeader("Content-Disposition", "attachment; filename="" + filename + """); java.io.FileIn

  • When my macbook asks for update the apple id is incorrect and doesn't allow me to modify it

    when my macbook asks for update the apple ID is incorrect and doesnt allow me to modify it. what can i do