Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

Error Executing Database Query.

[Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 84.37.15.44:1433. Reason: Connection refused: connect
 
The error occurred in D:\Inetpub\wwwroot\__agenda_experts_v2\Application.cfm: line 70
68 : 		<cfif not isdefined("session.id_expert")>
69 : 			<cfquery name="getID" datasource="#request.dsn#">
70 : 			SELECT id_expert,secteur,couverture FROM tbl_experts WHERE SUBSTRING(site,8,100) LIKE '%#CGI.SERVER_NAME#%'
71 : 			</cfquery>
72 : 			<cfif getID.recordcount GT 1 >

SQLSTATE   08001
SQL    SELECT id_expert,secteur,couverture FROM tbl_experts WHERE SUBSTRING(site,8,100) LIKE '%etudim.experts-agenda.com%'
DATASOURCE   agenda
Resources:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.107.179.230
Referrer  
Date/Time   06-Feb-12 10:32 PM
Stack Trace
at cfApplication2ecfm1348839127.runPage(D:\Inetpub\wwwroot\__agenda_experts_v2\Application.cfm:70)

java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 84.37.15.44:1433. Reason: Connection refused: connect
	at macromedia.jdbc.base.BaseExceptions.createException(Unknown Source)
	at macromedia.jdbc.base.BaseExceptions.getException(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
	at macromedia.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.connect(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.open(Unknown Source)
	at macromedia.jdbc.base.BaseDriver.connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:589)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Thread.java:619)