{{theTime}}

Search This Blog

Total Pageviews

java.sql.SQLException: Network error IOException:

How to resolve this error?
Error: Could not check DB connection
java.sql.SQLException: Network error IOException: Connection refused: connect (see logs for details)
14:21:54 Warning: Failed to connect to database. Will retry in 15 seconds: java.sql.SQLException: Network error IOException: Connection refused: connect

1) Check the database services.
2) Goto control panel --> administrative tasks -->services --> check for the Database(sqlserver/oracle) server service.  Start the service if it is stopped.

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...