EventsScheduleFormsDirectionsRulesPhotosAboutContact
 
 

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.

Too many connections
 
The error occurred in C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/Calendar/calSetup.cfm: line 21
Called from C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/Calendar/displaycal.cfm: line 4
Called from C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/calendar.cfm: line 34
19 : <cfinclude template="mystyles.cfm">
20 : 
21 : <cfquery name="getscheme" datasource="#dsn#">
22 : 	select * from schemes
23 : 	where active = 'yes'

SQLSTATE   08004
DATASOURCE   crowmxds
VENDORERRORCODE   1040
SQL    select * from schemes where active = 'yes'
Resources:
  • Check the ColdFusion documentation to verify that you are using the correct syntax.
  • Search the Knowledge Base to find a solution to your problem.

Browser   Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address   216.73.216.254
Referrer  
Date/Time   04-May-26 06:09 PM
Stack Trace
at cfcalSetup2ecfm291545614.runPage(C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/Calendar/calSetup.cfm:21) at cfdisplaycal2ecfm1116504428.runPage(C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/Calendar/displaycal.cfm:4) at cfcalendar2ecfm186996397.runPage(C:/inetpub/vhosts/crowcanyonmx.com/httpdocs/calendar.cfm:34)

java.sql.SQLNonTransientConnectionException: Too many connections
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:824)
	at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:444)
	at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:237)
	at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:614)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Thread.java:748)