Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.

Null Pointers are another name for undefined values.

date must not be null

 
The error occurred in C:/home/sportsexpos.com/wwwroot/controller/show.cfc: line 422
Called from C:/home/sportsexpos.com/wwwroot/controller/show.cfc: line 56
Called from C:/home/sportsexpos.com/wwwroot/parsed/do.show.main.cfm: line 13
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxExecutionContext.cfc: line 46
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxApplication.cfc: line 625
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/myFusebox.cfc: line 318
Called from C:/home/sportsexpos.com/wwwroot/controller/page.cfc: line 59
Called from C:/home/sportsexpos.com/wwwroot/parsed/do.page.main.cfm: line 13
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxExecutionContext.cfc: line 46
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxApplication.cfc: line 625
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/myFusebox.cfc: line 318
Called from C:/home/sportsexpos.com/wwwroot/controller/site.cfc: line 68
Called from C:/home/sportsexpos.com/wwwroot/parsed/site.main.cfm: line 14
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/Application.cfc: line 230
Called from C:/home/sportsexpos.com/wwwroot/fusebox5/Application.cfc: line 220
420 : 		<cfset local.seasonLocation = arguments.event.getValue( 'seasonLocation' ) />
421 : 
422 : 		<cfif !isDefined('local.data.month')><cfset local.data.month = month(local.seasonLocation.start_date) /></cfif>
423 : 		<cfif !isDefined('local.data.day')><cfset local.data.day = day(local.seasonLocation.start_date) /></cfif>
424 : 

Resources:

Browser   Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address   172.69.58.113
Referrer   http://www.sportsexpos.com/attend/scottsdale/presenters/
Date/Time   26-Apr-24 09:17 PM
Stack Trace
at cfshow2ecfc5994307$funcPRESENTERS.runFunction(C:/home/sportsexpos.com/wwwroot/controller/show.cfc:422) at cfshow2ecfc5994307$funcMAIN.runFunction(C:/home/sportsexpos.com/wwwroot/controller/show.cfc:56) at cfdo2eshow2emain2ecfm1153999709.runPage(C:/home/sportsexpos.com/wwwroot/parsed/do.show.main.cfm:13) at cffuseboxExecutionContext2ecfc1361313781$func__EXECUTEDYNAMICDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxExecutionContext.cfc:46) at cffuseboxApplication2ecfc1764806806$funcDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxApplication.cfc:625) at cfmyFusebox2ecfc805107855$funcDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/myFusebox.cfc:318) at cfpage2ecfc1194335790$funcMAIN.runFunction(C:/home/sportsexpos.com/wwwroot/controller/page.cfc:59) at cfdo2epage2emain2ecfm1865713387.runPage(C:/home/sportsexpos.com/wwwroot/parsed/do.page.main.cfm:13) at cffuseboxExecutionContext2ecfc1361313781$func__EXECUTEDYNAMICDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxExecutionContext.cfc:46) at cffuseboxApplication2ecfc1764806806$funcDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/fuseboxApplication.cfc:625) at cfmyFusebox2ecfc805107855$funcDO.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/myFusebox.cfc:318) at cfsite2ecfc1010170342$funcMAIN.runFunction(C:/home/sportsexpos.com/wwwroot/controller/site.cfc:68) at cfsite2emain2ecfm1251285026.runPage(C:/home/sportsexpos.com/wwwroot/parsed/site.main.cfm:14) at cfApplication2ecfc122906306$funcONREQUEST._factor2(C:/home/sportsexpos.com/wwwroot/fusebox5/Application.cfc:230) at cfApplication2ecfc122906306$funcONREQUEST.runFunction(C:/home/sportsexpos.com/wwwroot/fusebox5/Application.cfc:220)

java.lang.NullPointerException: date must not be null
	at java.base/java.util.Objects.requireNonNull(Objects.java:233)
	at java.base/java.util.Calendar.setTime(Calendar.java:1792)
	at coldfusion.util.DateUtils.getCalendar(DateUtils.java:141)
	at coldfusion.util.DateUtils.getMonth(DateUtils.java:1575)
	at coldfusion.runtime.CFPage.Month(CFPage.java:3357)
	at cfshow2ecfc5994307$funcPRESENTERS.runFunction(C:\home\sportsexpos.com\wwwroot\controller\show.cfc:422)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:316)
	at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:4899)
	at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:4879)
	at cfshow2ecfc5994307$funcMAIN.runFunction(C:\home\sportsexpos.com\wwwroot\controller\show.cfc:56)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at cfdo2eshow2emain2ecfm1153999709.runPage(C:\home\sportsexpos.com\wwwroot\parsed\do.show.main.cfm:13)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:256)
	at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
	at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5088)
	at cffuseboxExecutionContext2ecfc1361313781$func__EXECUTEDYNAMICDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\fuseboxExecutionContext.cfc:46)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:472)
	at cffuseboxApplication2ecfc1764806806$funcDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\fuseboxApplication.cfc:625)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:316)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:975)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:696)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:503)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4142)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4105)
	at cfmyFusebox2ecfc805107855$funcDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\myFusebox.cfc:318)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at cfpage2ecfc1194335790$funcMAIN.runFunction(C:\home\sportsexpos.com\wwwroot\controller\page.cfc:59)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at cfdo2epage2emain2ecfm1865713387.runPage(C:\home\sportsexpos.com\wwwroot\parsed\do.page.main.cfm:13)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:256)
	at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
	at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5088)
	at cffuseboxExecutionContext2ecfc1361313781$func__EXECUTEDYNAMICDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\fuseboxExecutionContext.cfc:46)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:472)
	at cffuseboxApplication2ecfc1764806806$funcDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\fuseboxApplication.cfc:625)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:316)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:975)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:696)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:503)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4142)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4105)
	at cfmyFusebox2ecfc805107855$funcDO.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\myFusebox.cfc:318)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at cfsite2ecfc1010170342$funcMAIN.runFunction(C:\home\sportsexpos.com\wwwroot\controller\site.cfc:68)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:559)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:687)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:980)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:762)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4053)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:4017)
	at cfsite2emain2ecfm1251285026.runPage(C:\home\sportsexpos.com\wwwroot\parsed\site.main.cfm:14)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:256)
	at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
	at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5088)
	at cfApplication2ecfc122906306$funcONREQUEST._factor2(C:\home\sportsexpos.com\wwwroot\fusebox5\Application.cfc:230)
	at cfApplication2ecfc122906306$funcONREQUEST.runFunction(C:\home\sportsexpos.com\wwwroot\fusebox5\Application.cfc:220)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:629)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:522)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:469)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:444)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:316)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:975)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:696)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:503)
	at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:115)
	at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:308)
	at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:569)
	at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
	at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
	at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
	at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
	at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:97)
	at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
	at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
	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:231)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46)
	at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at jdk.internal.reflect.GeneratedMethodAccessor115.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterChain.java:134)
	at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doNext(FusionReactorRequestHandler.java:772)
	at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doHttpServletRequest(FusionReactorRequestHandler.java:344)
	at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doFusionRequest(FusionReactorRequestHandler.java:207)
	at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.handle(FusionReactorRequestHandler.java:809)
	at com.intergral.fusionreactor.j2ee.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilter.java:36)
	at jdk.internal.reflect.GeneratedMethodAccessor117.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterChain.java:71)
	at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.intergral.fusionreactor.agent.filter.FusionReactorStaticFilter.doFilter(FusionReactorStaticFilter.java:54)
	at com.intergral.fusionreactor.agent.pointcuts.NewFilterChainPointCut$1.invoke(NewFilterChainPointCut.java:42)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java)
	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:481)
	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:355)
	at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:450)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:842)