Skip to content

Commit 0c04a14

Browse files
committed
new error solution added to README.md
1 parent 3b86250 commit 0c04a14

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Page.
187187

188188
---
189189

190-
## Common Maven Errors
190+
## Common Errors
191191

192192
### 1. Can't download the package from the private repo:
193193

@@ -268,6 +268,24 @@ at org.eclipse.angus.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTran
268268
> parameters with your own mail information. You can refer to this link for more
269269
> details: https://www.jetbrains.com/help/idea/run-debug-configuration-spring-boot.html
270270
271+
### 5. Validation Failed Exception:
272+
273+
#### Error:
274+
```log
275+
[ERROR] Validation Failed:
276+
2 changesets check sum
277+
db/changelog/changes/1-ays-ddl.xml::1-ays-ddl::ays was: 9:bc046153f5677aace14604c2c58c3442 but is now: 9:34f914e2fbb9a593ea3c725551f758ad
278+
db/changelog/changes/2-ays-dml.xml::2-ays-dml::ays was: 9:125d52ec3abeced458eb69767a39c443 but is now: 9:6e22314bcbe8286ee0eea2f049e16e26
279+
```
280+
281+
#### Solution:
282+
> This problem is caused by the checksum values in the database not matching.
283+
> The Override configuration properties section opens.
284+
> Application parameters can be overridden specifically.
285+
> If the **_AYS_LIQUIBASE_ENABLE_DROP_FIRST_** parameter in application.yml is defined here and given as true, the database is cleaned and recreated in the local environment.
286+
> If this is not desired to be done every time the application is run, the parameter can only be disabled without deleting it.
287+
288+
🔗 https://www.jetbrains.com/help/idea/run-debug-configuration-spring-boot.html#spring-boot
271289
---
272290

273291
# Project Infrastucture

0 commit comments

Comments
 (0)