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

Fixed radar upload backend PostgreSQL configuration #298

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

keyvaann
Copy link
Collaborator

This PR resolves this error message:

[2024-11-14 16:00:54,320] INFO  - HikariPool-1 - Starting... (HikariDataSource.java:80)
[2024-11-14 16:00:54,401] INFO  - HikariPool-1 - Start completed. (HikariDataSource.java:82)
[2024-11-14 16:00:54,429] WARN  - HHH000342: Could not obtain connection to query metadata (JdbcEnvironmentInitiator.java:345)
org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate.dialect.PostgreSQL95Dialect] as strategy [org.hibernate.dialect.Dialect]
	at org.hibernate.boot.registry.selector.internal.StrategySelectorImpl.selectStrategyImplementor(StrategySelectorImpl.java:154) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.boot.registry.selector.internal.StrategySelectorImpl.resolveStrategy(StrategySelectorImpl.java:236) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.boot.registry.selector.internal.StrategySelectorImpl.resolveStrategy(StrategySelectorImpl.java:189) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.constructDialect(DialectFactoryImpl.java:123) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:88) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$1.execute(JdbcEnvironmentInitiator.java:328) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$1.execute(JdbcEnvironmentInitiator.java:277) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]
	at org.hibernate.jdbc.WorkExecutor.executeReturningWork(WorkExecutor.java:58) ~[hibernate-core-6.4.2.Final.jar:6.4.2.Final]

Copy link
Collaborator

@pvannierop pvannierop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@keyvaann keyvaann merged commit 3d933a7 into main Nov 15, 2024
5 checks passed
@keyvaann keyvaann deleted the fix-radar-upload-postgres branch November 15, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants