Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.00 KB | None | 0 0
  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
  2. Connected 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.  
  37. 2016-02-07 18:29:57.765 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  38. 2016-02-07 18:29:57.768 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  39. 2016-02-07 18:29:57.768 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  40. 2016-02-07 18:29:57.769 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  41. 2016-02-07 18:29:57.769 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
  42. 2016-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)
  43. 2016-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
  44. 2016-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]
  45. 2016-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]]
  46. 2016-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]]
  47. 2016-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]]
  48. 2016-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]]
  49. 2016-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]]
  50. 2016-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]]
  51. 2016-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]]
  52. 2016-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]]
  53. 2016-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]
  54. 2016-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]
  55. 2016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Removing [applicationConfigurationProperties] PropertySource
  56. 2016-02-07 18:30:01.425 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Removing [defaultProperties] PropertySource
  57. 2016-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)
  58. 2016-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)
  59. 2016-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)
  60. 2016-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)
  61. 2016-02-07 18:30:02.525 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8443 (http)
  62. 2016-02-07 18:30:02.801 INFO 3633 --- [lication.main()] o.apache.catalina.core.StandardService : Starting service Tomcat
  63. 2016-02-07 18:30:02.803 INFO 3633 --- [lication.main()] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.20
  64. 2016-02-07 18:30:02.899 INFO 3633 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  65. 2016-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]
  66. 2016-02-07 18:30:02.899 INFO 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4636 ms
  67. 2016-02-07 18:30:04.096 INFO 3633 --- [ost-startStop-1] com.mchange.v2.log.MLog : MLog clients using log4j logging.
  68. 2016-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]
  69. 2016-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 ]
  70. 2016-02-07 18:30:07.338 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  71. 2016-02-07 18:30:07.338 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  72. 2016-02-07 18:30:07.339 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  73. 2016-02-07 18:30:07.339 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  74. 2016-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]
  75. 2016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  76. 2016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  77. 2016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  78. 2016-02-07 18:30:07.346 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  79. 2016-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]
  80. 2016-02-07 18:30:07.347 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  81. 2016-02-07 18:30:07.347 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  82. 2016-02-07 18:30:07.348 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  83. 2016-02-07 18:30:07.348 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  84. 2016-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]
  85. 2016-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)
  86. 2016-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)
  87. 2016-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>)
  88. 2016-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)
  89. 2016-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
  90. 2016-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)
  91. 2016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  92. 2016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  93. 2016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  94. 2016-02-07 18:30:07.443 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  95. 2016-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]
  96. 2016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  97. 2016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  98. 2016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  99. 2016-02-07 18:30:07.444 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  100. 2016-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]
  101. 2016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  102. 2016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  103. 2016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  104. 2016-02-07 18:30:07.445 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  105. 2016-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]
  106. 2016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  107. 2016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  108. 2016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  109. 2016-02-07 18:30:07.468 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  110. 2016-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]
  111. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  112. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  113. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  114. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  115. 2016-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]
  116. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  117. 2016-02-07 18:30:07.469 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  118. 2016-02-07 18:30:07.470 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  119. 2016-02-07 18:30:07.470 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  120. 2016-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]
  121. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], []
  122. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], []
  123. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], []
  124. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**/favicon.ico'], []
  125. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], []
  126. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health/**'], []
  127. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health.*'], []
  128. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info'], []
  129. 2016-02-07 18:30:07.471 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info/**'], []
  130. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/info.*'], []
  131. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans'], []
  132. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans/**'], []
  133. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/beans.*'], []
  134. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings'], []
  135. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings/**'], []
  136. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/mappings.*'], []
  137. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump'], []
  138. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump/**'], []
  139. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dump.*'], []
  140. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig'], []
  141. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig/**'], []
  142. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/autoconfig.*'], []
  143. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics'], []
  144. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics/**'], []
  145. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/metrics.*'], []
  146. 2016-02-07 18:30:07.472 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops'], []
  147. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops/**'], []
  148. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/configprops.*'], []
  149. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env'], []
  150. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env/**'], []
  151. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/env.*'], []
  152. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace'], []
  153. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace/**'], []
  154. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/trace.*'], []
  155. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown'], []
  156. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown/**'], []
  157. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/shutdown.*'], []
  158. 2016-02-07 18:30:07.473 INFO 3633 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/error'], []
  159. 2016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  160. 2016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  161. 2016-02-07 18:30:07.485 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  162. 2016-02-07 18:30:07.486 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  163. 2016-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]
  164. 2016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  165. 2016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  166. 2016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  167. 2016-02-07 18:30:07.491 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  168. 2016-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]
  169. 2016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  170. 2016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  171. 2016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  172. 2016-02-07 18:30:07.498 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  173. 2016-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]
  174. 2016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  175. 2016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  176. 2016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  177. 2016-02-07 18:30:07.499 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  178. 2016-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]
  179. 2016-02-07 18:30:07.502 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  180. 2016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  181. 2016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  182. 2016-02-07 18:30:07.503 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  183. 2016-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]
  184. 2016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  185. 2016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  186. 2016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  187. 2016-02-07 18:30:07.504 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  188. 2016-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]
  189. 2016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  190. 2016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  191. 2016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  192. 2016-02-07 18:30:07.508 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  193. 2016-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]
  194. 2016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  195. 2016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  196. 2016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  197. 2016-02-07 18:30:07.520 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  198. 2016-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]
  199. 2016-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]
  200. 2016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  201. 2016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  202. 2016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  203. 2016-02-07 18:30:07.523 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  204. 2016-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]
  205. 2016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  206. 2016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  207. 2016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  208. 2016-02-07 18:30:07.524 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  209. 2016-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]
  210. 2016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  211. 2016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  212. 2016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  213. 2016-02-07 18:30:07.525 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  214. 2016-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]
  215. 2016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  216. 2016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  217. 2016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  218. 2016-02-07 18:30:07.526 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  219. 2016-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]
  220. 2016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  221. 2016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  222. 2016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  223. 2016-02-07 18:30:07.527 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  224. 2016-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]
  225. 2016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  226. 2016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  227. 2016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  228. 2016-02-07 18:30:07.528 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  229. 2016-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]
  230. 2016-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]
  231. 2016-02-07 18:30:07.539 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  232. 2016-02-07 18:30:07.539 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  233. 2016-02-07 18:30:07.540 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  234. 2016-02-07 18:30:07.540 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  235. 2016-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]
  236. 2016-02-07 18:30:07.542 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  237. 2016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  238. 2016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  239. 2016-02-07 18:30:07.543 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  240. 2016-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]
  241. 2016-02-07 18:30:07.546 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  242. 2016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  243. 2016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  244. 2016-02-07 18:30:07.547 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  245. 2016-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]
  246. 2016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  247. 2016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  248. 2016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  249. 2016-02-07 18:30:07.548 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  250. 2016-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]
  251. 2016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  252. 2016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  253. 2016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  254. 2016-02-07 18:30:07.549 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  255. 2016-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]
  256. 2016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  257. 2016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  258. 2016-02-07 18:30:07.550 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  259. 2016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  260. 2016-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]
  261. 2016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  262. 2016-02-07 18:30:07.551 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  263. 2016-02-07 18:30:07.552 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  264. 2016-02-07 18:30:07.552 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  265. 2016-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]
  266. 2016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  267. 2016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  268. 2016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  269. 2016-02-07 18:30:07.553 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  270. 2016-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]
  271. 2016-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]
  272. 2016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  273. 2016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  274. 2016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  275. 2016-02-07 18:30:07.557 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  276. 2016-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]
  277. 2016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  278. 2016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  279. 2016-02-07 18:30:07.578 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  280. 2016-02-07 18:30:07.579 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  281. 2016-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]
  282. 2016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  283. 2016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  284. 2016-02-07 18:30:07.598 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  285. 2016-02-07 18:30:07.599 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  286. 2016-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]
  287. 2016-02-07 18:30:07.645 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  288. 2016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  289. 2016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  290. 2016-02-07 18:30:07.646 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  291. 2016-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]
  292. 2016-02-07 18:30:07.665 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  293. 2016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  294. 2016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  295. 2016-02-07 18:30:07.666 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  296. 2016-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]
  297. 2016-02-07 18:30:07.685 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  298. 2016-02-07 18:30:07.685 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  299. 2016-02-07 18:30:07.686 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  300. 2016-02-07 18:30:07.686 DEBUG 3633 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  301. 2016-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]
  302. 2016-02-07 18:30:07.727 INFO 3633 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  303. 2016-02-07 18:30:07.733 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
  304. 2016-02-07 18:30:07.733 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  305. 2016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  306. 2016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'simpleCORSFilter' to: [/*]
  307. 2016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  308. 2016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  309. 2016-02-07 18:30:07.734 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  310. 2016-02-07 18:30:07.765 DEBUG 3633 --- [ost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Initializing filter 'hiddenHttpMethodFilter'
  311. 2016-02-07 18:30:07.765 DEBUG 3633 --- [ost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured successfully
  312. 2016-02-07 18:30:07.771 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
  313. 2016-02-07 18:30:07.977 INFO 3633 --- [lication.main()] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  314. 2016-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
  315. 2016-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
  316. 2016-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)
  317. 2016-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)
  318. 2016-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)
  319. 2016-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)
  320. 2016-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)
  321. 2016-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()
  322. 2016-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)
  323. 2016-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()
  324. 2016-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)
  325. 2016-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.
  326. 2016-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)
  327. 2016-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()
  328. 2016-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)
  329. 2016-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)
  330. 2016-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)
  331. 2016-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.
  332. 2016-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)
  333. 2016-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)
  334. 2016-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)
  335. 2016-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)
  336. 2016-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)
  337. 2016-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)
  338. 2016-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)
  339. 2016-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)
  340. 2016-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)
  341. 2016-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)
  342. 2016-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)
  343. 2016-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)
  344. 2016-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
  345. 2016-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
  346. 2016-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
  347. 2016-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
  348. 2016-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
  349. 2016-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
  350. 2016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'application': no URL paths identified
  351. 2016-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
  352. 2016-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
  353. 2016-02-07 18:30:08.840 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webSecurityConfiguration': no URL paths identified
  354. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'customUserDetailsService': no URL paths identified
  355. 2016-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
  356. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleCORSFilter': no URL paths identified
  357. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'OAuth2ServerConfiguration': no URL paths identified
  358. 2016-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
  359. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'globalControllerExceptionHandler': no URL paths identified
  360. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentController': no URL paths identified
  361. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeController': no URL paths identified
  362. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userController': no URL paths identified
  363. 2016-02-07 18:30:08.841 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseController': no URL paths identified
  364. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesController': no URL paths identified
  365. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'anonymousController': no URL paths identified
  366. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradeController': no URL paths identified
  367. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradesService': no URL paths identified
  368. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userService': no URL paths identified
  369. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailService': no URL paths identified
  370. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseService': no URL paths identified
  371. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentService': no URL paths identified
  372. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesService': no URL paths identified
  373. 2016-02-07 18:30:08.842 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeService': no URL paths identified
  374. 2016-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
  375. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManagerBuilder': no URL paths identified
  376. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'enableGlobalAuthenticationAutowiredConfigurer': no URL paths identified
  377. 2016-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
  378. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'delegatingApplicationListener': no URL paths identified
  379. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webSecurityExpressionHandler': no URL paths identified
  380. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springSecurityFilterChain': no URL paths identified
  381. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'privilegeEvaluator': no URL paths identified
  382. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autowiredWebSecurityConfigurersIgnoreParents': no URL paths identified
  383. 2016-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
  384. 2016-02-07 18:30:08.843 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectPostProcessor': no URL paths identified
  385. 2016-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
  386. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestDataValueProcessor': no URL paths identified
  387. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManagerBean': no URL paths identified
  388. 2016-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
  389. 2016-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
  390. 2016-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
  391. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationEndpoint': no URL paths identified
  392. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenEndpoint': no URL paths identified
  393. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'checkTokenEndpoint': no URL paths identified
  394. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelApprovalEndpoint': no URL paths identified
  395. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelErrorEndpoint': no URL paths identified
  396. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'oauth2EndpointHandlerMapping': no URL paths identified
  397. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'consumerTokenServices': no URL paths identified
  398. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultAuthorizationServerTokenServices': no URL paths identified
  399. 2016-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
  400. 2016-02-07 18:30:08.844 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsServiceConfigurer': no URL paths identified
  401. 2016-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
  402. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsService': no URL paths identified
  403. 2016-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
  404. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenServices': no URL paths identified
  405. 2016-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
  406. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'encrypter': no URL paths identified
  407. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'decrypter': no URL paths identified
  408. 2016-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
  409. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSource': no URL paths identified
  410. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sessionFactory': no URL paths identified
  411. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'policyValidator': no URL paths identified
  412. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailIdValidator': no URL paths identified
  413. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'forgotPasswordValidator': no URL paths identified
  414. 2016-02-07 18:30:08.845 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resetPasswordRequestValidator': no URL paths identified
  415. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesValidator': no URL paths identified
  416. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseCodeValidator': no URL paths identified
  417. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userWorker': no URL paths identified
  418. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeWorker': no URL paths identified
  419. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseWorker': no URL paths identified
  420. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradesWorker': no URL paths identified
  421. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentWorker': no URL paths identified
  422. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesWorker': no URL paths identified
  423. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userDao': no URL paths identified
  424. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeDao': no URL paths identified
  425. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseDao': no URL paths identified
  426. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'classGradesDao': no URL paths identified
  427. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'roleDao': no URL paths identified
  428. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userDaoImpl': no URL paths identified
  429. 2016-02-07 18:30:08.846 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeDaoImpl': no URL paths identified
  430. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseDaoImpl': no URL paths identified
  431. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'classGradesDaoImpl': no URL paths identified
  432. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentDao': no URL paths identified
  433. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'roleDaoMock': no URL paths identified
  434. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesDao': no URL paths identified
  435. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesDaoImpl': no URL paths identified
  436. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'validationService': no URL paths identified
  437. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'validatorFactory': no URL paths identified
  438. 2016-02-07 18:30:08.847 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userUtils': no URL paths identified
  439. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'courseUtils': no URL paths identified
  440. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gradeUtils': no URL paths identified
  441. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'noticeUtils': no URL paths identified
  442. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'assignmentUtils': no URL paths identified
  443. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emailUtils': no URL paths identified
  444. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'encryptionUtils': no URL paths identified
  445. 2016-02-07 18:30:08.848 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'notesUtils': no URL paths identified
  446. 2016-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
  447. 2016-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
  448. 2016-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
  449. 2016-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
  450. 2016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'websocketContainerCustomizer': no URL paths identified
  451. 2016-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
  452. 2016-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
  453. 2016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatEmbeddedServletContainerFactory': no URL paths identified
  454. 2016-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
  455. 2016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified
  456. 2016-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
  457. 2016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServlet': no URL paths identified
  458. 2016-02-07 18:30:08.849 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServletRegistration': no URL paths identified
  459. 2016-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
  460. 2016-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
  461. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'error': no URL paths identified
  462. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameViewResolver': no URL paths identified
  463. 2016-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
  464. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorAttributes': no URL paths identified
  465. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'basicErrorController': no URL paths identified
  466. 2016-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
  467. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified
  468. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerMapping': no URL paths identified
  469. 2016-02-07 18:30:08.850 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
  470. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewControllerHandlerMapping': no URL paths identified
  471. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameHandlerMapping': no URL paths identified
  472. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceHandlerMapping': no URL paths identified
  473. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcResourceUrlProvider': no URL paths identified
  474. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultServletHandlerMapping': no URL paths identified
  475. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcConversionService': no URL paths identified
  476. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcValidator': no URL paths identified
  477. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcPathMatcher': no URL paths identified
  478. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUrlPathHelper': no URL paths identified
  479. 2016-02-07 18:30:08.851 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
  480. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified
  481. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified
  482. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'handlerExceptionResolver': no URL paths identified
  483. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcViewResolver': no URL paths identified
  484. 2016-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
  485. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconHandlerMapping': no URL paths identified
  486. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconRequestHandler': no URL paths identified
  487. 2016-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
  488. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultViewResolver': no URL paths identified
  489. 2016-02-07 18:30:08.852 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestContextListener': no URL paths identified
  490. 2016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewResolver': no URL paths identified
  491. 2016-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
  492. 2016-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
  493. 2016-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
  494. 2016-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
  495. 2016-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
  496. 2016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified
  497. 2016-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
  498. 2016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditEventRepository': no URL paths identified
  499. 2016-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
  500. 2016-02-07 18:30:08.853 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditListener': no URL paths identified
  501. 2016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationAuditListener': no URL paths identified
  502. 2016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationAuditListener': no URL paths identified
  503. 2016-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
  504. 2016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'bootGlobalAuthenticationConfigurationAdapter': no URL paths identified
  505. 2016-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
  506. 2016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationEventPublisher': no URL paths identified
  507. 2016-02-07 18:30:08.854 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityProperties': no URL paths identified
  508. 2016-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
  509. 2016-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
  510. 2016-02-07 18:30:08.855 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'ignoredPathsWebSecurityConfigurerAdapter': no URL paths identified
  511. 2016-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
  512. 2016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shellAuthenticationManager': no URL paths identified
  513. 2016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springAuthenticationProperties': no URL paths identified
  514. 2016-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
  515. 2016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shellBootstrap': no URL paths identified
  516. 2016-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
  517. 2016-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
  518. 2016-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
  519. 2016-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
  520. 2016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jdbcTemplate': no URL paths identified
  521. 2016-02-07 18:30:08.856 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'namedParameterJdbcTemplate': no URL paths identified
  522. 2016-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
  523. 2016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializer': no URL paths identified
  524. 2016-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
  525. 2016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPoolDataSourceMetadataProvider': no URL paths identified
  526. 2016-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
  527. 2016-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
  528. 2016-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
  529. 2016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializerPostProcessor': no URL paths identified
  530. 2016-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
  531. 2016-02-07 18:30:08.857 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'actuatorMetricRepository': no URL paths identified
  532. 2016-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
  533. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'counterService': no URL paths identified
  534. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gaugeService': no URL paths identified
  535. 2016-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
  536. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPublicMetrics': no URL paths identified
  537. 2016-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
  538. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourcePublicMetrics': no URL paths identified
  539. 2016-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
  540. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemPublicMetrics': no URL paths identified
  541. 2016-02-07 18:30:08.858 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricReaderPublicMetrics': no URL paths identified
  542. 2016-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
  543. 2016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicator': no URL paths identified
  544. 2016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicatorProperties': no URL paths identified
  545. 2016-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
  546. 2016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dbHealthIndicator': no URL paths identified
  547. 2016-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
  548. 2016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthAggregator': no URL paths identified
  549. 2016-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
  550. 2016-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
  551. 2016-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
  552. 2016-02-07 18:30:08.859 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingEndpoint': no URL paths identified
  553. 2016-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
  554. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentEndpoint': no URL paths identified
  555. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthEndpoint': no URL paths identified
  556. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beansEndpoint': no URL paths identified
  557. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'infoEndpoint': no URL paths identified
  558. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsEndpoint': no URL paths identified
  559. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceEndpoint': no URL paths identified
  560. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dumpEndpoint': no URL paths identified
  561. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationAuditEndpoint': no URL paths identified
  562. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shutdownEndpoint': no URL paths identified
  563. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'configurationPropertiesReportEndpoint': no URL paths identified
  564. 2016-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
  565. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanExporter': no URL paths identified
  566. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectNamingStrategy': no URL paths identified
  567. 2016-02-07 18:30:08.860 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanServer': no URL paths identified
  568. 2016-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
  569. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointMBeanExporter': no URL paths identified
  570. 2016-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
  571. 2016-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
  572. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'serverProperties': no URL paths identified
  573. 2016-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
  574. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'managementServerProperties': no URL paths identified
  575. 2016-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
  576. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationContextIdFilter': no URL paths identified
  577. 2016-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
  578. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointHandlerMapping': no URL paths identified
  579. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcEndpoints': no URL paths identified
  580. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentMvcEndpoint': no URL paths identified
  581. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthMvcEndpoint': no URL paths identified
  582. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsMvcEndpoint': no URL paths identified
  583. 2016-02-07 18:30:08.861 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shutdownMvcEndpoint': no URL paths identified
  584. 2016-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
  585. 2016-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
  586. 2016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricFilter': no URL paths identified
  587. 2016-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
  588. 2016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceRepository': no URL paths identified
  589. 2016-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
  590. 2016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webRequestLoggingFilter': no URL paths identified
  591. 2016-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
  592. 2016-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
  593. 2016-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
  594. 2016-02-07 18:30:08.862 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openEntityManagerInViewInterceptor': no URL paths identified
  595. 2016-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
  596. 2016-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
  597. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionManager': no URL paths identified
  598. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaVendorAdapter': no URL paths identified
  599. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactoryBuilder': no URL paths identified
  600. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactory': no URL paths identified
  601. 2016-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
  602. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializedPublisher': no URL paths identified
  603. 2016-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
  604. 2016-02-07 18:30:08.863 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'persistenceExceptionTranslationPostProcessor': no URL paths identified
  605. 2016-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
  606. 2016-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
  607. 2016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'foo': no URL paths identified
  608. 2016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaMappingContext': no URL paths identified
  609. 2016-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
  610. 2016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified
  611. 2016-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
  612. 2016-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
  613. 2016-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
  614. 2016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jodaDateTimeSerializationModule': no URL paths identified
  615. 2016-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
  616. 2016-02-07 18:30:08.864 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapper': no URL paths identified
  617. 2016-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
  618. 2016-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
  619. 2016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'stringHttpMessageConverter': no URL paths identified
  620. 2016-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
  621. 2016-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
  622. 2016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mappingJackson2HttpMessageConverter': no URL paths identified
  623. 2016-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
  624. 2016-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
  625. 2016-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
  626. 2016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageConverters': no URL paths identified
  627. 2016-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
  628. 2016-02-07 18:30:08.865 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pageableResolver': no URL paths identified
  629. 2016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sortResolver': no URL paths identified
  630. 2016-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
  631. 2016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonGeoModule': no URL paths identified
  632. 2016-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
  633. 2016-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
  634. 2016-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
  635. 2016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionAttributeSource': no URL paths identified
  636. 2016-02-07 18:30:08.866 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionInterceptor': no URL paths identified
  637. 2016-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
  638. 2016-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
  639. 2016-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
  640. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'characterEncodingFilter': no URL paths identified
  641. 2016-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
  642. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartConfigElement': no URL paths identified
  643. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartResolver': no URL paths identified
  644. 2016-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
  645. 2016-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
  646. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationReport': no URL paths identified
  647. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationEventMulticaster': no URL paths identified
  648. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environment': no URL paths identified
  649. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemProperties': no URL paths identified
  650. 2016-02-07 18:30:08.867 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemEnvironment': no URL paths identified
  651. 2016-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
  652. 2016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageSource': no URL paths identified
  653. 2016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContext': no URL paths identified
  654. 2016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextParameters': no URL paths identified
  655. 2016-02-07 18:30:08.868 DEBUG 3633 --- [lication.main()] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextAttributes': no URL paths identified
  656. 2016-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]
  657. 2016-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]
  658. 2016-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
  659. 2016-02-07 18:30:08.896 INFO 3633 --- [lication.main()] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalControllerExceptionHandler
  660. 2016-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]
  661. 2016-02-07 18:30:09.903 INFO 3633 --- [lication.main()] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  662. 2016-02-07 18:30:09.913 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence
  663. 2016-02-07 18:30:09.913 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence
  664. 2016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence
  665. 2016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence
  666. 2016-02-07 18:30:09.914 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment]
  667. 2016-02-07 18:30:09.916 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Adding [random] PropertySource with lowest search precedence
  668. 2016-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
  669. 2016-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
  670. 2016-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
  671. 2016-02-07 18:30:09.981 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8091 (http)
  672. 2016-02-07 18:30:09.982 INFO 3633 --- [lication.main()] o.apache.catalina.core.StandardService : Starting service Tomcat
  673. 2016-02-07 18:30:09.982 INFO 3633 --- [lication.main()] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.20
  674. 2016-02-07 18:30:10.016 INFO 3633 --- [ost-startStop-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  675. 2016-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]
  676. 2016-02-07 18:30:10.016 INFO 3633 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 99 ms
  677. 2016-02-07 18:30:10.055 INFO 3633 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  678. 2016-02-07 18:30:10.056 INFO 3633 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  679. 2016-02-07 18:30:10.061 DEBUG 3633 --- [lication.main()] o.s.w.c.s.StandardServletEnvironment : Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
  680. 2016-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)
  681. 2016-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()
  682. 2016-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()
  683. 2016-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)
  684. 2016-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()
  685. 2016-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)
  686. 2016-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()
  687. 2016-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()
  688. 2016-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()
  689. 2016-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()
  690. 2016-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()
  691. 2016-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)
  692. 2016-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()
  693. 2016-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()
  694. 2016-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()
  695. 2016-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
  696. 2016-02-07 18:30:10.125 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
  697. 2016-02-07 18:30:10.126 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : No resource handling mappings found
  698. 2016-02-07 18:30:10.239 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8091 (http)
  699. 2016-02-07 18:30:10.245 INFO 3633 --- [lication.main()] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
  700. 2016-02-07 18:30:10.438 DEBUG 3633 --- [lication.main()] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
  701. 2016-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]
  702. 2016-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]
  703. 2016-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]
  704. 2016-02-07 18:30:10.474 INFO 3633 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8443 (http)
  705. 2016-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)
  706. 2016-02-07 18:30:19.455 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Initializing servlet 'dispatcherServlet'
  707. 2016-02-07 18:30:19.456 INFO 3633 --- [0.1-8443-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  708. 2016-02-07 18:30:19.456 INFO 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  709. 2016-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]
  710. 2016-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]
  711. 2016-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]
  712. 2016-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]
  713. 2016-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]
  714. 2016-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]
  715. 2016-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
  716. 2016-02-07 18:30:19.477 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Servlet 'dispatcherServlet' configured successfully
  717. 2016-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]
  718. 2016-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
  719. 2016-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]
  720. Hibernate:
  721. /*
  722. from
  723. User
  724. where
  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=?
  737. Hibernate:
  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=?
  748. 2016-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}}]
  749. 2016-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]
  750. 2016-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
  751. 2016-02-07 18:30:19.948 DEBUG 3633 --- [0.1-8443-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  752. 2016-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=]
  753. 2016-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=
  754. 2016-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)]
  755. Hibernate:
  756. /*
  757. from
  758. User
  759. where
  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=?
  772. Hibernate:
  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=?
  783. 2016-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 ]
  784. 2016-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)
  785. 2016-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
  786. 2016-02-07 18:30:44.730 DEBUG 3633 --- [0.1-8443-exec-3] o.s.web.servlet.DispatcherServlet : Successfully completed request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement