• Français
  • Advanced Search
  • Advanced Search
logo
  • Home
  • About Us
    • About Us
    • Our Team
    • Our Editorial Committees
    • Our OpenAccess Policy
    • Septentrion in the News
  • You are a...
    • Reader
    • Author
      • Editorial Process
      • Note to Authors
      • Submit a Project
      • Promotion, Distribution, Consignment
    • Librarian
    • Publisher (transfer of rights)
  • Our Catalogue
    • New Releases
    • Forthcoming
    • Subjects
    • Collections
    • Journals
  1. Home
  2. Authors
  3. // for queries we have more than one td element to collapse/expand var expand = "open"; dump = function( obj ) { var out = "" ; if ( typeof obj == "object" ) { for ( key in obj ) { if ( typeof obj[key] != "function" ) out += key + ': ' + obj[key] + '
    ' ; } } } cfdump_toggleRow = function(source) { //target is the right cell if(document.all) target = source.parentElement.cells[1]; else { var element = null; var vLen = source.parentNode.childNodes.length; for(var i=vLen-1;i>0;i--){ if(source.parentNode.childNodes[i].nodeType == 1){ element = source.parentNode.childNodes[i]; break; } } if(element == null) target = source.parentNode.lastChild; else target = element; } //target = source.parentNode.lastChild ; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } cfdump_toggleXmlDoc = function(source) { var caption = source.innerHTML.split( ' [' ) ; // toggle source (header) if ( source.style.fontStyle == 'italic' ) { // closed -> short source.style.fontStyle = 'normal' ; source.innerHTML = caption[0] + ' [short version]' ; source.title = 'click to maximize' ; switchLongToState = 'closed' ; switchShortToState = 'open' ; } else if ( source.innerHTML.indexOf('[short version]') != -1 ) { // short -> full source.innerHTML = caption[0] + ' [long version]' ; source.title = 'click to collapse' ; switchLongToState = 'open' ; switchShortToState = 'closed' ; } else { // full -> closed source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; source.innerHTML = caption[0] ; switchLongToState = 'closed' ; switchShortToState = 'closed' ; } // Toggle the target (everething below the header row). // First two rows are XMLComment and XMLRoot - they are part // of the long dump, the rest are direct children - part of the // short dump if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; if ( i < 3 ) cfdump_toggleTarget( target, switchLongToState ) ; else cfdump_toggleTarget( target, switchShortToState ) ; } } else { var table = source.parentNode.parentNode ; var row = 1; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if( target.style ) { if ( row < 3 ) { cfdump_toggleTarget( target, switchLongToState ) ; } else { cfdump_toggleTarget( target, switchShortToState ) ; } row++; } } } } cfdump_toggleTable = function(source) { var switchToState = cfdump_toggleSource( source ) ; if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; cfdump_toggleTarget( target, switchToState ) ; } } else { var table = source.parentNode.parentNode ; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if(target.style) { cfdump_toggleTarget( target, switchToState ) ; } } } } cfdump_toggleSource = function( source ) { if ( source.style.fontStyle == 'italic' || source.style.fontStyle == null) { source.style.fontStyle = 'normal' ; source.title = 'click to collapse' ; return 'open' ; } else { source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; return 'closed' ; } } cfdump_toggleTarget = function( target, switchToState ) { if ( switchToState == 'open' ) target.style.display = '' ; else target.style.display = 'none' ; } // collapse all td elements for queries cfdump_toggleRow_qry = function(source) { expand = (source.title == "click to collapse") ? "closed" : "open"; if(document.all) { var nbrChildren = source.parentElement.cells.length; if(nbrChildren > 1){ for(i=nbrChildren-1;i>0;i--){ target = source.parentElement.cells[i]; cfdump_toggleTarget( target,expand ) ; cfdump_toggleSource_qry(source); } } else { //target is the right cell target = source.parentElement.cells[1]; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } } else{ var target = null; var vLen = source.parentNode.childNodes.length; for(var i=vLen-1;i>1;i--){ if(source.parentNode.childNodes[i].nodeType == 1){ target = source.parentNode.childNodes[i]; cfdump_toggleTarget( target,expand ); cfdump_toggleSource_qry(source); } } if(target == null){ //target is the last cell target = source.parentNode.lastChild; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } } } cfdump_toggleSource_qry = function(source) { if(expand == "closed"){ source.title = "click to expand"; source.style.fontStyle = "italic"; } else{ source.title = "click to collapse"; source.style.fontStyle = "normal"; } }
    struct
    Cause
    struct
    Detail [empty string]
    ErrNumber 0
    Message The element at position 2 cannot be found.
    StackTrace coldfusion.runtime.CfJspPage$ArrayBoundException: The element at position 2 cannot be found. at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:912) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967) at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272) at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259) at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254) at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252) at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95) at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88) at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:280) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:356) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    TagContext
    array
    1
    struct
    COLUMN 0
    ID ??
    LINE 272
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    2
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 259
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    3
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 254
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    4
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 252
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    5
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 95
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    6
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 1
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    7
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 18
    RAW_TRACE at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm
    TYPE CFML
    8
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 313
    RAW_TRACE at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc
    TYPE CFML
    Type Expression
    aDimension -1
    aIndex 2
    Detail An exception occurred while invoking an event handler method from Application.cfc. The method name is: onRequest.
    Message Event handler exception.
    RootCause
    struct
    Detail [empty string]
    ErrNumber 0
    Message The element at position 2 cannot be found.
    StackTrace coldfusion.runtime.CfJspPage$ArrayBoundException: The element at position 2 cannot be found. at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:912) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967) at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272) at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259) at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254) at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252) at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95) at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88) at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:280) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:356) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    TagContext
    array
    1
    struct
    COLUMN 0
    ID ??
    LINE 272
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    2
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 259
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    3
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 254
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    4
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 252
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    5
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 95
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    6
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 1
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    7
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 18
    RAW_TRACE at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm
    TYPE CFML
    8
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 313
    RAW_TRACE at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc
    TYPE CFML
    Type Expression
    aDimension -1
    aIndex 2
    StackTrace coldfusion.runtime.EventHandlerException: Event handler exception. at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:288) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:356) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) Caused by: coldfusion.runtime.CfJspPage$ArrayBoundException: The element at position 2 cannot be found. at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:912) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967) at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272) at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259) at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254) at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252) at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95) at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88) at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:280) ... 26 more
    TagContext
    array
    1
    struct
    COLUMN 0
    ID ??
    LINE 272
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor14(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:272)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    2
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 259
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor15(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:259)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    3
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 254
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor16(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:254)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    4
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 252
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor18(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:252)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    5
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 95
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751._factor19(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:95)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    6
    struct
    COLUMN 0
    ID CF__BREADCRUMBSV2
    LINE 1
    RAW_TRACE at cf_breadcrumbsv22ecfm1567323751.runPage(D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm:1)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\shared\GCresponsiveV1\modules\header\_breadcrumbsv2.cfm
    TYPE CFML
    7
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 18
    RAW_TRACE at cfindex2ecfm2139951022.runPage(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm:18)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\book\index.cfm
    TYPE CFML
    8
    struct
    COLUMN 0
    ID CFINCLUDE
    LINE 313
    RAW_TRACE at cfApplication2ecfc1642687443$funcONREQUEST.runFunction(D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc:313)
    TEMPLATE D:\Inetpub\wwwroot\GiantChair\Publishers\C_sept\Application.cfc
    TYPE CFML
    Type Expression
    name onRequest