Forum Discussion

tcsalex's avatar
tcsalex
Occasional Contributor
8 years ago

Adobe Setting Error

Hi,

 

I am getting below error message when I try to automate the Flex application. I have loaded the flex injector in adobe global setting, and if I didn't load that I am not getting below error message.  Is there any way to avoid the below error message?

 

 

RangeError: Error #2006: The supplied index is out of bounds.
at flash.display::DisplayObjectContainer/addChildAt()
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2175]
at mx.managers::SystemManager/addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:1698]
at mx.effects::EffectManager$/removedEffectHandler()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\effects\EffectManager.as:738]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8733]
at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8673]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

5 Replies

  • shankar_r's avatar
    shankar_r
    Community Hero

    Are you getting this message as pop up like below,

     

     

    If yes then i used to Ignore this message as it is debugging application. (It is same like Java Console). Based on my experience it won't affect your AUT automation.

    • tcsalex's avatar
      tcsalex
      Occasional Contributor

      Yes. I am getting prompt like this. But in steps i could see the error because of this message

      • shankar_r's avatar
        shankar_r
        Community Hero

        I haven't get this error message into my log. But doesn't mean your scenario also same.