Skip to content

Instantly share code, notes, and snippets.

@lenards
Created June 28, 2010 15:29
Show Gist options
  • Save lenards/455977 to your computer and use it in GitHub Desktop.
Save lenards/455977 to your computer and use it in GitHub Desktop.
08:27:29.673 [ERROR] [discoveryenvironment] Uncaught exception escaped
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 59
at java.util.Vector.set(Vector.java:712)
at org.iplantc.phyloviewer.client.tree.viewer.render.LayoutCladogram.setBoundingBox(LayoutCladogram.java:106)
at org.iplantc.phyloviewer.client.tree.viewer.render.LayoutCladogram._layoutNode(LayoutCladogram.java:68)
at org.iplantc.phyloviewer.client.tree.viewer.render.LayoutCladogram.layout(LayoutCladogram.java:58)
at org.iplantc.phyloviewer.client.tree.viewer.TreeWidget.loadFromJSON(TreeWidget.java:119)
at org.iplantc.de.client.views.panels.TreePanel.onRender(TreePanel.java:39)
at com.extjs.gxt.ui.client.widget.Component.render(Component.java:971)
at com.extjs.gxt.ui.client.widget.Layout.renderComponent(Layout.java:362)
at com.extjs.gxt.ui.client.widget.Layout.renderAll(Layout.java:353)
at com.extjs.gxt.ui.client.widget.Layout.onLayout(Layout.java:318)
at com.extjs.gxt.ui.client.widget.layout.FitLayout.onLayout(FitLayout.java:58)
at com.extjs.gxt.ui.client.widget.Layout.layout(Layout.java:114)
at com.extjs.gxt.ui.client.widget.Layout$3.handleEvent(Layout.java:170)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment