· 9 years ago · Feb 07, 2016, 01:06 PM
1/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:33840,suspend=y,server=n -Dmaven.home=/home/vaibhav/Downloads/idea-IU-143.1184.17/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/vaibhav/Downloads/idea-IU-143.1184.17/plugins/maven/lib/maven3/bin/m2.conf -Dfile.encoding=UTF-8 -classpath /home/vaibhav/Downloads/idea-IU-143.1184.17/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/home/vaibhav/Downloads/idea-IU-143.1184.17/lib/idea_rt.jar org.codehaus.classworlds.Launcher -Didea.version=15.0.2 spring-boot:run
2Connected to the target VM, address: '127.0.0.1:33840', transport: 'socket'
3[INFO] Scanning for projects...
4[INFO]
5[INFO] ------------------------------------------------------------------------
6[INFO] Building classroome 1.0-SNAPSHOT
7[INFO] ------------------------------------------------------------------------
8[INFO]
9[INFO] >>> spring-boot-maven-plugin:1.2.3.RELEASE:run (default-cli) @ classroome >>>
10[INFO]
11[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ classroome ---
12[INFO] Using 'UTF-8' encoding to copy filtered resources.
13[INFO] Copying 2 resources
14[INFO]
15[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ classroome ---
16[INFO] Nothing to compile - all classes are up to date
17[INFO]
18[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ classroome ---
19[INFO] Using 'UTF-8' encoding to copy filtered resources.
20[INFO] skip non existing resourceDirectory /home/vaibhav/IdeaProjects/ClassroomBackend/src/test/resources
21[INFO]
22[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ classroome ---
23[INFO] Nothing to compile - all classes are up to date
24[INFO]
25[INFO] <<< spring-boot-maven-plugin:1.2.3.RELEASE:run (default-cli) @ classroome <<<
26[INFO]
27[INFO] --- spring-boot-maven-plugin:1.2.3.RELEASE:run (default-cli) @ classroome ---
28
29 . ____ _ __ _ _
30 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
31( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
32 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
33 ' |____| .__|_| |_|_| |_\__, | / / / /
34 =========|_|==============|___/=/_/_/_/
35 :: Spring Boot :: (v1.2.3.RELEASE)
36
372016-02-07 18:29:57.765 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
382016-02-07 18:29:57.768 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
392016-02-07 18:29:57.768 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
402016-02-07 18:29:57.769 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
412016-02-07 18:29:57.769 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
422016-02-07 18:29:57.806 INFO 3633 --- [lication.main()] org.wizindia.classroome.Application : Starting Application on vaibhav-HP-Pavilion-15-Notebook-PC with PID 3633 (/tmp/wizindia/classroome/backend/classes started by vaibhav in /home/vaibhav/IdeaProjects/ClassroomBackend)
432016-02-07 18:29:58.266 INFO 3633 --- [lication.main()] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f: startup date [Sun Feb 07 18:29:58 IST 2016]; root of context hierarchy
442016-02-07 18:29:59.683 INFO 3633 --- [lication.main()] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [META-INF/applicationContext.xml]
452016-02-07 18:30:00.037 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'userService': replacing [Generic bean: class [org.wizindia.classroome.service.UserService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/UserService.class]] with [Generic bean: class [org.wizindia.classroome.service.UserService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
462016-02-07 18:30:00.038 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'noticeService': replacing [Generic bean: class [org.wizindia.classroome.service.NoticeService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/NoticeService.class]] with [Generic bean: class [org.wizindia.classroome.service.NoticeService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
472016-02-07 18:30:00.038 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'courseService': replacing [Generic bean: class [org.wizindia.classroome.service.CourseService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/CourseService.class]] with [Generic bean: class [org.wizindia.classroome.service.CourseService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
482016-02-07 18:30:00.038 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'gradesService': replacing [Generic bean: class [org.wizindia.classroome.service.GradesService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/GradesService.class]] with [Generic bean: class [org.wizindia.classroome.service.GradesService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
492016-02-07 18:30:00.039 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'assignmentService': replacing [Generic bean: class [org.wizindia.classroome.service.AssignmentService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/AssignmentService.class]] with [Generic bean: class [org.wizindia.classroome.service.AssignmentService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
502016-02-07 18:30:00.039 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'emailService': replacing [Generic bean: class [org.wizindia.classroome.service.EmailService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/EmailService.class]] with [Generic bean: class [org.wizindia.classroome.service.EmailService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
512016-02-07 18:30:00.039 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'notesService': replacing [Generic bean: class [org.wizindia.classroome.service.NotesService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/tmp/wizindia/classroome/backend/classes/org/wizindia/classroome/service/NotesService.class]] with [Generic bean: class [org.wizindia.classroome.service.NotesService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/applicationContext.xml]]
522016-02-07 18:30:00.216 INFO 3633 --- [lication.main()] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
532016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [applicationConfig: [classpath:/application.yml]#development] PropertySource with search precedence immediately lower than [applicationConfigurationProperties]
542016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [applicationConfig: [classpath:/application.yml]] PropertySource with search precedence immediately lower than [applicationConfig: [classpath:/application.yml]#development]
552016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Removing [applicationConfigurationProperties] PropertySource
562016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Removing [defaultProperties] PropertySource
572016-02-07 18:30:01.886 INFO 3633 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$81521419] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
582016-02-07 18:30:01.923 INFO 3633 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'transactionAttributeSource' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
592016-02-07 18:30:01.935 INFO 3633 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'transactionInterceptor' of type [class org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
602016-02-07 18:30:01.941 INFO 3633 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
612016-02-07 18:30:02.525 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8443 (http)
622016-02-07 18:30:02.801 INFO 3633 --- [lication.main()] o.apache.catalina.core.StandardService : Starting service Tomcat
632016-02-07 18:30:02.803 INFO 3633 --- [lication.main()] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.20
642016-02-07 18:30:02.899 INFO 3633 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
652016-02-07 18:30:02.899 DEBUG 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
662016-02-07 18:30:02.899 INFO 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4636 ms
672016-02-07 18:30:04.096 INFO 3633 --- [ost-startStop-1] com.mchange.v2.log.MLog : MLog clients using log4j logging.
682016-02-07 18:30:04.124 INFO 3633 --- [ost-startStop-1] com.mchange.v2.c3p0.C3P0Registry : Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10]
692016-02-07 18:30:04.681 INFO 3633 --- [ost-startStop-1] c.m.v.c.i.AbstractPoolBackedDataSource : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> z8kfsx9e1g423yr1mfeele|498bbc47, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kfsx9e1g423yr1mfeele|498bbc47, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://127.0.0.1:3306/rest_classroome, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 10800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 25, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 3, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
702016-02-07 18:30:07.338 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
712016-02-07 18:30:07.338 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
722016-02-07 18:30:07.339 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
732016-02-07 18:30:07.339 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
742016-02-07 18:30:07.339 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
752016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
762016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
772016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
782016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
792016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
802016-02-07 18:30:07.347 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
812016-02-07 18:30:07.347 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
822016-02-07 18:30:07.348 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
832016-02-07 18:30:07.348 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
842016-02-07 18:30:07.348 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
852016-02-07 18:30:07.419 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/authorize],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
862016-02-07 18:30:07.420 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map<java.lang.String, java.lang.String>,java.util.Map<java.lang.String, ?>,org.springframework.web.bind.support.SessionStatus,java.security.Principal)
872016-02-07 18:30:07.422 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/token],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>)
882016-02-07 18:30:07.423 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/check_token],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map<java.lang.String, ?> org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String)
892016-02-07 18:30:07.424 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/confirm_access],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
902016-02-07 18:30:07.425 INFO 3633 --- [ost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest)
912016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
922016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
932016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
942016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
952016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
962016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
972016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
982016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
992016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1002016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1012016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1022016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1032016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1042016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1052016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1062016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1072016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1082016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1092016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1102016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1112016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1122016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1132016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1142016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1152016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1162016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1172016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1182016-02-07 18:30:07.470 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1192016-02-07 18:30:07.470 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1202016-02-07 18:30:07.470 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1212016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], []
1222016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], []
1232016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], []
1242016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**/favicon.ico'], []
1252016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], []
1262016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health/**'], []
1272016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health.*'], []
1282016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info'], []
1292016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info/**'], []
1302016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info.*'], []
1312016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans'], []
1322016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans/**'], []
1332016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans.*'], []
1342016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings'], []
1352016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings/**'], []
1362016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings.*'], []
1372016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump'], []
1382016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump/**'], []
1392016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump.*'], []
1402016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig'], []
1412016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig/**'], []
1422016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig.*'], []
1432016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics'], []
1442016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics/**'], []
1452016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics.*'], []
1462016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops'], []
1472016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops/**'], []
1482016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops.*'], []
1492016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env'], []
1502016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env/**'], []
1512016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env.*'], []
1522016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace'], []
1532016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace/**'], []
1542016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace.*'], []
1552016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown'], []
1562016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown/**'], []
1572016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown.*'], []
1582016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/error'], []
1592016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1602016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1612016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1622016-02-07 18:30:07.486 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1632016-02-07 18:30:07.486 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1642016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1652016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1662016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1672016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1682016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1692016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1702016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1712016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1722016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1732016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1742016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1752016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1762016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1772016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1782016-02-07 18:30:07.500 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1792016-02-07 18:30:07.502 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1802016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1812016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1822016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1832016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1842016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1852016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1862016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1872016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1882016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1892016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1902016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1912016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1922016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1932016-02-07 18:30:07.509 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1942016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
1952016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
1962016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
1972016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
1982016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
1992016-02-07 18:30:07.522 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/token'], Ant [pattern='/oauth/token_key'], Ant [pattern='/oauth/check_token']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4647db97, org.springframework.security.web.context.SecurityContextPersistenceFilter@6da19894, org.springframework.security.web.header.HeaderWriterFilter@3ec7b255, org.springframework.security.web.authentication.logout.LogoutFilter@df2b22, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@c51ad4a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2bd5db0d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@652048f6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17a1ba8d, org.springframework.security.web.session.SessionManagementFilter@3f3915ea, org.springframework.security.web.access.ExceptionTranslationFilter@7b8da915, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@789198a]
2002016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2012016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2022016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2032016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2042016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2052016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2062016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2072016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2082016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2092016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2102016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2112016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2122016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2132016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2142016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2152016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2162016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2172016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2182016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2192016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2202016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2212016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2222016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2232016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2242016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2252016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2262016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2272016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2282016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2292016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2302016-02-07 18:30:07.538 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration$NotOAuthRequestMatcher@bbc2314]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6ca2fc10, org.springframework.security.web.context.SecurityContextPersistenceFilter@7031ff6c, org.springframework.security.web.header.HeaderWriterFilter@7fb074ef, org.springframework.security.web.authentication.logout.LogoutFilter@1cf8911a, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@3f45fc60, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@627844ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@45f9f3da, org.springframework.security.web.session.SessionManagementFilter@19cd3867, org.springframework.security.web.access.ExceptionTranslationFilter@520f9f7f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4515c2c7]
2312016-02-07 18:30:07.539 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2322016-02-07 18:30:07.539 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2332016-02-07 18:30:07.540 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2342016-02-07 18:30:07.540 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2352016-02-07 18:30:07.540 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2362016-02-07 18:30:07.542 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2372016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2382016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2392016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2402016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2412016-02-07 18:30:07.546 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2422016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2432016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2442016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2452016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2462016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2472016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2482016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2492016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2502016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2512016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2522016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2532016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2542016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2552016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2562016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2572016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2582016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2592016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2602016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2612016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2622016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2632016-02-07 18:30:07.552 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2642016-02-07 18:30:07.552 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2652016-02-07 18:30:07.552 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2662016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2672016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2682016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2692016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2702016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2712016-02-07 18:30:07.555 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@383ff2ad, org.springframework.security.web.context.SecurityContextPersistenceFilter@3470e98e, org.springframework.security.web.header.HeaderWriterFilter@1b2c34e6, org.springframework.security.web.csrf.CsrfFilter@6d0bcec4, org.springframework.security.web.authentication.logout.LogoutFilter@2cc350c7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60f58487, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16cfeccc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e5558b4, org.springframework.security.web.session.SessionManagementFilter@7344f5f9, org.springframework.security.web.access.ExceptionTranslationFilter@33571907, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@20777a5]
2722016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2732016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2742016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2752016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2762016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2772016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2782016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2792016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2802016-02-07 18:30:07.579 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2812016-02-07 18:30:07.579 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2822016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2832016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2842016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2852016-02-07 18:30:07.599 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2862016-02-07 18:30:07.599 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2872016-02-07 18:30:07.645 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2882016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2892016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2902016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2912016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2922016-02-07 18:30:07.665 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2932016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2942016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
2952016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
2962016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
2972016-02-07 18:30:07.685 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
2982016-02-07 18:30:07.685 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
2992016-02-07 18:30:07.686 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
3002016-02-07 18:30:07.686 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
3012016-02-07 18:30:07.686 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
3022016-02-07 18:30:07.727 INFO 3633 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
3032016-02-07 18:30:07.733 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
3042016-02-07 18:30:07.733 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
3052016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
3062016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'simpleCORSFilter' to: [/*]
3072016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
3082016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
3092016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
3102016-02-07 18:30:07.765 DEBUG 3633 --- [ost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Initializing filter 'hiddenHttpMethodFilter'
3112016-02-07 18:30:07.765 DEBUG 3633 --- [ost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured successfully
3122016-02-07 18:30:07.771 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
3132016-02-07 18:30:07.977 INFO 3633 --- [lication.main()] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
3142016-02-07 18:30:08.734 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f: startup date [Sun Feb 07 18:29:58 IST 2016]; root of context hierarchy
3152016-02-07 18:30:08.798 DEBUG 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f: startup date [Sun Feb 07 18:29:58 IST 2016]; root of context hierarchy
3162016-02-07 18:30:08.800 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/assignment/course/{courseCode}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.AssignmentResponseRequest> org.wizindia.classroome.controller.AssignmentController.getAssignment(java.lang.String)
3172016-02-07 18:30:08.800 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/assignment/user],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.AssignmentUserMappingResponseRequest org.wizindia.classroome.controller.AssignmentController.saveAssignmentUserMapping(org.wizindia.classroome.common.output.AssignmentUserMappingResponseRequest)
3182016-02-07 18:30:08.801 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/assignment],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.AssignmentResponseRequest org.wizindia.classroome.controller.AssignmentController.saveAssignment(org.wizindia.classroome.common.output.AssignmentResponseRequest)
3192016-02-07 18:30:08.801 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/assignment/user/{loginName}/{assignmentId}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.AssignmentUserMappingResponseRequest> org.wizindia.classroome.controller.AssignmentController.getAssignmentUserMapping(java.lang.String,java.lang.String)
3202016-02-07 18:30:08.803 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notice/{noticeId}],methods=[DELETE],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public void org.wizindia.classroome.controller.NoticeController.deleteNotice(java.lang.String)
3212016-02-07 18:30:08.803 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notice],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.NoticeResponse> org.wizindia.classroome.controller.NoticeController.getNotice()
3222016-02-07 18:30:08.804 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notice],methods=[POST],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.NoticeResponse org.wizindia.classroome.controller.NoticeController.insertNotice(org.wizindia.classroome.domain.Notice)
3232016-02-07 18:30:08.805 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/user],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.UserResponseRequest org.wizindia.classroome.controller.UserController.getUser()
3242016-02-07 18:30:08.805 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/user/{loginName}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.UserResponseRequest org.wizindia.classroome.controller.UserController.getUser(java.lang.String)
3252016-02-07 18:30:08.805 DEBUG 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public org.wizindia.classroome.common.output.UserResponseRequest org.wizindia.classroome.controller.UserController.getUser(), public org.wizindia.classroome.common.output.UserResponseRequest org.wizindia.classroome.controller.UserController.getUser(java.lang.String)]. Consider assigning explicit names.
3262016-02-07 18:30:08.805 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/user],methods=[POST],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.UserResponseRequest org.wizindia.classroome.controller.UserController.insertUser(org.wizindia.classroome.common.output.UserResponseRequest)
3272016-02-07 18:30:08.807 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/courses],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.CourseUserMappingResponse> org.wizindia.classroome.controller.CourseController.getCourseUserDetails()
3282016-02-07 18:30:08.807 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/courses/class/{classes}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.CourseResponse> org.wizindia.classroome.controller.CourseController.getCourseUserDetailsByClass(java.lang.String)
3292016-02-07 18:30:08.807 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/courses],methods=[POST],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.CourseResponse org.wizindia.classroome.controller.CourseController.save(org.wizindia.classroome.domain.Course)
3302016-02-07 18:30:08.807 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/courses/courseUserMapping],methods=[POST],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.CourseUserMappingResponse org.wizindia.classroome.controller.CourseController.save(org.wizindia.classroome.common.Request.CourseUserMappingRequest)
3312016-02-07 18:30:08.808 DEBUG 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public org.wizindia.classroome.common.output.CourseResponse org.wizindia.classroome.controller.CourseController.save(org.wizindia.classroome.domain.Course), public org.wizindia.classroome.common.output.CourseUserMappingResponse org.wizindia.classroome.controller.CourseController.save(org.wizindia.classroome.common.Request.CourseUserMappingRequest)]. Consider assigning explicit names.
3322016-02-07 18:30:08.808 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notes/{notesId}],methods=[PUT],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.NotesResponseRequest org.wizindia.classroome.controller.NotesController.updateNotes(java.lang.String,org.wizindia.classroome.common.output.NotesResponseRequest)
3332016-02-07 18:30:08.809 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notes/{courseCode}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.NotesResponseRequest> org.wizindia.classroome.controller.NotesController.get(java.lang.String)
3342016-02-07 18:30:08.809 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notes],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.NotesResponseRequest org.wizindia.classroome.controller.NotesController.save(org.wizindia.classroome.common.output.NotesResponseRequest)
3352016-02-07 18:30:08.809 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/notes/{notesId}],methods=[DELETE],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public void org.wizindia.classroome.controller.NotesController.delete(java.lang.String)
3362016-02-07 18:30:08.809 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/anon/reset_password],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.wizindia.classroome.controller.AnonymousController.resetPassword(org.wizindia.classroome.common.Request.ResetPasswordRequest)
3372016-02-07 18:30:08.810 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/anon/forgot_password],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.wizindia.classroome.controller.AnonymousController.forgotPassword(org.wizindia.classroome.common.Request.ForgetPasswordRequest)
3382016-02-07 18:30:08.811 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/grades/classwork/{courseCode}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.ClassGradesMappingResponse> org.wizindia.classroome.controller.GradeController.getClassGradesMappingResponse(java.lang.String)
3392016-02-07 18:30:08.811 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/grades/classwork/marks],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.ClassGradesMappingResponse org.wizindia.classroome.controller.GradeController.insertClassGradesMappingResponse(org.wizindia.classroome.common.Request.ClassGradesMappingRequest)
3402016-02-07 18:30:08.811 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/grades/classwork],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.wizindia.classroome.common.output.ClassGradesResponse org.wizindia.classroome.controller.GradeController.insertClassGradesResponse(org.wizindia.classroome.common.Request.ClassGradesRequest)
3412016-02-07 18:30:08.811 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/grades/assignment/{course}/{loginName}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.List<org.wizindia.classroome.common.output.GradeBookAssignmentResponse> org.wizindia.classroome.controller.GradeController.getAssignmentUserMapping(java.lang.String,java.lang.String)
3422016-02-07 18:30:08.813 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
3432016-02-07 18:30:08.813 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
3442016-02-07 18:30:08.839 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Looking for URL mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f: startup date [Sun Feb 07 18:29:58 IST 2016]; root of context hierarchy
3452016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
3462016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
3472016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
3482016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
3492016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor': no URL paths identified
3502016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'application': no URL paths identified
3512016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified
3522016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified
3532016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webSecurityConfiguration': no URL paths identified
3542016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'customUserDetailsService': no URL paths identified
3552016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'OAuth2ServerConfiguration.ResourceServerConfiguration': no URL paths identified
3562016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleCORSFilter': no URL paths identified
3572016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'OAuth2ServerConfiguration': no URL paths identified
3582016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'OAuth2ServerConfiguration.AuthorizationServerConfiguration': no URL paths identified
3592016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'globalControllerExceptionHandler': no URL paths identified
3602016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentController': no URL paths identified
3612016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeController': no URL paths identified
3622016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userController': no URL paths identified
3632016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseController': no URL paths identified
3642016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesController': no URL paths identified
3652016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'anonymousController': no URL paths identified
3662016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradeController': no URL paths identified
3672016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradesService': no URL paths identified
3682016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userService': no URL paths identified
3692016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailService': no URL paths identified
3702016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseService': no URL paths identified
3712016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentService': no URL paths identified
3722016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesService': no URL paths identified
3732016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeService': no URL paths identified
3742016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration': no URL paths identified
3752016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManagerBuilder': no URL paths identified
3762016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'enableGlobalAuthenticationAutowiredConfigurer': no URL paths identified
3772016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': no URL paths identified
3782016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'delegatingApplicationListener': no URL paths identified
3792016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webSecurityExpressionHandler': no URL paths identified
3802016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springSecurityFilterChain': no URL paths identified
3812016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'privilegeEvaluator': no URL paths identified
3822016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autowiredWebSecurityConfigurersIgnoreParents': no URL paths identified
3832016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration': no URL paths identified
3842016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectPostProcessor': no URL paths identified
3852016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.web.servlet.configuration.WebMvcSecurityConfiguration': no URL paths identified
3862016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestDataValueProcessor': no URL paths identified
3872016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManagerBean': no URL paths identified
3882016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration': no URL paths identified
3892016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration$TokenKeyEndpointRegistrar': no URL paths identified
3902016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration': no URL paths identified
3912016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationEndpoint': no URL paths identified
3922016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenEndpoint': no URL paths identified
3932016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'checkTokenEndpoint': no URL paths identified
3942016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelApprovalEndpoint': no URL paths identified
3952016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelErrorEndpoint': no URL paths identified
3962016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'oauth2EndpointHandlerMapping': no URL paths identified
3972016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'consumerTokenServices': no URL paths identified
3982016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultAuthorizationServerTokenServices': no URL paths identified
3992016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration': no URL paths identified
4002016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsServiceConfigurer': no URL paths identified
4012016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'scopedTarget.clientDetailsService': no URL paths identified
4022016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsService': no URL paths identified
4032016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': no URL paths identified
4042016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenServices': no URL paths identified
4052016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0': no URL paths identified
4062016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'encrypter': no URL paths identified
4072016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'decrypter': no URL paths identified
4082016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
4092016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSource': no URL paths identified
4102016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sessionFactory': no URL paths identified
4112016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'policyValidator': no URL paths identified
4122016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailIdValidator': no URL paths identified
4132016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'forgotPasswordValidator': no URL paths identified
4142016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resetPasswordRequestValidator': no URL paths identified
4152016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesValidator': no URL paths identified
4162016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseCodeValidator': no URL paths identified
4172016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userWorker': no URL paths identified
4182016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeWorker': no URL paths identified
4192016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseWorker': no URL paths identified
4202016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradesWorker': no URL paths identified
4212016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentWorker': no URL paths identified
4222016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesWorker': no URL paths identified
4232016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userDao': no URL paths identified
4242016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeDao': no URL paths identified
4252016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseDao': no URL paths identified
4262016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'classGradesDao': no URL paths identified
4272016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'roleDao': no URL paths identified
4282016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userDaoImpl': no URL paths identified
4292016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeDaoImpl': no URL paths identified
4302016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseDaoImpl': no URL paths identified
4312016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'classGradesDaoImpl': no URL paths identified
4322016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentDao': no URL paths identified
4332016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'roleDaoMock': no URL paths identified
4342016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesDao': no URL paths identified
4352016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesDaoImpl': no URL paths identified
4362016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'validationService': no URL paths identified
4372016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'validatorFactory': no URL paths identified
4382016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userUtils': no URL paths identified
4392016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseUtils': no URL paths identified
4402016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradeUtils': no URL paths identified
4412016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeUtils': no URL paths identified
4422016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentUtils': no URL paths identified
4432016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailUtils': no URL paths identified
4442016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'encryptionUtils': no URL paths identified
4452016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesUtils': no URL paths identified
4462016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.AutoConfigurationPackages': no URL paths identified
4472016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration': no URL paths identified
4482016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry': no URL paths identified
4492016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration': no URL paths identified
4502016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'websocketContainerCustomizer': no URL paths identified
4512016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration': no URL paths identified
4522016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat': no URL paths identified
4532016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatEmbeddedServletContainerFactory': no URL paths identified
4542016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration': no URL paths identified
4552016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified
4562016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration': no URL paths identified
4572016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServlet': no URL paths identified
4582016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServletRegistration': no URL paths identified
4592016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration': no URL paths identified
4602016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration': no URL paths identified
4612016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'error': no URL paths identified
4622016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameViewResolver': no URL paths identified
4632016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': no URL paths identified
4642016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorAttributes': no URL paths identified
4652016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'basicErrorController': no URL paths identified
4662016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': no URL paths identified
4672016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified
4682016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerMapping': no URL paths identified
4692016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
4702016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewControllerHandlerMapping': no URL paths identified
4712016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameHandlerMapping': no URL paths identified
4722016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceHandlerMapping': no URL paths identified
4732016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcResourceUrlProvider': no URL paths identified
4742016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultServletHandlerMapping': no URL paths identified
4752016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcConversionService': no URL paths identified
4762016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcValidator': no URL paths identified
4772016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcPathMatcher': no URL paths identified
4782016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUrlPathHelper': no URL paths identified
4792016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
4802016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified
4812016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified
4822016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'handlerExceptionResolver': no URL paths identified
4832016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcViewResolver': no URL paths identified
4842016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration': no URL paths identified
4852016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconHandlerMapping': no URL paths identified
4862016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconRequestHandler': no URL paths identified
4872016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter': no URL paths identified
4882016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultViewResolver': no URL paths identified
4892016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestContextListener': no URL paths identified
4902016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewResolver': no URL paths identified
4912016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.mvc.CONFIGURATION_PROPERTIES': no URL paths identified
4922016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.resources.CONFIGURATION_PROPERTIES': no URL paths identified
4932016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': no URL paths identified
4942016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store': no URL paths identified
4952016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration': no URL paths identified
4962016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified
4972016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration$AuditEventRepositoryConfiguration': no URL paths identified
4982016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditEventRepository': no URL paths identified
4992016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration': no URL paths identified
5002016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditListener': no URL paths identified
5012016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationAuditListener': no URL paths identified
5022016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationAuditListener': no URL paths identified
5032016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration': no URL paths identified
5042016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'bootGlobalAuthenticationConfigurationAdapter': no URL paths identified
5052016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration': no URL paths identified
5062016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationEventPublisher': no URL paths identified
5072016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityProperties': no URL paths identified
5082016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration$ManagementSecurityPropertiesConfiguration': no URL paths identified
5092016-02-07 18:30:08.855 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration': no URL paths identified
5102016-02-07 18:30:08.855 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'ignoredPathsWebSecurityConfigurerAdapter': no URL paths identified
5112016-02-07 18:30:08.855 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration$AuthenticationManagerAdapterAutoConfiguration': no URL paths identified
5122016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shellAuthenticationManager': no URL paths identified
5132016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springAuthenticationProperties': no URL paths identified
5142016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration': no URL paths identified
5152016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shellBootstrap': no URL paths identified
5162016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shell.CONFIGURATION_PROPERTIES': no URL paths identified
5172016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jta.JtaAutoConfiguration': no URL paths identified
5182016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jta.CONFIGURATION_PROPERTIES': no URL paths identified
5192016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$JdbcTemplateConfiguration': no URL paths identified
5202016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jdbcTemplate': no URL paths identified
5212016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'namedParameterJdbcTemplate': no URL paths identified
5222016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$DataSourceInitializerConfiguration': no URL paths identified
5232016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializer': no URL paths identified
5242016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$TomcatDataSourcePoolMetadataProviderConfiguration': no URL paths identified
5252016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPoolDataSourceMetadataProvider': no URL paths identified
5262016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration': no URL paths identified
5272016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration': no URL paths identified
5282016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.datasource.CONFIGURATION_PROPERTIES': no URL paths identified
5292016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializerPostProcessor': no URL paths identified
5302016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$MetricRepositoryConfiguration': no URL paths identified
5312016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'actuatorMetricRepository': no URL paths identified
5322016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration': no URL paths identified
5332016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'counterService': no URL paths identified
5342016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gaugeService': no URL paths identified
5352016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$TomcatMetricsConfiguration': no URL paths identified
5362016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPublicMetrics': no URL paths identified
5372016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$DataSourceMetricsConfiguration': no URL paths identified
5382016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourcePublicMetrics': no URL paths identified
5392016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration': no URL paths identified
5402016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemPublicMetrics': no URL paths identified
5412016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricReaderPublicMetrics': no URL paths identified
5422016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DiskSpaceHealthIndicatorConfiguration': no URL paths identified
5432016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicator': no URL paths identified
5442016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicatorProperties': no URL paths identified
5452016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DataSourcesHealthIndicatorConfiguration': no URL paths identified
5462016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dbHealthIndicator': no URL paths identified
5472016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration': no URL paths identified
5482016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthAggregator': no URL paths identified
5492016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'management.health.status.CONFIGURATION_PROPERTIES': no URL paths identified
5502016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$InfoPropertiesConfiguration': no URL paths identified
5512016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$RequestMappingEndpointConfiguration': no URL paths identified
5522016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingEndpoint': no URL paths identified
5532016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration': no URL paths identified
5542016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentEndpoint': no URL paths identified
5552016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthEndpoint': no URL paths identified
5562016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beansEndpoint': no URL paths identified
5572016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'infoEndpoint': no URL paths identified
5582016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsEndpoint': no URL paths identified
5592016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceEndpoint': no URL paths identified
5602016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dumpEndpoint': no URL paths identified
5612016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationAuditEndpoint': no URL paths identified
5622016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shutdownEndpoint': no URL paths identified
5632016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'configurationPropertiesReportEndpoint': no URL paths identified
5642016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration': no URL paths identified
5652016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanExporter': no URL paths identified
5662016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectNamingStrategy': no URL paths identified
5672016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanServer': no URL paths identified
5682016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration': no URL paths identified
5692016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointMBeanExporter': no URL paths identified
5702016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpoints.jmx.CONFIGURATION_PROPERTIES': no URL paths identified
5712016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration': no URL paths identified
5722016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'serverProperties': no URL paths identified
5732016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration': no URL paths identified
5742016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'managementServerProperties': no URL paths identified
5752016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextFilterConfiguration': no URL paths identified
5762016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationContextIdFilter': no URL paths identified
5772016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration': no URL paths identified
5782016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointHandlerMapping': no URL paths identified
5792016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcEndpoints': no URL paths identified
5802016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentMvcEndpoint': no URL paths identified
5812016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthMvcEndpoint': no URL paths identified
5822016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsMvcEndpoint': no URL paths identified
5832016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shutdownMvcEndpoint': no URL paths identified
5842016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpoints.health.CONFIGURATION_PROPERTIES': no URL paths identified
5852016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration': no URL paths identified
5862016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricFilter': no URL paths identified
5872016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration': no URL paths identified
5882016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceRepository': no URL paths identified
5892016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration': no URL paths identified
5902016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webRequestLoggingFilter': no URL paths identified
5912016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$JdkDynamicAutoProxyConfiguration': no URL paths identified
5922016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration': no URL paths identified
5932016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration': no URL paths identified
5942016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openEntityManagerInViewInterceptor': no URL paths identified
5952016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration': no URL paths identified
5962016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': no URL paths identified
5972016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionManager': no URL paths identified
5982016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaVendorAdapter': no URL paths identified
5992016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactoryBuilder': no URL paths identified
6002016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactory': no URL paths identified
6012016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jpa.CONFIGURATION_PROPERTIES': no URL paths identified
6022016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializedPublisher': no URL paths identified
6032016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration': no URL paths identified
6042016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'persistenceExceptionTranslationPostProcessor': no URL paths identified
6052016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration': no URL paths identified
6062016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.repository.core.support.RepositoryInterfaceAwareBeanPostProcessor': no URL paths identified
6072016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'foo': no URL paths identified
6082016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaMappingContext': no URL paths identified
6092016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration': no URL paths identified
6102016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified
6112016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'http.mappers.CONFIGURATION_PROPERTIES': no URL paths identified
6122016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jackson.CONFIGURATION_PROPERTIES': no URL paths identified
6132016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JodaDateTimeJacksonConfiguration': no URL paths identified
6142016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jodaDateTimeSerializationModule': no URL paths identified
6152016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration': no URL paths identified
6162016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapper': no URL paths identified
6172016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration': no URL paths identified
6182016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration': no URL paths identified
6192016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'stringHttpMessageConverter': no URL paths identified
6202016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.encoding.CONFIGURATION_PROPERTIES': no URL paths identified
6212016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration': no URL paths identified
6222016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mappingJackson2HttpMessageConverter': no URL paths identified
6232016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration': no URL paths identified
6242016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.GsonHttpMessageConvertersConfiguration': no URL paths identified
6252016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration': no URL paths identified
6262016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageConverters': no URL paths identified
6272016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataWebConfiguration': no URL paths identified
6282016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pageableResolver': no URL paths identified
6292016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sortResolver': no URL paths identified
6302016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataJacksonConfiguration': no URL paths identified
6312016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonGeoModule': no URL paths identified
6322016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration': no URL paths identified
6332016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': no URL paths identified
6342016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified
6352016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionAttributeSource': no URL paths identified
6362016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionInterceptor': no URL paths identified
6372016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$TransactionManagementConfiguration': no URL paths identified
6382016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration': no URL paths identified
6392016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': no URL paths identified
6402016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'characterEncodingFilter': no URL paths identified
6412016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration': no URL paths identified
6422016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartConfigElement': no URL paths identified
6432016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartResolver': no URL paths identified
6442016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipart.CONFIGURATION_PROPERTIES': no URL paths identified
6452016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.orm.jpa.SharedEntityManagerCreator#0': no URL paths identified
6462016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationReport': no URL paths identified
6472016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationEventMulticaster': no URL paths identified
6482016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environment': no URL paths identified
6492016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemProperties': no URL paths identified
6502016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemEnvironment': no URL paths identified
6512016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified
6522016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageSource': no URL paths identified
6532016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContext': no URL paths identified
6542016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextParameters': no URL paths identified
6552016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextAttributes': no URL paths identified
6562016-02-07 18:30:08.876 INFO 3633 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
6572016-02-07 18:30:08.876 INFO 3633 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
6582016-02-07 18:30:08.890 DEBUG 3633 --- [lication.main()] .m.m.a.ExceptionHandlerExceptionResolver : Looking for exception mappings: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f: startup date [Sun Feb 07 18:29:58 IST 2016]; root of context hierarchy
6592016-02-07 18:30:08.896 INFO 3633 --- [lication.main()] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalControllerExceptionHandler
6602016-02-07 18:30:08.917 INFO 3633 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
6612016-02-07 18:30:09.903 INFO 3633 --- [lication.main()] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
6622016-02-07 18:30:09.913 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
6632016-02-07 18:30:09.913 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
6642016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
6652016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
6662016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
6672016-02-07 18:30:09.916 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [random] PropertySource with lowest search precedence
6682016-02-07 18:30:09.916 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [applicationConfig: [classpath:/application.yml]#development] PropertySource with lowest search precedence
6692016-02-07 18:30:09.916 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [applicationConfig: [classpath:/application.yml]] PropertySource with lowest search precedence
6702016-02-07 18:30:09.917 INFO 3633 --- [lication.main()] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4b847b23: startup date [Sun Feb 07 18:30:09 IST 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f
6712016-02-07 18:30:09.981 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8091 (http)
6722016-02-07 18:30:09.982 INFO 3633 --- [lication.main()] o.apache.catalina.core.StandardService : Starting service Tomcat
6732016-02-07 18:30:09.982 INFO 3633 --- [lication.main()] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.20
6742016-02-07 18:30:10.016 INFO 3633 --- [ost-startStop-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
6752016-02-07 18:30:10.016 DEBUG 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
6762016-02-07 18:30:10.016 INFO 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 99 ms
6772016-02-07 18:30:10.055 INFO 3633 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
6782016-02-07 18:30:10.056 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
6792016-02-07 18:30:10.061 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
6802016-02-07 18:30:10.091 WARN 3633 --- [lication.main()] .EndpointWebMvcChildContextConfiguration : No single bean of type ManagementWebSecurityConfigurerAdapter found (this might make some endpoints inaccessible without authentication)
6812016-02-07 18:30:10.098 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint.invoke()
6822016-02-07 18:30:10.098 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6832016-02-07 18:30:10.099 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
6842016-02-07 18:30:10.099 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6852016-02-07 18:30:10.100 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
6862016-02-07 18:30:10.100 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6872016-02-07 18:30:10.100 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6882016-02-07 18:30:10.100 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6892016-02-07 18:30:10.101 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6902016-02-07 18:30:10.101 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6912016-02-07 18:30:10.102 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
6922016-02-07 18:30:10.102 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6932016-02-07 18:30:10.102 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
6942016-02-07 18:30:10.103 INFO 3633 --- [lication.main()] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/shutdown],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint.invoke()
6952016-02-07 18:30:10.112 INFO 3633 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4b847b23: startup date [Sun Feb 07 18:30:09 IST 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@32d527f
6962016-02-07 18:30:10.125 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
6972016-02-07 18:30:10.126 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : No resource handling mappings found
6982016-02-07 18:30:10.239 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8091 (http)
6992016-02-07 18:30:10.245 INFO 3633 --- [lication.main()] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
7002016-02-07 18:30:10.438 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
7012016-02-07 18:30:10.440 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@79554741]
7022016-02-07 18:30:10.440 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@4db93aa2]
7032016-02-07 18:30:10.440 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@3bb8898b]
7042016-02-07 18:30:10.474 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8443 (http)
7052016-02-07 18:30:10.504 INFO 3633 --- [lication.main()] org.wizindia.classroome.Application : Started Application in 13.223 seconds (JVM running for 18.267)
7062016-02-07 18:30:19.455 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Initializing servlet 'dispatcherServlet'
7072016-02-07 18:30:19.456 INFO 3633 --- [0.1-8443-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
7082016-02-07 18:30:19.456 INFO 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
7092016-02-07 18:30:19.456 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Using MultipartResolver [org.springframework.web.multipart.support.StandardServletMultipartResolver@18d61250]
7102016-02-07 18:30:19.459 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@4660b4e9]
7112016-02-07 18:30:19.463 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@3d4c8865]
7122016-02-07 18:30:19.469 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@59eac6b4]
7132016-02-07 18:30:19.477 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@b1b7d12]
7142016-02-07 18:30:19.477 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Published WebApplicationContext of servlet 'dispatcherServlet' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.dispatcherServlet]
7152016-02-07 18:30:19.477 INFO 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 21 ms
7162016-02-07 18:30:19.477 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Servlet 'dispatcherServlet' configured successfully
7172016-02-07 18:30:19.522 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing POST request for [/oauth/token]
7182016-02-07 18:30:19.525 DEBUG 3633 --- [0.1-8443-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /oauth/token
7192016-02-07 18:30:19.530 DEBUG 3633 --- [0.1-8443-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/oauth/token]
720Hibernate:
721 /*
722from
723 User
724where
725 login= :login */ select
726 user0_.user_id as user_id1_10_,
727 user0_.email as email2_10_,
728 user0_.first_name as first_na3_10_,
729 user0_.last_name as last_nam4_10_,
730 user0_.login as login5_10_,
731 user0_.password as password6_10_,
732 user0_.profile_pic as profile_7_10_
733 from
734 user user0_
735 where
736 user0_.login=?
737Hibernate:
738 select
739 rolesset0_.user_id as user_id3_10_0_,
740 rolesset0_.roles_id as roles_id1_8_0_,
741 rolesset0_.roles_id as roles_id1_8_1_,
742 rolesset0_.role as role2_8_1_,
743 rolesset0_.user_id as user_id3_8_1_
744 from
745 roles rolesset0_
746 where
747 rolesset0_.user_id=?
7482016-02-07 18:30:19.865 INFO 3633 --- [0.1-8443-exec-1] o.s.b.a.audit.listener.AuditListener : AuditEvent [timestamp=Sun Feb 07 18:30:19 IST 2016, principal=ADMIN, type=AUTHENTICATION_SUCCESS, data={details={username=ADMIN, grant_type=password, scope=read write, client_secret=123456, client_id=clientapp}}]
7492016-02-07 18:30:19.947 DEBUG 3633 --- [0.1-8443-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [ad8e3f5b-acc4-4f62-84d4-2ef2eaf7cb59] as "application/json;charset=UTF-8" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@4c1fb4cd]
7502016-02-07 18:30:19.948 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
7512016-02-07 18:30:19.948 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
7522016-02-07 18:30:44.698 DEBUG 3633 --- [0.1-8443-exec-3] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing DELETE request for [/v1/notes/4bwO6e08088=]
7532016-02-07 18:30:44.698 DEBUG 3633 --- [0.1-8443-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /v1/notes/4bwO6e08088=
7542016-02-07 18:30:44.701 DEBUG 3633 --- [0.1-8443-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public void org.wizindia.classroome.controller.NotesController.delete(java.lang.String)]
755Hibernate:
756 /*
757from
758 User
759where
760 login= :login */ select
761 user0_.user_id as user_id1_10_,
762 user0_.email as email2_10_,
763 user0_.first_name as first_na3_10_,
764 user0_.last_name as last_nam4_10_,
765 user0_.login as login5_10_,
766 user0_.password as password6_10_,
767 user0_.profile_pic as profile_7_10_
768 from
769 user user0_
770 where
771 user0_.login=?
772Hibernate:
773 select
774 rolesset0_.user_id as user_id3_10_0_,
775 rolesset0_.roles_id as roles_id1_8_0_,
776 rolesset0_.roles_id as roles_id1_8_1_,
777 rolesset0_.role as role2_8_1_,
778 rolesset0_.user_id as user_id3_8_1_
779 from
780 roles rolesset0_
781 where
782 rolesset0_.user_id=?
7832016-02-07 18:30:44.729 DEBUG 3633 --- [0.1-8443-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public void org.wizindia.classroome.controller.NotesController.delete(java.lang.String)]: org.springframework.orm.hibernate4.HibernateQueryException: notes is not mapped [delete notes where notesId= :notesId ]; nested exception is org.hibernate.hql.internal.ast.QuerySyntaxException: notes is not mapped [delete notes where notesId= :notesId ]
7842016-02-07 18:30:44.730 DEBUG 3633 --- [0.1-8443-exec-3] .m.m.a.ExceptionHandlerExceptionResolver : Invoking @ExceptionHandler method: public void org.wizindia.classroome.common.Exception.GlobalControllerExceptionHandler.badRequest(javax.servlet.http.HttpServletRequest,java.lang.Exception)
7852016-02-07 18:30:44.730 DEBUG 3633 --- [0.1-8443-exec-3] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
7862016-02-07 18:30:44.730 DEBUG 3633 --- [0.1-8443-exec-3] o.s.web.servlet.DispatcherServlet : Successfully completed request