Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled

i’m trying to host my spring boot web application but getting this errors please help me out

  1. Error starting ApplicationContext. To display the condition evaluation report re-run your application with ‘debug’ enabled.

  2. 2024-04-29T13:08:45.057Z ERROR 1 — [ main] o.s.boot.SpringApplication : Application run failed

  3. org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘entityManagerFactory’ defined in class path resource


    [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [Communications link failure].

Hey,

Where is your database located? Are you able to connect to it outside of the code you deployed on Render?

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.