Adobe Setting Error
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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\p...]
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()
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. I am getting prompt like this. But in steps i could see the error because of this message
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I haven't get this error message into my log. But doesn't mean your scenario also same.
Thanks
Shankar R
LinkedIn | CG-VAK Software | Bitbucket | shankarr.75@gmail.com
“You must expect great things from you, before you can do them”- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got an error on my log.
NameMapping.Sys.Process("iexplore", 2) 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\p...] 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()
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\p...]
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()
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when I do the same process manually with Adobe Flash debugger, I am getting the same adobe exception. But if I use the adobe flash player, I am not getting the error. Can you anyone help me on this?
