Not wanting to hijack Marie's problem, but I'm also having issues running PathSampler (running on ubuntu). When I click the "ok" button, having selected my xml file and left everything else at default, the dialog box closes. In the terminal window from which I launched beauti, I get the following:
Exception in thread "main" java.lang.NoSuchMethodError: beast.app.util.ConsoleApp.<init>(Ljava/lang/String;Ljava/lang/String;Ljavax/swing/Icon;)V
I also get the following message when PathSampler is being loaded from the app menu:
Loading package BEAST v2.4.1
Loading package BEASTLabs v1.5.3
Loading package MGSM v0.2.0
Loading package BEAST v2.4.1
Loading package MODEL_SELECTION v1.3.1
beast.util.XMLParserException:
Error 1006 parsing the xml input file
nullCannot instantiate class. Please check the spec attribute.
Error detected about here:
<beast>
<subtemplate id='HyperPrior'>
<connect>
at beast.util.XMLParser.createBeastObject(Unknown Source)
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseInputs(Unknown Source)
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseFragment(Unknown Source)
at beast.util.XMLParser.parseBareFragment(Unknown Source)
at beast.app.beauti.BeautiConfig.initAndValidate(Unknown Source)
at beast.app.tools.PathSampler.main(Unknown Source)
Any suggests would be great.