Catch
Entries: 16
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
number1040
Extended_Info
string
ExtendedInfo
string
Message
stringToo many connections
SQLState
string08004
StackTrace
stringlucee.runtime.exp.NativeException: Too many connections at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:111) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:158) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:121) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at ajax_cfc$cf.udfCall1(/ajax.cfc:75) at ajax_cfc$cf.udfCall(/ajax.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at config_cfm$cf.call(/config.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at index_chebello2_cfm$cf.call(/index_chebello2.cfm:70) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at index_cfm$cf.call(/index.cfm:11) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.sql.SQLNonTransientConnectionException: Too many connections ... 67 more
TagContext
Array
1
Struct
codePrintHTML
string73: AND isHome = 1<br> 74: ORDER BY orderid ASC<br> <b>75: &lt;/cfquery&gt;</b><br> 76: &lt;cfreturn getpagemeta&gt;<br> 77: &lt;/cffunction&gt;<br>
codePrintPlain
string73: AND isHome = 1 74: ORDER BY orderid ASC 75: </cfquery> 76: <cfreturn getpagemeta> 77: </cffunction>
column
number0
id
string??
line
number75
Raw_Trace
stringajax_cfc$cf.udfCall1(/ajax.cfc:75)
template
stringD:\wwwroot\chebello.nl\httpdocs\ajax.cfc
type
stringcfml
2
Struct
codePrintHTML
string48: &lt;cftry&gt;<br> 49: &lt;cfsilent&gt;<br> <b>50: &lt;cfset session.defaultpage = functions.gethomePageId().id&gt;</b><br> 51: &lt;cfparam name=&quot;url.pageid&quot; default=&quot;#session.defaultpage#&quot;&gt;<br> 52: <br>
codePrintPlain
string48: <cftry> 49: <cfsilent> 50: <cfset session.defaultpage = functions.gethomePageId().id> 51: <cfparam name="url.pageid" default="#session.defaultpage#"> 52:
column
number0
id
string??
line
number50
Raw_Trace
stringconfig_cfm$cf.call(/config.cfm:50)
template
stringD:\wwwroot\chebello.nl\httpdocs\config.cfm
type
stringcfml
3
Struct
codePrintHTML
string68: &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;<br> 69: &lt;meta name=&quot;msvalidate.01&quot; content=&quot;DCA8BDEAB4F0BBF2CEA91759FC309AC1&quot; /&gt;<br> <b>70: &lt;cfinclude template=&quot;config.cfm&quot;&gt;</b><br> 71: &lt;cfinclude template=&quot;config_head.cfm&quot;&gt;<br> 72: &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;//www.chebello.nl/chebello/img/fav_icon_cb.png&quot; /&gt;<br>
codePrintPlain
string68: <meta name="viewport" content="width=device-width, initial-scale=1"> 69: <meta name="msvalidate.01" content="DCA8BDEAB4F0BBF2CEA91759FC309AC1" /> 70: <cfinclude template="config.cfm"> 71: <cfinclude template="config_head.cfm"> 72: <link rel="icon" type="image/png" href="//www.chebello.nl/chebello/img/fav_icon_cb.png" />
column
number0
id
string??
line
number70
Raw_Trace
stringindex_chebello2_cfm$cf.call(/index_chebello2.cfm:70)
template
stringD:\wwwroot\chebello.nl\httpdocs\index_chebello2.cfm
type
stringcfml
4
Struct
codePrintHTML
string9: <br> 10: &lt;/cfsilent&gt;<br> <b>11: &lt;cfinclude template=&quot;index_chebello2.cfm&quot;&gt;</b><br> 12: &lt;cfelseif CGI.SERVER_NAME CONTAINS &quot;relatiegeschenken-winkel.nl&quot;&gt;<br> 13: &lt;cfsilent&gt;<br>
codePrintPlain
string9: 10: </cfsilent> 11: <cfinclude template="index_chebello2.cfm"> 12: <cfelseif CGI.SERVER_NAME CONTAINS "relatiegeschenken-winkel.nl"> 13: <cfsilent>
column
number0
id
string??
line
number11
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:11)
template
stringD:\wwwroot\chebello.nl\httpdocs\index.cfm
type
stringcfml
type
stringjava.sql.SQLNonTransientConnectionException
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringToo many connections
NativeErrorCode
number1040
queryError
string
Sql
string
SQLState
string08004
StackTrace
stringlucee.runtime.exp.DatabaseException: Too many connections at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:111) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:158) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:121) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at ajax_cfc$cf.udfCall1(/ajax.cfc:75) at ajax_cfc$cf.udfCall(/ajax.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at config_cfm$cf.call(/config.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at index_chebello2_cfm$cf.call(/index_chebello2.cfm:70) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at index_cfm$cf.call(/index.cfm:11) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.sql.SQLNonTransientConnectionException: Too many connections ... 67 more
TagContext
Array
1
Struct
codePrintHTML
string73: AND isHome = 1<br> 74: ORDER BY orderid ASC<br> <b>75: &lt;/cfquery&gt;</b><br> 76: &lt;cfreturn getpagemeta&gt;<br> 77: &lt;/cffunction&gt;<br>
codePrintPlain
string73: AND isHome = 1 74: ORDER BY orderid ASC 75: </cfquery> 76: <cfreturn getpagemeta> 77: </cffunction>
column
number0
id
string??
line
number75
Raw_Trace
stringajax_cfc$cf.udfCall1(/ajax.cfc:75)
template
stringD:\wwwroot\chebello.nl\httpdocs\ajax.cfc
type
stringcfml
2
Struct
codePrintHTML
string48: &lt;cftry&gt;<br> 49: &lt;cfsilent&gt;<br> <b>50: &lt;cfset session.defaultpage = functions.gethomePageId().id&gt;</b><br> 51: &lt;cfparam name=&quot;url.pageid&quot; default=&quot;#session.defaultpage#&quot;&gt;<br> 52: <br>
codePrintPlain
string48: <cftry> 49: <cfsilent> 50: <cfset session.defaultpage = functions.gethomePageId().id> 51: <cfparam name="url.pageid" default="#session.defaultpage#"> 52:
column
number0
id
string??
line
number50
Raw_Trace
stringconfig_cfm$cf.call(/config.cfm:50)
template
stringD:\wwwroot\chebello.nl\httpdocs\config.cfm
type
stringcfml
3
Struct
codePrintHTML
string68: &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;<br> 69: &lt;meta name=&quot;msvalidate.01&quot; content=&quot;DCA8BDEAB4F0BBF2CEA91759FC309AC1&quot; /&gt;<br> <b>70: &lt;cfinclude template=&quot;config.cfm&quot;&gt;</b><br> 71: &lt;cfinclude template=&quot;config_head.cfm&quot;&gt;<br> 72: &lt;link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;//www.chebello.nl/chebello/img/fav_icon_cb.png&quot; /&gt;<br>
codePrintPlain
string68: <meta name="viewport" content="width=device-width, initial-scale=1"> 69: <meta name="msvalidate.01" content="DCA8BDEAB4F0BBF2CEA91759FC309AC1" /> 70: <cfinclude template="config.cfm"> 71: <cfinclude template="config_head.cfm"> 72: <link rel="icon" type="image/png" href="//www.chebello.nl/chebello/img/fav_icon_cb.png" />
column
number0
id
string??
line
number70
Raw_Trace
stringindex_chebello2_cfm$cf.call(/index_chebello2.cfm:70)
template
stringD:\wwwroot\chebello.nl\httpdocs\index_chebello2.cfm
type
stringcfml
4
Struct
codePrintHTML
string9: <br> 10: &lt;/cfsilent&gt;<br> <b>11: &lt;cfinclude template=&quot;index_chebello2.cfm&quot;&gt;</b><br> 12: &lt;cfelseif CGI.SERVER_NAME CONTAINS &quot;relatiegeschenken-winkel.nl&quot;&gt;<br> 13: &lt;cfsilent&gt;<br>
codePrintPlain
string9: 10: </cfsilent> 11: <cfinclude template="index_chebello2.cfm"> 12: <cfelseif CGI.SERVER_NAME CONTAINS "relatiegeschenken-winkel.nl"> 13: <cfsilent>
column
number0
id
string??
line
number11
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:11)
template
stringD:\wwwroot\chebello.nl\httpdocs\index.cfm
type
stringcfml
type
stringdatabase
where
string