ERROR!

An error occurred!

Action: auctionitem.view
Error: key [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA)
Type: expression
Details:
Catch
Entries:13
additional
Struct
cause
Struct
additional
Struct
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA)
StackTrace
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA) at railo.runtime.type.util.StructSupport.invalidKey(StructSupport.java:33):33 at railo.runtime.type.StructImpl.get(StructImpl.java:77):77 at railo.runtime.type.util.StructSupport.get(StructSupport.java:217):217 at railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:243):243 at railo.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:237):237 at railo.runtime.PageContextImpl.getCollection(PageContextImpl.java:1313):1313 at views.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8):8 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:802):802 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:749):749 at corfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254):1254 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:775):775 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506 at corfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567):567 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607 at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:346):346 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:181):181 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
string6: &lt;cfoutput&gt;<br> 7: &lt;div class=&quot;row-fluid span12 last&quot;&gt;<br> <b>8: &lt;h2&gt;#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#&lt;/h2&gt;</b><br> 9: <br> 10: &lt;ul class=&quot;thumbnails&quot; id=&quot;gallery&quot;&gt;<br>
codePrintPlain
string6: <cfoutput> 7: <div class="row-fluid span12 last"> 8: <h2>#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#</h2> 9: 10: <ul class="thumbnails" id="gallery">
column
number0
id
string??
line
number8
raw_trace
stringviews.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8)
template
string/ebs/var/www/auction/views/auctionitem/view.cfm
type
stringcfml
2
Struct
codePrintHTML
string1252: var response = '';<br> 1253: savecontent variable=&quot;response&quot; {<br> <b>1254: include '#viewPath#';</b><br> 1255: }<br> 1256: return response;<br>
codePrintPlain
string1252: var response = ''; 1253: savecontent variable="response" { 1254: include '#viewPath#'; 1255: } 1256: return response;
column
number0
id
string??
line
number1254
raw_trace
stringcorfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string565: <br> 566: if ( structKeyExists(request, 'view') ) {<br> <b>567: out = internalView( request.view );</b><br> 568: } else {<br> 569: out = onMissingView( request.context );<br>
codePrintPlain
string565: 566: if ( structKeyExists(request, 'view') ) { 567: out = internalView( request.view ); 568: } else { 569: out = onMissingView( request.context );
column
number0
id
string??
line
number567
raw_trace
stringcorfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA)
name
stringonRequest
rootCause
Struct
additional
Struct
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA)
StackTrace
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA) at railo.runtime.type.util.StructSupport.invalidKey(StructSupport.java:33):33 at railo.runtime.type.StructImpl.get(StructImpl.java:77):77 at railo.runtime.type.util.StructSupport.get(StructSupport.java:217):217 at railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:243):243 at railo.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:237):237 at railo.runtime.PageContextImpl.getCollection(PageContextImpl.java:1313):1313 at views.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8):8 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:802):802 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:749):749 at corfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254):1254 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:775):775 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506 at corfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567):567 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607 at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:346):346 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:181):181 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
string6: &lt;cfoutput&gt;<br> 7: &lt;div class=&quot;row-fluid span12 last&quot;&gt;<br> <b>8: &lt;h2&gt;#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#&lt;/h2&gt;</b><br> 9: <br> 10: &lt;ul class=&quot;thumbnails&quot; id=&quot;gallery&quot;&gt;<br>
codePrintPlain
string6: <cfoutput> 7: <div class="row-fluid span12 last"> 8: <h2>#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#</h2> 9: 10: <ul class="thumbnails" id="gallery">
column
number0
id
string??
line
number8
raw_trace
stringviews.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8)
template
string/ebs/var/www/auction/views/auctionitem/view.cfm
type
stringcfml
2
Struct
codePrintHTML
string1252: var response = '';<br> 1253: savecontent variable=&quot;response&quot; {<br> <b>1254: include '#viewPath#';</b><br> 1255: }<br> 1256: return response;<br>
codePrintPlain
string1252: var response = ''; 1253: savecontent variable="response" { 1254: include '#viewPath#'; 1255: } 1256: return response;
column
number0
id
string??
line
number1254
raw_trace
stringcorfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string565: <br> 566: if ( structKeyExists(request, 'view') ) {<br> <b>567: out = internalView( request.view );</b><br> 568: } else {<br> 569: out = onMissingView( request.context );<br>
codePrintPlain
string565: 566: if ( structKeyExists(request, 'view') ) { 567: out = internalView( request.view ); 568: } else { 569: out = onMissingView( request.context );
column
number0
id
string??
line
number567
raw_trace
stringcorfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
type
stringexpression
StackTrace
stringkey [AUCTIONITEM] doesn't exist in struct (keys:id,TITLE,AUTHENTICATED,action,AUCTIONITEM,LISTDATA) at railo.runtime.type.util.StructSupport.invalidKey(StructSupport.java:33):33 at railo.runtime.type.StructImpl.get(StructImpl.java:77):77 at railo.runtime.type.util.StructSupport.get(StructSupport.java:217):217 at railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:243):243 at railo.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:237):237 at railo.runtime.PageContextImpl.getCollection(PageContextImpl.java:1313):1313 at views.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8):8 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:802):802 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:749):749 at corfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254):1254 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:775):775 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506 at corfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567):567 at corfield.framework_cfc$cf.udfCall(/ebs/var/www/org/corfield/framework.cfc):-1 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.call(UDFImpl.java:284):284 at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607 at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:346):346 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:181):181 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
string6: &lt;cfoutput&gt;<br> 7: &lt;div class=&quot;row-fluid span12 last&quot;&gt;<br> <b>8: &lt;h2&gt;#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#&lt;/h2&gt;</b><br> 9: <br> 10: &lt;ul class=&quot;thumbnails&quot; id=&quot;gallery&quot;&gt;<br>
codePrintPlain
string6: <cfoutput> 7: <div class="row-fluid span12 last"> 8: <h2>#RC.auctionItem.getID()#. #RC.auctionItem.getLabel()#</h2> 9: 10: <ul class="thumbnails" id="gallery">
column
number0
id
string??
line
number8
raw_trace
stringviews.auctionitem.view_cfm$cf.call(/ebs/var/www/auction/views/auctionitem/view.cfm:8)
template
string/ebs/var/www/auction/views/auctionitem/view.cfm
type
stringcfml
2
Struct
codePrintHTML
string1252: var response = '';<br> 1253: savecontent variable=&quot;response&quot; {<br> <b>1254: include '#viewPath#';</b><br> 1255: }<br> 1256: return response;<br>
codePrintPlain
string1252: var response = ''; 1253: savecontent variable="response" { 1254: include '#viewPath#'; 1255: } 1256: return response;
column
number0
id
string??
line
number1254
raw_trace
stringcorfield.framework_cfc$cf._7(/ebs/var/www/org/corfield/framework.cfc:1254)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string565: <br> 566: if ( structKeyExists(request, 'view') ) {<br> <b>567: out = internalView( request.view );</b><br> 568: } else {<br> 569: out = onMissingView( request.context );<br>
codePrintPlain
string565: 566: if ( structKeyExists(request, 'view') ) { 567: out = internalView( request.view ); 568: } else { 569: out = onMissingView( request.context );
column
number0
id
string??
line
number567
raw_trace
stringcorfield.framework_cfc$cf._3(/ebs/var/www/org/corfield/framework.cfc:567)
template
string/ebs/var/www/org/corfield/framework.cfc
type
stringcfml
type
stringexpression