Jump to content
We've recently updated our Privacy Statement, available here ×

need help with ldap integration to AD


tonyg_1

Recommended Posts

hi, thanks for you time.  I am trying to set up jasperserver with ldap authentication to AD.  I have configured the applicationContext-externalAuth-LDAP.xml as best i can, but I am obviously not doing something right.  when i try to login with ldap creds, i just get a blank browser and the address bar says https://uereport.company-fei.com/jasperserver/j_spring_security_check.  when i look at the logs, i think i am passing the authentication part, but failing authorization...not sure why...could someone take a look at my logs and config and tell me what I have done wrong?

 

thanks so much!

log:

2017-04-28 10:13:10,314  INFO JSLdapContextSource,localhost-startStop-1:57 -  URL 'ldap://uedc1.company-fei.com:389/dc=company-fei,dc=com', root DN is 'dc=company-fei,dc=com'2017-04-28 10:13:14,474 ERROR JNDIResourceProvider,localhost-startStop-1:75 - error closing contextjavax.naming.OperationNotSupportedException: Context is read only    at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)    at org.apache.naming.NamingContext.close(NamingContext.java:760)    at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)    at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)    at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)    at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)    at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)    at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5221)    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724)    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700)    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1071)    at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1721)    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)    at java.util.concurrent.FutureTask.run(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)2017-04-28 10:16:46,472 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/xmla'2017-04-28 10:16:46,472 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/services/**'2017-04-28 10:16:46,472 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest/login'2017-04-28 10:16:46,472 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest/**'2017-04-28 10:16:46,472 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/**'2017-04-28 10:16:46,472 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:46,488 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:140 - No HttpSession currently exists2017-04-28 10:16:46,488 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:91 - No SecurityContext was available from the HttpSession: null. A new one will be created.2017-04-28 10:16:46,488 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:46,504  WARN SecurityConfiguration,http-apr-443-exec-3:202 - SECURITY for [iNPUT-VALIDATION] is OFF2017-04-28 10:16:46,504  WARN SecurityConfiguration,http-apr-443-exec-3:202 - SECURITY for [ENCRYPTION] is OFF2017-04-28 10:16:46,504 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,504  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:80 - casSingleSignOutFilter bean was not "dropped into" application context.  Using class com.jaspersoft.jasperserver.war.NullFilter instead.2017-04-28 10:16:46,504 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:46,504 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:46,519 DEBUG HttpSessionEventPublisher,http-apr-443-exec-3:66 - Publishing event: org.springframework.security.web.session.HttpSessionCreatedEvent[source=org.apache.catalina.session.StandardSessionFacade@3573a596]2017-04-28 10:16:46,519 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:46,519 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,535  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:80 - proxyPreAuthenticatedProcessingFilter bean was not "dropped into" application context.  Using class com.jaspersoft.jasperserver.war.NullFilter instead.2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,535  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:76 - Filter proxy bean proxyAuthenticationProcessingFilter discovered.2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,535  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:76 - Filter proxy bean proxyBasicProcessingFilter discovered.2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,535  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:76 - Filter proxy bean proxyRequestParameterAuthenticationFilter discovered.2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,535  WARN JSDelegatingFilterProxy,http-apr-443-exec-3:80 - proxyExceptionTranslationFilter bean was not "dropped into" application context.  Using class org.springframework.security.web.access.ExceptionTranslationFilter instead.2017-04-28 10:16:46,535 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/login.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/externallogin.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/logout.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/loginerror.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/error.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/exituser.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/home.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/flow.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/loginsuccess.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/listolapviews.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/fillparams.html'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/j_spring_switch_user*'2017-04-28 10:16:46,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/fileview/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/olap/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/xmla'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/services/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/reportimage/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/jrpxml/*'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/heartbeatinfo.html'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/discovery/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/jobs/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/permissions/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/reports/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/resources/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/api/resources/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/connections/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/application.wadl'2017-04-28 10:16:46,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/bundles/**'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/settings/**'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/customdatasources'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/404.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/500.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/reportgenerator.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/viewreportcancel.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/viewreportasynccancel.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/bif/*'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/bif/*/**'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/xdm.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/getreportcomponents.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/getrequirejsconfig.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/runreportaction.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/scheduler/jobsummary.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/scheduler/jobdetails.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/scheduler/main.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/dashboard/viewer.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/awsconfiguration.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/rest_v2/**'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/*.html'2017-04-28 10:16:46,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/index.htm'; against '/*.jsp'2017-04-28 10:16:46,597 DEBUG FilterSecurityInterceptor,http-apr-443-exec-3:185 - Public object - authentication not attempted2017-04-28 10:16:46,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:46,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /index.htm at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:46,597 DEBUG FilterChainProxy,http-apr-443-exec-3:323 - /index.htm reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:46,597 DEBUG JSCsrfGuardFilter,http-apr-443-exec-3:69 - Checking for CSRF token in request /jasperserver/ user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:46,597 DEBUG ExceptionTranslationFilter,http-apr-443-exec-3:115 - Chain processed normally2017-04-28 10:16:46,597 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:46,597 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-3:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:46,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/xmla'2017-04-28 10:16:46,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/services/**'2017-04-28 10:16:46,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/rest/login'2017-04-28 10:16:46,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/rest/**'2017-04-28 10:16:46,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/rest_v2/**'2017-04-28 10:16:46,816 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:46,816 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:46,816 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:46,816 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /home.html at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/login.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/externallogin.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/logout.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/loginerror.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/error.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/exituser.html'2017-04-28 10:16:46,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/home.html'; against '/home.html'2017-04-28 10:16:46,832 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:194 - Secure object: FilterInvocation: URL: /home.html; Attributes: [ROLE_USER, ROLE_ADMINISTRATOR]2017-04-28 10:16:46,832 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:310 - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@b61f2973: Principal: MetadataUserDetails: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 10.1.1.115; SessionId: 60A87F1E8F27E84352CB274B4D10AAF0; Granted Authorities: ROLE_ANONYMOUS2017-04-28 10:16:46,832 DEBUG AffirmativeBased,http-apr-443-exec-4:65 - Voter: org.springframework.security.access.vote.RoleVoter@614a80ea, returned: -12017-04-28 10:16:46,832 DEBUG AffirmativeBased,http-apr-443-exec-4:65 - Voter: org.springframework.security.access.vote.AuthenticatedVoter@7a9f40a3, returned: 02017-04-28 10:16:46,847 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:165 - Access is denied (user is anonymous); redirecting to authentication entry pointorg.springframework.security.access.AccessDeniedException: Access is denied    at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:83)    at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:206)    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.NullFilter.doFilter(NullFilter.java:43)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:98)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:99)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:235)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.NullFilter.doFilter(NullFilter.java:43)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:235)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:57)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:80)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:95)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.war.NullFilter.doFilter(NullFilter.java:43)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:150)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)    at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)    at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)    at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:63)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)    at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)    at com.jaspersoft.jasperserver.war.httpheaders.ResourceHTTPHeadersFilter.doFilter(ResourceHTTPHeadersFilter.java:77)    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)    at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:618)    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)    at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1081)    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:277)    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2403)    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2392)    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)    at java.lang.Thread.run(Unknown Source)2017-04-28 10:16:46,847 DEBUG HttpSessionRequestCache,http-apr-443-exec-4:41 - DefaultSavedRequest added to Session: DefaultSavedRequest[https://uereport.company-fei.com/jasperserver/home.html]2017-04-28 10:16:46,847 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:185 - Calling Authentication entry point.2017-04-28 10:16:46,863 DEBUG DefaultRedirectStrategy,http-apr-443-exec-4:36 - Redirecting to 'https://uereport.company-fei.com/jasperserver/login.html'2017-04-28 10:16:46,863 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:46,863 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:46,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/xmla'2017-04-28 10:16:46,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/services/**'2017-04-28 10:16:46,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/rest/login'2017-04-28 10:16:46,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/rest/**'2017-04-28 10:16:46,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/rest_v2/**'2017-04-28 10:16:46,941 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:46,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:46,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:46,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/login.html'; against '/login.html'2017-04-28 10:16:46,957 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:194 - Secure object: FilterInvocation: URL: /login.html; Attributes: [ROLE_ANONYMOUS, ROLE_USER, ROLE_ADMINISTRATOR]2017-04-28 10:16:46,957 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:310 - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@b61f2973: Principal: MetadataUserDetails: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 10.1.1.115; SessionId: 60A87F1E8F27E84352CB274B4D10AAF0; Granted Authorities: ROLE_ANONYMOUS2017-04-28 10:16:46,957 DEBUG AffirmativeBased,http-apr-443-exec-5:65 - Voter: org.springframework.security.access.vote.RoleVoter@614a80ea, returned: 12017-04-28 10:16:46,957 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:215 - Authorization successful2017-04-28 10:16:46,957 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:227 - RunAsManager did not change Authentication object2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /login.html at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:46,957 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /login.html reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:46,957 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/login.html user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:48,988 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:48,988 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:48,988 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/xmla'2017-04-28 10:16:49,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/services/**'2017-04-28 10:16:49,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest/login'2017-04-28 10:16:49,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest/**'2017-04-28 10:16:49,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/**'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,113 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,113 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,113 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,129 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/login.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/externallogin.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/logout.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/loginerror.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/error.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/exituser.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/home.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/flow.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/loginsuccess.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/listolapviews.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/fillparams.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/fileview/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/olap/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/xmla'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/services/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/reportimage/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/jrpxml/*'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/404.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/500.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/reportgenerator.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/bif/*'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/bif/*/**'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/xdm.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/runreportaction.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/scheduler/main.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/rest_v2/**'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/*.html'2017-04-28 10:16:49,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/thememinimal.css'; against '/*.jsp'2017-04-28 10:16:49,144 DEBUG FilterSecurityInterceptor,http-apr-443-exec-6:185 - Public object - authentication not attempted2017-04-28 10:16:49,144 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,144 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/themeMinimal.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,144 DEBUG FilterChainProxy,http-apr-443-exec-6:323 - /_themes/87156626/themeMinimal.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,144 DEBUG JSCsrfGuardFilter,http-apr-443-exec-6:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/themeMinimal.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,160 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,160 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,160 DEBUG ExceptionTranslationFilter,http-apr-443-exec-6:115 - Chain processed normally2017-04-28 10:16:49,160 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-6:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/xmla'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/services/**'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest/login'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest/**'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/**'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,191 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,191 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,191 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/login.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/externallogin.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/logout.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/loginerror.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/error.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/exituser.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/home.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/flow.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/loginsuccess.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/listolapviews.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/fillparams.html'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/fileview/**'2017-04-28 10:16:49,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/olap/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/xmla'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/services/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/reportimage/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/jrpxml/*'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/404.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/500.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/reportgenerator.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/bif/*'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/bif/*/**'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/xdm.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/runreportaction.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/scheduler/main.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/rest_v2/**'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/*.html'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/commonminimal.css'; against '/*.jsp'2017-04-28 10:16:49,222 DEBUG FilterSecurityInterceptor,http-apr-443-exec-2:185 - Public object - authentication not attempted2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/commonMinimal.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-2:323 - /_themes/87156626/commonMinimal.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,222 DEBUG JSCsrfGuardFilter,http-apr-443-exec-2:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/commonMinimal.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/xmla'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/services/**'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest/login'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest/**'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/**'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,222 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,222 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,222 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/login.html'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/externallogin.html'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/logout.html'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/loginerror.html'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/xmla'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/services/**'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest/login'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/**'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,238 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/login.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/externallogin.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/logout.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/loginerror.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/error.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/exituser.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/home.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/flow.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/loginsuccess.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/listolapviews.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/fillparams.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/fileview/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/olap/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/xmla'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/services/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/reportimage/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/jrpxml/*'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/404.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/500.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/reportgenerator.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/bif/*'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/bif/*/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/xdm.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/runreportaction.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/scheduler/main.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/rest_v2/**'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/*.html'2017-04-28 10:16:49,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/panel.css'; against '/*.jsp'2017-04-28 10:16:49,254 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:185 - Public object - authentication not attempted2017-04-28 10:16:49,254 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,254 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/panel.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,254 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /_themes/87156626/panel.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,254 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/panel.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,269 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,269 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,269 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:49,269 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/xmla'2017-04-28 10:16:49,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/xmla'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/services/**'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest/login'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest/**'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/**'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,269 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,269 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,269 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/login.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/externallogin.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/logout.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/loginerror.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/error.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/exituser.html'2017-04-28 10:16:49,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/home.html'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/flow.html'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/loginsuccess.html'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/listolapviews.html'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/fillparams.html'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/fileview/**'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/olap/**'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/xmla'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/services/**'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/reportimage/**'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/jrpxml/*'2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/404.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/500.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/reportgenerator.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/bif/*'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/bif/*/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/xdm.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/runreportaction.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/scheduler/main.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/rest_v2/**'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/*.html'2017-04-28 10:16:49,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/notifications.css'; against '/*.jsp'2017-04-28 10:16:49,301 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:185 - Public object - authentication not attempted2017-04-28 10:16:49,316 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,316 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/notifications.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,316 DEBUG FilterChainProxy,http-apr-443-exec-7:323 - /_themes/87156626/notifications.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,316 DEBUG JSCsrfGuardFilter,http-apr-443-exec-7:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/notifications.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/error.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/exituser.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/home.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/flow.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/loginsuccess.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/listolapviews.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/fillparams.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/fileview/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/olap/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/xmla'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/services/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/reportimage/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/jrpxml/*'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/404.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/500.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/reportgenerator.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/bif/*'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/bif/*/**'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/xdm.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/runreportaction.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/scheduler/main.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/rest_v2/**'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/*.html'2017-04-28 10:16:49,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/menu.css'; against '/*.jsp'2017-04-28 10:16:49,332 DEBUG FilterSecurityInterceptor,http-apr-443-exec-3:185 - Public object - authentication not attempted2017-04-28 10:16:49,332 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,332 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/menu.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,332 DEBUG FilterChainProxy,http-apr-443-exec-3:323 - /_themes/87156626/menu.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,332 DEBUG JSCsrfGuardFilter,http-apr-443-exec-3:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/menu.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,222 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,332 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,332 DEBUG ExceptionTranslationFilter,http-apr-443-exec-2:115 - Chain processed normally2017-04-28 10:16:49,332 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-2:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,332 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,332 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,347 DEBUG ExceptionTranslationFilter,http-apr-443-exec-3:115 - Chain processed normally2017-04-28 10:16:49,347 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-3:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/xmla'2017-04-28 10:16:49,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/services/**'2017-04-28 10:16:49,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest/login'2017-04-28 10:16:49,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest/**'2017-04-28 10:16:49,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/**'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,347 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,347 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,347 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,363 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/login.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/externallogin.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/logout.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/loginerror.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/error.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/exituser.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/home.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/flow.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/loginsuccess.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/listolapviews.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/fillparams.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/fileview/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/olap/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/xmla'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/services/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/reportimage/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/jrpxml/*'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/404.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/500.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/reportgenerator.html'2017-04-28 10:16:49,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/xmla'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/bif/*'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/bif/*/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/xdm.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/runreportaction.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/scheduler/main.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,316 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/services/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest/login'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/**'2017-04-28 10:16:49,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/services/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest/login'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/**'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/rest_v2/**'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/*.html'2017-04-28 10:16:49,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/attributes.css'; against '/*.jsp'2017-04-28 10:16:49,379 DEBUG FilterSecurityInterceptor,http-apr-443-exec-9:185 - Public object - authentication not attempted2017-04-28 10:16:49,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/attributes.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,379 DEBUG ExceptionTranslationFilter,http-apr-443-exec-7:115 - Chain processed normally2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-9:323 - /_themes/87156626/attributes.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,379 DEBUG JSCsrfGuardFilter,http-apr-443-exec-9:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/attributes.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,379 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-7:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,394 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/login.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/externallogin.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/logout.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/loginerror.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/error.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/exituser.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/home.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/flow.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/loginsuccess.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/listolapviews.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/fillparams.html'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/fileview/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/olap/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/xmla'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/services/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/reportimage/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/jrpxml/*'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,379 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/xmla'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/services/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest/login'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/**'2017-04-28 10:16:49,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/xmla'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/services/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest/login'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/**'2017-04-28 10:16:49,410 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,394 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,410 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,410 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,410 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,410 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,410 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/404.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/500.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/reportgenerator.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/bif/*'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/bif/*/**'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/xdm.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/runreportaction.html'2017-04-28 10:16:49,410 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/scheduler/main.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/rest_v2/**'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/*.html'2017-04-28 10:16:49,426 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/webpageview.css'; against '/*.jsp'2017-04-28 10:16:49,426 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:185 - Public object - authentication not attempted2017-04-28 10:16:49,410 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,410 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,410 DEBUG ExceptionTranslationFilter,http-apr-443-exec-9:115 - Chain processed normally2017-04-28 10:16:49,410 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,426 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-9:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/webPageView.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-4:323 - /_themes/87156626/webPageView.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG JSCsrfGuardFilter,http-apr-443-exec-4:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/webPageView.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,426 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,441 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,441 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,441 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/login.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/externallogin.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/logout.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/loginerror.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/error.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/exituser.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/home.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/flow.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/loginsuccess.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/listolapviews.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/fillparams.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/fileview/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/olap/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/xmla'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/services/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/reportimage/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/jrpxml/*'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/404.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/500.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/reportgenerator.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/bif/*'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/bif/*/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/xdm.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/runreportaction.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/scheduler/main.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/rest_v2/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/*.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/managetenants.css'; against '/*.jsp'2017-04-28 10:16:49,426 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/login.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/externallogin.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/logout.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/loginerror.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/error.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/exituser.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/home.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/flow.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/loginsuccess.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/listolapviews.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/fillparams.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/fileview/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/olap/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/xmla'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/services/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/reportimage/**'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/jrpxml/*'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,457 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,426 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,566 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:115 - Chain processed normally2017-04-28 10:16:49,566 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/404.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/500.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/reportgenerator.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/bif/*'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/bif/*/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/xdm.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/runreportaction.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/scheduler/main.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/rest_v2/**'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/*.html'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/simplecolorpicker.css'; against '/*.jsp'2017-04-28 10:16:49,582 DEBUG FilterSecurityInterceptor,http-apr-443-exec-6:185 - Public object - authentication not attempted2017-04-28 10:16:49,551 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/xmla'2017-04-28 10:16:49,457 DEBUG FilterSecurityInterceptor,http-apr-443-exec-8:185 - Public object - authentication not attempted2017-04-28 10:16:49,441 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,441 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/xmla'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/services/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest/login'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/**'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/services/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest/login'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/**'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/xmla'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/services/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest/login'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest/**'2017-04-28 10:16:49,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/**'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/simpleColorPicker.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/manageTenants.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-8:323 - /_themes/87156626/manageTenants.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-6:323 - /_themes/87156626/simpleColorPicker.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,582 DEBUG JSCsrfGuardFilter,http-apr-443-exec-6:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/simpleColorPicker.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,582 DEBUG JSCsrfGuardFilter,http-apr-443-exec-8:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/manageTenants.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/login.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/externallogin.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/logout.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/loginerror.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/error.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/exituser.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/home.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/flow.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/loginsuccess.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/listolapviews.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/fillparams.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/fileview/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/olap/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/xmla'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/services/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/reportimage/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/jrpxml/*'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,582 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/404.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/500.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/reportgenerator.html'2017-04-28 10:16:49,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/bif/*'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/bif/*/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/xdm.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/runreportaction.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,597 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,597 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,613 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,613 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,597 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,613 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/login.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/externallogin.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/logout.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/loginerror.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/error.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/exituser.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/home.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/flow.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/loginsuccess.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/listolapviews.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/fillparams.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/fileview/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/olap/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/xmla'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/services/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/reportimage/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/jrpxml/*'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/404.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/500.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/reportgenerator.html'2017-04-28 10:16:49,613 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,613 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,597 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/scheduler/main.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/rest_v2/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/*.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/importexport.css'; against '/*.jsp'2017-04-28 10:16:49,629 DEBUG FilterSecurityInterceptor,http-apr-443-exec-1:185 - Public object - authentication not attempted2017-04-28 10:16:49,629 DEBUG ExceptionTranslationFilter,http-apr-443-exec-8:115 - Chain processed normally2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/bif/*'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/bif/*/**'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/xdm.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/runreportaction.html'2017-04-28 10:16:49,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/scheduler/main.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/rest_v2/**'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/*.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/dashboard/designer.css'; against '/*.jsp'2017-04-28 10:16:49,644 DEBUG FilterSecurityInterceptor,http-apr-443-exec-2:185 - Public object - authentication not attempted2017-04-28 10:16:49,613 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/dashboard/designer.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,629 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/importExport.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-1:323 - /_themes/87156626/importExport.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,644 DEBUG JSCsrfGuardFilter,http-apr-443-exec-1:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/importExport.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,629 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/login.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/externallogin.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/logout.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/loginerror.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/error.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/exituser.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/home.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/flow.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/loginsuccess.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/listolapviews.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/fillparams.html'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/fileview/**'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/olap/**'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/xmla'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/services/**'2017-04-28 10:16:49,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/reportimage/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/jrpxml/*'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/404.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/500.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/reportgenerator.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/bif/*'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/bif/*/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/xdm.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/runreportaction.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/scheduler/main.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/rest_v2/**'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/*.html'2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pagination.css'; against '/*.jsp'2017-04-28 10:16:49,660 DEBUG FilterSecurityInterceptor,http-apr-443-exec-10:185 - Public object - authentication not attempted2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,644 DEBUG FilterChainProxy,http-apr-443-exec-2:323 - /_themes/87156626/dashboard/designer.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,644 DEBUG ExceptionTranslationFilter,http-apr-443-exec-6:115 - Chain processed normally2017-04-28 10:16:49,660 DEBUG JSCsrfGuardFilter,http-apr-443-exec-2:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dashboard/designer.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/login.html'2017-04-28 10:16:49,660 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,676 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pagination.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,676 DEBUG FilterChainProxy,http-apr-443-exec-10:323 - /_themes/87156626/pagination.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,676 DEBUG JSCsrfGuardFilter,http-apr-443-exec-10:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/pagination.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,676 DEBUG ExceptionTranslationFilter,http-apr-443-exec-10:115 - Chain processed normally2017-04-28 10:16:49,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/xmla'2017-04-28 10:16:49,644 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/services/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest/login'2017-04-28 10:16:49,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,676 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-10:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/externallogin.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/logout.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/loginerror.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/error.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/exituser.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/home.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/flow.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/loginsuccess.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/listolapviews.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/fillparams.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/fileview/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/olap/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/xmla'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/services/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/reportimage/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/jrpxml/*'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,660 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-6:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/404.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/500.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/reportgenerator.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/bif/*'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/bif/*/**'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/xdm.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/runreportaction.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/scheduler/main.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/rest_v2/**'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/*.html'2017-04-28 10:16:49,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dashboard/viewer.css'; against '/*.jsp'2017-04-28 10:16:49,691 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:185 - Public object - authentication not attempted2017-04-28 10:16:49,691 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,691 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dashboard/viewer.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,691 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /_themes/87156626/dashboard/viewer.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,691 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dashboard/viewer.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,691 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,691 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,691 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:49,691 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,676 DEBUG ExceptionTranslationFilter,http-apr-443-exec-2:115 - Chain processed normally2017-04-28 10:16:49,691 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-2:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/xmla'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/services/**'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest/login'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest/**'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/**'2017-04-28 10:16:49,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest/**'2017-04-28 10:16:49,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/**'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,707 DEBUG ExceptionTranslationFilter,http-apr-443-exec-1:115 - Chain processed normally2017-04-28 10:16:49,707 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,707 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,707 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,707 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,707 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-1:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/login.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/externallogin.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/logout.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/loginerror.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/error.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/exituser.html'2017-04-28 10:16:49,707 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/home.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/flow.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/loginsuccess.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/listolapviews.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/fillparams.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/fileview/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/olap/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/xmla'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/services/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/reportimage/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/jrpxml/*'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,707 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/404.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/500.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/reportgenerator.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/bif/*'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/bif/*/**'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/xdm.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/runreportaction.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,722 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/scheduler/main.html'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/rest_v2/**'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/*.html'2017-04-28 10:16:49,722 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/dashboard/toolbar.css'; against '/*.jsp'2017-04-28 10:16:49,738 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:185 - Public object - authentication not attempted2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/xmla'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/services/**'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest/login'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest/**'2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/**'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/dashboard/toolbar.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,738 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-7:323 - /_themes/87156626/dashboard/toolbar.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,738 DEBUG JSCsrfGuardFilter,http-apr-443-exec-7:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dashboard/toolbar.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,738 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,738 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,738 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,738 DEBUG ExceptionTranslationFilter,http-apr-443-exec-7:115 - Chain processed normally2017-04-28 10:16:49,738 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/login.html'2017-04-28 10:16:49,738 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-7:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,738 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,754 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/login.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/externallogin.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/logout.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/loginerror.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/error.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/exituser.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/home.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/flow.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/loginsuccess.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/listolapviews.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/fillparams.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/fileview/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/olap/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/xmla'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/services/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/reportimage/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/jrpxml/*'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/404.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/500.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/reportgenerator.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/bif/*'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/bif/*/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/xdm.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/runreportaction.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/scheduler/main.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/rest_v2/**'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/*.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/overrides_custom.css'; against '/*.jsp'2017-04-28 10:16:49,769 DEBUG FilterSecurityInterceptor,http-apr-443-exec-9:185 - Public object - authentication not attempted2017-04-28 10:16:49,769 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,769 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/overrides_custom.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,769 DEBUG FilterChainProxy,http-apr-443-exec-9:323 - /_themes/87156626/overrides_custom.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,769 DEBUG JSCsrfGuardFilter,http-apr-443-exec-9:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/overrides_custom.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/externallogin.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/logout.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/loginerror.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/error.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/exituser.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/home.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/flow.html'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/loginsuccess.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/listolapviews.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/fillparams.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/fileview/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/olap/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/xmla'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/services/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/reportimage/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/jrpxml/*'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/xmla'2017-04-28 10:16:49,754 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/xmla'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/services/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest/login'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,769 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/404.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/500.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/reportgenerator.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/bif/*'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/bif/*/**'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/xdm.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/runreportaction.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/scheduler/main.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/rest_v2/**'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/*.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/dashboard/canvas.css'; against '/*.jsp'2017-04-28 10:16:49,801 DEBUG FilterSecurityInterceptor,http-apr-443-exec-3:185 - Public object - authentication not attempted2017-04-28 10:16:49,785 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,785 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/services/**'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest/login'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest/**'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/**'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/dashboard/canvas.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-3:323 - /_themes/87156626/dashboard/canvas.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,801 DEBUG JSCsrfGuardFilter,http-apr-443-exec-3:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dashboard/canvas.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,785 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,801 DEBUG ExceptionTranslationFilter,http-apr-443-exec-9:115 - Chain processed normally2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/login.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/externallogin.html'2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/logout.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/loginerror.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/error.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/exituser.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/home.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/flow.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/loginsuccess.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/listolapviews.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/fillparams.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/fileview/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/olap/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/xmla'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/services/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/reportimage/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/jrpxml/*'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/404.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/500.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/reportgenerator.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/bif/*'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/bif/*/**'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/xdm.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/runreportaction.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,816 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/scheduler/main.html'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/rest_v2/**'2017-04-28 10:16:49,801 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,801 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-9:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,832 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,832 DEBUG ExceptionTranslationFilter,http-apr-443-exec-3:115 - Chain processed normally2017-04-28 10:16:49,832 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-3:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/*.html'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/theme.css'; against '/*.jsp'2017-04-28 10:16:49,832 DEBUG FilterSecurityInterceptor,http-apr-443-exec-8:185 - Public object - authentication not attempted2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/theme.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-8:323 - /_themes/87156626/theme.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,832 DEBUG JSCsrfGuardFilter,http-apr-443-exec-8:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/theme.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,832 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,832 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,832 DEBUG ExceptionTranslationFilter,http-apr-443-exec-8:115 - Chain processed normally2017-04-28 10:16:49,832 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/xmla'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/services/**'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest/login'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest/**'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/**'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,832 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,832 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,832 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,832 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/login.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/externallogin.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/logout.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/loginerror.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/error.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/exituser.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/home.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/flow.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/loginsuccess.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/listolapviews.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/fillparams.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/fileview/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/olap/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/xmla'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/services/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/reportimage/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/jrpxml/*'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,847 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/xmla'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/services/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest/login'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/**'2017-04-28 10:16:49,847 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/xmla'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/services/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest/login'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest/**'2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/**'2017-04-28 10:16:49,847 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,863 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,863 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,847 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,847 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/404.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/500.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/reportgenerator.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/bif/*'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/bif/*/**'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/xdm.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/runreportaction.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/scheduler/main.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/rest_v2/**'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/*.html'2017-04-28 10:16:49,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/pages.css'; against '/*.jsp'2017-04-28 10:16:49,863 DEBUG FilterSecurityInterceptor,http-apr-443-exec-10:185 - Public object - authentication not attempted2017-04-28 10:16:49,847 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,863 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/pages.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-10:323 - /_themes/87156626/pages.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,863 DEBUG JSCsrfGuardFilter,http-apr-443-exec-10:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/pages.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,879 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,879 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/login.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/externallogin.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/logout.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/loginerror.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/error.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/exituser.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/home.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/flow.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/loginsuccess.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/listolapviews.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/fillparams.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/j_spring_switch_user*'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/fileview/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/olap/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/xmla'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/services/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/reportimage/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/jrpxml/*'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/heartbeatinfo.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/reports/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/resources/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/connections/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/settings/**'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/404.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/500.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/reportgenerator.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/viewreportcancel.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,879 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/bif/*'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/bif/*/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/xdm.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/getreportcomponents.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/runreportaction.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/main.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/dashboard/viewer.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/awsconfiguration.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/*.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/javascriptservlet'; against '/*.jsp'2017-04-28 10:16:49,894 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:185 - Public object - authentication not attempted2017-04-28 10:16:49,879 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,863 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,894 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/login.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/externallogin.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/logout.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/loginerror.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/error.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/exituser.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/home.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/flow.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/loginsuccess.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/listolapviews.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/fillparams.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/fileview/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/olap/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/xmla'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/services/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/reportimage/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/jrpxml/*'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,894 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/404.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/500.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/reportgenerator.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/bif/*'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/bif/*/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/xdm.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/runreportaction.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/scheduler/main.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/rest_v2/**'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/*.html'2017-04-28 10:16:49,910 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/containers.css'; against '/*.jsp'2017-04-28 10:16:49,910 DEBUG FilterSecurityInterceptor,http-apr-443-exec-6:185 - Public object - authentication not attempted2017-04-28 10:16:49,894 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,894 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,879 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /JavaScriptServlet at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/containers.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-4:323 - /JavaScriptServlet reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,910 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,910 DEBUG ExceptionTranslationFilter,http-apr-443-exec-10:115 - Chain processed normally2017-04-28 10:16:49,910 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-10:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,910 DEBUG JSCsrfGuardFilter,http-apr-443-exec-4:69 - Checking for CSRF token in request /jasperserver/JavaScriptServlet user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,926 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/login.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/externallogin.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/logout.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/loginerror.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/error.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/exituser.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/home.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/flow.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/loginsuccess.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/listolapviews.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/fillparams.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/fileview/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/olap/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/xmla'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/services/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/reportimage/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/jrpxml/*'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/404.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/500.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/reportgenerator.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,926 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/bif/*'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/bif/*/**'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/xdm.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/runreportaction.html'2017-04-28 10:16:49,910 DEBUG FilterChainProxy,http-apr-443-exec-6:323 - /_themes/87156626/containers.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,941 DEBUG JSCsrfGuardFilter,http-apr-443-exec-6:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/containers.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/xmla'2017-04-28 10:16:49,926 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/scheduler/main.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/rest_v2/**'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/*.html'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/dialog.css'; against '/*.jsp'2017-04-28 10:16:49,941 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:185 - Public object - authentication not attempted2017-04-28 10:16:49,941 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:49,941 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/dialog.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:49,941 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /_themes/87156626/dialog.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:49,941 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dialog.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:49,941 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,941 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,941 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:49,941 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/xmla'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/services/**'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest/login'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest/**'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/**'2017-04-28 10:16:49,941 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/services/**'2017-04-28 10:16:49,941 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,941 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest/login'2017-04-28 10:16:49,941 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,941 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest/**'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/**'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,957 DEBUG ExceptionTranslationFilter,http-apr-443-exec-6:115 - Chain processed normally2017-04-28 10:16:49,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,957 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,957 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-6:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,957 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:115 - Chain processed normally2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,957 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/login.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/externallogin.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/logout.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/loginerror.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/error.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/exituser.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/home.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/flow.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/loginsuccess.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/listolapviews.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/fillparams.html'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/fileview/**'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/olap/**'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/xmla'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/services/**'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/reportimage/**'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/jrpxml/*'2017-04-28 10:16:49,957 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,957 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/404.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/500.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/reportgenerator.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/viewreportcancel.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/bif/*'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/bif/*/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/xdm.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/getreportcomponents.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/runreportaction.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/xmla'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/services/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest/login'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest/**'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/**'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:49,972 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:49,972 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:49,988 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:49,988 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/login.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/externallogin.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/logout.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/loginerror.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/error.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/exituser.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/home.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/flow.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/loginsuccess.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/listolapviews.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/fillparams.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/j_spring_switch_user*'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/fileview/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/olap/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/xmla'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/services/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/reportimage/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/jrpxml/*'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/heartbeatinfo.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/reports/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/resources/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/connections/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/settings/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/404.html'2017-04-28 10:16:49,972 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/scheduler/main.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/dashboard/viewer.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/awsconfiguration.html'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/rest_v2/**'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/*.html'2017-04-28 10:16:49,972 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/lists.css'; against '/*.jsp'2017-04-28 10:16:49,988 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/500.html'2017-04-28 10:16:50,004 DEBUG FilterSecurityInterceptor,http-apr-443-exec-1:185 - Public object - authentication not attempted2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/lists.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-1:323 - /_themes/87156626/lists.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/reportgenerator.html'2017-04-28 10:16:50,004 DEBUG JSCsrfGuardFilter,http-apr-443-exec-1:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/lists.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/bif/*'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/bif/*/**'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/xdm.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/runreportaction.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/scheduler/main.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/rest_v2/**'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/*.html'2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/controls.css'; against '/*.jsp'2017-04-28 10:16:50,004 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:185 - Public object - authentication not attempted2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/controls.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-7:323 - /_themes/87156626/controls.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,004 DEBUG JSCsrfGuardFilter,http-apr-443-exec-7:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/controls.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,004 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,004 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,004 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/xmla'2017-04-28 10:16:50,004 DEBUG ExceptionTranslationFilter,http-apr-443-exec-1:115 - Chain processed normally2017-04-28 10:16:50,004 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,004 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-1:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/services/**'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest/login'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest/**'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/**'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,019 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,019 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,019 DEBUG ExceptionTranslationFilter,http-apr-443-exec-7:115 - Chain processed normally2017-04-28 10:16:50,019 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-7:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/xmla'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/login.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/externallogin.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/logout.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/loginerror.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/error.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/exituser.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/home.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/flow.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/loginsuccess.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/listolapviews.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/fillparams.html'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/fileview/**'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/olap/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/xmla'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/services/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/reportimage/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/jrpxml/*'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/404.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/500.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/reportgenerator.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/bif/*'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/bif/*/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/xdm.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/runreportaction.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/scheduler/main.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/rest_v2/**'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/*.html'2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/datadisplays.css'; against '/*.jsp'2017-04-28 10:16:50,035 DEBUG FilterSecurityInterceptor,http-apr-443-exec-9:185 - Public object - authentication not attempted2017-04-28 10:16:50,019 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,035 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,019 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/services/**'2017-04-28 10:16:50,035 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/dataDisplays.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,035 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,051 DEBUG FilterChainProxy,http-apr-443-exec-9:323 - /_themes/87156626/dataDisplays.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,035 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest/login'2017-04-28 10:16:50,051 DEBUG JSCsrfGuardFilter,http-apr-443-exec-9:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dataDisplays.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,051 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/login.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/externallogin.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/logout.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/loginerror.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/error.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/exituser.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/home.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/flow.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/loginsuccess.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/listolapviews.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/fillparams.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/fileview/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/olap/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/xmla'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/services/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/reportimage/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/jrpxml/*'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/404.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/500.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/reportgenerator.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,051 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/**'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,066 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,066 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,066 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/login.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/externallogin.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/logout.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/loginerror.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/error.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/exituser.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/home.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/flow.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/loginsuccess.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/listolapviews.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/fillparams.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/fileview/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/olap/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/xmla'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/services/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/reportimage/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/jrpxml/*'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest/**'2017-04-28 10:16:50,051 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/bif/*'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/bif/*/**'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/xdm.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/runreportaction.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/scheduler/main.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/rest_v2/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/*.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/buttons.css'; against '/*.jsp'2017-04-28 10:16:50,082 DEBUG FilterSecurityInterceptor,http-apr-443-exec-2:185 - Public object - authentication not attempted2017-04-28 10:16:50,066 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/404.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/500.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/reportgenerator.html'2017-04-28 10:16:50,082 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,066 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,082 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/buttons.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/xmla'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/services/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest/login'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/bif/*'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/bif/*/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/xdm.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/runreportaction.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/scheduler/main.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/rest_v2/**'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/*.html'2017-04-28 10:16:50,082 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/pagespecific.css'; against '/*.jsp'2017-04-28 10:16:50,097 DEBUG FilterSecurityInterceptor,http-apr-443-exec-3:185 - Public object - authentication not attempted2017-04-28 10:16:50,082 DEBUG FilterChainProxy,http-apr-443-exec-2:323 - /_themes/87156626/buttons.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,082 DEBUG ExceptionTranslationFilter,http-apr-443-exec-9:115 - Chain processed normally2017-04-28 10:16:50,097 DEBUG JSCsrfGuardFilter,http-apr-443-exec-2:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/buttons.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/xmla'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/services/**'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest/login'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest/**'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/**'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,082 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/pageSpecific.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,097 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-9:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-3:323 - /_themes/87156626/pageSpecific.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,097 DEBUG JSCsrfGuardFilter,http-apr-443-exec-3:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/pageSpecific.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,097 DEBUG ExceptionTranslationFilter,http-apr-443-exec-2:115 - Chain processed normally2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,097 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,097 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-2:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/login.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/externallogin.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/logout.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/loginerror.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/error.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/exituser.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/home.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/flow.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/loginsuccess.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/listolapviews.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/fillparams.html'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,097 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/fileview/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/olap/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/xmla'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/services/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/reportimage/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/jrpxml/*'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/404.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/500.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/reportgenerator.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/bif/*'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/bif/*/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/xdm.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/runreportaction.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/scheduler/main.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/rest_v2/**'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/*.html'2017-04-28 10:16:50,113 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/forprint.css'; against '/*.jsp'2017-04-28 10:16:50,113 DEBUG FilterSecurityInterceptor,http-apr-443-exec-10:185 - Public object - authentication not attempted2017-04-28 10:16:50,097 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,113 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/forPrint.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/login.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/externallogin.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/logout.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/loginerror.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/error.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/exituser.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/home.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/flow.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/loginsuccess.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/listolapviews.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/fillparams.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,129 DEBUG FilterChainProxy,http-apr-443-exec-10:323 - /_themes/87156626/forPrint.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,129 DEBUG JSCsrfGuardFilter,http-apr-443-exec-10:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/forPrint.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,129 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,129 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/xmla'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/fileview/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/olap/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/xmla'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/services/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/reportimage/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/jrpxml/*'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/404.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/500.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/reportgenerator.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/bif/*'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/bif/*/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/xdm.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/runreportaction.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/scheduler/main.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/rest_v2/**'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/*.html'2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/dialogspecific.css'; against '/*.jsp'2017-04-28 10:16:50,144 DEBUG FilterSecurityInterceptor,http-apr-443-exec-8:185 - Public object - authentication not attempted2017-04-28 10:16:50,129 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/services/**'2017-04-28 10:16:50,129 DEBUG ExceptionTranslationFilter,http-apr-443-exec-10:115 - Chain processed normally2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest/login'2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/dialogSpecific.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,144 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-10:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-8:323 - /_themes/87156626/dialogSpecific.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest/**'2017-04-28 10:16:50,144 DEBUG JSCsrfGuardFilter,http-apr-443-exec-8:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/dialogSpecific.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,144 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/**'2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,144 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,144 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,144 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,144 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,144 DEBUG ExceptionTranslationFilter,http-apr-443-exec-8:115 - Chain processed normally2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,144 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,144 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,160 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/login.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/externallogin.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/logout.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/loginerror.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/error.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/exituser.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/home.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/flow.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/loginsuccess.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/listolapviews.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/fillparams.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/fileview/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/olap/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/xmla'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/services/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/reportimage/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/jrpxml/*'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/404.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/500.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/reportgenerator.html'2017-04-28 10:16:50,160 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/bif/*'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/bif/*/**'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/xdm.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/runreportaction.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/scheduler/main.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/rest_v2/**'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/*.html'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/_themes/87156626/common/js_reset.css'; against '/*.jsp'2017-04-28 10:16:50,176 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:185 - Public object - authentication not attempted2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /_themes/87156626/common/js_reset.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /_themes/87156626/common/js_reset.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,176 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/js_reset.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/xmla'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/services/**'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest/login'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest/**'2017-04-28 10:16:50,176 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/**'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,176 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,176 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,176 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,176 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,176 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:50,176 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,176 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,191 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,191 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,191 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,191 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/login.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/externallogin.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/logout.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/loginerror.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/error.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/exituser.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/home.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/flow.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/loginsuccess.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/listolapviews.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/fillparams.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/fileview/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/olap/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/xmla'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/services/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/reportimage/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/jrpxml/*'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/404.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/500.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/reportgenerator.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/bif/*'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/bif/*/**'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/xdm.html'2017-04-28 10:16:50,191 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/runreportaction.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/scheduler/main.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/rest_v2/**'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/*.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/common/base.css'; against '/*.jsp'2017-04-28 10:16:50,207 DEBUG FilterSecurityInterceptor,http-apr-443-exec-6:185 - Public object - authentication not attempted2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/common/base.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-6:323 - /_themes/87156626/common/base.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,207 DEBUG JSCsrfGuardFilter,http-apr-443-exec-6:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/base.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,207 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,207 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,207 DEBUG ExceptionTranslationFilter,http-apr-443-exec-6:115 - Chain processed normally2017-04-28 10:16:50,207 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-6:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/xmla'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/services/**'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest/login'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest/**'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/**'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,207 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,207 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,207 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/login.html'2017-04-28 10:16:50,207 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/externallogin.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/logout.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/loginerror.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/error.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/exituser.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/home.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/flow.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/loginsuccess.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/listolapviews.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/fillparams.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/fileview/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/olap/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/xmla'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/services/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/reportimage/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/jrpxml/*'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/404.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/500.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/reportgenerator.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/bif/*'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/bif/*/**'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/xdm.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/runreportaction.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/scheduler/main.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,222 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/rest_v2/**'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/*.html'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/common/layout.css'; against '/*.jsp'2017-04-28 10:16:50,238 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:185 - Public object - authentication not attempted2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/common/layout.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-4:323 - /_themes/87156626/common/layout.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,238 DEBUG JSCsrfGuardFilter,http-apr-443-exec-4:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/layout.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,238 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:115 - Chain processed normally2017-04-28 10:16:50,238 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/xmla'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/services/**'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest/login'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest/**'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/**'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/xmla'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/services/**'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest/login'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest/**'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/**'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,238 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/login.html'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/externallogin.html'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/logout.html'2017-04-28 10:16:50,238 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,238 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/loginerror.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/error.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/exituser.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/home.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/flow.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/loginsuccess.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/listolapviews.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/fillparams.html'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/fileview/**'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/olap/**'2017-04-28 10:16:50,254 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/xmla'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/login.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/services/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/externallogin.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/reportimage/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/logout.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/loginerror.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/jrpxml/*'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/error.html'2017-04-28 10:16:50,254 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/exituser.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/home.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/flow.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/loginsuccess.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/listolapviews.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/fillparams.html'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/fileview/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/olap/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/404.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/500.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/reportgenerator.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/bif/*'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/bif/*/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/xdm.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/runreportaction.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/scheduler/main.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/rest_v2/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/*.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/common/modules.css'; against '/*.jsp'2017-04-28 10:16:50,269 DEBUG FilterSecurityInterceptor,http-apr-443-exec-1:185 - Public object - authentication not attempted2017-04-28 10:16:50,254 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,269 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,254 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/xmla'2017-04-28 10:16:50,269 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/common/modules.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,269 DEBUG ExceptionTranslationFilter,http-apr-443-exec-3:115 - Chain processed normally2017-04-28 10:16:50,269 DEBUG FilterChainProxy,http-apr-443-exec-1:323 - /_themes/87156626/common/modules.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/services/**'2017-04-28 10:16:50,269 DEBUG JSCsrfGuardFilter,http-apr-443-exec-1:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/modules.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,269 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-3:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/reportimage/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/jrpxml/*'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,269 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/404.html'2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/500.html'2017-04-28 10:16:50,285 DEBUG ExceptionTranslationFilter,http-apr-443-exec-1:115 - Chain processed normally2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/reportgenerator.html'2017-04-28 10:16:50,285 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-1:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/bif/*'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/bif/*/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/xdm.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/runreportaction.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/xmla'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/services/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest/login'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/scheduler/main.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/rest_v2/**'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/*.html'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/_themes/87156626/common/state.css'; against '/*.jsp'2017-04-28 10:16:50,285 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:185 - Public object - authentication not attempted2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/xmla'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/xmla'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/services/**'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /_themes/87156626/common/state.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/services/**'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-7:323 - /_themes/87156626/common/state.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest/login'2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest/**'2017-04-28 10:16:50,285 DEBUG JSCsrfGuardFilter,http-apr-443-exec-7:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/state.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest/login'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/**'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,285 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest/**'2017-04-28 10:16:50,285 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/**'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,285 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,301 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,301 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,301 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,301 DEBUG ExceptionTranslationFilter,http-apr-443-exec-7:115 - Chain processed normally2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-7:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/login.html'2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/externallogin.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/logout.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/loginerror.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/error.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/exituser.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/home.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/flow.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/loginsuccess.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/listolapviews.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/fillparams.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/fileview/**'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/olap/**'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/xmla'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/services/**'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/reportimage/**'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/jrpxml/*'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,301 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/404.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/500.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/reportgenerator.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/bif/*'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/bif/*/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/xdm.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/runreportaction.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/scheduler/main.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/rest_v2/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/*.html'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-10:145 - Checking match of request : '/_themes/87156626/common/dialog.css'; against '/*.jsp'2017-04-28 10:16:50,316 DEBUG FilterSecurityInterceptor,http-apr-443-exec-10:185 - Public object - authentication not attempted2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-10:337 - /_themes/87156626/common/dialog.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/xmla'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/services/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest/login'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest/**'2017-04-28 10:16:50,316 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/**'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,316 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,316 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-10:323 - /_themes/87156626/common/dialog.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,301 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,316 DEBUG JSCsrfGuardFilter,http-apr-443-exec-10:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/dialog.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,332 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,316 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/login.html'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-10:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/externallogin.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/logout.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/loginerror.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/error.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/exituser.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/home.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/flow.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/loginsuccess.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/listolapviews.html'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/fillparams.html'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/login.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/externallogin.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/logout.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/loginerror.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/error.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/exituser.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/home.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/flow.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/loginsuccess.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/listolapviews.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/fillparams.html'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/fileview/**'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/olap/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/xmla'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/services/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/reportimage/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/jrpxml/*'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,332 DEBUG ExceptionTranslationFilter,http-apr-443-exec-10:115 - Chain processed normally2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,332 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/j_spring_switch_user*'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/fileview/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/olap/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/xmla'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/services/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/reportimage/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/jrpxml/*'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/heartbeatinfo.html'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/reports/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/resources/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/connections/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/settings/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/404.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/500.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/reportgenerator.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/viewreportcancel.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/bif/*'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/bif/*/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/xdm.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/getreportcomponents.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/runreportaction.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/scheduler/main.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/dashboard/viewer.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/awsconfiguration.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/rest_v2/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/*.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/_themes/87156626/images/favicon.ico'; against '/*.jsp'2017-04-28 10:16:50,363 DEBUG FilterSecurityInterceptor,http-apr-443-exec-8:185 - Public object - authentication not attempted2017-04-28 10:16:50,363 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,363 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /_themes/87156626/images/favicon.ico at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,363 DEBUG FilterChainProxy,http-apr-443-exec-8:323 - /_themes/87156626/images/favicon.ico reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,363 DEBUG JSCsrfGuardFilter,http-apr-443-exec-8:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/images/favicon.ico user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,363 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,363 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,363 DEBUG ExceptionTranslationFilter,http-apr-443-exec-8:115 - Chain processed normally2017-04-28 10:16:50,363 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,332 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,347 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/404.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/500.html'2017-04-28 10:16:50,363 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/reportgenerator.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/bif/*'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/bif/*/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/xdm.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/runreportaction.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/scheduler/main.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/rest_v2/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/*.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-9:145 - Checking match of request : '/_themes/87156626/common/utility.css'; against '/*.jsp'2017-04-28 10:16:50,379 DEBUG FilterSecurityInterceptor,http-apr-443-exec-9:185 - Public object - authentication not attempted2017-04-28 10:16:50,379 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,379 DEBUG FilterChainProxy,http-apr-443-exec-9:337 - /_themes/87156626/common/utility.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,379 DEBUG FilterChainProxy,http-apr-443-exec-9:323 - /_themes/87156626/common/utility.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,379 DEBUG JSCsrfGuardFilter,http-apr-443-exec-9:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/utility.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,379 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-9:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,379 DEBUG ExceptionTranslationFilter,http-apr-443-exec-9:115 - Chain processed normally2017-04-28 10:16:50,379 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-9:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,379 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/login.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/externallogin.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/logout.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/loginerror.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/error.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/exituser.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/home.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/flow.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/loginsuccess.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/listolapviews.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/fillparams.html'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/j_spring_switch_user*'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/fileview/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/olap/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/xmla'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/services/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/reportimage/**'2017-04-28 10:16:50,379 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/jrpxml/*'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/heartbeatinfo.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/reports/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/resources/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/connections/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/settings/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/404.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/500.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/reportgenerator.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/viewreportcancel.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/bif/*'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/bif/*/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/xdm.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/getreportcomponents.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/runreportaction.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/scheduler/main.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/dashboard/viewer.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/awsconfiguration.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/rest_v2/**'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/*.html'2017-04-28 10:16:50,394 DEBUG AntPathRequestMatcher,http-apr-443-exec-2:145 - Checking match of request : '/_themes/87156626/common/controls.css'; against '/*.jsp'2017-04-28 10:16:50,394 DEBUG FilterSecurityInterceptor,http-apr-443-exec-2:185 - Public object - authentication not attempted2017-04-28 10:16:50,394 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,394 DEBUG FilterChainProxy,http-apr-443-exec-2:337 - /_themes/87156626/common/controls.css at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,394 DEBUG FilterChainProxy,http-apr-443-exec-2:323 - /_themes/87156626/common/controls.css reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,394 DEBUG JSCsrfGuardFilter,http-apr-443-exec-2:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/common/controls.css user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,394 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,394 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-2:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,394 DEBUG ExceptionTranslationFilter,http-apr-443-exec-2:115 - Chain processed normally2017-04-28 10:16:50,394 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-2:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,347 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-10:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/xmla'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/services/**'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest/login'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest/**'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/**'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,566 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,566 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,566 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/login.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/externallogin.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/logout.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/loginerror.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/error.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/exituser.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/home.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/flow.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/loginsuccess.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/listolapviews.html'2017-04-28 10:16:50,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/fillparams.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/j_spring_switch_user*'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/fileview/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/olap/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/xmla'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/services/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/reportimage/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/jrpxml/*'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/heartbeatinfo.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/reports/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/resources/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/connections/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/settings/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:127 - Request 'POST /javascriptservlet' doesn't match 'GET /rest_v2/jdbcdrivers2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/404.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/500.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/reportgenerator.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/viewreportcancel.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/bif/*'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/bif/*/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/xdm.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/getreportcomponents.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/runreportaction.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/scheduler/main.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/dashboard/viewer.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/awsconfiguration.html'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/xmla'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/services/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest/login'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest/**'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/**'2017-04-28 10:16:50,582 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,582 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,582 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,582 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/xmla'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/rest_v2/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/xmla'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/xmla'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/services/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest/login'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/*.html'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/services/**'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-5:145 - Checking match of request : '/javascriptservlet'; against '/*.jsp'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,597 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,597 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/services/**'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,597 DEBUG FilterSecurityInterceptor,http-apr-443-exec-5:185 - Public object - authentication not attempted2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/login.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/externallogin.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/logout.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/loginerror.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/error.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/exituser.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/home.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/flow.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest/login'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/loginsuccess.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/listolapviews.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/fillparams.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/j_spring_switch_user*'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/fileview/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/olap/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/xmla'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/services/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/reportimage/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/jrpxml/*'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/heartbeatinfo.html'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/reports/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/resources/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/connections/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/settings/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/404.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/500.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/reportgenerator.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/viewreportcancel.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/bif/*'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/bif/*/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/xdm.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/getreportcomponents.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/runreportaction.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/scheduler/main.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/dashboard/viewer.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/awsconfiguration.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/rest_v2/**'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/*.html'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-3:145 - Checking match of request : '/_themes/87156626/images/login_devices-2x.png'; against '/*.jsp'2017-04-28 10:16:50,613 DEBUG FilterSecurityInterceptor,http-apr-443-exec-3:185 - Public object - authentication not attempted2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,597 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest/login'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-5:337 - /JavaScriptServlet at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-3:337 - /_themes/87156626/images/login_devices-2x.png at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-3:323 - /_themes/87156626/images/login_devices-2x.png reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,597 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest/**'2017-04-28 10:16:50,613 DEBUG JSCsrfGuardFilter,http-apr-443-exec-3:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/images/login_devices-2x.png user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-5:323 - /JavaScriptServlet reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,613 DEBUG JSCsrfGuardFilter,http-apr-443-exec-5:69 - Checking for CSRF token in request /jasperserver/JavaScriptServlet user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,613 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,613 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,629 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-5:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,613 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest/**'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,629 DEBUG ExceptionTranslationFilter,http-apr-443-exec-5:115 - Chain processed normally2017-04-28 10:16:50,613 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/**'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,629 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-5:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/login.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/externallogin.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/logout.html'2017-04-28 10:16:50,629 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,629 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/login.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/externallogin.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/logout.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/loginerror.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/error.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/exituser.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/home.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/flow.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/loginsuccess.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/listolapviews.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/fillparams.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/j_spring_switch_user*'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/fileview/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/olap/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/xmla'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/services/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/reportimage/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/jrpxml/*'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/heartbeatinfo.html'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest/**'2017-04-28 10:16:50,629 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/reports/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/resources/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/connections/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/settings/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/404.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/500.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/reportgenerator.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/viewreportcancel.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/bif/*'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/bif/*/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/xdm.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/getreportcomponents.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/runreportaction.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/scheduler/main.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/dashboard/viewer.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/awsconfiguration.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/rest_v2/**'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/*.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-6:145 - Checking match of request : '/_themes/87156626/images/logo_welcome.png'; against '/*.jsp'2017-04-28 10:16:50,644 DEBUG FilterSecurityInterceptor,http-apr-443-exec-6:185 - Public object - authentication not attempted2017-04-28 10:16:50,644 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,644 DEBUG FilterChainProxy,http-apr-443-exec-6:337 - /_themes/87156626/images/logo_welcome.png at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,644 DEBUG FilterChainProxy,http-apr-443-exec-6:323 - /_themes/87156626/images/logo_welcome.png reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,644 DEBUG JSCsrfGuardFilter,http-apr-443-exec-6:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/images/logo_welcome.png user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,644 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,644 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-6:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,644 DEBUG ExceptionTranslationFilter,http-apr-443-exec-6:115 - Chain processed normally2017-04-28 10:16:50,644 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-6:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/loginerror.html'2017-04-28 10:16:50,644 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/error.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/exituser.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/home.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/flow.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/loginsuccess.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/listolapviews.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/fillparams.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/j_spring_switch_user*'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/fileview/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/olap/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/xmla'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/services/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/reportimage/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/jrpxml/*'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/heartbeatinfo.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/reports/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/resources/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/connections/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/settings/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/404.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/500.html'2017-04-28 10:16:50,629 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/reportgenerator.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/viewreportcancel.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/bif/*'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/bif/*/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/xdm.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/getreportcomponents.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/runreportaction.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/scheduler/main.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/dashboard/viewer.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/awsconfiguration.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/rest_v2/**'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/*.html'2017-04-28 10:16:50,660 DEBUG AntPathRequestMatcher,http-apr-443-exec-1:145 - Checking match of request : '/_themes/87156626/images/input_bkgd.png'; against '/*.jsp'2017-04-28 10:16:50,660 DEBUG FilterSecurityInterceptor,http-apr-443-exec-1:185 - Public object - authentication not attempted2017-04-28 10:16:50,660 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-1:337 - /_themes/87156626/images/input_bkgd.png at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-1:323 - /_themes/87156626/images/input_bkgd.png reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:50,676 DEBUG JSCsrfGuardFilter,http-apr-443-exec-1:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/images/input_bkgd.png user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:50,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:50,676 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-1:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:50,676 DEBUG ExceptionTranslationFilter,http-apr-443-exec-1:115 - Chain processed normally2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,676 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-1:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 13 of 19 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 14 of 19 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 15 of 19 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 16 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:50,676 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 17 of 19 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/login.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/externallogin.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/logout.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/loginerror.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/error.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/exituser.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/home.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/flow.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/loginsuccess.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/listolapviews.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/fillparams.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/j_spring_switch_user*'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/fileview/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/olap/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/xmla'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/services/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/reportimage/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/jrpxml/*'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/heartbeatinfo.html'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/discovery/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/jobs/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/permissions/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/reports/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/resources/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/api/resources/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/connections/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:50,676 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/application.wadl'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/bundles/**'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/settings/**'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/customdatasources'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/jdbcdrivers'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/404.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/500.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/reportgenerator.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/viewreportcancel.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/viewreportasynccancel.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/viewreportpageupdatecheck.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/bif/*'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/bif/*/**'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/xdm.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/getreportcomponents.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/getrequirejsconfig.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/runreportaction.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/scheduler/jobsummary.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/scheduler/jobdetails.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/scheduler/main.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/dashboard/viewer.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/awsconfiguration.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/rest_v2/**'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/*.html'2017-04-28 10:16:50,691 DEBUG AntPathRequestMatcher,http-apr-443-exec-4:145 - Checking match of request : '/_themes/87156626/images/lists_sprite.png'; against '/*.jsp'2017-04-28 10:16:50,691 DEBUG FilterSecurityInterceptor,http-apr-443-exec-4:185 - Public object - authentication not attempted2017-04-28 10:16:50,691 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 18 of 19 in additional filter chain; firing Filter: 'JSSwitchUserProcessingFilter'2017-04-28 10:16:50,691 DEBUG FilterChainProxy,http-apr-443-exec-4:337 - /_themes/87156626/images/lists_sprite.png at position 19 of 19 in additional filter chain; firing Filter: 'IPadSupportFilter'2017-04-28 10:16:50,691 DEBUG FilterChainProxy,http-apr-443-exec-4:323 - /_themes/87156626/images/lists_sprite.png reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:50,691 DEBUG JSCsrfGuardFilter,http-apr-443-exec-4:69 - Checking for CSRF token in request /jasperserver/_themes/87156626/images/lists_sprite.png user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:50,691 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,691 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,691 DEBUG ExceptionTranslationFilter,http-apr-443-exec-4:115 - Chain processed normally2017-04-28 10:16:50,691 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:50,879 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,879 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-3:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:50,879 DEBUG ExceptionTranslationFilter,http-apr-443-exec-3:115 - Chain processed normally2017-04-28 10:16:50,879 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-3:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:51,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/xmla'2017-04-28 10:16:51,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/services/**'2017-04-28 10:16:51,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest/login'2017-04-28 10:16:51,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest/**'2017-04-28 10:16:51,769 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/**'2017-04-28 10:16:51,769 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 1 of 16 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:51,769 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:51,847 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 2 of 16 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 3 of 16 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 4 of 16 in additional filter chain; firing Filter: 'TextOnlyResponseWebAppSecurityFilter'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 5 of 16 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 6 of 16 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 7 of 16 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:51,847 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 8 of 16 in additional filter chain; firing Filter: 'EncryptionAuthenticationProcessingFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 9 of 16 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 10 of 16 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 11 of 16 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 12 of 16 in additional filter chain; firing Filter: 'MetadataAuthenticationProcessingFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 13 of 16 in additional filter chain; firing Filter: 'NullFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 14 of 16 in additional filter chain; firing Filter: 'JSAnonymousAuthenticationFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 15 of 16 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:337 - /rest_v2/settings/dateTimeSettings at position 16 of 16 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/login.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/externallogin.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/logout.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/loginerror.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/error.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/exituser.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/home.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/flow.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/loginsuccess.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/listolapviews.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/fillparams.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/j_spring_switch_user*'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/fileview/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/olap/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/xmla'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/services/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/reportimage/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/jrpxml/*'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/heartbeatinfo.html'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/thumbnails/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/discovery/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/jobs/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/permissions/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/reports/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/resources/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/api/resources/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/connections/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/reportexecutions/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/serverinfo/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/application.wadl'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/application.wadl/xsd0.xsd'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/bundles/**'2017-04-28 10:16:51,863 DEBUG AntPathRequestMatcher,http-apr-443-exec-7:145 - Checking match of request : '/rest_v2/settings/datetimesettings'; against '/rest_v2/settings/**'2017-04-28 10:16:51,863 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:194 - Secure object: FilterInvocation: URL: /rest_v2/settings/dateTimeSettings; Attributes: [ROLE_ANONYMOUS, ROLE_USER, ROLE_ADMINISTRATOR]2017-04-28 10:16:51,863 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:310 - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@b61f2973: Principal: MetadataUserDetails: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 10.1.1.115; SessionId: 60A87F1E8F27E84352CB274B4D10AAF0; Granted Authorities: ROLE_ANONYMOUS2017-04-28 10:16:51,863 DEBUG AffirmativeBased,http-apr-443-exec-7:65 - Voter: org.springframework.security.access.vote.RoleVoter@614a80ea, returned: 12017-04-28 10:16:51,863 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:215 - Authorization successful2017-04-28 10:16:51,863 DEBUG FilterSecurityInterceptor,http-apr-443-exec-7:227 - RunAsManager did not change Authentication object2017-04-28 10:16:51,863 DEBUG FilterChainProxy,http-apr-443-exec-7:323 - /rest_v2/settings/dateTimeSettings reached end of additional filter chain; proceeding with original chain2017-04-28 10:16:51,863 DEBUG JSCsrfGuardFilter,http-apr-443-exec-7:69 - Checking for CSRF token in request /jasperserver/rest_v2/settings/dateTimeSettings user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.02017-04-28 10:16:52,113 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-7:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:52,113 DEBUG ExceptionTranslationFilter,http-apr-443-exec-7:115 - Chain processed normally2017-04-28 10:16:52,113 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-7:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:54,566 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/j_spring_security_check'; against '/xmla'2017-04-28 10:16:54,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/j_spring_security_check'; against '/services/**'2017-04-28 10:16:54,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/j_spring_security_check'; against '/rest/login'2017-04-28 10:16:54,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/j_spring_security_check'; against '/rest/**'2017-04-28 10:16:54,582 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/j_spring_security_check'; against '/rest_v2/**'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:54,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:54,582 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,582 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /j_spring_security_check at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,582 DEBUG EncryptionAuthenticationProcessingFilter,http-apr-443-exec-8:205 - Request is to process authentication2017-04-28 10:16:54,582 DEBUG ProviderManager,http-apr-443-exec-8:152 - Authentication attempt using com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSLdapAuthenticationProvider2017-04-28 10:16:54,582 DEBUG JSLdapAuthenticationProvider,http-apr-443-exec-8:65 - Processing authentication request for user: tonyg2017-04-28 10:16:54,582 DEBUG FilterBasedLdapUserSearch,http-apr-443-exec-8:107 - Searching for user 'tonyg', with user search [ searchFilter: '(sAMAccountName={0})', searchBase: 'OU=company Users', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]2017-04-28 10:16:54,629 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:211 - Searching for entry under DN 'dc=company-fei,dc=com', base = 'ou=company Users', filter = '(sAMAccountName={0})'2017-04-28 10:16:54,676 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:223 - Found DN: cn=Tony mylastname,ou=Contractors,ou=company Users2017-04-28 10:16:54,691 DEBUG BindAuthenticator,http-apr-443-exec-8:108 - Attempting to bind as cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,691 DEBUG JSLdapContextSource,http-apr-443-exec-8:76 - Removing pooling flag for user cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,691 DEBUG BindAuthenticator,http-apr-443-exec-8:116 - Retrieving attributes...2017-04-28 10:16:54,707 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-8:182 - Getting authorities for user cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,707 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-8:211 - Searching for roles for user 'tonyg', DN = 'cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com', with filter (uid={1}) in search base ''2017-04-28 10:16:54,707 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:150 - Using filter: (uid=tonyg)2017-04-28 10:16:54,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:54,801 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed2017-04-28 10:16:54,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/500.html'; against '/xmla'2017-04-28 10:16:54,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/500.html'; against '/services/**'2017-04-28 10:16:54,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/500.html'; against '/rest/login'2017-04-28 10:16:54,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/500.html'; against '/rest/**'2017-04-28 10:16:54,801 DEBUG AntPathRequestMatcher,http-apr-443-exec-8:145 - Checking match of request : '/500.html'; against '/rest_v2/**'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 1 of 19 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'2017-04-28 10:16:54,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:152 - HttpSession returned null object for SPRING_SECURITY_CONTEXT2017-04-28 10:16:54,801 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:91 - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3573a596. A new one will be created.2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 2 of 19 in additional filter chain; firing Filter: 'EncryptionFilter'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 3 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 4 of 19 in additional filter chain; firing Filter: 'MultipartRequestWrapperFilter'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 5 of 19 in additional filter chain; firing Filter: 'WebAppSecurityFilter'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 6 of 19 in additional filter chain; firing Filter: 'StandardLoggingFilter'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 7 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 8 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 9 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,801 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 10 of 19 in additional filter chain; firing Filter: 'UserPreferencesFilter'2017-04-28 10:16:54,816 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 11 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,816 DEBUG FilterChainProxy,http-apr-443-exec-8:337 - /500.html at position 12 of 19 in additional filter chain; firing Filter: 'JSDelegatingFilterProxy'2017-04-28 10:16:54,816 DEBUG ProviderManager,http-apr-443-exec-8:152 - Authentication attempt using com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSLdapAuthenticationProvider2017-04-28 10:16:54,816 DEBUG JSLdapAuthenticationProvider,http-apr-443-exec-8:65 - Processing authentication request for user: tonyg2017-04-28 10:16:54,816 DEBUG FilterBasedLdapUserSearch,http-apr-443-exec-8:107 - Searching for user 'tonyg', with user search [ searchFilter: '(sAMAccountName={0})', searchBase: 'OU=company Users', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]2017-04-28 10:16:54,816 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:211 - Searching for entry under DN 'dc=company-fei,dc=com', base = 'ou=company Users', filter = '(sAMAccountName={0})'2017-04-28 10:16:54,816 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:223 - Found DN: cn=Tony mylastname,ou=Contractors,ou=company Users2017-04-28 10:16:54,816 DEBUG BindAuthenticator,http-apr-443-exec-8:108 - Attempting to bind as cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,816 DEBUG JSLdapContextSource,http-apr-443-exec-8:76 - Removing pooling flag for user cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,832 DEBUG BindAuthenticator,http-apr-443-exec-8:116 - Retrieving attributes...2017-04-28 10:16:54,832 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-8:182 - Getting authorities for user cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com2017-04-28 10:16:54,832 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-8:211 - Searching for roles for user 'tonyg', DN = 'cn=Tony mylastname,ou=Contractors,ou=company Users,dc=company-fei,dc=com', with filter (uid={1}) in search base ''2017-04-28 10:16:54,832 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-8:150 - Using filter: (uid=tonyg)2017-04-28 10:16:54,894 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-8:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-04-28 10:16:54,894 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-8:97 - SecurityContextHolder now cleared, as request processing completed[/code]

 

config file:

<!--  ~ Copyright © 2005 - 2014 TIBCO Software Inc. All rights reserved.  ~ http://www.jaspersoft.com.  ~  ~ Unless you have purchased  a commercial license agreement from Jaspersoft,  ~ the following license terms  apply:  ~  ~ This program is free software: you can redistribute it and/or  modify  ~ it under the terms of the GNU Affero General Public License  as  ~ published by the Free Software Foundation, either version 3 of  the  ~ License, or (at your option) any later version.  ~  ~ This program is distributed in the hope that it will be useful,  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  ~ GNU Affero  General Public License for more details.  ~  ~  You should have received a copy of the GNU Affero General Public  License  ~  along with this program. If not, see <http://www.gnu.org/licenses/>.  --><beans xmlns="http://www.springframework.org/schema/beans"       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">    <!-- ############ LDAP authentication ############      - Sample configuration of external authentication via an external LDAP server.    -->    <bean id="proxyAuthenticationProcessingFilter" class="com.jaspersoft.jasperserver.api.security.EncryptionAuthenticationProcessingFilter"          parent="authenticationProcessingFilter">        <property name="authenticationManager">            <ref local="ldapAuthenticationManager"/>        </property>        <property name="authenticationSuccessHandler" ref="externalAuthSuccessHandler" />    </bean>    <bean id="proxyAuthenticationSoapProcessingFilter"          class="com.jaspersoft.jasperserver.api.security.externalAuth.DefaultAuthenticationSoapProcessingFilter">        <property name="authenticationManager" ref="ldapAuthenticationManager"/>        <property name="authenticationSuccessHandler" ref="externalAuthSuccessHandler" />        <property name="filterProcessesUrl" value="/services"/>    </bean>    <bean id="proxyAuthenticationRestProcessingFilter" class="com.jaspersoft.jasperserver.api.security.externalAuth.DefaultAuthenticationRestProcessingFilter">        <property name="authenticationManager">            <ref local="ldapAuthenticationManager"/>        </property>        <property name="authenticationSuccessHandler" ref="externalAuthSuccessHandler" />        <property name="filterProcessesUrl" value="/rest/login"/>    </bean>    <bean id="proxyRequestParameterAuthenticationFilter"          class="com.jaspersoft.jasperserver.war.util.ExternalRequestParameterAuthenticationFilter" parent="requestParameterAuthenticationFilter">        <property name="authenticationManager">            <ref local="ldapAuthenticationManager"/>        </property>        <property name="externalDataSynchronizer" ref="externalDataSynchronizer"/>    </bean>    <bean id="externalAuthSuccessHandler"          class="com.jaspersoft.jasperserver.api.security.externalAuth.JrsExternalAuthenticationSuccessHandler" parent="successHandler">        <property name="externalDataSynchronizer">            <ref local="externalDataSynchronizer"/>        </property>    </bean>    <bean id="proxyBasicProcessingFilter"          class="com.jaspersoft.jasperserver.api.security.externalAuth.ExternalAuthBasicProcessingFilter" parent="basicProcessingFilter">        <property name="authenticationManager" ref="ldapAuthenticationManager"/>        <property name="externalDataSynchronizer" ref="externalDataSynchronizer"/>    </bean>    <bean id="ldapAuthenticationManager" class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.JSProviderManager">        <property name="providers">            <list>                <ref local="ldapAuthenticationProvider"/>                <ref bean="${bean.daoAuthenticationProvider}"/>                <!--anonymousAuthenticationProvider only needed if filterInvocationInterceptor.alwaysReauthenticate is set to true                <ref bean="anonymousAuthenticationProvider"/>-->            </list>        </property>    </bean>    <bean id="ldapAuthenticationProvider" class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSLdapAuthenticationProvider">        <constructor-arg>            <bean class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSBindAuthenticator">                <constructor-arg><ref local="ldapContextSource"/></constructor-arg>                <property name="userSearch" ref="userSearch"/>            </bean>        </constructor-arg>        <constructor-arg>            <bean class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSDefaultLdapAuthoritiesPopulator">                <constructor-arg index="0"><ref local="ldapContextSource"/></constructor-arg>                <constructor-arg index="1"><value></value></constructor-arg>                <property name="groupRoleAttribute" value="title"/>                <property name="groupSearchFilter" value="(uid={1})"/>                <property name="searchSubtree" value="true"/>                <!-- Can setup additional external default roles here  <property name="defaultRole" value="LDAP"/> -->            </bean>        </constructor-arg>    </bean>    <bean id="userSearch"          class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSFilterBasedLdapUserSearch"><!--  <constructor-arg index="0"><value>cn=Users</value></constructor-arg> -->  <constructor-arg index="0"><value>OU=company Users</value></constructor-arg>  <constructor-arg index="1"><value>(sAMAccountName={0})</value></constructor-arg>  <constructor-arg index="2"><ref local="ldapContextSource"/></constructor-arg>  <property name="searchSubtree"><value>true</value></property>    </bean>    <bean id="ldapContextSource" class="com.jaspersoft.jasperserver.api.security.externalAuth.ldap.JSLdapContextSource">        <constructor-arg value="ldap://uedc1.company-fei.com:389/dc=company-fei,dc=com"/>        <!-- manager user name and password (may not be needed)  -->        <property name="userDn" value="CN=ldap Lookup,OU=Service Accounts,OU=company Users,DC=company-fei,DC=com"/>        <property name="password" value="thepassword"/>    </bean>    <!-- ############ LDAP authentication ############ -->    <!-- ############ JRS Synchronizer ############ -->    <bean id="externalDataSynchronizer"          class="com.jaspersoft.jasperserver.api.security.externalAuth.ExternalDataSynchronizerImpl">        <property name="externalUserProcessors">            <list>                <ref local="externalUserSetupProcessor"/>                <!-- Example processor for creating user folder-->                <!--<ref local="externalUserFolderProcessor"/>-->            </list>        </property>    </bean>    <bean id="abstractExternalProcessor" class="com.jaspersoft.jasperserver.api.security.externalAuth.processors.AbstractExternalUserProcessor" abstract="true">        <property name="repositoryService" ref="${bean.repositoryService}"/>        <property name="userAuthorityService" ref="${bean.userAuthorityService}"/>        <property name="tenantService" ref="${bean.tenantService}"/>        <property name="profileAttributeService" ref="profileAttributeService"/>        <property name="objectPermissionService" ref="objectPermissionService"/>    </bean>    <bean id="externalUserSetupProcessor" class="com.jaspersoft.jasperserver.api.security.externalAuth.processors.ExternalUserSetupProcessor" parent="abstractExternalProcessor">        <!--Default permitted role characters; others are removed. Change regular expression to allow other chars.                    <property name="permittedExternalRoleNameRegex" value="[A-Za-z0-9_]+"/>-->        <property name="userAuthorityService">            <ref bean="${bean.internalUserAuthorityService}"/>        </property>        <property name="defaultInternalRoles">            <list>                <value>ROLE_USER</value>            </list>        </property>        <property name="organizationRoleMap">            <map>                <!-- Example of mapping customer roles to JRS roles -->                <entry>                    <key>                        <value>ROLE_ADMIN_EXTERNAL_ORGANIZATION</value>                    </key>                    <!-- JRS role that the <key> external role is mapped to-->                    <value>ROLE_ADMINISTRATOR</value>                </entry>            </map>        </property>    </bean>    <!-- EXAMPLE Processor    <bean id="externalUserFolderProcessor"          class="com.jaspersoft.jasperserver.api.security.externalAuth.processors.ExternalUserFolderProcessor"          parent="abstractExternalProcessor">        <property name="repositoryService" ref="${bean.unsecureRepositoryService}"/>    </bean>    -->    <!-- ############ JRS Synchronizer ############ --></beans>[/code]

 

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

hi, i followed those links and made some progress, but still not there yet, i would appreciate any help.  here is were i am at.  when i log in, it seems that I authenticate but there is no authorization for me

2017-05-12 10:29:40,291 DEBUG ProviderManager,http-apr-443-exec-4:152 - Authentication attempt using com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSLdapAuthenticationProvider2017-05-12 10:29:40,292 DEBUG JSLdapAuthenticationProvider,http-apr-443-exec-4:65 - Processing authentication request for user: tonyg2017-05-12 10:29:40,292 DEBUG FilterBasedLdapUserSearch,http-apr-443-exec-4:107 - Searching for user 'tonyg', with user search [ searchFilter: '(sAMAccountName={0})', searchBase: 'OU=Ultra Users', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]2017-05-12 10:29:40,296 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-4:211 - Searching for entry under DN 'dc=ultra-fei,dc=com', base = 'ou=Ultra Users', filter = '(sAMAccountName={0})'2017-05-12 10:29:40,297 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-4:223 - Found DN: cn=Tony Guadagno,ou=Contractors,ou=Ultra Users2017-05-12 10:29:40,298 DEBUG BindAuthenticator,http-apr-443-exec-4:108 - Attempting to bind as cn=Tony Guadagno,ou=Contractors,ou=Ultra Users,dc=ultra-fei,dc=com2017-05-12 10:29:40,299 DEBUG JSLdapContextSource,http-apr-443-exec-4:76 - Removing pooling flag for user cn=Tony Guadagno,ou=Contractors,ou=Ultra Users,dc=ultra-fei,dc=com2017-05-12 10:29:40,302 DEBUG BindAuthenticator,http-apr-443-exec-4:116 - Retrieving attributes...2017-05-12 10:29:40,306 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-4:182 - Getting authorities for user cn=Tony Guadagno,ou=Contractors,ou=Ultra Users,dc=ultra-fei,dc=com2017-05-12 10:29:40,307 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-443-exec-4:211 - Searching for roles for user 'tonyg', DN = 'cn=Tony Guadagno,ou=Contractors,ou=Ultra Users,dc=ultra-fei,dc=com', with filter (&(Member={0})(objectclass=group)) in search base ''2017-05-12 10:29:40,307 DEBUG SpringSecurityLdapTemplate,http-apr-443-exec-4:150 - Using filter: (&(Member=cn=Tony Guadagno,ou=Contractors,ou=Ultra Users,dc=ultra-fei,dc=com)(objectclass=group))2017-05-12 10:29:40,318 DEBUG HttpSessionSecurityContextRepository,http-apr-443-exec-4:304 - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.2017-05-12 10:29:40,318 DEBUG SecurityContextPersistenceFilter,http-apr-443-exec-4:97 - SecurityContextHolder now cleared, as request processing completed[/code]

i changed

            <bean class="com.jaspersoft.jasperserver.api.security.externalAuth.wrappers.spring.ldap.JSDefaultLdapAuthoritiesPopulator">                <constructor-arg index="0"><ref local="ldapContextSource"/></constructor-arg>                <constructor-arg index="1"><value></value></constructor-arg>                <property name="groupRoleAttribute" value="cn"/>                <property name="groupSearchFilter" value="(&(Member={0})(objectclass=group))"/>                <property name="searchSubtree" value="true"/>                <!-- Can setup additional external default roles here  <property name="defaultRole" value="LDAP"/> -->            </bean>[/code]

I double checked with an ldap client that the serach filter DOES return a list of groups for that user given.

also, in

    <bean id="externalUserSetupProcessor" class="com.jaspersoft.jasperserver.api.security.externalAuth.processors.ExternalUserSetupProcessor" parent="abstractExternalProcessor">[/code]

i added

        <property name="organizationRoleMap">            <map>               <entry>                    <key>                        <value>ROLE_REPORTADMIN</value>                    </key>                    <value>ROLE_ADMINISTRATOR</value>                </entry>            </map>        </property>[/code]

I have double checked that this user is in this group in ldap.  I am also confused because by default, the user should be put into ROLE_USER according to this

        <property name="defaultInternalRoles">            <list>                <value>ROLE_USER</value>            </list>        </property>[/code]

any help would be greatly appreciated!

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...