Code:
13:51:43,880 INFO [STDOUT] 13:51:43,880 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
13:51:44,020 INFO [STDOUT] 13:51:44,020 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-services.xml]
13:51:44,036 INFO [STDOUT] 13:51:44,036 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/ties2-servlet.xml]
13:51:44,036 INFO [STDOUT] 13:51:44,036 INFO [DefaultListableBeanFactory] Overriding bean definition for bean 'messageSource': replacing [Generic bean: class [org.springframework.context.support.ReloadableResourceBundleMessageSource]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/applicationContext.xml]] with [Generic bean: class [org.springframework.context.support.ResourceBundleMessageSource]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/ties2-servlet.xml]]
13:51:44,036 INFO [STDOUT] 13:51:44,036 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-security.xml]
13:51:44,192 INFO [STDOUT] 13:51:44,192 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-master.xml]
13:51:45,348 INFO [STDOUT] 13:51:45,348 INFO [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@1620e3c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@13596bf
13:51:45,738 INFO [STDOUT] 13:51:45,738 INFO [PropertyPlaceholderConfigurer] Loading properties file from class path resource [application.properties]
13:51:45,926 INFO [STDOUT] 13:51:45,926 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13596bf: defining beans [applicationProps,entityManagerFactory,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,dataSource,txMgr,messageSource,crystalConnect,contextApplicationContextProvider,userAdminService,userDataEntryFactory,routeService,dynamicParametersService,serviceTypeService,voteAdminService,crystalRptsUtils,selectableBizObj,runboardService,domainService,securityService,headwayService,reportService,divisionService,voteService,dynamicParametersDAO,routeDAO,divisionDAO,serviceTypeDAO,runboardDAO,etlDAO,userDAO,voteAdminDAO,headwayDAO,holidayDAO,reportDAO,org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping#0,/login.do,/app/home.do,/app/gwt.do,/report.do,/app/uploadPrivateCarriers.do,tilesViewResolver,tilesConfigurer,multipartResolver,_authenticationManager,_filterChainProxy,_httpSessionContextIntegrationFilter,_filterChainProxyPostProcessor,_filterChainList,_securityContextHolderAwareRequestFilter,_accessManager,_portMapper,_exceptionTranslationFilter,_filterSecurityInterceptor,_sessionFixationProtectionFilter,_logoutFilter,_basicAuthenticationEntryPoint,_basicAuthenticationFilter,_entryPointInjectionBeanPostProcessor,_userServiceInjectionPostProcessor,authenticationProcessingFilter,authenticationProcessingFilterEntryPoint,tiesUserDetailsService,org.springframework.security.providers.dao.DaoAuthenticationProvider#0,org.springframework.security.config.AuthenticationProviderBeanDefinitionParser$AuthenticationProviderCacheResolver#0]; root of factory hierarchy
13:51:45,972 INFO [STDOUT] 13:51:45,972 INFO [DriverManagerDataSource] Loaded JDBC driver: oracle.jdbc.driver.OracleDriver
13:51:46,394 INFO [STDOUT] 13:51:46,394 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/login.do] onto handler [com.rtddenver.controller.LoginController@1e61035]
13:51:46,394 INFO [STDOUT] 13:51:46,394 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/home.do] onto handler [com.rtddenver.controller.HomeController@1a0cce7]
13:51:46,425 INFO [STDOUT] 13:51:46,425 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/gwt.do] onto handler [com.rtddenver.controller.GWTController@14ce60]
13:51:46,425 INFO [STDOUT] 13:51:46,425 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/report.do] onto handler [com.rtddenver.controller.ReportController@19e2643]
13:51:46,425 INFO [STDOUT] 13:51:46,425 INFO [ControllerBeanNameHandlerMapping] Mapped URL path [/app/uploadPrivateCarriers.do] onto handler [com.rtddenver.controller.runboards.FileUploadController@17921a7]
13:51:46,488 INFO [STDOUT] 13:51:46,488 INFO [TilesConfigurer] TilesConfigurer: adding definitions [/WEB-INF/views.xml]
13:51:46,503 INFO [STDOUT] 13:51:46,503 INFO [BasicTilesContainer] Initializing Tiles2 container. . .
13:51:46,597 INFO [STDOUT] 13:51:46,597 INFO [BasicTilesContainer] Tiles2 container initialization complete.
13:51:46,597 INFO [STDOUT] 13:51:46,597 INFO [TilesAccess] Publishing TilesContext for context: org.apache.catalina.core.ApplicationContextFacade
13:51:46,722 INFO [STDOUT] 13:51:46,722 INFO [EntryPointInjectionBeanPostProcessor] Selecting AuthenticationEntryPoint for use in ExceptionTranslationFilter
13:51:46,738 INFO [STDOUT] 13:51:46,738 INFO [EntryPointInjectionBeanPostProcessor] Using main configured AuthenticationEntryPoint.
13:51:46,738 INFO [STDOUT] 13:51:46,738 INFO [EntryPointInjectionBeanPostProcessor] Using bean 'org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint@1ee9293' as the entry point.
13:51:46,769 INFO [STDOUT] 13:51:46,769 INFO [AbstractSecurityInterceptor] Validated configuration attributes
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO [FilterChainProxyPostProcessor] Checking sorted filter chain: [org.springframework.security.context.HttpSessionContextIntegrationFilter[ order=200; ], org.springframework.security.ui.logout.LogoutFilter[ order=300; ], OrderedFilterDecorator[ delegate=com.rtddenver.security.TiesAuthenticationProcessingFilter[ order=700; ]; order=700], org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1000; ], org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter[ order=1100; ], org.springframework.security.ui.ExceptionTranslationFilter[ order=1400; ], org.springframework.security.ui.SessionFixationProtectionFilter[ order=1600; ], org.springframework.security.intercept.web.FilterSecurityInterceptor@10f1ff1]
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO [FilterChainProxyPostProcessor] Filter chain...
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO [FilterChainProxyPostProcessor] [0] - org.springframework.security.context.HttpSessionContextIntegrationFilter[ order=200; ]
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO [FilterChainProxyPostProcessor] [1] - org.springframework.security.ui.logout.LogoutFilter[ order=300; ]
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO [FilterChainProxyPostProcessor] [2] - com.rtddenver.security.TiesAuthenticationProcessingFilter[ order=700; ]
13:51:46,862 INFO [STDOUT] 13:51:46,862 INFO