-
Notifications
You must be signed in to change notification settings - Fork 83
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
Applauncher does not launch apps. #847
Comments
Hi Jiri, The class path looks good, and |
Yes, path look good and from what I can check (with archive manager), it does contain beast interface. I am am on Ubuntu 18.04 and installed default openJDK version, which is:
|
Thanks for the info -- it should work, so I hope you can help with the following: would you mind trying this directly from a terminal:
Can you try using the version of BEAST with JRE included (available from http://www.beast2.org/download-linux-with-jre/)? |
Running from terminal launch specific application without a hitch. The BEAST with JRE produce the same results as the BEAST without JRE. Additionally, is it supposed to be stand-alone version (i.e., not using Running applauncher from console, I get:
but all the environment variables still point to
Is this intended behaviour? |
Thanks for that! The intended behaviour is for beast.jar to be picked up from Perhaps some BEAST files became corrupted for some reason. Can you delete the folder |
Moved the whole
|
This issue appears to be solved on the issue834 branch -- tested on Jirka's machine with BEAST v2.5.3pre. |
Applauncher cannot find BEASTInterface class and thus cannot launch apps.
Error:
[java, -Xms8g, -Xms256m, -Djava.library.path=/home/jmoravec/Work/CancerEvolution/MethylationPhylogeny/beast/lib, -cp, "::/home/jmoravec/.beast/2.5/Babel/lib/itextpdf-5.5.9.jar:/home/jmoravec/.beast/2.5/Babel/lib/Babel.addon.jar:/home/jmoravec/.beast/2.5/MODEL_SELECTION/lib/MODEL_SELECTION.addon.jar:/home/jmoravec/.beast/2.5/FLC/lib/flc.v1.1.0.jar:/home/jmoravec/.beast/2.5/BEASTLabs/lib/BEASTlabs.addon.jar:/home/jmoravec/.beast/2.5/NS/lib/NS.addon.jar:/home/jmoravec/.beast/2.5/BEAST/lib/beast.src.jar:/home/jmoravec/.beast/2.5/BEAST/lib/beast.jar", beast.app.tools.PathSampleAnalyser] Error: Unable to initialize main class beast.app.tools.PathSampleAnalyser Caused by: java.lang.NoClassDefFoundError: beast/core/BEASTInterface
The text was updated successfully, but these errors were encountered: