Baeldung / spring-security-oauth

Getting Started withg Spring Security OAuth:
http://bit.ly/github-lsso
MIT License
1.99k stars 1.95k forks source link

Error while connecting via postgressql #510

Closed jitendersaini closed 7 months ago

jitendersaini commented 8 months ago

While creating with postgres instead of in memory databse its throwing error

2024-03-19T19:36:43.084+05:30 INFO 44504 --- [ main] o.k.b.p.AbstractIdentityProviderMapper : Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2024-03-19T19:36:43.345+05:30 WARN 44504 --- [ main] org.infinispan.PERSISTENCE : ISPN000554: jboss-marshalling is deprecated and planned for removal 2024-03-19T19:36:43.409+05:30 INFO 44504 --- [ main] org.infinispan.CONTAINER : ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2024-03-19T19:36:43.615+05:30 INFO 44504 --- [ main] faultInfinispanConnectionProviderFactory : Node name: node_97651, Site name: null 2024-03-19T19:36:43.637+05:30 ERROR 44504 --- [ main] org.keycloak.services : java.lang.RuntimeException: Failed to connect to database

image

image

apeterlic commented 7 months ago

Hey @jitendersaini,

This seems like an issue with your custom application setup and not the code maintained by us. In this case, I suggest going through StackOverflow; this is a great place to ask more general questions.

Regards, Team.