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

The GUI does not start with a message that the property db.config.dir must have been set. #8

Closed
gpaulissen opened this issue Sep 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@gpaulissen
Copy link
Collaborator

gpaulissen commented Sep 6, 2023

This is the message:

AssertionError: The property db.config.dir must have been set in order to choose a database (on of its subdirectories)

It appears that the Maven output that is scanned differs between antrun plugin versions:

new:

DEBUG:line: [INFO] --- maven-antrun-plugin:3.1.0:run (conf-debug-before) @ db ---
DEBUG:line: [INFO] Executing tasks
DEBUG:line: [INFO] [echoproperties] #Ant properties
DEBUG:line: [INFO] [echoproperties] #Wed Sep 06 17:30:44 CEST 2023
DEBUG:line: [INFO] [echoproperties] java.specification.version=11
DEBUG:line: [INFO] [echoproperties] java.runtime.version=11.0.18+10

old:

DEBUG:line: [INFO] --- maven-antrun-plugin:3.0.0:run (conf-debug-before) @ db ---
DEBUG:line: [INFO] Executing tasks
DEBUG:line: [INFO] [echoproperties] #Ant properties
DEBUG:line: [echoproperties] #Wed Sep 06 17:30:16 CEST 2023
DEBUG:line: [echoproperties] java.specification.version=11

The newer output is mor consistent but the Python code does not scan that properly.

@gpaulissen gpaulissen added the bug Something isn't working label Sep 6, 2023
@paulissoft
Copy link
Owner

Solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants