/
How to resolve a network error due to invalid database port - 10.x
How to resolve a network error due to invalid database port - 10.x
Symptoms
One or more SQL macros return the following error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Network error IOException: Connection refused)
Cause
The data source configuration is unable to connect to the specified database because of an invalid port.
Resolution
Ensure that the database is listening to the requested port, and, verify the port configurations on server.xml and database.
, multiple selections available,
Related content
"Connection with this name already exists" error even though there are no connections in Salesforce
"Connection with this name already exists" error even though there are no connections in Salesforce
More like this
Configuring Data Sources DBCF
Configuring Data Sources DBCF
More like this
SQL Data Source configuration
SQL Data Source configuration
More like this
Thread stuck on SocketInputStream.socketRead0
Thread stuck on SocketInputStream.socketRead0
More like this
Configuring Data Sources
Configuring Data Sources
More like this
Configuring Data Sources
Configuring Data Sources
More like this