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

Java version check #468

Open
daynefiler opened this issue Sep 5, 2019 · 4 comments
Open

Java version check #468

daynefiler opened this issue Sep 5, 2019 · 4 comments

Comments

@daynefiler
Copy link

I was running into issues building the hg38/ucsc database under the following Java version:

openjdk version "1.8.0_192"
OpenJDK Runtime Environment (Zulu 8.33.0.1-linux64) (build 1.8.0_192-b01)
OpenJDK 64-Bit Server VM (Zulu 8.33.0.1-linux64) (build 25.192-b01, mixed mode)

Creating a separate conda environment where I did not have frozen package constraints everything worked. It would be really helpful for Jannovar to check the Java version and give at least a warning if not correct. I was receiving totally cryptic, unhelpful Java errors about garbage collection.

A note about the Java version would have gotten me to a working solution much sooner.

@visze
Copy link
Contributor

visze commented Sep 30, 2019

Thank you for the hint. I think we can integrate something like a java version check but I think we will do this only in the command line interface

@holtgrewe
Copy link
Member

@daynefiler Could you define "issues"?

@daynefiler
Copy link
Author

Sorry — by “issues” I mean I was getting long uninformative error messages.

@holtgrewe
Copy link
Member

@daynefiler Hm, it's been a long time but can you reproduce them?

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

No branches or pull requests

3 participants