SQL Error: 0, SQLState: 08006

后端 未结 3 1338
余生分开走
余生分开走 2021-02-20 08:19

I have a web application with hibernate connection. application is connecting to PostgreSQL db. Some times I am getting below exceptions in my logs.

Caused by: *         


        
3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-20 09:11

    According to postgresql documentation , you faced connection_failure problem.So check the following steps,

    1. Check your connection configuration into your hibernate configuration file
    2. Check your database connection is opened or not.
    3. Check your network connection
    4. The above are not ok please post your postgressql log file again

提交回复
热议问题