Skip to content

Instantly share code, notes, and snippets.

@chrzyki
Created May 24, 2019 06:40
Show Gist options
  • Save chrzyki/a18d0f74e9c121843be97026b4d9be14 to your computer and use it in GitHub Desktop.
Save chrzyki/a18d0f74e9c121843be97026b4d9be14 to your computer and use it in GitHub Desktop.
java.lang.RuntimeException: Constraint failed setting heights: 49.9 >15.0 Perhaps setting/reducing 'branchMean' helps
at beast.evolution.tree.SimpleRandomTree.doTheWork(Unknown Source)
at beast.evolution.tree.SimpleRandomTree.initAndValidate(Unknown Source)
at beast.evolution.tree.SimpleConstrainedRandomTree.initAndValidate(Unknown Source)
at beast.util.XMLParser.initBEASTObjects(Unknown Source)
at beast.util.XMLParser.parse(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at monos.GenerateLexicalConstraints.getTaxonset(Unknown Source)
at monos.GenerateLexicalConstraints.run(Unknown Source)
at beast.app.util.Application.<init>(Unknown Source)
at monos.GenerateLexicalConstraints.main(Unknown Source)
Exception in thread "main" beast.util.XMLParserException:
Error 110 parsing the xml input file
validate and intialize error: Constraint failed setting heights: 49.9 >15.0 Perhaps setting/reducing 'branchMean' helps
Error detected about here:
<beast>
<tree id='randomTree' spec='beast.evolution.tree.SimpleConstrainedRandomTree'>
at beast.util.XMLParser.initBEASTObjects(Unknown Source)
at beast.util.XMLParser.parse(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at monos.GenerateLexicalConstraints.getTaxonset(Unknown Source)
at monos.GenerateLexicalConstraints.run(Unknown Source)
at beast.app.util.Application.<init>(Unknown Source)
at monos.GenerateLexicalConstraints.main(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment