You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a BEAGLE installation made with the v3.1.2 MacOSX installer, newer OpenJDK java installations fail with a likely path issue:
Mar 21, 2021 12:53:26 PM beagle.BeagleFactory loadBeagleInstance
INFO: BEAGLE function, create, returned error code -6 (No resource matches requirements)
Fatal exception: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
java.lang.RuntimeException: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
Installing BEAGLE from source works.
The text was updated successfully, but these errors were encountered:
We are preparing v4_release (separate branch) that uses cmake to generate Mac / Windows / linux installers. It appears to work in my hands (without the error above). Could you try that and report if OpenJDK is still problematic?
I have the same problem:INFO: BEAGLE function, create, returned error code -6 (No resource matches requirements)
Fatal exception: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
java.lang.RuntimeException: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
at beagle.BeagleFactory.loadBeagleInstance(Unknown Source)
at dr.evomodel.treedatalikelihood.BeagleDataLikelihoodDelegate.(Unknown Source)
at dr.evomodelxml.treedatalikelihood.TreeDataLikelihoodParser.createTreeDataLikelihood(Unknown Source)
at dr.evomodelxml.treedatalikelihood.TreeDataLikelihoodParser.parseXMLObject(Unknown Source)
at dr.xml.AbstractXMLObjectParser.parseXMLObject(Unknown Source)
at dr.xml.XMLParser.convert(Unknown Source)
at dr.xml.XMLParser.convert(Unknown Source)
at dr.xml.XMLParser.parse(Unknown Source)
at dr.app.beast.BeastMain.(Unknown Source)
at dr.app.beast.BeastMain.main(Unknown Source)
When using a BEAGLE installation made with the v3.1.2 MacOSX installer, newer OpenJDK java installations fail with a likely path issue:
Installing BEAGLE from source works.
The text was updated successfully, but these errors were encountered: