UPCOMING LIVE WEBINARS
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string16.00.4165
DriverName
stringMicrosoft JDBC Driver 12.6 for SQL Server
DriverVersion
string12.6.3.0
Datasource
stringpatino_diet
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string16.00.4165
DriverName
stringMicrosoft JDBC Driver 12.6 for SQL Server
DriverVersion
string12.6.3.0
Datasource
stringpatino_diet
DataSource
stringpatino_diet
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe data types datetime and time are incompatible in the add operator.
NativeErrorCode
number402
queryError
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
Sql
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: The data types datetime and time are incompatible in the add operator. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:261) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1752) at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:946) at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:840) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263) at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:813) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at ceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1016) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall_000002(/Application.cfc:513) at application_cfc$cf.udfCall(/Application.cfc:476) 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:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;Webinar_list.webinar_dt&nbsp;+&nbsp;Webinar_list.webinar_starttime&nbsp;&gt;=&nbsp;getdate()<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;Webinar_list.webinar_dt<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/CFQUERY&gt;</b><br> 55: <br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;CFloop&nbsp;QUERY=&quot;GetCourseList&quot;&gt;<br>
codePrintPlain
string52: AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() 53: ORDER BY Webinar_list.webinar_dt 54: </CFQUERY> 55: 56: <CFloop QUERY="GetCourseList">
column
number0
id
string??
line
number54
Raw_Trace
stringceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/ceu/course_list.cfm
type
stringcfml
2
Struct
codePrintHTML
string511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;<br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;</b><br> 514: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 515: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string511: <cfinclude template="#ARGUMENTS.targetPage#"> 512: <cfelse> 513: <cfinclude template="#ARGUMENTS.targetPage#"> 514: </cfif> 515: </cffunction>
column
number0
id
string??
line
number513
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:513)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringpatino_diet
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe data types datetime and time are incompatible in the add operator.
name
stringonRequest
NativeErrorCode
number402
queryError
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string16.00.4165
DriverName
stringMicrosoft JDBC Driver 12.6 for SQL Server
DriverVersion
string12.6.3.0
Datasource
stringpatino_diet
DataSource
stringpatino_diet
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe data types datetime and time are incompatible in the add operator.
NativeErrorCode
number402
queryError
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
Sql
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: The data types datetime and time are incompatible in the add operator. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:261) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1752) at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:946) at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:840) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263) at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:813) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at ceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1016) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall_000002(/Application.cfc:513) at application_cfc$cf.udfCall(/Application.cfc:476) 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:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;Webinar_list.webinar_dt&nbsp;+&nbsp;Webinar_list.webinar_starttime&nbsp;&gt;=&nbsp;getdate()<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;Webinar_list.webinar_dt<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/CFQUERY&gt;</b><br> 55: <br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;CFloop&nbsp;QUERY=&quot;GetCourseList&quot;&gt;<br>
codePrintPlain
string52: AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() 53: ORDER BY Webinar_list.webinar_dt 54: </CFQUERY> 55: 56: <CFloop QUERY="GetCourseList">
column
number0
id
string??
line
number54
Raw_Trace
stringceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/ceu/course_list.cfm
type
stringcfml
2
Struct
codePrintHTML
string511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;<br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;</b><br> 514: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 515: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string511: <cfinclude template="#ARGUMENTS.targetPage#"> 512: <cfelse> 513: <cfinclude template="#ARGUMENTS.targetPage#"> 514: </cfif> 515: </cffunction>
column
number0
id
string??
line
number513
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:513)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT article_headers.art_id, course_list.cid, course_list.ctitle, course_list.ccategory, course_list.csummary, course_list.ctotalcredits, course_list.ccostpercredit, course_list.clocation, course_list.camount, course_author.authorname, course_list.course_reviewer1, course_list.course_reviewer2, course_list.course_reviewer3, course_author.authorcredentials, course_author.authorbio, course_list.caudience, course_list.clevel, course_list.cobjectives, Webinar_list.wkey, Webinar_list.webinar_dt, Webinar_list.webinar_starttime, Webinar_list.webinar_endTime FROM course_list INNER JOIN course_author ON course_list.cauthorid = course_author.cauthorid INNER JOIN Webinar_list ON course_list.cid = webinar_list.cid LEFT JOIN article_headers on article_headers.cid = webinar_list.cid WHERE article_headers.art_type = 'Webinar' AND Webinar_list.isAvailable = 'YES' AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() ORDER BY Webinar_list.webinar_dt
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: The data types datetime and time are incompatible in the add operator. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:261) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1752) at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:946) at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:840) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263) at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:813) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at ceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1016) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall_000002(/Application.cfc:513) at application_cfc$cf.udfCall(/Application.cfc:476) 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:671) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;Webinar_list.webinar_dt&nbsp;+&nbsp;Webinar_list.webinar_starttime&nbsp;&gt;=&nbsp;getdate()<br> 53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;Webinar_list.webinar_dt<br> <b>54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/CFQUERY&gt;</b><br> 55: <br> 56: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;CFloop&nbsp;QUERY=&quot;GetCourseList&quot;&gt;<br>
codePrintPlain
string52: AND Webinar_list.webinar_dt + Webinar_list.webinar_starttime >= getdate() 53: ORDER BY Webinar_list.webinar_dt 54: </CFQUERY> 55: 56: <CFloop QUERY="GetCourseList">
column
number0
id
string??
line
number54
Raw_Trace
stringceu.course_list_cfm$cf.call(/ceu/course_list.cfm:54)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/ceu/course_list.cfm
type
stringcfml
2
Struct
codePrintHTML
string511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;<br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#ARGUMENTS.targetPage#&quot;&gt;</b><br> 514: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 515: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string511: <cfinclude template="#ARGUMENTS.targetPage#"> 512: <cfelse> 513: <cfinclude template="#ARGUMENTS.targetPage#"> 514: </cfif> 515: </cffunction>
column
number0
id
string??
line
number513
Raw_Trace
stringapplication_cfc$cf.udfCall_000002(/Application.cfc:513)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string474: <br> 475: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onRequest&quot;&gt;<br> <b>476: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;targetPage&quot;&nbsp;type=&quot;String&quot;&nbsp;required=true/&gt;</b><br> 477: <br> 478: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;cgi.remote_addr&nbsp;NEQ&nbsp;'127.0.0.1'&gt;<br>
codePrintPlain
string474: 475: <cffunction name="onRequest"> 476: <cfargument name="targetPage" type="String" required=true/> 477: 478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
column
number0
id
string??
line
number476
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:476)
template
string/opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc
type
stringcfml
type
stringdatabase
where
string