Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker': Invocation of init method failed; nested exception is org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of URL [file:/C:/Users/Tomek/Desktop/praca_inz_repo-dev-master/praca_inz/praca_inz-server/target/classes/data.sql]: INSERT INTO public.address (id, building_number, city, deleted, flat_number, street, version) VALUES (1, '60', 'Kraków', false, null, 'Podole', 0); nested exception is org.h2.jdbc.JdbcSQLException: Tabela "ADDRESS" nie istnieje
  2. Table "ADDRESS" not found; SQL statement:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement