-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_error.log
More file actions
147 lines (141 loc) · 32.9 KB
/
run_error.log
File metadata and controls
147 lines (141 loc) · 32.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< com.SkillsForge:Expense-Tracker-Backend-Java >------------
[INFO] Building Expense-Tracker-Backend-Java 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> spring-boot:3.5.9:run (default-cli) > test-compile @ Expense-Tracker-Backend-Java >>>
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ Expense-Tracker-Backend-Java ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ Expense-Tracker-Backend-Java ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ Expense-Tracker-Backend-Java ---
[INFO] skip non existing resourceDirectory C:\Users\user\Documents\GitHub\Expense-Tracker-Backend-Java\src\test\resources
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ Expense-Tracker-Backend-Java ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] <<< spring-boot:3.5.9:run (default-cli) < test-compile @ Expense-Tracker-Backend-Java <<<
[INFO]
[INFO]
[INFO] --- spring-boot:3.5.9:run (default-cli) @ Expense-Tracker-Backend-Java ---
[INFO] Attaching agents: []
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.9)
2026-01-26T13:53:13.666+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] S.E.ExpenseTrackerBackendJavaApplication : Starting ExpenseTrackerBackendJavaApplication using Java 21.0.8 with PID 1136 (C:\Users\user\Documents\GitHub\Expense-Tracker-Backend-Java\target\classes started by user in C:\Users\user\Documents\GitHub\Expense-Tracker-Backend-Java)
2026-01-26T13:53:13.672+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] S.E.ExpenseTrackerBackendJavaApplication : No active profile set, falling back to 1 default profile: "default"
2026-01-26T13:53:15.820+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-01-26T13:53:15.905+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60 ms. Found 0 JPA repository interfaces.
2026-01-26T13:53:16.976+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2026-01-26T13:53:17.006+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-01-26T13:53:17.006+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.50]
2026-01-26T13:53:17.239+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2026-01-26T13:53:17.245+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3312 ms
2026-01-26T13:53:17.663+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-01-26T13:53:18.062+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4751e8b9
2026-01-26T13:53:18.064+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-01-26T13:53:18.403+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.database : Set default schema name to public
2026-01-26T13:53:18.785+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.command : Logging exception.
2026-01-26T13:53:18.785+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.ui : ERROR: Exception Details
2026-01-26T13:53:18.785+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.ui : ERROR: Exception Primary Class: UnexpectedLiquibaseException
2026-01-26T13:53:18.786+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.ui : ERROR: Exception Primary Reason: No 'file' attribute on 'include'
2026-01-26T13:53:18.786+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.ui : ERROR: Exception Primary Source: PostgreSQL 18.0
2026-01-26T13:53:18.786+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] liquibase.command : Command execution complete
2026-01-26T13:53:23.705+01:00 WARN 1136 --- [Expense-Tracker-Backend-Java] [ 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]: Failed to initialize dependency 'liquibase' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
2026-01-26T13:53:23.706+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-01-26T13:53:23.739+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2026-01-26T13:53:23.742+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2026-01-26T13:53:23.768+01:00 INFO 1136 --- [Expense-Tracker-Backend-Java] [ main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2026-01-26T13:53:23.853+01:00 ERROR 1136 --- [Expense-Tracker-Backend-Java] [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Failed to initialize dependency 'liquibase' of LoadTimeWeaverAware bean 'entityManagerFactory': Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:973) ~[spring-context-6.2.15.jar:6.2.15]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627) ~[spring-context-6.2.15.jar:6.2.15]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.5.9.jar:3.5.9]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) ~[spring-boot-3.5.9.jar:3.5.9]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439) ~[spring-boot-3.5.9.jar:3.5.9]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318) ~[spring-boot-3.5.9.jar:3.5.9]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1361) ~[spring-boot-3.5.9.jar:3.5.9]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1350) ~[spring-boot-3.5.9.jar:3.5.9]
at com.SkillsForge.Expense_Tracker_Backend_Java.ExpenseTrackerBackendJavaApplication.main(ExpenseTrackerBackendJavaApplication.java:10) ~[classes/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-6.2.15.jar:6.2.15]
... 10 common frames omitted
Caused by: liquibase.exception.LiquibaseException: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:289) ~[liquibase-core-5.0.1.jar:na]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873) ~[spring-beans-6.2.15.jar:6.2.15]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.2.15.jar:6.2.15]
... 17 common frames omitted
Caused by: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
at liquibase.command.CommandScope.lambda$execute$6(CommandScope.java:310) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:223) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:199) ~[liquibase-core-5.0.1.jar:na]
at liquibase.command.CommandScope.execute(CommandScope.java:251) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Liquibase.lambda$update$0(Liquibase.java:216) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.lambda$child$0(Scope.java:214) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:223) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:213) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:192) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Liquibase.runInScope(Liquibase.java:1366) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Liquibase.update(Liquibase.java:205) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Liquibase.update(Liquibase.java:188) ~[liquibase-core-5.0.1.jar:na]
at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:327) ~[liquibase-core-5.0.1.jar:na]
at liquibase.integration.spring.SpringLiquibase.lambda$afterPropertiesSet$0(SpringLiquibase.java:279) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.lambda$child$0(Scope.java:214) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:223) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:213) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:192) ~[liquibase-core-5.0.1.jar:na]
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:272) ~[liquibase-core-5.0.1.jar:na]
... 19 common frames omitted
Caused by: liquibase.exception.ChangeLogParseException: Error parsing classpath:db/changelog/db.changelog-master.yaml : No 'file' attribute on 'include'
at liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:97) ~[liquibase-core-5.0.1.jar:na]
at liquibase.command.core.helpers.DatabaseChangelogCommandStep.lambda$getDatabaseChangeLog$0(DatabaseChangelogCommandStep.java:143) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.lambda$child$0(Scope.java:214) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:223) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:213) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:192) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:280) ~[liquibase-core-5.0.1.jar:na]
at liquibase.Scope.child(Scope.java:284) ~[liquibase-core-5.0.1.jar:na]
at liquibase.command.core.helpers.DatabaseChangelogCommandStep.getDatabaseChangeLog(DatabaseChangelogCommandStep.java:138) ~[liquibase-core-5.0.1.jar:na]
at liquibase.command.core.helpers.DatabaseChangelogCommandStep.run(DatabaseChangelogCommandStep.java:84) ~[liquibase-core-5.0.1.jar:na]
at liquibase.command.CommandScope.lambda$execute$6(CommandScope.java:263) ~[liquibase-core-5.0.1.jar:na]
... 37 common frames omitted
Caused by: liquibase.exception.UnexpectedLiquibaseException: No 'file' attribute on 'include'
at liquibase.changelog.DatabaseChangeLog.handleInclude(DatabaseChangeLog.java:644) ~[liquibase-core-5.0.1.jar:na]
at liquibase.changelog.DatabaseChangeLog.handleChildNodeHelper(DatabaseChangeLog.java:485) ~[liquibase-core-5.0.1.jar:na]
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:470) ~[liquibase-core-5.0.1.jar:na]
at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:437) ~[liquibase-core-5.0.1.jar:na]
at liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:91) ~[liquibase-core-5.0.1.jar:na]
... 47 common frames omitted
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.517 s
[INFO] Finished at: 2026-01-26T13:53:23+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.5.9:run (default-cli) on project Expense-Tracker-Backend-Java: Process terminated with exit code: 1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException