Catch
Entries: 12
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringHTTP request [https://www.youtube.com/feeds returned [404]
StackTrace
stringlucee.runtime.exp.NativeException: HTTP request [https://www.youtube.com/feeds returned [404] at lucee.commons.io.res.type.http.HTTPResource.getInputStream(HTTPResource.java:133) at lucee.commons.io.IOUtil.getReader(IOUtil.java:718) at lucee.commons.io.IOUtil.getReader(IOUtil.java:708) at lucee.runtime.tag.Feed.doActionRead(Feed.java:674) at lucee.runtime.tag.Feed.doStartTag(Feed.java:280) at bible_study270.index_cfm$cf.call(/bible-study/index.cfm:68) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1118) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at application_cfc$cf.udfCall(/Application.cfc:192) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: HTTP request [https://www.youtube.com/feeds returned [404] ... 47 more
TagContext
Array
1
Struct
codePrintHTML
string66: &nbsp;&nbsp;&nbsp;&lt;cffeed<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source=&quot;https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#&quot;<br> <b>68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;query=&quot;rssFeed&quot;&gt;</b><br> 69: &nbsp;&nbsp;&nbsp;<br> 70: &nbsp;&nbsp;&nbsp;&lt;cfparam&nbsp;name=&quot;URL.watch&quot;&nbsp;default=&quot;#ListLast(rssFeed.linkhref,&nbsp;&quot;=&quot;)#&quot;&gt;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string66: <cffeed 67: source="https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#" 68: query="rssFeed"> 69: 70: <cfparam name="URL.watch" default="#ListLast(rssFeed.linkhref, "=")#">
column
number0
id
string??
line
number68
Raw_Trace
stringbible_study270.index_cfm$cf.call(/bible-study/index.cfm:68)
template
string/home/ascensioneast/public_html/bible-study/index.cfm
type
stringcfml
2
Struct
codePrintHTML
string190: <br> 191: &nbsp;&nbsp;&nbsp;function&nbsp;onRequest(&nbsp;string&nbsp;targetPage&nbsp;)&nbsp;{<br> <b>192: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 193: &nbsp;&nbsp;&nbsp;}<br> 194: <br>
codePrintPlain
string190: 191: function onRequest( string targetPage ) { 192: include arguments.targetPage; 193: } 194:
column
number0
id
string??
line
number192
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:192)
template
string/home/ascensioneast/public_html/Application.cfc
type
stringcfml
type
stringjava.io.IOException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringHTTP request [https://www.youtube.com/feeds returned [404]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringHTTP request [https://www.youtube.com/feeds returned [404]
StackTrace
stringlucee.runtime.exp.NativeException: HTTP request [https://www.youtube.com/feeds returned [404] at lucee.commons.io.res.type.http.HTTPResource.getInputStream(HTTPResource.java:133) at lucee.commons.io.IOUtil.getReader(IOUtil.java:718) at lucee.commons.io.IOUtil.getReader(IOUtil.java:708) at lucee.runtime.tag.Feed.doActionRead(Feed.java:674) at lucee.runtime.tag.Feed.doStartTag(Feed.java:280) at bible_study270.index_cfm$cf.call(/bible-study/index.cfm:68) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1118) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at application_cfc$cf.udfCall(/Application.cfc:192) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: HTTP request [https://www.youtube.com/feeds returned [404] ... 47 more
TagContext
Array
1
Struct
codePrintHTML
string66: &nbsp;&nbsp;&nbsp;&lt;cffeed<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source=&quot;https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#&quot;<br> <b>68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;query=&quot;rssFeed&quot;&gt;</b><br> 69: &nbsp;&nbsp;&nbsp;<br> 70: &nbsp;&nbsp;&nbsp;&lt;cfparam&nbsp;name=&quot;URL.watch&quot;&nbsp;default=&quot;#ListLast(rssFeed.linkhref,&nbsp;&quot;=&quot;)#&quot;&gt;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string66: <cffeed 67: source="https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#" 68: query="rssFeed"> 69: 70: <cfparam name="URL.watch" default="#ListLast(rssFeed.linkhref, "=")#">
column
number0
id
string??
line
number68
Raw_Trace
stringbible_study270.index_cfm$cf.call(/bible-study/index.cfm:68)
template
string/home/ascensioneast/public_html/bible-study/index.cfm
type
stringcfml
2
Struct
codePrintHTML
string190: <br> 191: &nbsp;&nbsp;&nbsp;function&nbsp;onRequest(&nbsp;string&nbsp;targetPage&nbsp;)&nbsp;{<br> <b>192: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 193: &nbsp;&nbsp;&nbsp;}<br> 194: <br>
codePrintPlain
string190: 191: function onRequest( string targetPage ) { 192: include arguments.targetPage; 193: } 194:
column
number0
id
string??
line
number192
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:192)
template
string/home/ascensioneast/public_html/Application.cfc
type
stringcfml
type
stringjava.io.IOException
StackTrace
stringlucee.runtime.exp.NativeException: HTTP request [https://www.youtube.com/feeds returned [404] at lucee.commons.io.res.type.http.HTTPResource.getInputStream(HTTPResource.java:133) at lucee.commons.io.IOUtil.getReader(IOUtil.java:718) at lucee.commons.io.IOUtil.getReader(IOUtil.java:708) at lucee.runtime.tag.Feed.doActionRead(Feed.java:674) at lucee.runtime.tag.Feed.doStartTag(Feed.java:280) at bible_study270.index_cfm$cf.call(/bible-study/index.cfm:68) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1118) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at application_cfc$cf.udfCall(/Application.cfc:192) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: HTTP request [https://www.youtube.com/feeds returned [404] ... 47 more
TagContext
Array
1
Struct
codePrintHTML
string66: &nbsp;&nbsp;&nbsp;&lt;cffeed<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source=&quot;https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#&quot;<br> <b>68: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;query=&quot;rssFeed&quot;&gt;</b><br> 69: &nbsp;&nbsp;&nbsp;<br> 70: &nbsp;&nbsp;&nbsp;&lt;cfparam&nbsp;name=&quot;URL.watch&quot;&nbsp;default=&quot;#ListLast(rssFeed.linkhref,&nbsp;&quot;=&quot;)#&quot;&gt;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string66: <cffeed 67: source="https://www.youtube.com/feeds/videos.xml?playlist_id=#studies[URL.series][2]#" 68: query="rssFeed"> 69: 70: <cfparam name="URL.watch" default="#ListLast(rssFeed.linkhref, "=")#">
column
number0
id
string??
line
number68
Raw_Trace
stringbible_study270.index_cfm$cf.call(/bible-study/index.cfm:68)
template
string/home/ascensioneast/public_html/bible-study/index.cfm
type
stringcfml
2
Struct
codePrintHTML
string190: <br> 191: &nbsp;&nbsp;&nbsp;function&nbsp;onRequest(&nbsp;string&nbsp;targetPage&nbsp;)&nbsp;{<br> <b>192: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 193: &nbsp;&nbsp;&nbsp;}<br> 194: <br>
codePrintPlain
string190: 191: function onRequest( string targetPage ) { 192: include arguments.targetPage; 193: } 194:
column
number0
id
string??
line
number192
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:192)
template
string/home/ascensioneast/public_html/Application.cfc
type
stringcfml
type
stringjava.io.IOException