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: localhost:1433. Reason: No buffer space available (maximum connections reached?): connect
 
The error occurred in C:/inetpub/wwwroot/romenna/cfc/cfcRomStories.cfc: line 110
Called from C:/inetpub/wwwroot/romenna/romprd/queries/qry_stories.cfm: line 35
Called from C:/inetpub/wwwroot/romenna/romprd/chapter.cfm: line 4
108 : 			select stid, title, text, series, clicks, words, created, updated, chapters, status, seid, series
109 : 			from  vwStoryListPublic
110 : 			where stid  = <cfqueryparam  cfsqltype="cf_sql_integer"  value="#arguments.stid#">
111 : 			order by title
112 : 		</cfquery>

SQLSTATE   08001
DATASOURCE   romenna
SQL    select stid, title, text, series, clicks, words, created, updated, chapters, status, seid, series from vwStoryListPublic where stid = (param 1) order by title
Resources:

Browser   claudebot
Remote Address   3.237.232.196
Referrer  
Date/Time   29-Mar-24 04:28 AM
Stack Trace
at cfcfcRomStories2ecfc736375872$funcGETSTORYPUBLIC.runFunction(C:/inetpub/wwwroot/romenna/cfc/cfcRomStories.cfc:110) at cfqry_stories2ecfm1856446146.runPage(C:/inetpub/wwwroot/romenna/romprd/queries/qry_stories.cfm:35) at cfchapter2ecfm718643684.runPage(C:/inetpub/wwwroot/romenna/romprd/chapter.cfm:4)

java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: localhost:1433. Reason: No buffer space available (maximum connections reached?): connect
	at macromedia.jdbc.sqlserverbase.ddcw.b(Unknown Source)
	at macromedia.jdbc.sqlserverbase.ddcw.a(Unknown Source)
	at macromedia.jdbc.sqlserverbase.ddcv.b(Unknown Source)
	at macromedia.jdbc.sqlserverbase.ddcv.a(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.ddc.<init>(Unknown Source)
	at macromedia.jdbc.sqlserver.SQLServerImplConnection.f(Unknown Source)
	at macromedia.jdbc.sqlserverbase.BaseConnection.b(Unknown Source)
	at macromedia.jdbc.sqlserverbase.BaseConnection.k(Unknown Source)
	at macromedia.jdbc.sqlserverbase.BaseConnection.b(Unknown Source)
	at macromedia.jdbc.sqlserverbase.BaseConnection.a(Unknown Source)
	at macromedia.jdbc.sqlserverbase.BaseDriver.connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.$fr$connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:634)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.base/java.lang.Thread.run(Thread.java:833)