Answered
JDBC "Address already in use"
CF7 on Windows 2003, using a separate Win2K3 box for SQL 2000
db...
Of late, we are seeing web application errors and intermittent log entries like these:
"Error","jrpp-11","03/20/08","23:34:56","mycfdnsname","Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: dbserver1:1433. Reason: Address already in use: connect The specific sequence of files included or processed is: D:\hosting\mysite.com\httpdocs\myfile.cfm, line: 45 "
Coupled with that, SQL 2000's SQL Profiler tool indicates that many connections (ExistingConnection) are being created for that CF DSN (and others on the server), even though that DSN is marked for connection pooling (Maintain Connections). Restarting CF solves the problem temporarily, but after a while, it begins to happen again.
We are up-to-date on all patches and JDBC drivers. I'm not sure what this error means, let alone how to troubleshoot it properly. Suggestions?
Of late, we are seeing web application errors and intermittent log entries like these:
"Error","jrpp-11","03/20/08","23:34:56","mycfdnsname","Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: dbserver1:1433. Reason: Address already in use: connect The specific sequence of files included or processed is: D:\hosting\mysite.com\httpdocs\myfile.cfm, line: 45 "
Coupled with that, SQL 2000's SQL Profiler tool indicates that many connections (ExistingConnection) are being created for that CF DSN (and others on the server), even though that DSN is marked for connection pooling (Maintain Connections). Restarting CF solves the problem temporarily, but after a while, it begins to happen again.
We are up-to-date on all patches and JDBC drivers. I'm not sure what this error means, let alone how to troubleshoot it properly. Suggestions?
