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

deegree logs misleading warnings during startup #1635

Open
dstenger opened this issue Jan 22, 2024 · 0 comments
Open

deegree logs misleading warnings during startup #1635

dstenger opened this issue Jan 22, 2024 · 0 comments
Labels
core deegree core modules

Comments

@dstenger
Copy link
Contributor

Following warnings are logged during startup of deegree although these JDBC drivers are not located in modules directory:

WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] The JDBC driver org.postgresql.Driver has been found in the modules directory.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] This method of loading JDBC drivers is not supported in deegree any more.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] Please check the webservices handbook for more infomation.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] The jdbc driver has been found at jar:file:/usr/local/tomcat/webapps/deegree-webservices/WEB-INF/lib/postgresql-42.4.1.jar
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] The JDBC driver org.h2.Driver has been found in the modules directory.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] This method of loading JDBC drivers is not supported in deegree any more.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] Please check the webservices handbook for more infomation.
WARN o.d.d.ConnectionProviderManager [localhost-startStop-1] The jdbc driver has been found at jar:file:/usr/local/tomcat/webapps/deegree-webservices/WEB-INF/lib/h2-2.1.210.jar

This might be misleading for users.

@tfr42 tfr42 added the core deegree core modules label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core deegree core modules
Projects
None yet
Development

No branches or pull requests

2 participants