Skip to content

Instantly share code, notes, and snippets.

@chrzyki
Created March 25, 2019 10:24
Show Gist options
  • Save chrzyki/3589729ffa5eb01b7aaf27baebd67d38 to your computer and use it in GitHub Desktop.
Save chrzyki/3589729ffa5eb01b7aaf27baebd67d38 to your computer and use it in GitHub Desktop.
dplace16
Fatal exception: 2154
java.lang.ArrayIndexOutOfBoundsException: 2154
at beast.evolution.tree.Tree.storeNodes(Unknown Source)
at beast.evolution.tree.Tree.store(Unknown Source)
at beast.evolution.tree.PrunedTree.insureStore(Unknown Source)
at beast.evolution.tree.PrunedTree.rq(Unknown Source)
at beast.evolution.tree.PrunedTree.requiresRecalculation(Unknown Source)
at beast.core.CalculationNode.checkDirtiness(Unknown Source)
at beast.core.State.checkCalculationNodesDirtiness(Unknown Source)
at beast.core.MCMC.propagateState(Unknown Source)
at beast.core.MCMC.doLoop(Unknown Source)
at beast.core.MCMC.run(Unknown Source)
at beast.app.BeastMCMC.run(Unknown Source)
at beast.app.beastapp.BeastMain.<init>(Unknown Source)
at beast.app.beastapp.BeastMain.main(Unknown Source)
Fatal exception: 2154
java.lang.RuntimeException: An error was encounted. Terminating BEAST
at beast.app.util.ErrorLogHandler.publish(Unknown Source)
at java.util.logging.Logger.log(Logger.java:738)
at java.util.logging.Logger.doLog(Logger.java:765)
at java.util.logging.Logger.log(Logger.java:788)
at java.util.logging.Logger.severe(Logger.java:1463)
at beast.app.beastapp.BeastMain.<init>(Unknown Source)
at beast.app.beastapp.BeastMain.main(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment