Numeric overflow in device model/Iteratiin limit reached Problem

I got this OTA project. We were building a tuning filter from 15kHz to 30kHz. I'm using 8th-order 1dB ripple Chebyshev low pass filter (See attachment for schematic). However, when I simulated it, sometimes works, sometimes doesn't. It either shows "Iteration limited reached" or "Numeric overflow in device model". How do I solve this type of probelm?
Thanks much.
Attachments:
1db Cheb OTA.ms12 ‏723 KB

Hello,
I have changed a few simulation custom settings to make your circuit run, basically lossening the restrictions on error calculation and iteration precision. Let me know if this fixed it for you. I'm using version 12.
Cheers,
Miguel V
National Instruments
Attachments:
1db Cheb OTA.ms12 ‏720 KB

Similar Messages

  • Numeric overflow in device model in Multisim 13

    I'm trying to get frequency responce from 1 to 20000 Hz at Probe1 an I get this error, please help.
    Solved!
    Go to Solution.
    Attachments:
    Design1.ms13 ‏123 KB

    Hi there,
    I've checked your circuit, there are two things need to be modified. 
    First of all, you connected the negative 9V to the positive VS+ of your op-am which can burn the device in real life.
    Secondly, for your output terminal, you grounded the probe1 directly, which means there will be no output signal at all. You can add a junction(ctrl + J)  next to your R5 and delete the wire to the ground to fix it.
    The frequency response from 1 to 20kHz is shown below.
    Attached is the fixed circuit.
    Regards,
    Chen_T
    National Instruments
    Attachments:
    Design1.ms13 ‏123 KB

  • Numeric overflow in data modeling tool

    It only happens with one of my schemas but when I attempt to import it from the data dictionary it fails with a numeric overflow error:
    2009-04-01 10:15:34,899 [Thread-2] ERROR AbstractDBMExtractionHandler - java.sql.SQLException: Numeric Overflow
    2009-04-01 10:22:50,532 [Thread-3] ERROR AbstractDBMExtractionHandler - java.sql.SQLException: Numeric Overflow
    2009-04-01 10:27:12,888 [Thread-4] ERROR AbstractDBMExtractionHandler - java.sql.SQLException: Numeric Overflow
    Has anyone seen this before. I'm pretty sure it's only a subset of my tables as I can select a few here or there (out of 300) and it's fine.
    Thanks,
    Coburn

    Hi Coburn,
    we have this bug reported several times. Unfortunately we cannot reproduce it. The bug is related to something specific - I import my whole database (1800 tables, object types, object tables) and no problem. We want to sort it out but we cannot fix it if we cannot reproduce it. Any help is welcome.
    Thanks in advance,
    Philip

  • Device is no longer eligible for creating a free icloud account how to create on iphone, How do I create an apple ID if it says " No longer eligible for creating a free iCloud account "? It says Account limit reached?

    device is no longer eligible for creating a free icloud account how to create on iphone, How do I create an apple ID if it says " No longer eligible for creating a free iCloud account "? It says Account limit reached?
    Kindly advice.
    Thanks
    Mahfooz

    I had the same issue on my iPod touch 4th Gen, I noticed the issue after updating the device to 6.1.5. I dont know what device or IOS your running but if it is similar then I think this ma be the cause. My solution to you is to create a free apple ID on their website, https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId. Hope this helped and good luck!

  • HT4847 Why do I get the answer on trying to open this application, limit reached,want to use skygo on this device visit manage devices to replace a registered device with this one. How do I do that

    Why do I get the answer on trying to open the application skygo, limit reached, want to use skygo on this device visit manage devices to replace a registered device with this one. How do I do that. ?

    Please see http://help.sky.com/tv/sky-go/register-devices-on-sky-go . Note that if you have in the past already removed one device you will have to wait for a month to elapse before you can remove another.

  • HT1349 i have problem with my iphone4s in the icloud ; when i wont too make a ID apple free dis messege apear: Accont Limit Reached This device is no longer eligible for creating a free icloud acoont.What i cant 2 doo???.

    i have problem with my iphone4s in the icloud ; when i wont too make a ID apple free dis messege apear: Accont Limit Reached This device is no longer eligible for creating a free icloud acoont.What i cant 2 doo???.

    were i have too pay for additional storage?

  • I didn't deactivate my 3M cloud reader app on my last device, now I receive a " Adobe activation ID limit reached while trying to activate this app on my new device

    I Didn't deactivate my my 3 M cloud reader app on my last device, now I am receiving Adobe iD activation limit reached while trying to access the 3m cloud reader app on my new device.

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Numeric overflow error in aggregation level formula

    The formula for Revenue/Quantity is giving me the following error:
    Error: [314]: numeric overflow: search table error:  [6944] AttributeEngine: overflow in numeric calculation;Error executing physical plan: exception 6944: AttributeEngine/Parallel/Aggregation.cpp:573 AttributeEngine: overflow in numeric calculation; $function$=read; $message$=unable to read measures RAOL01:_SYS_CE__popid_24_531C272BF80A349FE10000007F000002_558972en TEST_Revenue fixed16.12 ,in executor::Executor in cube: RAOL01:_SYS_CE_$REQUEST$_popid_24_531C272BF80A349FE10000007F000002_558973: calcEngine search on olapIndex failed.
    I am aware that if Quantity is zero then we get this error, but I have already handled it and Quantity is never zero.
    Both the measures are Decimal, any suggestions as to how to handle this?

    My first guess you have reached the upper limit of the datatype on concerned column and the AttributeEngine is not capable now to handle the numeric overflow, hence throwing the error message.
    Try converting it to higher datatypes like double, you can also try to do an workaround with datatype conversion functions like TO_DOUBLE before aggregation func.
    If you are using something like sum("COL1") try using sum(TO_DOUBLE("COL1"))

  • Numeric overflow error using binary integer

    Hi experts,
    I am facing issue while solving a numeric overflow error. after analyzing we came to know that in the below code BINARY_INTEGER is causing the issue as input is exceeding its range. I tried to replace BINARY_INTEGER by varchar2(20) but its saying
    "Error(580,20): PLS-00657: Implementation restriction: bulk SQL with associative arrays with VARCHAR2 key is not supported."
    We need to remove this binary_integer. I dont know how to do this. Can anybody give some idea or what code change required here ? thanks in advance. Cheers.. Below is the code,
    ===================================================
       PROCEDURE UpdateCost_
          p_Cost_typ IN OUT NOCOPY CM_t,
       IS
          TYPE ObjektIdTab_itabt IS TABLE OF ObjektId_tabt INDEX BY BINARY_INTEGER;
          v_cost_IdTab_itab ObjektIdTab_itabt;
          v_CM_ID INTEGER := p_Cost_typ.costm.CM_ID;
          BEGIN
                SELECT CAST(MULTISET
                        (SELECT Costwps.CMKostId
                          FROM CM_Pos_r NRPos,
                                CMK_z_r costzpps,
                                CMG_Cost_v Costwps
                          WHERE NRPos.CM_ID = v_CM_ID
                            AND NRPos.SNRId_G = SNRCT.SNRPos.SNRId_G
                            AND costzpps.CM_ID = NRPos.CM_ID
                            AND costzpps.CMSNRPosId = NRPos.CMSNRPosId
                            AND costzpps.Kost_s = Kost.Costnzl.Kost_s
                            AND Costwps.CMKz_Id = costzpps.CMKz_Id
                            AND Costwps.TypCode NOT IN
                                (SELECT kw.TypCode
                                   FROM TABLE(Kost.Kostwt_tab) kw
                        ) AS ObjektId_tabt )
                  BULK COLLECT
                  INTO v_cost_IdTab_itab
                  FROM TABLE(p_Cost_typ.SNR_tab) SNRCT,
                       TABLE(SNRCT.Kost_tab) Kost
             FOR v_i IN 1 .. v_cost_IdTab_itab.COUNT LOOP
                FOR v_j IN 1 .. v_cost_IdTab_itab(v_i).COUNT LOOP
                   DELETE FROM CMG_Cost_v WHERE CMKostId = v_cost_IdTab_itab(v_i)(v_j);
                END LOOP;
             END LOOP;
    END;
    ===================================================

    Thanks for your reply. I tried with INDEX by NUMBER. but oracle says its not a valid use of index by thing. and moreover I also tried with by removing INDEX BY clause. but in that case we are not at all getting any data in for loop. some people says to use extend clause. But again I am not sure How to do so. Can you please let me know code for this.
    I know you are trying to help by you need to STOP telling us what problem you have and SHOW US. Saying 'Oracle says' is useless. Post EXACTLY what code you are using, the EXACT steps you are using to compile that code and the EXACT result that you are getting.
    You also made no comment about the 'overflow' issue. A BINARY_INTEGER (PLS_INTEGER) has a very large range of values:
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/datatypes.htm#i10726
    >
    The PLS_INTEGER data type stores signed integers in the range -2,147,483,648 through 2,147,483,647, represented in 32 bits.
    >
    If you are trying to create a collection of more than 2 BILLION of anything you have a serious problem with either WHAT you are trying to do or HOW you are trying to do it. Your 'overflow' issue is more likely a symptom that you are really running out of memory. You should ALWAYS have a LIMIT clause when you do BULK COLLECT statements.
    Also see this section in that doc: SIMPLE_INTEGER Subtype of PLS_INTEGER
    You need to address your LIMIT issue first and then address any other issues that arise from actually executing the code.
    Then see the section 'SELECT INTO Statement with BULK COLLECT Clause' in that doc
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/tuning.htm#BABEIACI
    That section has an example that shows you do NOT need to use an INDEX BY clause to create collections as you are trying to do. So your not 'getting any data in for loop' is NOT related to the lack of that clause.
    That example also shows you that you do NOT use 'extends' when doing BULK COLLECT. The bulk collection automatically extends the collection as needed to hold the entire results (assuming you don't run out of memory for 2 BILLION things).
    Example 12-22 in that same doc shows the proper way to use a double loop and a BULK COLLECT with a LIMIT clause
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/tuning.htm#BABCCJCB
    Here is very simple sample code you can use in the SCOTT schema to understand how the double loop and LIMIT clauses work together.
    >
    The FETCH does a BULK COLLECT of all data into 'v'. It will either get all the data or none if there isn't any.
    The LOOP construct would be used when you have a LIMIT clause so that Oracle would 'loop' back to
    get the next set of records. Run this example in the SCOTT schema and you will see how the LIMIT clause works.
    I have 14 records in my EMP table.
    DECLARE
      CURSOR c1 IS (SELECT * FROM emp);
      TYPE typ_tbl IS TABLE OF c1%rowtype;
      v typ_tbl;
    BEGIN
      OPEN c1;
      LOOP                                                 --Loop added
        FETCH c1 BULK COLLECT INTO v LIMIT 3; -- process 3 records at a time
            -- process the first 3 max records
           DBMS_OUTPUT.PUT_LINE('Processing ' || v.COUNT || ' records.');
            FOR i IN v.first..v.last LOOP
                DBMS_OUTPUT.PUT_LINE(v(i).empno);
            END LOOP; 
        EXIT WHEN c1%NOTFOUND;
      END LOOP;
      DBMS_OUTPUT.PUT_LINE('All done');
    END;
    In the FOR loop you would do any processing of the nested table you want to do
    and could use a FORALL to do an INSERT into another table.
    >
    I strongly suggest that you modify your code to work with a VERY SMALL set of data until it works properly. Then expand it to work with all of the data needed, preferably by using an appropriate LIMIT clause of no more than 1000.

  • I keep seeing this message on my ASUS IPAD and need some help.  "Tab Limit Reached, Can't Open A New Tab Until You Close One".   I need help, please.

    Tab Limit Reached, Can't Open A New Tab Until You Close One.
    How do I close the tabs?

    Asus doesn't make the iPad.  Is this some other tablet?
    Sounds like you have maxed out the browser windows. In the browser app, press the menu or overflow bottom to see if there is an window/tabs options. There you should see a thumbnail image of each tab you have opened and in the corner of each should be a X or minus symbol that you touch to close that tab/window.

  • ORA-01426: Numeric Overflow During Cube Build (Doc ID 1494869.1)

    Our cube builds starting failing and we received this error after the cube log table sequence reached 32787.
    After recreating the sequence the builds run successfully. This seems to be an unacceptable bug for an enterprise level product.
    I have been unable to find a patch on the Oracle support site for it. Is a patch avaliable?
    COMP_NAME
    VERSION
    OLAP Analytic Workspace
    11.2.0.4.0
    Oracle OLAP API
    11.2.0.4.0
    OLAP Catalog
    11.2.0.4.0

    I found what appears to be a related bug Bug 14627371 - ORA-01426: NUMERIC OVERFLOW DURING CUBE BUILD
    .  This bug is marked as fixed in 12.1 of the database. 
    I think that you may want to pursue this issue with support to see whether this can be back-ported ton 11.2.0.4.0.
    --Ken Chin

  • Pr CS6 on MacPRO 10.9.4 crashes randomly hang report shows Dispatch Thread Soft Limit Reached: 120

    We have an Edit computer that IT brought back to us with a newly loaded Mavericks 10.9.4. and a fresh installation of CS6. We also have an added AJA LHi card.
    Our editor is getting random crashes often while just searching through his clips. When I look at the diagnostic reports . I consistently see the message - Dispatch Thread Soft Limit Reached:  120  (too many dispatch threads blocked in synchronous operations). I will paste the whole hang report below.
    Any ideas? I have found other threads on the net discussing this but nothing really specific to Adobe or CS6.
    ----------- Hang Report -------------
    Date/Time:  
    2014-07-29 13:44:33 -0400
    OS Version: 
    10.9.4 (Build 13E28)
    Architecture:
    x86_64
    Report Version:  18
    Command:    
    Premiere Pro
    Path:       
    /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Version:    
    6.0.5 (6.0.5)
    Parent:     
    launchd [878]
    PID:        
    1033
    Event:      
    hang
    Duration:   
    1.73s
    Steps:      
    17 (100ms sampling interval)
    Hardware model:  MacPro5,1
    Active cpus:
    24
    Fan speed:  
    1437 rpm
    Free pages: 
    4747363 pages (-2299)
    Pageins:    
    21 pages
    Pageouts:   
    0 pages
    Swapins:    
    0 pages
    Swapouts:   
    0 pages
    Process:    
    Adobe Premiere Pro CS6 [1033]
    Path:       
    /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Architecture:
    x86_64
    Parent:     
    launchd [878]
    UID:        
    504
    Task size:  
    635968 pages
    CPU Time:   
    0.027s
    Dispatch Thread Soft Limit Reached:  120  (too many dispatch threads blocked in synchronous operations)
      Thread 0x395c
    DispatchQueue 1     
    priority 47    
    cpu time   0.010s
      17 start + 52 (Adobe Premiere Pro CS6) [0x10000361c]
    17 main + 647 (Adobe Premiere Pro CS6) [0x1000038b7]
    17 Run + 247 (Startup) [0x10c8ef1d7]
    17 AppMain + 380 (Frontend) [0x10c77ed0c]
    17 FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 5681 (Frontend) [0x10c727dff]
    17 FE::MacApplication::RunSelf() + 44 (Frontend) [0x10c77d794]
    17 -[NSApplication run] + 553 (AppKit) [0x7fff9771199c]
    17 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff9771d89b]
    17 _DPSNextEvent + 1434 (AppKit) [0x7fff9771e24e]
    17 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff99d375bc]
    17 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff99d377b7]
    17 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff99d37a0d]
    17 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff98b36e75]
    17 __CFRunLoopRun + 1525 (CoreFoundation) [0x7fff98b376a5]
    17 __CFRunLoopDoTimers + 298 (CoreFoundation) [0x7fff98bed5aa]
    17 __CFRunLoopDoTimer + 1151 (CoreFoundation) [0x7fff98b7bf1f]
    17 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 (CoreFoundation) [0x7fff98b7c3e4]
    17 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 54 (dvacore) [0x1001ea466]
    17 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&) + 54 (dvacore) [0x1001e9d16]
    17 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 151 (dvacore) [0x1001ea947]
    17 ASL::StationUtils::BroadcastMessage(ASL::ImmutableString const&, ASL::Message const&) + 66 (ASLMessaging) [0x1006fff72]
    17 ASL::Broadcaster::BroadcastMessage(ASL::Message const&) + 1565 (ASLMessaging) [0x1006f2841]
    17 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0 <int>) + 57 (Frontend) [0x10c743735]
    17 ASL::Broadcaster::BroadcastMessageInner(ASL::Broadcaster::ListenerRecord const&, ASL::Message const&) + 39 (ASLMessaging) [0x1006f1207]
    17 FE::AutoSaveManager::OnIdle() + 284 (Frontend) [0x10c743f7e]
    17 HSL::AutoSaveProject(ASL::InterfaceRef<BE::IProject, BE::IProject>, unsigned int) + 1535 (HSL) [0x107a9535f]
    17 HSL::SaveProject(ASL::InterfaceRef<BE::IProject, BE::IProject>, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool) + 1016 (HSL) [0x107b3d038]
    17 HSL::ProgressDialog::DoProgressDialog(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, ASL::InterfaceRef<ASL::IBatchOperation, ASL::IBatchOperation>) + 356 (HSL) [0x107b32bd4]
    17 DLG::ProgressDialog::DoProgressDialog(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, ASL::InterfaceRef<ASL::IBatchOperation, ASL::IBatchOperation>, char const*) + 803 (Dialogs) [0x107f8b5a3]
    17 non-virtual thunk to MZ::(anonymous namespace)::SaveProjectOperation::Abort() + 58 (Mezzanine) [0x10550e26a]
    17 usleep + 54 (libsystem_c.dylib) [0x7fff9a4c9cb2]
    17 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff90aaaa3a]
    *17 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b570]
      Thread 0x3981
    DispatchQueue 2     
    priority 49    
    cpu time   0.001s
      17 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff938f2136]
    17 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff90aab662]
    *17 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x3ef0
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4159
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x41f2
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4241
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4242
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4243
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4244
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x424a
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x427a
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x427f
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4280
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x4288
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 595 (MBCProvider) [0x1051551c3]
    17 RenderIconRef(OpaqueIconRef*, unsigned int, unsigned int) + 244 (MBCProvider) [0x105154ea4]
    17 _ISPlotIconRefInContext + 115 (IconServices) [0x7fff938c15df]
    17 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x7fff938d1b9f]
    17 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff90aa6a56]
    *17 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b570]
      Thread 0x4289
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x428a
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x429e
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x429f
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a0
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a1
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a2
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a3
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a4
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a5
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a6
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54 (MBCProvider) [0x1051564b2]
    17 MBC::ProviderThumbnailRequest::Process() + 119 (MBCProvider) [0x1051556c5]
    17 MBC::ProviderXDCAMEX::GetThumbnail(std::string const&, std::string const&, int, int, MBC::ProviderRequest*) const + 364 (MBCProvider) [0x1051875a4]
    17 MBC::GetOSIconThumbnail(std::string const&, std::string const&, int, int) + 45 (MBCProvider) [0x105154f9d]
    17 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff90aaa746]
    *17 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80f0aa3b]
      Thread 0x42a7
    DispatchQueue 6     
    priority 47  
      17 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff991aefb9]
    17 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff991abef8]
    17 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff938f3177]
    17 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x7fff938f2082]
    17 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff938f028d]
    17 dvacore::threads::(anonymous namespace)::WrapGCDAsyncCall(void*) + 54 (dvacore) [0x1001f93e6]
    17 void boost::_mfi::mf0<void, ASL::IThr

    Update - The crashing seems to happen when the editor was going to a folder with lots of files. It seems like it is trying to open every file in a thumbnail preview mode that might be the problem. So I had him open a project with only a few files in a folder and it is stable for now. We are going to try and re-organize this particular project with  lees media in each folder.
    Are there any guidelines of what the max amount of clips in a folder might be? Is there any way adjusting or turning off those thumbnail previews?

  • Cant send a picture message, message size limit reached

    My droid razor just recently started to not let me add pictures to messages. It says the pictures to large that it has to be resized, its always said that but then it would resize it and it would send. but now it is starting to say message size limit reached sorry, you cannot add this picture to your message i tryed to use old pictures in a message that ive previously been able to send and i get the same message. My pictures are set on widescreen 6MP right now and video resolution HD+ (1080p) i tryed changing these settings and it still doesnt work. i have pictures that are 1.2MP and they wont even send. it wont let me send a video or audio either only text. Please help!

        zjoy622011-
    I definitely want to help restore the devices capability of sending photos! Has the device gone through any recent updates? Is this just picture messaging, or also photo sharing like Facebook, Instagram, etc? If you are using any third party texting apps, I recommend trying the built-in messaging app instead. Also, what city & state are you located in? I want to ensure there are no issues related to the network involved here.
    Keep me posted!
    Thanks,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • Cfstoredproc - Numeric Overflow Error - CF8

    I recently upgraded to CF8 and have started having problems
    with cfstoredproc. Here is the code:
    <cfstoredproc datasource="#request.myDSN#"
    procedure="dbo.p_online_password.get_account" >
    <cfprocparam cfsqltype="cf_sql_varchar"
    value="#attributes.email#" type="in" maxlength="50">
    <cfprocparam cfsqltype="cf_sql_bigint" type="out"
    variable="appvars.online_password_id">
    <cfprocparam cfsqltype="cf_sql_varchar" type="in"
    value="#attributes.password#" maxlength="30">
    <cfprocparam cfsqltype="cf_sql_bigint" type="out"
    variable="appvars.account_status">
    <cfprocparam cfsqltype="cf_sql_varchar" type="out"
    variable="appvars.loginmessage" maxlength="500">
    <cfprocparam cfsqltype="cf_sql_bigint" type="out"
    variable="appvars.personid">
    </cfstoredproc>
    Here is the logged dbcall:
    spy(2007/12/27 15:29:58.361)>> Driver Name = Oracle
    spy(2007/12/27 15:29:58.361)>> Driver Version = 3.60.26
    (023731.010811.016225)
    spy(2007/12/27 15:29:58.361)>> Database Name = Oracle
    spy(2007/12/27 15:29:58.361)>> Database Version =
    9.2.0.8.0
    spy(2007/12/27 15:29:58.361)>> OK (Connection[6])
    spy(2007/12/27 15:29:58.361)>>
    Connection[6].setTransactionIsolation(int level)
    spy(2007/12/27 15:29:58.361)>> level = 2
    spy(2007/12/27 15:29:58.361)>> OK
    spy(2007/12/27 15:29:58.361)>>
    Connection[6].isReadOnly()
    spy(2007/12/27 15:29:58.361)>> OK (false)
    spy(2007/12/27 15:29:58.361)>>
    Connection[6].getAutoCommit()
    spy(2007/12/27 15:29:58.361)>> OK (true)
    spy(2007/12/27 15:29:58.361)>>
    Connection[6].prepareCall(String sql)
    spy(2007/12/27 15:29:58.361)>> sql = {call
    dbo.p_online_password.get_account(?, ?, ?, ?, ?, ?)}
    spy(2007/12/27 15:29:58.377)>> OK
    (CallableStatement[1])
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].setObject(int parameterIndex, Object x, int
    targetSqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 1
    spy(2007/12/27 15:29:58.377)>> x =
    [email protected]
    spy(2007/12/27 15:29:58.377)>> targetSqlType = 12
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].registerOutParameter(int parameterIndex, int
    sqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 2
    spy(2007/12/27 15:29:58.377)>> sqlType = -5
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].setObject(int parameterIndex, Object x, int
    targetSqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 3
    spy(2007/12/27 15:29:58.377)>> x =
    spy(2007/12/27 15:29:58.377)>> targetSqlType = 12
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].registerOutParameter(int parameterIndex, int
    sqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 4
    spy(2007/12/27 15:29:58.377)>> sqlType = -5
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].registerOutParameter(int parameterIndex, int
    sqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 5
    spy(2007/12/27 15:29:58.377)>> sqlType = 12
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].registerOutParameter(int parameterIndex, int
    sqlType)
    spy(2007/12/27 15:29:58.377)>> parameterIndex = 6
    spy(2007/12/27 15:29:58.377)>> sqlType = -5
    spy(2007/12/27 15:29:58.377)>> OK
    spy(2007/12/27 15:29:58.377)>>
    CallableStatement[1].execute()
    spy(2007/12/27 15:29:58.486)>> java.sql.SQLException:
    [Macromedia][Oracle JDBC Driver]Numeric overflow. ErrorCode=0
    SQLState=HY000
    java.sql.SQLException: [Macromedia][Oracle JDBC
    Driver]Numeric overflow.
    at
    macromedia.jdbc.base.BaseExceptions.createException(Unknown Source)
    at macromedia.jdbc.base.BaseExceptions.getException(Unknown
    Source)
    at macromedia.jdbc.oracle.OracleVNU.convertVNUToLong(Unknown
    Source)
    at
    macromedia.jdbc.oracle.OracleImplStatement.convertAndPropagateOutputParams(Unknown
    Source)
    at
    macromedia.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
    at macromedia.jdbc.base.BaseStatement.commonExecute(Unknown
    Source)
    at
    macromedia.jdbc.base.BaseStatement.executeInternal(Unknown Source)
    at
    macromedia.jdbc.base.BasePreparedStatement.execute(Unknown Source)
    at
    macromedia.jdbc.base.BasePreparedStatementPoolable.execute(Unknown
    Source)
    at macromedia.jdbcspy.SpyPreparedStatement.execute(Unknown
    Source)
    at
    coldfusion.server.j2ee.sql.JRunPreparedStatement.execute(JRunPreparedStatement.java:89)
    at coldfusion.sql.Executive.executeCall(Executive.java:860)
    at coldfusion.sql.Executive.executeCall(Executive.java:775)
    at coldfusion.sql.Executive.executeCall(Executive.java:726)
    at coldfusion.sql.SqlImpl.executeCall(SqlImpl.java:445)
    at
    coldfusion.tagext.sql.StoredProcTag.executeQuery(StoredProcTag.java:272)
    at
    coldfusion.tagext.sql.StoredProcTag.doEndTag(StoredProcTag.java:225)
    at
    cfprocGetAccount2ecfm1970365621.runPage(C:\Inetpub\wwwroot\FBARO\model\login\procGetAccou nt.cfm:63)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
    at
    cflogin2eloginuser2ecfm500887643._factor72(C:\Inetpub\wwwroot\FBARO\parsed\login.loginuse r.cfm:24)
    at
    cflogin2eloginuser2ecfm500887643._factor80(C:\Inetpub\wwwroot\FBARO\parsed\login.loginuse r.cfm:17)
    at
    cflogin2eloginuser2ecfm500887643._factor81(C:\Inetpub\wwwroot\FBARO\parsed\login.loginuse r.cfm:5)
    at
    cflogin2eloginuser2ecfm500887643.runPage(C:\Inetpub\wwwroot\FBARO\parsed\login.loginuser. cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
    at
    cffusebox52ecfm1910112018.runPage(C:\Inetpub\wwwroot\FBARO\fusebox5.cfm:179)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
    at
    cffusebox42eruntime2ecfmx2ecfm1434713790.runPage(C:\Inetpub\wwwroot\FBARO\fusebox4.runtim e.cfmx.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
    at
    cfindex2ecfm1115026679.runPage(C:\Inetpub\wwwroot\FBARO\index.cfm:28)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at
    coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    spy(2007/12/27 15:29:58.486)>>
    CallableStatement[1].close()
    spy(2007/12/27 15:29:58.486)>> OK
    spy(2007/12/27 15:29:58.502)>>
    Connection[6].setAutoCommit(boolean autoCommit)
    spy(2007/12/27 15:29:58.502)>> autoCommit = true
    spy(2007/12/27 15:29:58.502)>> OK
    spy(2007/12/27 15:29:58.502)>>
    Connection[6].setTransactionIsolation(int level)
    spy(2007/12/27 15:29:58.502)>> level = 2
    spy(2007/12/27 15:29:58.502)>> OK
    spy(2007/12/27 15:29:58.502)>>
    Connection[6].setReadOnly(boolean readOnly)
    spy(2007/12/27 15:29:58.502)>> readOnly = false
    spy(2007/12/27 15:29:58.502)>> OK
    Any ideas?
    Thanks,
    Jim

    FYI, there is a table near the bottom of the LiveDocs page
    for the
    cfqueryparam
    tag that "
    shows the mapping of ColdFusion SQL data types with JDBC SQL
    types and those of the listed database management systems".
    (The same mapping applies to the cfprocparam tag as well, and I am
    surprised that they don't have it listed there as well.)
    You will notice that CF_SQL_BIGINT doesn't map to Oracle, and
    that only CF_SQL_DECIMAL and CF_SQL_FLOAT seem to map to Oracle
    type number. However, I use CF_SQL_NUMERIC all of the time with
    Oracle 10g and Oracle type NUMBER with CF7, but I can't speak for
    CF8 since we are still on 7.
    Phil

  • Cant create apple id. account limit reached

    cant create apple id. account limit reached

    Hi,
    I had to arrange an Apple Support call. The Apple Support Team first changed the device to be registered to myself (it was registered to the previous owner).
    It now shows up in my devices when logged into Apple Support website.
    I was then referred me to Apple Account Security who in turn escalated the issue to Engineering Support, for an engineer to increase the limit on my device by 1, allowing it to be registered with my Apple ID.
    The whole process only took a few days.
    They said this would now need to be done every time the device needs to be registered with a new user.
    To create a support call for this issue, you can do the following:
    Login to http://www.apple.com/uk/support/ using your apple id
    Click Contact Us, on the bottom right of page
    Click Get Started
    Click See All Products and Services
    Click More Products and Services
    Click Apple ID
    Click Other Apple ID Topics
    Click This Topic Is Not Listed
    In the text box, you are asked to describe your issue, enter the following: 'Can’t create apple id. Account limit reached.'
    Click Continue
    Click Schedule a Call
    Apple Support will call you at the scheduled time and you can explain the issue to get your account limit increased.
    Hope this helps.
    Thanks
    Jason

Maybe you are looking for

  • Foreign characters not displaying

    Hi... I am developing a web app that includes a database of world cities, many of which have foreign characters in their names. The MySQL database is displaying the characters correctly, but when it comes to displaying them in drop down menus, the fo

  • Problem in BDC for MD74

    Hi all, When i give the input (plant code,date) in MD74 directly, it is deleting all PIRs upto the given date. While passing the same input through BDC, it is not deleting some of the data. I couldn't find the clue. Can anyone help to solve this issu

  • XSL won't compile

    Hello, I'm attempting to tansform xml with xslt, but I'm getting an exception saying: "Could not compile stylesheet". Pretty vague to say the least. What's starnge is that I'm able to successfully parse the xslt with the DOMParser and with IE. Here's

  • SHORTCUTS in Audition CC

    are the NEW shortcuts in Audition CC like in 3.0 where you just click on an ICON??? or are they "keystroke" shortcuts??? the shortcuts like in 3.0 were MUCH easier to use than keystrokes... and are the sole reason for me not upgrading to CC as of yet

  • Check DB13 and DB59

    Hello All, One of job failed with following job log. Can somebody  pl. let me know  which inconsistency it is  suggesting. Job started Step 001 started  (program RSDBAJOB, variant &00000000000062, user id BASIS Inconsistent system integration Check D