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 index_chebello2_cfm$cf.call(/index_chebello2.cfm:37) 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 ... 53 more
TagContext
Array
1
Struct
codePrintHTML
string35: FROM contentmenu<br> 36: WHERE id = #thispageid#)<br> <b>37: &lt;/cfquery&gt;</b><br> 38: &lt;cfloop query=&quot;menuitems&quot;&gt;<br> 39: &lt;cfif menuitems.main_id IS 0&gt;<br>
codePrintPlain
string35: FROM contentmenu 36: WHERE id = #thispageid#) 37: </cfquery> 38: <cfloop query="menuitems"> 39: <cfif menuitems.main_id IS 0>
column
number0
id
string??
line
number37
Raw_Trace
stringindex_chebello2_cfm$cf.call(/index_chebello2.cfm:37)
template
stringD:\wwwroot\chebello.nl\httpdocs\index_chebello2.cfm
type
stringcfml
2
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 index_chebello2_cfm$cf.call(/index_chebello2.cfm:37) 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 ... 53 more
TagContext
Array
1
Struct
codePrintHTML
string35: FROM contentmenu<br> 36: WHERE id = #thispageid#)<br> <b>37: &lt;/cfquery&gt;</b><br> 38: &lt;cfloop query=&quot;menuitems&quot;&gt;<br> 39: &lt;cfif menuitems.main_id IS 0&gt;<br>
codePrintPlain
string35: FROM contentmenu 36: WHERE id = #thispageid#) 37: </cfquery> 38: <cfloop query="menuitems"> 39: <cfif menuitems.main_id IS 0>
column
number0
id
string??
line
number37
Raw_Trace
stringindex_chebello2_cfm$cf.call(/index_chebello2.cfm:37)
template
stringD:\wwwroot\chebello.nl\httpdocs\index_chebello2.cfm
type
stringcfml
2
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