코딩과 결혼합니다

Spring 회원 가입 구현과 에러 잔치^^ 본문

2세/Spring

Spring 회원 가입 구현과 에러 잔치^^

코딩러버 2023. 7. 5. 12:26
728x90

ERROR 25832 --- [           main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.

Access denied for user 'root'@'localhost' (using password: YES)

HikariPool-1 - 풀 초기화 중 예외 발생. 아하 암호를 다르게 해서 그랬나보다.

 

WARN 25832 --- [           main] o.h.e.j.e.i.JdbcEnvironmentInitiator     : HHH000342: Could not obtain connection to query metadata

쿼리 메타데이터에 대한 연결을 가져올 수 없습니다.

 

ERROR 25832 --- [           main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')

JPAEntityManagerFactory를 초기화하지 못했습니다: 요청한 서비스 [org.hibernate.engine.jdbc.env.spi]를 생성할 수 없습니다.JdbcEnvironment] 원인: JDBC 메타데이터가 없는 방언을 확인할 수 없습니다

 

WARN 25832 --- [           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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')

'entityManagerFactory'로 빈을 생성하는 동안 오류가 발생했습니다

 

ERROR 25832 --- [           main] o.s.boot.SpringApplication               : Application run failed

응용 프로그램 실행 실패

 

해결 : password를 정확히 입력해주니 오류가 사라짐.

난.. 정말 무서웠다고