Skip to content

Instantly share code, notes, and snippets.

@ondravondra
Created June 28, 2013 12:21
Show Gist options
  • Save ondravondra/5884292 to your computer and use it in GitHub Desktop.
Save ondravondra/5884292 to your computer and use it in GitHub Desktop.
fail
[Fault] exception, information=VerifyError: Error #1014: Class mx.controls::ProgressBar could not be found.
at Function/<anonymous>()
at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addDefaultStyleToProtoChain()[E:\dev\4.y\frameworks\projects\framework\src\mx\styles\CSSStyleDeclaration.as:964]
at mx.styles::CSSStyleDeclaration/http://www.adobe.com/2006/flex/mx/internal::addStyleToProtoChain()[E:\dev\4.y\frameworks\projects\framework\src\mx\styles\CSSStyleDeclaration.as:891]
at mx.styles::StyleProtoChain$/initProtoChain()[E:\dev\4.y\frameworks\projects\framework\src\mx\styles\StyleProtoChain.as:250]
at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::initProtoChain()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:10926]
at mx.core::UIComponent/regenerateStyleCache()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:10989]
at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::addingChild()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7465]
at mx.core::UIComponent/addChildAt()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7195]
at spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037]
at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1628]
at spark.components::Group/addElementAt()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1387]
at mx.states::AddItems/addItemsToContentHolder()[E:\dev\4.y\frameworks\projects\framework\src\mx\states\AddItems.as:782]
at mx.states::AddItems/apply()[E:\dev\4.y\frameworks\projects\framework\src\mx\states\AddItems.as:563]
at mx.core::UIComponent/applyState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:10741]
at mx.core::UIComponent/commitCurrentState()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:10487]
at mx.core::UIComponent/commitProperties()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:8304]
at spark.components.supportClasses::GroupBase/commitProperties()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\GroupBase.as:1128]
at spark.components::Group/commitProperties()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:886]
at mx.core::UIComponent/validateProperties()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:8219]
at spark.components::Group/validateProperties()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:864]
at mx.managers::LayoutManager/validateProperties()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:597]
at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:813]
at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.y\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:604)
at java.util.ArrayList.get(ArrayList.java:382)
at flash.tools.debugger.concrete.DManager.getFrame(DManager.java:671)
at flash.tools.debugger.concrete.PlayerSession.pullUpActivationObjectVariables(PlayerSession.java:1113)
at flash.tools.debugger.concrete.PlayerSession.requestFrame(PlayerSession.java:1091)
at flash.tools.debugger.concrete.PlayerSession.getValue(PlayerSession.java:1206)
at flex.tools.debugger.cli.ExpressionContext.memberNamed(ExpressionContext.java:430)
at flex.tools.debugger.cli.ExpressionContext.locateParentForNamed(ExpressionContext.java:532)
at flex.tools.debugger.cli.ExpressionContext.determineContext(ExpressionContext.java:482)
at flex.tools.debugger.cli.ExpressionContext.resolveToVariable(ExpressionContext.java:342)
at flex.tools.debugger.cli.ExpressionContext.lookup(ExpressionContext.java:161)
at flash.tools.debugger.expression.DebuggerEvaluator.evaluate(DebuggerEvaluator.java:160)
at macromedia.asc.parser.ThisExpressionNode.evaluate(ThisExpressionNode.java:34)
at flash.tools.debugger.expression.DebuggerEvaluator.evaluate(DebuggerEvaluator.java:1029)
at macromedia.asc.parser.ListNode.evaluate(ListNode.java:44)
at flash.tools.debugger.expression.DebuggerEvaluator.evaluate(DebuggerEvaluator.java:1029)
at macromedia.asc.parser.ListNode.evaluate(ListNode.java:44)
at flash.tools.debugger.expression.DebuggerEvaluator.evaluate(DebuggerEvaluator.java:1063)
at macromedia.asc.parser.ExpressionStatementNode.evaluate(ExpressionStatementNode.java:50)
at flash.tools.debugger.expression.DebuggerEvaluator.evaluate(DebuggerEvaluator.java:1304)
at macromedia.asc.parser.ProgramNode.evaluate(ProgramNode.java:80)
at flash.tools.debugger.expression.DebuggerExpression.evaluate(DebuggerExpression.java:105)
at flex.tools.debugger.cli.ExpressionCache.evaluate(ExpressionCache.java:104)
at flex.tools.debugger.cli.DebugCLI.evalExpression(DebugCLI.java:3682)
at flex.tools.debugger.cli.DebugCLI.evalExpression(DebugCLI.java:3674)
at flex.tools.debugger.cli.DebugCLI.doPrint(DebugCLI.java:3600)
at flex.tools.debugger.cli.DebugCLI.processLine(DebugCLI.java:6585)
at flex.tools.debugger.cli.DebugCLI.process(DebugCLI.java:738)
at flex.tools.debugger.cli.DebugCLI.execute(DebugCLI.java:580)
at flex.tools.debugger.cli.DebugCLI.main(DebugCLI.java:377)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment