Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running dbDoc returns an error #3539

Open
ramarro123 opened this issue Dec 6, 2022 · 1 comment
Open

running dbDoc returns an error #3539

ramarro123 opened this issue Dec 6, 2022 · 1 comment
Labels

Comments

@ramarro123
Copy link

while running

liquibase --log-level=FINE --changelog-file=db.changelog.yml --defaultsFile=${PROPS} db-doc public/liquibase/${INSTANCE_NAME}/${SCHEMA_NAME}/changelogDocs

(variables are expanded correctly, just in case, you can see the full path on the log)

i got


[2022-12-06 14:29:51] WARNING [liquibase.resource] Failed to create parent directories for file public/liquibase/core/FABRICK_DBA/changelogDocs/index.html
[2022-12-06 14:29:51] WARNING [liquibase.resource] Failed to create parent directories for file public/liquibase/core/FABRICK_DBA/changelogDocs/globalnav.html
[2022-12-06 14:29:51] WARNING [liquibase.resource] Failed to create parent directories for file public/liquibase/core/FABRICK_DBA/changelogDocs/overview-summary.html

repeated for 400kb of log (different object) and only a substed of documenttation is generated.

using oracle 19 in this case. jdbc url, connection username, schema are all the same used for validate / udpate /rollback that work flawlessly. only documentation return error

@FBurguer
Copy link

Hello! Did you identify a pattern of the exluded objects on the docs? The warning msg is deffintly incorrect and will look into it, we also would be happy to recive any suggestions in form of a PR if you are willing to submit one. Thanks!

@kevin-atx kevin-atx changed the title generatig doc return error running dbDoc returns an error Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Open Issues
Development

No branches or pull requests

2 participants