Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac binary installer version fails with OpenJDKs #159

Open
rambaut opened this issue Mar 21, 2021 · 2 comments
Open

Mac binary installer version fails with OpenJDKs #159

rambaut opened this issue Mar 21, 2021 · 2 comments

Comments

@rambaut
Copy link
Contributor

rambaut commented Mar 21, 2021

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.

@msuchard
Copy link
Member

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?

@anmh84
Copy link

anmh84 commented Jun 9, 2021

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)

How to solve it ?Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants