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

NameError: Error fill report: Erro fill internal: java.lang.ClassNotFoundException: org.h2.Driver #140

Open
VolkerHeun opened this issue Jan 27, 2023 · 1 comment
Labels

Comments

@VolkerHeun
Copy link

Can you verify, that h2 Database is supported for report creation?

I use the following configuration:

`
path = os.path.dirname(os.path.abspath(file))

connection={'driver':'generic',
'jdbc_driver':'org.h2.Driver',
'jdbc_url':'jdbc:h2:'+path+'/datawarehouse',
'jdbc_dir':path+'/lib/'}
`

and get the error message above.

grafik

That's the structure of the files and libraries.

I hope you can help me.

@jadsonbr
Copy link
Collaborator

The H2 Database is indeed supported. What error is being generated? Could you share the code? Would it be possible to print the path being passed as a parameter to jdbc_dir and let us know?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants