-
Notifications
You must be signed in to change notification settings - Fork 55
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
Application failed to start due to org.springframework.beans.factory.NoUniqueBeanDefinitionException #410
Comments
Could you provide a copy of your |
Sure thing.
I've reproduced this on another environment as well (Ubuntu, Java 11 Corretto). To fix the issue I've added the Primary annotation to both methods in Hg38GenomeProperties.java.
I rebuilt the project and it worked perfectly. It's an amazing tool! Thank you for your efforts! |
Hi @geneguard-radu thanks very much for your appreciation! I'm glad you managed to get your problem solved, however there is an issue with that particular solution in that the I think I have a fix which I'll push a fix to a new branch which you can build and test. |
Hi @julesjacobsen. Got it. I have to admit I didn't check the Hg19 classes at all. Sounds good, thank you! |
…eanDefinitionException when only hg38 data sources are defined
Hi @geneguard-radu I've published release 13.0.1 with a fix for this now. |
Hi @julesjacobsen, I unfortunately had the same error despite new release.
` |
@Manuelaio this is a different error message. Try using the |
@julesjacobsen Thank you! I'll check it out. |
…eanDefinitionException when only hg38 data sources are defined
Hi,
I'm running Exomiser 13.0.0, hg38, data version 2109, on an AWS linux machine with Java 17 Corretto.
Here is the log that I'm getting:
Could you please let me know if I'm doing something wrong or is this a bug?
Thank you!
Radu
The text was updated successfully, but these errors were encountered: