Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | select
uaa.attributeid
,uaa.userid
,uad.firstname
,uad.lastname
,uad.avatar
,sa.subcategoryid
,sa.attrname
,sa.attrdescription
,sa.attrType
,uaa.description
from user_memberships um
left outer join user_account_details uad on um.userid = uad.userid
left outer join user_account_attributes as uaa on um.userid = uaa.userid
inner join sys_attribute sa on uaa.attributeid = sa.attributeid
where um.objectid = '' and um.showcase=1
order by um.orderposition asc |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 6.2 for SQL Server |
| DriverVersion | | Datasource | |
|
DataSource | |
Detail | string | Conversion failed when converting from a character string to uniqueidentifier. |
|
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | |
NativeErrorCode | |
queryError | string | select
uaa.attributeid
,uaa.userid
,uad.firstname
,uad.lastname
,uad.avatar
,sa.subcategoryid
,sa.attrname
,sa.attrdescription
,sa.attrType
,uaa.description
from user_memberships um
left outer join user_account_details uad on um.userid = uad.userid
left outer join user_account_attributes as uaa on um.userid = uaa.userid
inner join sys_attribute sa on uaa.attributeid = sa.attributeid
where um.objectid = '' and um.showcase=1
order by um.orderposition asc |
|
Sql | string | select
uaa.attributeid
,uaa.userid
,uad.firstname
,uad.lastname
,uad.avatar
,sa.subcategoryid
,sa.attrname
,sa.attrdescription
,sa.attrType
,uaa.description
from user_memberships um
left outer join user_account_details uad on um.userid = uad.userid
left outer join user_account_attributes as uaa on um.userid = uaa.userid
inner join sys_attribute sa on uaa.attributeid = sa.attributeid
where um.objectid = '' and um.showcase=1
order by um.orderposition asc |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:258)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.nextRow(SQLServerResultSet.java:6309)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.fetchBufferNext(SQLServerResultSet.java:1651)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:987)
at lucee.runtime.type.QueryImpl.fillResult(QueryImpl.java:470)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:290)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:226)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:951)
at lucee.runtime.tag.Query.doEndTag(Query.java:700)
at lucee.runtime.functions.query.QueryExecute.call(QueryExecute.java:84)
at controllers.webproperty.c_profile_cfm92$cf.call(/controllers/webproperty/c.profile.cfm:286)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:933)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805)
at controllers.c_controller_cfm92$cf.call(/controllers/c.controller.cfm:19)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:933)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427)
at lucee.runtime.engine.Request.exe(Request.java:44)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1090)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1038)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 284: params={objectid:{type:'cf_sql_idstamp',value:'#request.data.webproperty.webpropertyid#'},<br>
285: showcase:{type:'cf_sql_boolean',value:1}}<br>
<b>286: ,sql:"select</b><br>
287: uaa.attributeid<br>
288: ,uaa.userid<br>
|
| codePrintPlain | string | 284: params={objectid:{type:'cf_sql_idstamp',value:'#request.data.webproperty.webpropertyid#'},
285: showcase:{type:'cf_sql_boolean',value:1}}
286: ,sql:"select
287: uaa.attributeid
288: ,uaa.userid
|
| column | | id | | line | | Raw_Trace | string | controllers.webproperty.c_profile_cfm92$cf.call(/controllers/webproperty/c.profile.cfm:286) |
| template | string | D:\hosting\live\out_pah\www\controllers\webproperty\c.profile.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 17: <br>
18: try {<br>
<b>19: include request.mvc.page.controller;</b><br>
20: if (request.ehcache.page.renderout) {<br>
21: getPageContext().getOut().clearBuffer();<br>
|
| codePrintPlain | string | 17:
18: try {
19: include request.mvc.page.controller;
20: if (request.ehcache.page.renderout) {
21: getPageContext().getOut().clearBuffer();
|
| column | | id | | line | | Raw_Trace | string | controllers.c_controller_cfm92$cf.call(/controllers/c.controller.cfm:19) |
| template | string | D:\hosting\live\out_pah\www\controllers\c.controller.cfm |
| type | |
|
|
type | |
where | |