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

o.s.boot.SpringApplication : Application run failed #2

Open
jlopezhtgrp opened this issue Mar 17, 2021 · 1 comment
Open

o.s.boot.SpringApplication : Application run failed #2

jlopezhtgrp opened this issue Mar 17, 2021 · 1 comment

Comments

@jlopezhtgrp
Copy link

Hi , I got the following issue, it connects to the DB and everything but at this step it doesn't work.

2021-03-16 20:44:42.879  WARN 2288 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
2021-03-16 20:44:42.880  INFO 2288 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2021-03-16 20:44:42.899  INFO 2288 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2021-03-16 20:44:42.906  INFO 2288 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2021-03-16 20:44:42.986  INFO 2288 --- [           main] ConditionEvaluationReportLoggingListener :

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-03-16 20:44:43.014 ERROR 2288 --- [           main] o.s.boot.SpringApplication               : Application run failed
@Arghh
Copy link
Owner

Arghh commented May 1, 2021

Hello @jlopezhtgrp
and many thanks for trying out binance trade tracker.

Hard to say what is not working without any logfile. Have you tried running it in debug? How are you even starting the app? From an IDE? Are you using Java11? Have you filled out the app.properties correctly?

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

2 participants