Catch
Entries: 12
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't create directory [/home/shigotobot/cache/prod/85/14/36]
StackTrace
stringlucee.runtime.exp.NativeException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] at lucee.commons.io.res.type.file.FileResource.createDirectory(FileResource.java:343) at lucee.runtime.tag.Directory.actionCreate(Directory.java:645) at lucee.runtime.tag.Directory.doStartTag(Directory.java:376) at common.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at index_cfm$cf.call(/index.cfm:45) 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 application_cfc$cf.udfCall(/Application.cfc:218) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.IOException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] ... 56 more
TagContext
Array
1
Struct
codePrintHTML
string40: &lt;cfelse&gt;<br> 41: &lt;cfif NOT(DirectoryExists(&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot;))&gt;<br> <b>42: &lt;cfdirectory action=&quot;create&quot; directory=&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot; /&gt;</b><br> 43: &lt;/cfif&gt;<br> 44: <br>
codePrintPlain
string40: <cfelse> 41: <cfif NOT(DirectoryExists("#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#"))> 42: <cfdirectory action="create" directory="#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#" /> 43: </cfif> 44:
column
number0
id
string??
line
number42
Raw_Trace
stringcommon.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42)
template
string/var/www/shigotobot/prod/common/components/cache.cfc
type
stringcfml
2
Struct
codePrintHTML
string43: &lt;/cfprocessingdirective&gt;<br> 44: &lt;!--- create cache ---&gt;<br> <b>45: &lt;cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)&gt;</b><br> 46: &lt;/cfif&gt;<br> 47: <br>
codePrintPlain
string43: </cfprocessingdirective> 44: <!--- create cache ---> 45: <cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)> 46: </cfif> 47:
column
number0
id
string??
line
number45
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:45)
template
string/var/www/shigotobot/prod/index.cfm
type
stringcfml
3
Struct
codePrintHTML
string216: <br> 217: &lt;!--- Include the requested page. ---&gt;<br> <b>218: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 219: <br> 220: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string216: 217: <!--- Include the requested page. ---> 218: <cfinclude template="#ARGUMENTS.TargetPage#" /> 219: 220: <!--- Return out. --->
column
number0
id
string??
line
number218
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:218)
template
string/var/www/shigotobot/prod/Application.cfc
type
stringcfml
type
stringjava.io.IOException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't create directory [/home/shigotobot/cache/prod/85/14/36]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't create directory [/home/shigotobot/cache/prod/85/14/36]
StackTrace
stringlucee.runtime.exp.NativeException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] at lucee.commons.io.res.type.file.FileResource.createDirectory(FileResource.java:343) at lucee.runtime.tag.Directory.actionCreate(Directory.java:645) at lucee.runtime.tag.Directory.doStartTag(Directory.java:376) at common.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at index_cfm$cf.call(/index.cfm:45) 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 application_cfc$cf.udfCall(/Application.cfc:218) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.IOException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] ... 56 more
TagContext
Array
1
Struct
codePrintHTML
string40: &lt;cfelse&gt;<br> 41: &lt;cfif NOT(DirectoryExists(&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot;))&gt;<br> <b>42: &lt;cfdirectory action=&quot;create&quot; directory=&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot; /&gt;</b><br> 43: &lt;/cfif&gt;<br> 44: <br>
codePrintPlain
string40: <cfelse> 41: <cfif NOT(DirectoryExists("#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#"))> 42: <cfdirectory action="create" directory="#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#" /> 43: </cfif> 44:
column
number0
id
string??
line
number42
Raw_Trace
stringcommon.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42)
template
string/var/www/shigotobot/prod/common/components/cache.cfc
type
stringcfml
2
Struct
codePrintHTML
string43: &lt;/cfprocessingdirective&gt;<br> 44: &lt;!--- create cache ---&gt;<br> <b>45: &lt;cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)&gt;</b><br> 46: &lt;/cfif&gt;<br> 47: <br>
codePrintPlain
string43: </cfprocessingdirective> 44: <!--- create cache ---> 45: <cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)> 46: </cfif> 47:
column
number0
id
string??
line
number45
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:45)
template
string/var/www/shigotobot/prod/index.cfm
type
stringcfml
3
Struct
codePrintHTML
string216: <br> 217: &lt;!--- Include the requested page. ---&gt;<br> <b>218: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 219: <br> 220: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string216: 217: <!--- Include the requested page. ---> 218: <cfinclude template="#ARGUMENTS.TargetPage#" /> 219: 220: <!--- Return out. --->
column
number0
id
string??
line
number218
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:218)
template
string/var/www/shigotobot/prod/Application.cfc
type
stringcfml
type
stringjava.io.IOException
StackTrace
stringlucee.runtime.exp.NativeException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] at lucee.commons.io.res.type.file.FileResource.createDirectory(FileResource.java:343) at lucee.runtime.tag.Directory.actionCreate(Directory.java:645) at lucee.runtime.tag.Directory.doStartTag(Directory.java:376) at common.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at index_cfm$cf.call(/index.cfm:45) 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 application_cfc$cf.udfCall(/Application.cfc:218) 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:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.IOException: Can't create directory [/home/shigotobot/cache/prod/85/14/36] ... 56 more
TagContext
Array
1
Struct
codePrintHTML
string40: &lt;cfelse&gt;<br> 41: &lt;cfif NOT(DirectoryExists(&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot;))&gt;<br> <b>42: &lt;cfdirectory action=&quot;create&quot; directory=&quot;#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#&quot; /&gt;</b><br> 43: &lt;/cfif&gt;<br> 44: <br>
codePrintPlain
string40: <cfelse> 41: <cfif NOT(DirectoryExists("#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#"))> 42: <cfdirectory action="create" directory="#Application.path.absolute.folder.cache#/#Application.domain.production#/#first_dir#/#second_dir#/#third_dir#" /> 43: </cfif> 44:
column
number0
id
string??
line
number42
Raw_Trace
stringcommon.components.cache_cfc$cf.udfCall(/common/components/cache.cfc:42)
template
string/var/www/shigotobot/prod/common/components/cache.cfc
type
stringcfml
2
Struct
codePrintHTML
string43: &lt;/cfprocessingdirective&gt;<br> 44: &lt;!--- create cache ---&gt;<br> <b>45: &lt;cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)&gt;</b><br> 46: &lt;/cfif&gt;<br> 47: <br>
codePrintPlain
string43: </cfprocessingdirective> 44: <!--- create cache ---> 45: <cfset objCache.getCache('create',URLInfoStruct['url'],request.contentToCache)> 46: </cfif> 47:
column
number0
id
string??
line
number45
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:45)
template
string/var/www/shigotobot/prod/index.cfm
type
stringcfml
3
Struct
codePrintHTML
string216: <br> 217: &lt;!--- Include the requested page. ---&gt;<br> <b>218: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 219: <br> 220: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string216: 217: <!--- Include the requested page. ---> 218: <cfinclude template="#ARGUMENTS.TargetPage#" /> 219: 220: <!--- Return out. --->
column
number0
id
string??
line
number218
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:218)
template
string/var/www/shigotobot/prod/Application.cfc
type
stringcfml
type
stringjava.io.IOException