Scope Arguments
Exception1
Catch
Entries:15
additional
Struct
Datasource
stringobe_ir
DataSource
stringobe_ir
Detail
stringexisting datasource names are [_queryofquerydb]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringdatasource [obe_ir] doesn't exist
NativeErrorCode
number-1
queryError
string
Sql
string
SQLState
string
StackTrace
stringdatasource [obe_ir] doesn't exist at railo.runtime.config.ConfigImpl.getDataSource(ConfigImpl.java:2597):2597 at railo.runtime.tag.Query.setDatasource(Query.java:215):215 at com.unique_cfc$cf.udfCall(/webroot/uniquevillasofjamaica/com/unique.cfc:239):239 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:275):275 at railo.runtime.ComponentImpl._call(ComponentImpl.java:608):608 at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1796):1796 at railo.runtime.tag.Invoke.doComponent(Invoke.java:209):209 at railo.runtime.tag.Invoke.doEndTag(Invoke.java:182):182 at tags.returntour_cfm$cf.call(/webroot/uniquevillasofjamaica/tags/returnTour.cfm:9):9 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:802):802 at railo.runtime.tag.CFTag.doInclude(CFTag.java:315):315 at railo.runtime.tag.CFTag.cfmlStartTag(CFTag.java:237):237 at railo.runtime.tag.CFTag.doStartTag(CFTag.java:161):161 at villas.sundown.activities_cfm$cf.call(/webroot/uniquevillasofjamaica/villas/sundown/activities.cfm:53):53 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:802):802 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:754):754 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:183):183 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2255):2255 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2222):2222 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:315):315 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29 at javax.servlet.http.HttpServlet.service(HttpServlet.java:728):728 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305):305 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210):210 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222):222 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123):123 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472):472 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171):171 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99):99 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118):118 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407):407 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004):1004 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589):589 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310):310 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source):-1 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source):-1 at java.lang.Thread.run(Unknown Source):-1
TagContext
Array
1
Struct
codePrintHTML
string237: &lt;cfargument name=&quot;city_id&quot; required=&quot;yes&quot; type=&quot;numeric&quot; /&gt;<br> 238: <br> <b>239: &lt;cfquery name=&quot;plantanaTours&quot; datasource=&quot;obe_ir&quot;&gt;</b><br> 240: SELECT distinct<br> 241: a.tour_id,<br>
codePrintPlain
string237: <cfargument name="city_id" required="yes" type="numeric" /> 238: 239: <cfquery name="plantanaTours" datasource="obe_ir"> 240: SELECT distinct 241: a.tour_id,
column
number0
id
string??
line
number239
raw_trace
stringcom.unique_cfc$cf.udfCall(/webroot/uniquevillasofjamaica/com/unique.cfc:239)
template
string/webroot/uniquevillasofjamaica/com/unique.cfc
type
stringcfml
2
Struct
codePrintHTML
string7: &lt;!---Invoking a the getTours Function, webservices is not working ----&gt;<br> 8: &lt;cfinvoke component=&quot;com.unique&quot; method=&quot;getTours&quot; returnvariable=&quot;plantanaTours&quot;&gt;<br> <b>9: &lt;cfinvokeargument name=&quot;city_id&quot; value=&quot;#attributes.cityID#&quot;&gt;</b><br> 10: &lt;/cfinvoke&gt;<br> 11: <br>
codePrintPlain
string7: <!---Invoking a the getTours Function, webservices is not working ----> 8: <cfinvoke component="com.unique" method="getTours" returnvariable="plantanaTours"> 9: <cfinvokeargument name="city_id" value="#attributes.cityID#"> 10: </cfinvoke> 11:
column
number0
id
string??
line
number9
raw_trace
stringtags.returntour_cfm$cf.call(/webroot/uniquevillasofjamaica/tags/returnTour.cfm:9)
template
string/webroot/uniquevillasofjamaica/tags/returnTour.cfm
type
stringcfml
3
Struct
codePrintHTML
string51: &lt;/section&gt;<br> 52: &lt;div style=&quot;width:500px; margin: 15px 0 0 5px;&quot;&gt;<br> <b>53: &lt;cfmodule template=&quot;/tags/returnTour.cfm&quot; cityID=&quot;#city_id#&quot; /&gt;</b><br> 54: &lt;/div&gt;<br> 55: &lt;/section&gt;<br>
codePrintPlain
string51: </section> 52: <div style="width:500px; margin: 15px 0 0 5px;"> 53: <cfmodule template="/tags/returnTour.cfm" cityID="#city_id#" /> 54: </div> 55: </section>
column
number0
id
string??
line
number53
raw_trace
stringvillas.sundown.activities_cfm$cf.call(/webroot/uniquevillasofjamaica/villas/sundown/activities.cfm:53)
template
string/webroot/uniquevillasofjamaica/villas/sundown/activities.cfm
type
stringcfml
type
stringdatabase
where
string
EventName2
string