Not able to execute DML

not able to able to execute dml statement got error
FINE [liquibase.resource] Closing duplicate stream for file.

But we are executing the script first time , the sequence added is new one does not exist in databasechangelog table .

Also can you suggest how to see deployment errors .

Thx
Ramesh

Are you executing Liquibase via the CLI? If so, the Liquibase output is provided to your screen.

I am not executing from CLI

I am executing as liquibase --defaultsFile=liquibase.properties --logLevel=debug update

@kalyandrug ,
Could you please paste the complete output/stack strace you would have got after running this command?
Also which DB are you using and your liquibase.properties file for faster troubleshooting.

Thanks,
Rakhi Agrawal