adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
130 stars 62 forks source link

Getting started step: create tables using liquibase: #38

Closed vit100 closed 5 years ago

vit100 commented 5 years ago

Place where bug appeared

Current behavior

Steps to reproduce

Follow manual, step by step. command failed: mvn liquibase:update

XS2A version(s):

Log files or other addi

log.txt tional info Feel free to provide more info about your problem

maypolikarpova commented 5 years ago

Hi! We looked into your problem and found the solution: before you try command mvn liquibase:update, open in terminal folder cms-db-schema and run command there.

Please, try it and write if everything is working now.

DmytroStorozhyk commented 5 years ago

We can close this issue now.

mmahendra14 commented 3 years ago

Hi! We looked into your problem and found the solution: before you try command mvn liquibase:update, open in terminal folder cms-db-schema and run command there.

Please, try it and write if everything is working now.

Hi,

I'm also getting same error when I tried executing the below command into Jenkins. So what is the solution for the issue ? mvn liquibase:update -Dliquibase.changeLogFile=file_path -Dliquibase.url=url -Dliquibase.username=user -Dliquibase.password=pass -Dliquibase.driver=oracle.jdbc.driver.OracleDriver

Thanks in advance.

kyaex commented 3 years ago

Hi @mmahendra14 , we will take a look at it, and do your best to find the solution

mmahendra14 commented 3 years ago

Hi,

This issue is resolved by giving the command like below.

mvn org.liquibase:liquibase-maven-plugin:update