Events getting lost during bubble

I have spent one too many hours fooling around with this.
This is just a simple test, but I have an mxml component named
Test.mxml that is dispatching an event. I also have a
FrontController.as that is listening for events. When an event is
dispatched in Test, FrontController is not responding to it. When
the code is placed into one file it works dandy, so i am not sure
where the problem lies. I am invoking FrontController at the
Application. Thanks for helping me out on this. Its driving me mad.
Here are my files:
Main.mxml
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*" xmlns:control="controller.* xmlns:nav="views.nav.*">
<!-- Controller: Controls all application events -->
<control:FrontController/>
<nav:navigation top="8" left="9" right="90"
bottom="609"/>
</mx:Application>
FrontController.as
package controller
import mx.core.Application;
import flash.events.Event;
public class FrontController
// Get a reference to the Application object here
private var app:Main = Application.application as Main;
public function FrontController(){
app.addEventListener("SomeEvent", someHandler);
private function someHandler(e:Event):void{
trace("Hello my name is Borat");
Test.mxml
<mx:TitleWindow xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*"
creationComplete="initComp()"
showCloseButton="true">
<mx:Metadata>
[Event(name="SomeEvent", type="flash.events.Event")]
</mx:Metadata>
<mx:Script>
<![CDATA[
import flash.events.Event;
import flash.events.EventDispatcher;
private function initComp():void{
var eventObj:Event = new Event("SomeEvent");
dispatchEvent(eventObj);
]]>
</mx:Script>
</mx:TitleWindow>

But... Here I can see that your listening for events wich are
dispatched by the Application not your Test.mxml component. So, if
the App dispatches an Event your front controller will be able to
catch it, but if another component (like you Test.mxml) dispatches
an event your front controller will not be able to catch it.
Also I can see that your not making reference to your
Test.mxml component in your application.

Similar Messages

  • Event gets lost when iView is uncompressed for the first time

    Hi All,
    we are developing an application that manages attachments (meaning: files stored in KM) and per request by the client consists of several iViews. One of them contains a search interface, another one lists the hits that have been found. So the iViews have to communicate.
    We achieved the funcionality by using portal eventing and the HTTP session. The search iView compiles the search string and writes it to the session.
    request.getComponentSession().getHttpSession().setAttribute(searchString, .....);
    We then use javascript to fire an event on which the searchResult iView reacts and fetches the searchString from the session. The actual search is then performed within the searchResult-iView.
    The only problem is that the client requested that the searchResult iView should initially be collapsed. So we set its "initial display" property to "collapsed" and implemented some javascript functionality in the search iView that expands the searchResult iView when a search is performed:
    function openIview( iviewID ) {               
      var temp = parent.pageSupport._getIvuPageId(iviewID);
      var ivuBankObj = parent.pageSupport._getIViewBank(temp);
      if (ivuBankObj.getToogle() == 0) {
        var trayid = ivuBankObj.getTrayId();
        var event = document.createEventObject();
        event.type = "click";
        if(parent.htmlb_TrcToggle(trayid,'0',event)) parent.pageSupport.ivuToogle(iviewID);
    We then fire an event:
    EPCM.raiseEvent('...', 'SearchEvent', param, '');
    All works fine, except for the very first time the searchRersult iView is expanded after the application (meaning the page containing the iViews) has been opened. The searchResult iView is properly expanded, but the event seems to get lost so that no search is being performed (no error, but no reaction by the iView).
    We observed that it seems as if the contents of the iView are only fetched by the browser when it's expanded for the first time. (The progress bar of the browser shows loading activity when expanding the iView for the first time). Supposedly the event gets lost because the serachResult iView doesn't fetch it since it's just being loaded.
    After this initial erroneous behavior, the iView can be in compressed or expanded state before a search is being performed and everything works fine.
    Interestingly enough the problem can be resolved by setting a timeout of several seconds after expanding the iView and before firing the search event. But we find this to be a very questionable (and inconvenient) method of solving this problem and would rather like to solve it properly.
    Does anyone have any ideas how we could achieve this? Is there a way to determine whether an iView has been loaded by the browser (because obviously displaying and loading an iView seem to be two different things)?
    Thanks in advance,
    Jens

    We introduced a boolean "isInitial" flag to the bean which we use to determine whether the iView is expanded for the first time or not. If so, there is a timeout of 2 seconds before the event is fired.
    Not really satisfactory, but working.
    Jens

  • Messages are getting lost during server restart

    Hi,
    we have a clustered environment.
    soa_server1, soa_server2, soa_server3 and osb_server1, osb_server2, osb_server3
    Queues are configured on each server.
    Overall process flow is (JMS Queue (configrued in soa_server1) --> BPEL --> mediator -->JMS (configrued in osb_server1) --> proxyService --> Target System.
    When there is a need to bounce the server (start / stop) ; and to make sure messages are not lost during server bounce.
    we are following the below procedure for server start
    1) pause soa_server1 queues then bounce soa_server1
    2) pause soa_server2 queues then bounce soa_server2
    3) pause soa_server3 queues then bounce soa_server3
    We are observing there is a message lost after server bounce...
    thanks in advance
    anvv sharma

    Are you using XA connection factory? If no then this may cause message loss. It is also considered a best practice to configure error queue for JMS queues to avoid message loss (as a precautionary measure).
    How did you find that messages are getting lost?
    Regards,
    Anuj

  • Ink annotations get lost during word 2007 - pdf conversion

    Hi,
    I am trying to convert a word 2007 document into a .pdf using Acrobat Professional 9. The problem is, the ink annotations get lost in the process. A colleague does not have the same problem. I an very sure that I have never changed any preferences.
    Thanks for your help, Bruce

    You did not give all of the information. The current version of AA9 is 9.4.7. If you have 9.0, you should do the updates until you get to 9.4.7. Also, I assume you are not using a 64-bit machine, an appropriate comment at this time.
    That being said, I did run your DOCX file in WORD 2007 and AA 9.4.7 on a 32-bit Win7 system. With PDF Maker, I got the same result as you. With a print to the Adobe PDF printer, I did get the markup that you wanted. If bookmarks and tags are not of concern to you, then using the printer might be the best route for now. There appears to be a bug in PDF Maker that has not been noted before and you have brought to the front. I am not sure how the annotations are done, but apparently PDF Maker did not catch them.

  • Events getting lost

    Hi all,
    When setting a backing bean in session scope and then executing an action everything works like a charm.
    But if I set the the context to Request, then the event is not processed. Anyone has any idea why is this?

    Hi all,
    When setting a backing bean in session scope and then
    executing an action everything works like a charm.
    But if I set the the context to Request, then the
    event is not processed. Anyone has any idea why is
    this?Your backing bean is used over multiple requests in a session.
    You should set the scope to session.

  • Trading partner information getting lost during the IO and PS settlements

    Hello,
    When the settlement is run for an internal order or a WBS element, although the primary cost element line has the trading partner information, this information is lost after the settlement process. The settlement can not carry the trading partner detail further. I can see this detail in CO tables or in PS tables before it has been settled. (Tbale name is COSP) But the table that keeps the settled objects (as far as I kow the table name is COSS) does not have the trading partner field in it.
    If anyone knows whether there is a way to keep this type of detail after the settlement process has been executed in the system, it would be great.
    Thanks
    Aysegul Gumus

    I am not looking for the tables. What I am looking for is to find out whether there is a way to keep the trading partner information in the settlement process so I can see it in the settled cost lines.
    Have you met such a business requirement before?
    Aysegul

  • Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.

    Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.
    Solutions?

    No, I never really found an easy solution.  I believe it is an issue with some corruption in the iTunes database on the specific device.  In my case, both my iPad and iPhone now show duplicate stream songs if viewed through iTunes on my Mac, but they show different songs.  A couple years ago I had a similar issue on my iPhone, and Apple support suggested I back up the phone, completely reset it, and then restore it from the backup.  It did work, so I imagine it would probably work for my current issues with the iPhone and iPad.  But resetting and restoring an iPad or iPhone always makes me a little nervous that something will get lost.  When I did reset/restore the iPhone, I do have to say, the restore process was 100% perfect and I did not lose any data at all even though Apple support said I might.  If you try to go that route, I would suggest backing the device up both to a computer through iTunes, and to the iCloud so that you have a double backup.
    None of this really resolves the issue with how the iTunes databases are becoming corrupted on the apple devices though, so it is very likely to happen again until they fix it.  I have been unable to determine if there were any specific actions or conditions which caused the corruption to happen in the first place.
    Might be worth another call to Apple support, or dropping in the local Apple store if you have one near by.

  • Not able to extract performance data from .ETL file using xperf commands. getting error "Events were lost in this trace. Data may be unreliable ..."

    Not able to extract  performance data from .ETL file using xperf commands.
    Xperf Commands:
    xperf –i C:\TempFolder\Test.etl -o C:\TempFolder\BootData.csv  –a process
    Getting following error after executing above command:
    "33288636 Events were lost
    in this trace. 
    Data may be unreliable
    This is usually caused
    by insufficient disk bandwidth for ETW lo
    gging.
    Please try increasing the minimum
    and maximum number of buffers
    and/or
                    the buffer size. 
    Doubling these values would be a good first at
    tempt.
    Please note, though, that
    this action increases the amount of me
    mory
                    reserved
    for ETW buffers, increasing memory pressure on your sce
    nario.
    See "xperf -help start"
    for the associated command line options."
    I changed page size file but its does not work for me.
    Any one have idea, how to solve this problem and extract ETL file data.

    I want to mention one point here. I have total 4 machines out of these 3 machines above
    commands working properly. Only one machine has this problem.<o:p></o:p>
    Hi,
    I consider that you can try to use xperf to collect the trace etl file and see if it can be extracted on this computer:
    Refer to following articles:
    start
    http://msdn.microsoft.com/en-us/library/windows/hardware/hh162977.aspx
    Using Xperf to take a Trace (updated)
    http://blogs.msdn.com/b/pigscanfly/archive/2008/02/16/using-xperf-to-take-a-trace.aspx
    Kate Li
    TechNet Community Support

  • I lost all calendar events and contacts during iTunes backup

    i lost all calendar events and contacts during iTunes backup
    I think my wife had an old apple ID on the phone and never backs up her device. She lost all contacts and calendar events. any help?

    It would default to whatever account you have set for default. If you were using Exchange, it would sync to that. However, the settings for syncing are set up in iTunes. You would need to check to see what settings were in iTunes for syncing the information. It could be a supported application on the computer, or a cloud service as I said earlier.
    On my personal phone, it will default to my iPhone calendar which I sync with Outlook on my computer. I can select the Exchange account if I want, but my default is what I sync with Outlook.

  • Soap faultcode and faultstring getting lost

    Hi,
    I'm having a problem with Adobe Flex not returning the soap
    fault details that is being returned in the Soap Fault.
    I am using Flashplayer 9,0,16,0 , Adobe Flex Builder 2
    Version 2.0.14359 and XFire 1.2 for Webservices.
    The Soap Request is :
    <SOAP-ENV:Envelope xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <saveUser xmlns="
    http://ws.raid.aem.com.au">
    <ns0:in0 xmlns:ns0="
    http://ws.raid.aem.com.au">
    <ns0:administrator xmlns:ns0="
    http://vo.ws.raid.aem.com.au">false</ns0:administrator>
    <ns0:email xmlns:ns0="
    http://vo.ws.raid.aem.com.au">[email protected]</ns0:email>
    <ns0:firstName xmlns:ns0="
    http://vo.ws.raid.aem.com.au">John</ns0:firstName>
    <ns0:id xmlns:ns0="
    http://vo.ws.raid.aem.com.au">1</ns0:id>
    <ns0:lastName xmlns:ns0="
    http://vo.ws.raid.aem.com.au">Smith</ns0:lastName>
    <ns0:password xmlns:ns0="
    http://vo.ws.raid.aem.com.au">secret</ns0:password>
    <ns0:permissions xmlns:ns0="
    http://vo.ws.raid.aem.com.au"/>
    <ns0:username xmlns:ns0="
    http://vo.ws.raid.aem.com.au">jsmith</ns0:username>
    </ns0:in0>
    </saveUser>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The Soap Respones is :
    <soap:Envelope xmlns:soap="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
    <soap:Fault>
    <faultcode>soap:Client</faultcode>
    <faultstring>This message gets
    lost!</faultstring>
    </soap:Fault>
    </soap:Body>
    </soap:Envelope>
    And the fault that comes through in Flex is :
    RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
    type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2032: Stream Error. URL:
    http://localhost/raid/services/UserManager"
    URL:
    http://raid.aemgroup.com.au/raid/services/UserManager"
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/errorHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
    The soap faultcode and faultstring are getting lost.
    Anybody have this problem or know what is going on?
    Thanks,
    Daniel

    Hi ! I have exactly the same problem...
    I can't (or don't know how to) access to faultstring and
    faultcode generated by the webservice.
    Here what I found :
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3c6784bc
    I use a Webservice generated by PHP5 and I don't know how to
    change the status code of a response...

  • How do I use the Verizon Service & Protection app to locate my phone if it gets lost?

    The Verizon Support & Protection app (VZ Protect) is installed on my phone and is supposed to help me if my phone is lost or stolen by allowing me to find it on a map, lock it, erase my data from it, etc.  But I found it nearly impossible to figure out what I should do in the event that actually did get lost or stolen.
    I logged into my My Verizon account from my computer (which is probably what I would do if I lost my phone), but unfortunately there isn't anything on the site to help a person who has actually lost their phone or had it stolen to quickly and easily locate it.  Most of the links I found were only promoting Verizon's services and the app, but nothing on how to use it.
    I tried searching for things I might type if I had actually lost my phone (like, "missing phone", "stolen phone", "find lost phone").  I had to go into the "How to Use Guide: Verizon Support & Protection" page, which I was only able to find on the  Verizon Support & Protection FAQs  page), in order to find a link that told me I had to go to the Verizon Support & Protection App website  to use this service.
    There really should be something more obvious right on the My Verizon site.

    Purchase a replacement remote.
    The remote is required for configuring the ATV and setting up the remote app on iDevices.

  • I repeatedly get "error during rendering/encoding of menus/slideshow" message.  This process is the same on my iMac, MacBook and another iMac.  I have been burning dvd's int he same way for the past 12 months using the exact same steps successfully.

    I keep getting "error during rendering/encoding of menus/slideshows" message.  I have been burning DVD's in exactly the same way for the past 12 months and mostly on my MacBook which is 3 years old.  Obviously I'm using iDVD.  I purchased an iMac about a year ago and moved to use this for dvd burning without problem.  A few months ago (approximately) I started to experience problems with burning with the error message above.  I tried everything including starting the whole process from scratch right down to capturing the movie clips from my video recorder into iMovie, then using them in iDVD.  Still the same message came up.  I lost count of how many times I repeated the process with different clips and variations and the same thing happened.  This was also the case with my MacBook and my husband's iMac.
    After taking both of mymac's tothe service centre, having new optical thingys put it and even a new hard drive on my iMac along with a new DVD burner the same thing happened.  They told me it must be the process that I am using that is incorrect!
    I took my 27" iMac to an apple shop and asked them to assist me while I use the same technique as I always had.  The same message came up so they tried using my clips in one of their mac's.  The same message. They tried it with different clips and the same message.  The only way we could get theirs to work was with a magic DVD which did not produce what I needed and was limited with only one page. 
    I now cannot use any of my Mac's for the intended purpose that I bought them for - to produce good media for my work!  It was suggested that I purchase some non Mac software to burn DVDs which defeats the object of having a mac with iDVD in my opinion.  I have a book on iDVD which is very informative and have followed the process to the letter and checked all the trouble shooting and still no remedy.  It was mentioned that an up-date may have caused the problem on all my macs.
    I feel that this issue should be addressed by Apple as a matter of correctness.
    I now find that on the net there are many posts in forums and such like with exactly the same (almost word for word) problems.  Please Apple, keep/regain your good name and sort this out.
    Jayne Connelly

    Thanks Bengt W for your attention to this matter.  So much appreciated.  And thanks for putting me right on the aim of forums (new to this).  Although, you may regret asking for more information.  I've added everything I can below.
    The process I used is as follows:
    Import recorded clips of between 5 and 15minutes each from my video recorder into i
    Edit the clips (remove unwanted start and endng)
    Add title to front of clips
    ‘Share’ them to ‘movie’ (export using QuickTime)folder in .mov format individually
    Open iDVD and ‘create new project’
    Select ‘favourite’ theme that I have set up forall my work dvd’s (this has been used successfully many times and I’ve triedwithout using the favourite them).
    Add 2 submenus for each group of clips
    Select submenu  - drag and drop between 3 – 6 clips in each of the twosubmenus
    Change title colours on clips
    Dragand drop image into drop zones where required
    In‘map’ view I check for any yellow warnings before burning to disc
    In an attempt to remedy the problems I’ve tried the following:
    Try new DVD discs
    Try different themes (favourites and standardones)
    Change images in drop zones
    Start whole process again even from importingfrom camera again
    Two other completely different computers (iMacand MacBook) with iDVD
    Go to apple shop and use their computers to doin iDVD
    Try with one clip and no menu pages added
    Use a clip that I already have that did notoriginate from my camera
    Turn computer off and restart
    New hard drive
    New optical lense (thing)
    New DVD burner
    Saving to disc image rather than dvd disc
    Other points:
    I also have a ‘flip’ and ‘iPhone’ whereI’ve imported footage camera which, although limited, records and makes videoclips and burns them to DVD through iDVD without problem.
    For example, I have just gone through steps 5 - 11 using some clips that were already imported from my iphone to iPhoto and dragged across.  I used a theme that I've used before which has failed and added one sub menu page where the clip went.  It burned to disc image successfully.
    The startup disc, I believe will have no space issues asit’s a new hard drive with no use apart from this.  That could have been an issue before (I didn’t check it) butnot now.
    Other technical stuff that I don't understand but you may:
    I have…… Mac OS X Version 10.6.7 with all updates onit.  Processor 2.8 GHz Intel Corei7.  Memory 4GB 1067 MHz DDR3.
    iDVD version 7.1.1
    HardwareOverview:
      Model Name: iMac
      Model Identifier: iMac11,1
      Processor Name: Intel Core i7
      Processor Speed: 2.8 GHz
      Number Of Processors: 1
      Total Number Of Cores: 4
      L2 Cache (per core): 256 KB
      L3 Cache: 8 MB
      Memory: 4GB
      Processor Interconnect Speed: 4.8 GT/s
      Boot ROM Version: IM111.0034.B02
    SMC Version (system):            1.54f36
    OPTIARCDVD RW AD-5680H:
      Firmware Revision:     3AHB
      Interconnect:    ATAPI
      Burn Support:   Yes (AppleShipping Drive)
      Cache:    2048KB
      Reads DVD:    Yes
      CD-Write: -R, -RW
      DVD-Write:   -R, -R DL,-RW, +R, +R DL, +RW
      Write Strategies:  CD-TAO,CD-SAO, CD-Raw, DVD-DAO
      Media: Toshow the available burn speeds, insert a disc and choose View > Refresh
    If you can solve this you are better than the 'apple geeks' in the shop and the service technicians in the service centre (and of course me but that's no achievement). 
    Eagerly awaiting your reply.
    Jayne

  • Sessions/connections gets hang during update and select operations.

    A table with 3 million records, which has customer details data.
    Everyday application is executing select and update queries on that table.
    Sessions/connections gets hang during update and select operations.
    After checking ADDM report, following are the findings:
    Please suggest the solutions
    Findings and Recommendations
    Finding 1: Row Lock Waits
    Impact is 145.22 active sessions, 99.77% of total activity.
    SQL statements were found waiting for row lock waits.
    Recommendation 1: Application Analysis
    Estimated benefit is 145.22 active sessions, 99.77% of total activity.
    Action
    Significant row contention was detected in the TABLE
    "AVAYA.AIRTEL_CUSTOMER_MASTER" with object ID 82155. Trace the cause of
    row contention in the application logic using the given blocked SQL.
    Related Object
    Database object with ID 82155.
    Rationale
    The SQL statement with SQL_ID "974vg65j29pmv" was blocked on row locks.
    Related Object
    SQL statement with SQL_ID 974vg65j29pmv.
    UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
    WHERE ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
    Rationale
    The session with ID 50 and serial number 34525 in instance number 1 was
    the blocking session responsible for 100% of this recommendation's
    benefit.
    Symptoms That Led to the Finding:
    Wait class "Application" was consuming significant database time.
    Impact is 145.22 active sessions, 99.77% of total activity.
    Finding 2: Top SQL Statements
    Impact is 46.39 active sessions, 31.87% of total activity.
    SQL statements consuming significant database time were found. These
    statements offer a good opportunity for performance improvement.
    Recommendation 1: SQL Tuning
    Estimated benefit is 46.39 active sessions, 31.87% of total activity.
    Action
    Investigate the UPDATE statement with SQL_ID "974vg65j29pmv" for
    possible performance improvements. You can supplement the information
    given here with an ASH report for this SQL_ID.
    Related Object
    SQL statement with SQL_ID 974vg65j29pmv.
    UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
    WHERE ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
    Rationale
    The SQL spent only 0% of its database time on CPU, I/O and Cluster
    waits. Therefore, the SQL Tuning Advisor is not applicable in this case.
    Look at performance data for the SQL to find potential improvements.
    Rationale
    Database time for this SQL was divided as follows: 100% for SQL
    execution, 0% for parsing, 0% for PL/SQL execution and 0% for Java
    execution.
    Rationale
    SQL statement with SQL_ID "974vg65j29pmv" was executed 212 times and had
    an average elapsed time of 2494 seconds.
    Rationale
    Waiting for event "enq: TX - row lock contention" in wait class
    "Application" accounted for 100% of the database time spent in
    processing the SQL statement with SQL_ID "974vg65j29pmv".

    **addm report **
              ADDM Report for Task 'TASK_7526'
    Analysis Period
    AWR snapshot range from 5003 to 5004.
    Time period starts at 08-JUL-13 11.00.27 AM
    Time period ends at 08-JUL-13 12.00.45 PM
    Analysis Target
    Database 'AVAYADB' with DB ID 2878789264.
    Database version 11.2.0.1.0.
    ADDM performed an analysis of instance avayadb, numbered 1 and hosted at
    NG-LA04AVAYA01.
    Activity During the Analysis Period
    Total database time was 563062 seconds.
    The average number of active sessions was 155.63.
    Summary of Findings
       Description         Active Sessions      Recommendations
                           Percent of Activity
    1  Row Lock Waits      155.44 | 99.88       1
    2  Top SQL Statements  26.67 | 17.14        1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Findings and Recommendations
    Finding 1: Row Lock Waits
    Impact is 155.4 active sessions, 99.88% of total activity.
    SQL statements were found waiting for row lock waits.
       Recommendation 1: Application Analysis
       Estimated benefit is 155.44 active sessions, 99.88% of total activity.
       Action
          Significant row contention was detected in the TABLE
          "AVAYA.AIRTEL_CUSTOMER_MASTER" with object ID 82155. Trace the cause of
          row contention in the application logic using the given blocked SQL.
          Related Object
             Database object with ID 82155.
       Rationale
          The SQL statement with SQL_ID "974vg65j29pmv" was blocked on row locks.
          Related Object
             SQL statement with SQL_ID 974vg65j29pmv.
             UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
             WHERE  ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
       Rationale
          The session with ID 167 and serial number 6084 in instance number 1 was
          the blocking session responsible for 100% of this recommendation's
          benefit.
       Symptoms That Led to the Finding:
          Wait class "Application" was consuming significant database time.
          Impact is 155.45 active sessions, 99.88% of total activity.
    Finding 2: Top SQL Statements
    Impact is 26.66 active sessions, 17.14% of total activity.
    SQL statements consuming significant database time were found. These
    statements offer a good opportunity for performance improvement.
       Recommendation 1: SQL Tuning
       Estimated benefit is 26.67 active sessions, 17.14% of total activity.
       Action
          Investigate the UPDATE statement with SQL_ID "974vg65j29pmv" for
          possible performance improvements. You can supplement the information
          given here with an ASH report for this SQL_ID.
          Related Object
             SQL statement with SQL_ID 974vg65j29pmv.
             UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
             WHERE  ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
       Rationale
          The SQL spent only 0% of its database time on CPU, I/O and Cluster
          waits. Therefore, the SQL Tuning Advisor is not applicable in this case.
          Look at performance data for the SQL to find potential improvements.
       Rationale
          Database time for this SQL was divided as follows: 100% for SQL
          execution, 0% for parsing, 0% for PL/SQL execution and 0% for Java
          execution.
       Rationale
          SQL statement with SQL_ID "974vg65j29pmv" was executed 707 times and had
          an average elapsed time of 794 seconds.
       Rationale
          Waiting for event "enq: TX - row lock contention" in wait class
          "Application" accounted for 100% of the database time spent in
          processing the SQL statement with SQL_ID "974vg65j29pmv".
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Additional Information
    Miscellaneous Information
    Wait class "Commit" was not consuming significant database time.
    Wait class "Concurrency" was not consuming significant database time.
    Wait class "Configuration" was not consuming significant database time.
    Wait class "Network" was not consuming significant database time.
    Wait class "User I/O" was not consuming significant database time.
    Session connect and disconnect calls were not consuming significant database
    time.
    Hard parsing of SQL statements was not consuming significant database time.

  • Imessages getting lost

    I have 2 iPhone 4 on my AT&T account. And, it is only with these iPhones do I seem to have this issue. iMessages are not always received between the 2 phones and there is no notification of failures, instead, I ask the other person, did you get my text and they did not. Both iPhones use the same apple ID, but I can't imagine that's the issue. Any ideas on why some iMessages are just getting lost?

    I think iMessage is like the Bump App.  It could be akin to an immediate "peer to peer" type arrangement coordinated by Mother Apple.
    Your device (iPod, iPad, iPhone) tells Mother Apple, via the internet (Wifi or 3G) that mobile No. or an eMail address is "online" and can receive messages.
    People who want to message you from their devices are doing the same thing in "advertising" their presence and availability to Mother Apple with their "addresses" which could be phone numbers or eMail addresses.
    When you want to send a message then it basically goes via Mother Apple who matches you up and makes the connection.  If the other party drops off the internet during the messaging session for any reason, then, whilst your message is considered by Mother Apple to be "delivered" it is not actually received.  I don't think Mother Apple have the facility to "hold" or store messages for later delivery, they are just the "exchange".  Mother Apple could, however, snoop on conversations and this might be in the fine print of the terms and conditions.
    If iMessage (ie an internet connection) is not available, then the SMS will most likely be sent as per the 3G network.
    Re-registering your device is probably not a bad idea !

  • I have a PowerBook G4 17" and need Apple discs to set it up again. Mine lost during move. Screen seems damaged, has vertical lines.  Can anyone help. I can call as I have unlimited calling on my iPhone 6  anywhere in North America.

    I have a PowerBook G4 17" and need Apple discs to set it up again. Mine lost during move. Screen seems damaged, has vertical lines.  Can anyone help. I can call as I have unlimited calling on my iPhone 6  anywhere in North America.

    king,
    If your Powerbook's serial number (do not post it here) starts with "W8" then the vertical lines are mostly likely due to a defect in the display itself. W8 is a factory code and, during the iMac G5 and PowerBook G4 timespan, that factory shipped thousands of units with the same defect. It cannot be fixed via software.
    As all PowerBooks are now classed as "obsolete," an Apple Store will not work on it. They will look at it ands tell you it has vertical lines and that they cannot fix it. This Apple article shows Apple devices they curently considered obsolete:
    Vintage and obsolete products - Apple Support
    It is possible that some Apple Authorized Service Providers (AASP) will still work on older computes but they cannot get neededparts from Apple. As this issue was so pervassive, it wil be hard for you or an AASP to find a used/pulled display that is not effected with the "W8 Curse."
    Although I love the old PowerBooks, I would not even spent the money for disks, much less the US$150-400 it would cost to replace the display, even should one be available.
    If you give us a rough idea of where you are in the world, we can suggest repair shops specializing in fixing older Mac notebooks, but be aware those resources may be rather scare outside North America.

Maybe you are looking for