Catch
additional
Struct (ordered)
code
stringPostNotFound
Detail
string
ErrorCode
stringPostNotFound
Extended_Info
string
ExtendedInfo
string
Message
stringPost the-battle-of-mold-mildew was not found
StackTrace
stringlucee.runtime.exp.CustomTypeException: Post the-battle-of-mold-mildew was not found at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at postmanager_cfc$cf.udfCall1(/org/mangoblog/PostManager.cfc:196) at postmanager_cfc$cf.udfCall(/org/mangoblog/PostManager.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:703) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1972) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:756) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1698) at blog.tags.mango.post_cfm$cf.call(/blog/tags/mango/Post.cfm:30) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:827) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:328) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:249) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:180) at blog.skins.dsg.post_cfm$cf.call(/blog/skins/dsg/post.cfm:27) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:817) at blog.post_cfm$cf.call(/blog/post.cfm:20) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:223) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2405) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2395) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2363) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:62) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:199) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)
TagContext
Array
1
Struct
codePrintHTML
string194: &lt;cfelse&gt;<br> 195: &lt;!--- post not found ---&gt;<br> <b>196: &lt;cfthrow errorcode=&quot;PostNotFound&quot; message=&quot;Post #arguments.name# was not found&quot; type=&quot;PostNotFound&quot;&gt;</b><br> 197: &lt;/cfif&gt;<br> 198: &lt;/cffunction&gt; <br>
codePrintPlain
string194: <cfelse> 195: <!--- post not found ---> 196: <cfthrow errorcode="PostNotFound" message="Post #arguments.name# was not found" type="PostNotFound"> 197: </cfif> 198: </cffunction>
column
number0
id
string??
line
number196
Raw_Trace
stringpostmanager_cfc$cf.udfCall1(/org/mangoblog/PostManager.cfc:196)
template
string/var/www/vhosts/electron.securesites.ca/bootstrap.northomecomfortwindows.com/blog/components/PostManager.cfc
type
stringcfml
2
Struct
codePrintHTML
string28: &lt;cfset currentPost = request.blogManager.getPostsManager().getPostById(request.externalData.postName,isAuthor,true) /&gt;<br> 29: &lt;cfelse&gt;<br> <b>30: &lt;cfset currentPost = request.blogManager.getPostsManager().getPostByName(request.externalData.postName,isAuthor,true) /&gt;</b><br> 31: &lt;/cfif&gt;<br> 32: &lt;cfset currentItemCount = 1 /&gt;<br>
codePrintPlain
string28: <cfset currentPost = request.blogManager.getPostsManager().getPostById(request.externalData.postName,isAuthor,true) /> 29: <cfelse> 30: <cfset currentPost = request.blogManager.getPostsManager().getPostByName(request.externalData.postName,isAuthor,true) /> 31: </cfif> 32: <cfset currentItemCount = 1 />
column
number0
id
string??
line
number30
Raw_Trace
stringblog.tags.mango.post_cfm$cf.call(/blog/tags/mango/Post.cfm:30)
template
string/var/www/vhosts/electron.securesites.ca/bootstrap.northomecomfortwindows.com/blog/tags/mango/Post.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=&lt;mango:Blog charset /&gt;&quot; /&gt;<br> 26: <br> <b>27: &lt;mango:Post&gt;</b><br> 28: &lt;title&gt;&lt;mango:PostProperty title /&gt;- &lt;mango:Blog title /&gt;&lt;/title&gt;<br> 29: &lt;mango:PostProperty ifHasCustomField='meta-description'&gt;<br>
codePrintPlain
string25: <meta http-equiv="Content-Type" content="text/html; charset=<mango:Blog charset />" /> 26: 27: <mango:Post> 28: <title><mango:PostProperty title />- <mango:Blog title /></title> 29: <mango:PostProperty ifHasCustomField='meta-description'>
column
number0
id
string??
line
number27
Raw_Trace
stringblog.skins.dsg.post_cfm$cf.call(/blog/skins/dsg/post.cfm:27)
template
string/var/www/vhosts/electron.securesites.ca/bootstrap.northomecomfortwindows.com/blog/skins/dsg/post.cfm
type
stringcfml
4
Struct
codePrintHTML
string18: &lt;cfset pluginQueue = request.blogManager.getPluginQueue() /&gt;<br> 19: &lt;cfset pluginQueue.broadcastEvent(pluginQueue.createEvent(&quot;beforePostTemplate&quot;,request)) /&gt;<br> <b>20: &lt;cfcontent reset=&quot;true&quot; /&gt;&lt;cfinclude template=&quot;#blog.getSetting('skins').path##request.skin#/#request.postTemplate#&quot;&gt;</b><br>
codePrintPlain
string18: <cfset pluginQueue = request.blogManager.getPluginQueue() /> 19: <cfset pluginQueue.broadcastEvent(pluginQueue.createEvent("beforePostTemplate",request)) /> 20: <cfcontent reset="true" /><cfinclude template="#blog.getSetting('skins').path##request.skin#/#request.postTemplate#">
column
number0
id
string??
line
number20
Raw_Trace
stringblog.post_cfm$cf.call(/blog/post.cfm:20)
template
string/var/www/vhosts/electron.securesites.ca/bootstrap.northomecomfortwindows.com/blog/post.cfm
type
stringcfml
type
stringPostNotFound