2020-02-18 12:20:25.120 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.lj360.memberdata.test.CustomjpaApplicationTests], using SpringBootContextLoader 2020-02-18 12:20:25.127 [main] INFO o.s.t.c.s.AbstractContextLoader -Could not detect default resource locations for test class [com.lj360.memberdata.test.CustomjpaApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-18 12:20:25.128 [main] INFO o.s.t.c.s.AnnotationConfigContextLoaderUtils -Could not detect default configuration classes for test class [com.lj360.memberdata.test.CustomjpaApplicationTests]: CustomjpaApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2020-02-18 12:23:48.558 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.lj360.memberdata.test.CustomjpaApplicationTests], using SpringBootContextLoader 2020-02-18 12:23:48.565 [main] INFO o.s.t.c.s.AbstractContextLoader -Could not detect default resource locations for test class [com.lj360.memberdata.test.CustomjpaApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-18 12:23:48.946 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2020-02-18 12:23:49.012 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@616fe72b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37efd131, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e7b159b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7e5d9a50, org.springframework.test.context.support.DirtiesContextTestExecutionListener@60957c0f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@293a5f75, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@fcb4004, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1dd6d4b7] 2020-02-18 12:23:54.190 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 12:23:54.209 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4d157787: startup date [Tue Feb 18 12:23:54 CST 2020]; root of context hierarchy 2020-02-18 12:23:54.485 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 12:23:54.547 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$bf71c2ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 12:23:56.881 [main] INFO c.l.m.test.CustomjpaApplicationTests -No active profile set, falling back to default profiles: default 2020-02-18 12:23:56.896 [main] INFO o.s.w.c.s.GenericWebApplicationContext -Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5136207f: startup date [Tue Feb 18 12:23:56 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4d157787 2020-02-18 12:23:59.838 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=01d2e643-6b35-323a-9827-ac52621b4e10 2020-02-18 12:24:00.011 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 12:24:00.474 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$bf71c2ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 12:24:02.788 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 12:24:02.892 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 12:24:02.893 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 12:24:02.894 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 12:24:02.895 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 12:24:02.895 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 12:24:02.895 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 12:24:02.896 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 12:24:02.899 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 12:24:03.591 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 12:24:03.591 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 12:24:03.631 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 12:24:03.632 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 12:24:03.806 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:24:04.004 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5136207f: startup date [Tue Feb 18 12:23:56 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4d157787 2020-02-18 12:24:04.176 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 12:24:04.177 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 12:24:04.245 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:24:04.248 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:24:07.413 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 12:24:09.737 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 12:24:11.744 [main] INFO 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@3cacc87, org.springframework.security.web.context.SecurityContextPersistenceFilter@21eedcde, org.springframework.security.web.header.HeaderWriterFilter@142918a0, org.springframework.security.web.authentication.logout.LogoutFilter@44392e64, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4a5d5b38, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c1908c8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a116354, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3bc6c10f, org.springframework.security.web.session.SessionManagementFilter@25bc65ab, org.springframework.security.web.access.ExceptionTranslationFilter@570299e3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@48b09105] 2020-02-18 12:24:11.803 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3fe24670, org.springframework.security.web.context.SecurityContextPersistenceFilter@3134b261, org.springframework.security.web.header.HeaderWriterFilter@1805ca5c, org.springframework.web.filter.CorsFilter@639c7f9c, org.springframework.security.web.authentication.logout.LogoutFilter@c697186, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@608eb42e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@aa633e6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3cc74fc4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3c46e6f6, org.springframework.security.web.session.SessionManagementFilter@3e61cffd, org.springframework.security.web.access.ExceptionTranslationFilter@511d568f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1ad1f167] 2020-02-18 12:24:12.229 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 12:24:12.241 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 12:24:12.242 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 12:24:12.243 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 12:24:12.415 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 12:24:12.492 [main] INFO c.l.m.test.CustomjpaApplicationTests -Started CustomjpaApplicationTests in 23.338 seconds (JVM running for 25.757) 2020-02-18 12:24:12.544 [main] ERROR o.s.test.context.TestContextManager -Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7e5d9a50] to prepare test instance [com.lj360.memberdata.test.CustomjpaApplicationTests@7cbfbcd1] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.lj360.memberdata.test.CustomjpaApplicationTests': Unsatisfied dependency expressed through field 'accountRepo'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepositoryCustom' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:587) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:373) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1350) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:401) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepositoryCustom' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1509) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:584) ... 27 common frames omitted 2020-02-18 12:24:12.732 [Thread-4] INFO o.s.w.c.s.GenericWebApplicationContext -Closing org.springframework.web.context.support.GenericWebApplicationContext@5136207f: startup date [Tue Feb 18 12:23:56 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4d157787 2020-02-18 12:24:12.867 [Thread-4] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 12:24:12.874 [Thread-4] INFO o.s.c.n.e.s.EurekaServiceRegistry -Unregistering application auth-server with eureka with status DOWN 2020-02-18 12:24:12.876 [Thread-4] INFO o.s.c.s.DefaultLifecycleProcessor -Stopping beans in phase 0 2020-02-18 12:24:13.047 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 12:24:13.411 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 12:24:13.411 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 12:24:13.737 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 12:24:13.737 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 12:24:14.248 [Thread-4] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 12:24:15.114 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 12:24:15.332 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 12:24:15.334 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 12:24:15.336 [Thread-4] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 12:24:15.343 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1581999855339 with initial instances count: 8 2020-02-18 12:24:15.349 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Shutting down DiscoveryClient ... 2020-02-18 12:24:18.350 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Unregistering ... 2020-02-18 12:24:18.374 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:-1 - deregister status: 404 2020-02-18 12:24:18.384 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Completed shut down of DiscoveryClient 2020-02-18 12:25:16.924 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.lj360.memberdata.test.CustomjpaApplicationTests], using SpringBootContextLoader 2020-02-18 12:25:16.931 [main] INFO o.s.t.c.s.AbstractContextLoader -Could not detect default resource locations for test class [com.lj360.memberdata.test.CustomjpaApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-18 12:25:17.250 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2020-02-18 12:25:17.273 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64ba3208, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@158a3b2e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@25a6944c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e1fa5b1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b00f608, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2f17e30d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e821657, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1d131e1b] 2020-02-18 12:25:22.367 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 12:25:22.388 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@22680f52: startup date [Tue Feb 18 12:25:22 CST 2020]; root of context hierarchy 2020-02-18 12:25:22.659 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 12:25:22.695 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3b0f0e14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 12:25:25.307 [main] INFO c.l.m.test.CustomjpaApplicationTests -No active profile set, falling back to default profiles: default 2020-02-18 12:25:25.323 [main] INFO o.s.w.c.s.GenericWebApplicationContext -Refreshing org.springframework.web.context.support.GenericWebApplicationContext@256aa5f2: startup date [Tue Feb 18 12:25:25 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@22680f52 2020-02-18 12:25:27.713 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=01d2e643-6b35-323a-9827-ac52621b4e10 2020-02-18 12:25:27.875 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 12:25:28.162 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3b0f0e14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 12:25:30.460 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 12:25:30.660 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 12:25:30.661 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 12:25:30.663 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 12:25:30.728 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 12:25:30.732 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 12:25:30.733 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 12:25:30.734 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 12:25:30.740 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 12:25:31.542 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 12:25:31.543 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 12:25:31.550 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 12:25:31.550 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 12:25:31.774 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:25:32.050 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@256aa5f2: startup date [Tue Feb 18 12:25:25 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@22680f52 2020-02-18 12:25:32.138 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 12:25:32.139 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 12:25:32.198 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:25:32.198 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 12:25:35.133 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 12:25:37.706 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 12:25:39.908 [main] INFO 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@32c6d164, org.springframework.security.web.context.SecurityContextPersistenceFilter@35d0749, org.springframework.security.web.header.HeaderWriterFilter@ef85567, org.springframework.security.web.authentication.logout.LogoutFilter@5fafa76d, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@484a5ddd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@57eed461, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@595184d8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@645c9f0f, org.springframework.security.web.session.SessionManagementFilter@ec3944, org.springframework.security.web.access.ExceptionTranslationFilter@5f803481, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3e2d65e1] 2020-02-18 12:25:39.925 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b3abeeb, org.springframework.security.web.context.SecurityContextPersistenceFilter@2447940d, org.springframework.security.web.header.HeaderWriterFilter@25c6ab3f, org.springframework.web.filter.CorsFilter@33de7f3d, org.springframework.security.web.authentication.logout.LogoutFilter@e67d3b7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7bef7505, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60ee7a51, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70e1aa20, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3aeb267, org.springframework.security.web.session.SessionManagementFilter@7b80af04, org.springframework.security.web.access.ExceptionTranslationFilter@5c930fc3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@41492479] 2020-02-18 12:25:40.583 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 12:25:40.596 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 12:25:40.597 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 12:25:40.598 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 12:25:40.767 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 12:25:40.786 [main] INFO c.l.m.test.CustomjpaApplicationTests -Started CustomjpaApplicationTests in 23.41 seconds (JVM running for 25.545) 2020-02-18 12:25:40.888 [main] ERROR o.s.test.context.TestContextManager -Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e1fa5b1] to prepare test instance [com.lj360.memberdata.test.CustomjpaApplicationTests@5d00b469] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.lj360.memberdata.test.CustomjpaApplicationTests': Unsatisfied dependency expressed through field 'accountRepo'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:587) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:373) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1350) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:401) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1509) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:584) ... 27 common frames omitted 2020-02-18 12:25:41.065 [Thread-4] INFO o.s.w.c.s.GenericWebApplicationContext -Closing org.springframework.web.context.support.GenericWebApplicationContext@256aa5f2: startup date [Tue Feb 18 12:25:25 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@22680f52 2020-02-18 12:25:41.079 [Thread-4] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 12:25:41.083 [Thread-4] INFO o.s.c.n.e.s.EurekaServiceRegistry -Unregistering application auth-server with eureka with status DOWN 2020-02-18 12:25:41.086 [Thread-4] INFO o.s.c.s.DefaultLifecycleProcessor -Stopping beans in phase 0 2020-02-18 12:25:41.208 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 12:25:41.554 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 12:25:41.555 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 12:25:41.894 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 12:25:41.895 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 12:25:42.221 [Thread-4] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 12:25:43.004 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 12:25:43.005 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 12:25:43.005 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 12:25:43.005 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 12:25:43.005 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 12:25:43.005 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 12:25:43.006 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 12:25:43.248 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 12:25:43.251 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 12:25:43.253 [Thread-4] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 12:25:43.256 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1581999943255 with initial instances count: 7 2020-02-18 12:25:43.262 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Shutting down DiscoveryClient ... 2020-02-18 12:25:46.265 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Unregistering ... 2020-02-18 12:25:46.273 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:-1 - deregister status: 404 2020-02-18 12:25:46.283 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Completed shut down of DiscoveryClient 2020-02-18 13:36:37.897 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.lj360.memberdata.test.CustomjpaApplicationTests], using SpringBootContextLoader 2020-02-18 13:36:37.906 [main] INFO o.s.t.c.s.AbstractContextLoader -Could not detect default resource locations for test class [com.lj360.memberdata.test.CustomjpaApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-18 13:36:38.212 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2020-02-18 13:36:38.256 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper -Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4baf352a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1bb1fde8, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@15eebbff, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@22d6f11, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30990c1b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2453f95d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@44828f6b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2dbe250d] 2020-02-18 13:36:42.177 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 13:36:42.184 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4e6d7365: startup date [Tue Feb 18 13:36:42 CST 2020]; root of context hierarchy 2020-02-18 13:36:42.543 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 13:36:42.606 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$a24b874e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 13:36:45.179 [main] INFO c.l.m.test.CustomjpaApplicationTests -No active profile set, falling back to default profiles: default 2020-02-18 13:36:45.191 [main] INFO o.s.w.c.s.GenericWebApplicationContext -Refreshing org.springframework.web.context.support.GenericWebApplicationContext@53830483: startup date [Tue Feb 18 13:36:45 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4e6d7365 2020-02-18 13:36:48.055 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=01d2e643-6b35-323a-9827-ac52621b4e10 2020-02-18 13:36:48.264 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 13:36:48.551 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$a24b874e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 13:36:50.101 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 13:36:50.412 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 13:36:50.414 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 13:36:50.415 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 13:36:50.420 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 13:36:50.421 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 13:36:50.422 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 13:36:50.423 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 13:36:50.429 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 13:36:51.509 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 13:36:51.509 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 13:36:51.519 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 13:36:51.519 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 13:36:51.869 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 13:36:52.190 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@53830483: startup date [Tue Feb 18 13:36:45 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4e6d7365 2020-02-18 13:36:52.390 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 13:36:52.391 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 13:36:52.524 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 13:36:52.525 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 13:36:56.667 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 13:36:59.484 [main] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 13:37:02.171 [main] INFO 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@176e839e, org.springframework.security.web.context.SecurityContextPersistenceFilter@43f7f48d, org.springframework.security.web.header.HeaderWriterFilter@5d04fbb7, org.springframework.security.web.authentication.logout.LogoutFilter@61e0f9b9, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1317ac2c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@b1fa523, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5a3be84, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4ac0d49, org.springframework.security.web.session.SessionManagementFilter@5c7e55a4, org.springframework.security.web.access.ExceptionTranslationFilter@7f5ecada, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@630c3af3] 2020-02-18 13:37:02.225 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@55cb3b7, org.springframework.security.web.context.SecurityContextPersistenceFilter@11d422fd, org.springframework.security.web.header.HeaderWriterFilter@69a294d8, org.springframework.web.filter.CorsFilter@31ab4859, org.springframework.security.web.authentication.logout.LogoutFilter@6b6c0b7c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@dcdb883, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e489bb8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1331d6fd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@497fd334, org.springframework.security.web.session.SessionManagementFilter@70b1028d, org.springframework.security.web.access.ExceptionTranslationFilter@4866e0a7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e198c40] 2020-02-18 13:37:02.724 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 13:37:02.740 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 13:37:02.741 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 13:37:02.742 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 13:37:02.905 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 13:37:02.980 [main] INFO c.l.m.test.CustomjpaApplicationTests -Started CustomjpaApplicationTests in 24.651 seconds (JVM running for 27.372) 2020-02-18 13:37:03.022 [main] ERROR o.s.test.context.TestContextManager -Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@22d6f11] to prepare test instance [com.lj360.memberdata.test.CustomjpaApplicationTests@d960561] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.lj360.memberdata.test.CustomjpaApplicationTests': Unsatisfied dependency expressed through field 'accountRepo'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:587) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:373) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1350) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:401) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.lj360.memberdata.dao.AccountRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1509) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:584) ... 27 common frames omitted 2020-02-18 13:37:03.101 [Thread-4] INFO o.s.w.c.s.GenericWebApplicationContext -Closing org.springframework.web.context.support.GenericWebApplicationContext@53830483: startup date [Tue Feb 18 13:36:45 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@4e6d7365 2020-02-18 13:37:03.113 [Thread-4] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 13:37:03.117 [Thread-4] INFO o.s.c.n.e.s.EurekaServiceRegistry -Unregistering application auth-server with eureka with status DOWN 2020-02-18 13:37:03.119 [Thread-4] INFO o.s.c.s.DefaultLifecycleProcessor -Stopping beans in phase 0 2020-02-18 13:37:03.188 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 13:37:03.659 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 13:37:03.660 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 13:37:03.889 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 13:37:03.889 [Thread-4] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 13:37:04.699 [Thread-4] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 13:37:05.496 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 13:37:05.496 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 13:37:05.497 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 13:37:05.497 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 13:37:05.497 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 13:37:05.497 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 13:37:05.497 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 13:37:05.752 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 13:37:05.755 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 13:37:05.757 [Thread-4] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 13:37:05.768 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582004225761 with initial instances count: 7 2020-02-18 13:37:05.775 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Shutting down DiscoveryClient ... 2020-02-18 13:37:08.777 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Unregistering ... 2020-02-18 13:37:08.783 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:-1 - deregister status: 404 2020-02-18 13:37:08.793 [Thread-4] INFO c.netflix.discovery.DiscoveryClient -Completed shut down of DiscoveryClient 2020-02-18 16:31:09.564 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:31:09.573 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3faebc0e: startup date [Tue Feb 18 16:31:09 CST 2020]; root of context hierarchy 2020-02-18 16:31:09.926 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:31:10.005 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$b3940c49] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:31:12.394 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:31:12.468 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@14121606: startup date [Tue Feb 18 16:31:12 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3faebc0e 2020-02-18 16:31:14.452 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:31:15.242 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=43483eb5-6821-309b-b173-cd11b3b88524 2020-02-18 16:31:15.348 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:31:15.660 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$977a094c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:31:15.781 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$b3940c49] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:31:17.367 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:31:17.440 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:31:17.474 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:31:17.531 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:31:17.602 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:31:18.020 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:31:18.062 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5594 ms 2020-02-18 16:31:20.169 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:31:20.216 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:31:20.311 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@56650c7e 2020-02-18 16:31:21.003 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:31:21.556 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:31:21.745 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:31:21.951 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:31:22.076 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:31:22.101 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:31:22.213 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:31:22.415 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:31:23.030 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:31:27.329 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:31:29.570 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:31:30.712 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:31:30.713 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:31:30.713 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:31:30.713 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:31:30.715 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:31:30.716 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:31:30.716 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:31:30.716 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:31:30.717 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:31:30.753 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:31:30.910 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:31:31.047 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:31:31.164 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:31:31.216 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:31:31.262 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:31:31.270 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:31:31.272 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:31:31.276 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:31:31.284 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:31:31.398 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:31:31.426 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:31:31.611 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:31:31.955 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@14121606: startup date [Tue Feb 18 16:31:12 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3faebc0e 2020-02-18 16:31:32.174 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:31:32.319 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:31:32.351 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:31:32.438 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:31:32.453 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:31:34.239 [main] INFO 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@239984f7, org.springframework.security.web.context.SecurityContextPersistenceFilter@72080dd2, org.springframework.security.web.header.HeaderWriterFilter@34325a14, org.springframework.security.web.authentication.logout.LogoutFilter@27fa640c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1d44c61c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5478967b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16ae5e74, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@642c68ea, org.springframework.security.web.session.SessionManagementFilter@42cc50a5, org.springframework.security.web.access.ExceptionTranslationFilter@2997337e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2daab456] 2020-02-18 16:31:34.599 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@11c664db, org.springframework.security.web.context.SecurityContextPersistenceFilter@15ce5ade, org.springframework.security.web.header.HeaderWriterFilter@5cc25459, org.springframework.web.filter.CorsFilter@cb661b1, org.springframework.security.web.authentication.logout.LogoutFilter@16f6a4fb, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4b2004de, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5eb37616, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@109d8105, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@f1052f6, org.springframework.security.web.session.SessionManagementFilter@45f872a7, org.springframework.security.web.access.ExceptionTranslationFilter@61b55069, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e5ee9d7] 2020-02-18 16:31:35.037 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:31:35.068 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:31:35.139 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:31:35.211 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:31:35.319 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:31:35.388 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:31:35.429 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:31:35.431 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:31:35.442 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:31:35.478 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:31:35.542 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:31:35.585 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=14121606,type=ConfigurationPropertiesRebinder] 2020-02-18 16:31:35.642 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:31:35.665 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:31:35.674 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:31:35.722 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:31:35.871 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:31:35.890 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:31:36.103 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:31:36.113 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:31:36.369 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:31:37.067 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:31:37.074 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:31:37.109 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:31:37.151 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:31:37.161 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:31:37.163 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:31:37.171 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:31:37.364 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:31:37.372 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:31:37.382 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:31:37.390 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582014697389 with initial instances count: 7 2020-02-18 16:31:37.397 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:31:37.427 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582014697427, current=UP, previous=STARTING] 2020-02-18 16:31:37.455 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:31:37.473 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:31:37.544 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:31:37.610 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:31:37.711 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:31:37.759 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:31:37.841 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 31.797 seconds (JVM running for 46.293) 2020-02-18 16:33:14.753 [Thread-8] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@14121606: startup date [Tue Feb 18 16:31:12 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3faebc0e 2020-02-18 16:33:14.767 [Thread-8] INFO o.s.c.n.e.s.EurekaServiceRegistry -Unregistering application auth-server with eureka with status DOWN 2020-02-18 16:33:14.767 [Thread-8] WARN c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582014794767, current=DOWN, previous=UP] 2020-02-18 16:33:14.770 [Thread-8] INFO o.s.c.s.DefaultLifecycleProcessor -Stopping beans in phase 0 2020-02-18 16:33:14.776 [Thread-8] INFO o.s.j.e.a.AnnotationMBeanExporter -Unregistering JMX-exposed beans on shutdown 2020-02-18 16:33:14.777 [Thread-8] INFO o.s.j.e.a.AnnotationMBeanExporter -Unregistering JMX-exposed beans 2020-02-18 16:33:14.780 [Thread-8] INFO c.netflix.discovery.DiscoveryClient -Shutting down DiscoveryClient ... 2020-02-18 16:33:14.768 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:33:14.787 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:33:14.788 [Thread-8] INFO c.netflix.discovery.DiscoveryClient -Unregistering ... 2020-02-18 16:33:14.822 [Thread-8] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - deregister status: 200 2020-02-18 16:33:14.830 [Thread-8] INFO c.netflix.discovery.DiscoveryClient -Completed shut down of DiscoveryClient 2020-02-18 16:33:14.832 [Thread-8] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Closing JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:33:14.834 [Thread-8] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Shutdown initiated... 2020-02-18 16:33:14.848 [Thread-8] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Shutdown completed. 2020-02-18 16:33:36.161 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:33:36.195 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f97be32: startup date [Tue Feb 18 16:33:36 CST 2020]; root of context hierarchy 2020-02-18 16:33:36.491 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:33:36.537 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f3568a0c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:33:38.701 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:33:38.724 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@27d6327b: startup date [Tue Feb 18 16:33:38 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2f97be32 2020-02-18 16:33:40.965 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:33:41.867 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=43483eb5-6821-309b-b173-cd11b3b88524 2020-02-18 16:33:41.973 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:33:42.265 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d73c870f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:33:42.374 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f3568a0c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:33:43.344 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:33:43.372 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:33:43.387 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:33:43.387 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:33:43.482 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:33:43.761 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:33:43.763 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5040 ms 2020-02-18 16:33:45.546 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:33:45.546 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:33:45.567 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@18a2cfa6 2020-02-18 16:33:46.403 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:33:46.912 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:33:47.089 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:33:47.123 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:33:47.455 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:33:47.459 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:33:47.576 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:33:47.977 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:33:48.736 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:33:53.224 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:33:55.406 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:33:56.400 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:33:56.401 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:33:56.401 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:33:56.401 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:33:56.401 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:33:56.402 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:33:56.402 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:33:56.402 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:33:56.402 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:33:56.402 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:33:56.603 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:33:56.852 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:33:56.856 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:33:56.856 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:33:56.857 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:33:56.857 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:33:56.858 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:33:56.858 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:33:56.861 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:33:57.034 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:33:57.035 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:33:57.339 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:33:57.574 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@27d6327b: startup date [Tue Feb 18 16:33:38 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2f97be32 2020-02-18 16:33:57.710 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:33:57.786 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:33:57.787 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:33:57.877 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:33:57.878 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:34:00.567 [main] INFO 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@70532c1c, org.springframework.security.web.context.SecurityContextPersistenceFilter@1c48ff18, org.springframework.security.web.header.HeaderWriterFilter@15453425, org.springframework.security.web.authentication.logout.LogoutFilter@1d514882, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@42d746c8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@63acc4d9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e82de1a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@63026a94, org.springframework.security.web.session.SessionManagementFilter@43e8e3ba, org.springframework.security.web.access.ExceptionTranslationFilter@7b517aa6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4c7e9ea5] 2020-02-18 16:34:00.648 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@48bdba08, org.springframework.security.web.context.SecurityContextPersistenceFilter@19ab1062, org.springframework.security.web.header.HeaderWriterFilter@34aae3bb, org.springframework.web.filter.CorsFilter@2d21a8b4, org.springframework.security.web.authentication.logout.LogoutFilter@53b80486, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1336f139, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e720992, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5da692dc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7837fb8f, org.springframework.security.web.session.SessionManagementFilter@563b0573, org.springframework.security.web.access.ExceptionTranslationFilter@7c1b6ca1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@37757ba] 2020-02-18 16:34:01.272 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:34:01.288 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:34:01.288 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:34:01.289 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:34:01.384 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:34:01.387 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:34:01.398 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:34:01.400 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:34:01.402 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:34:01.406 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:34:01.450 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:34:01.463 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=27d6327b,type=ConfigurationPropertiesRebinder] 2020-02-18 16:34:01.471 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:34:01.507 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:34:01.517 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:34:01.651 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:34:01.782 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:34:01.782 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:34:02.111 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:34:02.112 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:34:02.616 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:34:03.317 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:34:03.317 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:34:03.318 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:34:03.318 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:34:03.318 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:34:03.318 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:34:03.318 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:34:03.662 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:34:03.672 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:34:03.676 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:34:03.686 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582014843684 with initial instances count: 7 2020-02-18 16:34:03.691 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:34:03.692 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582014843692, current=UP, previous=STARTING] 2020-02-18 16:34:03.693 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:34:03.731 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:34:03.741 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:34:03.760 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:34:03.878 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:34:03.879 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:34:03.884 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 31.667 seconds (JVM running for 44.157) 2020-02-18 16:34:07.594 [http-nio-7777-exec-10] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 16:34:07.594 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 16:34:07.632 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 38 ms 2020-02-18 16:34:07.717 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:34:07.946 [http-nio-7777-exec-10] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing SpringClientFactory-client-member-service: startup date [Tue Feb 18 16:34:07 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@27d6327b 2020-02-18 16:34:08.045 [http-nio-7777-exec-10] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:34:08.602 [http-nio-7777-exec-10] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 16:34:08.644 [http-nio-7777-exec-10] INFO c.n.u.c.ShutdownEnabledTimer -Shutdown hook installed for: NFLoadBalancer-PingTimer-client-member-service 2020-02-18 16:34:08.671 [http-nio-7777-exec-10] INFO c.n.loadbalancer.BaseLoadBalancer -Client: client-member-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null 2020-02-18 16:34:08.679 [http-nio-7777-exec-10] INFO c.n.l.DynamicServerListLoadBalancer -Using serverListUpdater PollingServerListUpdater 2020-02-18 16:34:08.750 [http-nio-7777-exec-10] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 16:34:08.752 [http-nio-7777-exec-10] INFO c.n.l.DynamicServerListLoadBalancer -DynamicServerListLoadBalancer for client client-member-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[192.168.10.57:8004, 192.168.10.57:8004],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] },Server stats: [[Server:192.168.10.57:8004; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@31533ef7 2020-02-18 16:34:09.700 [PollingServerListUpdater-0] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 16:34:52.273 [http-nio-7777-exec-3] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:35:28.412 [http-nio-7777-exec-10] WARN o.a.c.util.SessionIdGeneratorBase -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [825] milliseconds. 2020-02-18 16:35:28.419 [http-nio-7777-exec-10] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] -Servlet.service() for servlet [dispatcherServlet] in context with path [/uaa] threw exception org.springframework.web.client.HttpServerErrorException: 504 Gateway Time-out at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:97) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:79) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:766) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:724) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:680) at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:466) at com.lj360.memberdata.SsbAuthenticationSuccessHandler.onAuthenticationSuccess(SsbAuthenticationSuccessHandler.java:63) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.successfulAuthentication(AbstractAuthenticationProcessingFilter.java:326) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) 2020-02-18 16:36:27.593 [http-nio-7777-exec-3] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] -Servlet.service() for servlet [dispatcherServlet] in context with path [/uaa] threw exception org.springframework.web.client.HttpServerErrorException: 504 Gateway Time-out at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:97) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:79) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:766) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:724) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:680) at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:466) at com.lj360.memberdata.SsbAuthenticationSuccessHandler.onAuthenticationSuccess(SsbAuthenticationSuccessHandler.java:63) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.successfulAuthentication(AbstractAuthenticationProcessingFilter.java:326) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) 2020-02-18 16:39:03.322 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:44:03.336 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:49:03.345 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:49:24.737 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:49:24.757 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5acdb54c: startup date [Tue Feb 18 16:49:24 CST 2020]; root of context hierarchy 2020-02-18 16:49:25.104 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:49:25.165 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$5b93ddea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:49:27.395 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:49:27.431 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@14e4adf1: startup date [Tue Feb 18 16:49:27 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5acdb54c 2020-02-18 16:49:29.718 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:49:30.667 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=43483eb5-6821-309b-b173-cd11b3b88524 2020-02-18 16:49:30.771 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:49:31.103 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3f79daed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:49:31.241 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$5b93ddea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:49:32.607 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:49:32.625 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:49:32.644 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:49:32.644 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:49:32.755 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:49:34.210 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:49:34.211 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 6780 ms 2020-02-18 16:49:36.596 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:49:36.597 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:49:36.615 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3032784e 2020-02-18 16:49:37.286 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:49:37.991 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:49:38.441 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:49:38.518 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:49:38.666 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:49:38.670 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:49:38.789 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:49:38.999 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:49:39.845 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:49:45.170 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:49:47.370 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:49:48.445 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:49:48.446 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:49:48.446 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:49:48.446 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:49:48.447 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:49:48.448 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:49:48.448 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:49:48.448 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:49:48.448 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:49:48.448 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:49:48.575 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:49:48.783 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:49:48.785 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:49:48.785 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:49:48.786 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:49:48.786 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:49:48.786 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:49:48.787 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:49:48.792 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:49:48.983 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:49:48.983 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:49:49.270 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:49:49.502 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@14e4adf1: startup date [Tue Feb 18 16:49:27 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5acdb54c 2020-02-18 16:49:49.672 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:49:49.767 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:49:49.768 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:49:49.859 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:49:49.859 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:49:52.469 [main] INFO 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@30c09833, org.springframework.security.web.context.SecurityContextPersistenceFilter@7d207a7f, org.springframework.security.web.header.HeaderWriterFilter@66049528, org.springframework.security.web.authentication.logout.LogoutFilter@1d680786, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@18a9070e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3ca7633, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b5fc73a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e4196da, org.springframework.security.web.session.SessionManagementFilter@62d4a10a, org.springframework.security.web.access.ExceptionTranslationFilter@5877572a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2ed15f85] 2020-02-18 16:49:52.496 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@561eed61, org.springframework.security.web.context.SecurityContextPersistenceFilter@5a38d64f, org.springframework.security.web.header.HeaderWriterFilter@247d3774, org.springframework.web.filter.CorsFilter@547bae1, org.springframework.security.web.authentication.logout.LogoutFilter@24a5402b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@702b835, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1ff16df8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@52fa3fe5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7b596bde, org.springframework.security.web.session.SessionManagementFilter@2f8b245d, org.springframework.security.web.access.ExceptionTranslationFilter@376e4c5c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3f470d42] 2020-02-18 16:49:52.773 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:49:52.789 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:49:52.790 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:49:52.791 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:49:52.850 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:49:52.852 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:49:52.893 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:49:52.894 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:49:52.895 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:49:52.899 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:49:52.910 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:49:52.939 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=14e4adf1,type=ConfigurationPropertiesRebinder] 2020-02-18 16:49:52.948 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:49:52.957 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:49:53.023 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:49:53.071 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:49:53.246 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:49:53.246 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:49:53.449 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:49:53.449 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:49:53.823 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:49:54.511 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:49:54.511 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:49:54.511 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:49:54.511 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:49:54.512 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:49:54.512 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:49:54.512 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:49:54.810 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:49:54.814 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:49:54.816 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:49:54.840 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582015794838 with initial instances count: 8 2020-02-18 16:49:54.846 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:49:54.847 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582015794847, current=UP, previous=STARTING] 2020-02-18 16:49:54.848 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:49:54.896 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:49:54.902 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:49:54.915 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:49:55.251 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:49:55.252 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:49:55.256 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 34.575 seconds (JVM running for 48.291) 2020-02-18 16:50:06.325 [http-nio-7777-exec-2] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 16:50:06.326 [http-nio-7777-exec-2] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 16:50:06.377 [http-nio-7777-exec-2] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 50 ms 2020-02-18 16:50:06.511 [http-nio-7777-exec-2] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:52:28.001 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:52:28.013 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2d5abf19: startup date [Tue Feb 18 16:52:28 CST 2020]; root of context hierarchy 2020-02-18 16:52:28.309 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:52:28.375 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$15b4c6f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:52:30.827 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:52:30.854 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4ebcb763: startup date [Tue Feb 18 16:52:30 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2d5abf19 2020-02-18 16:52:33.286 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:52:34.288 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=1e4b05dd-c357-3df5-b347-014969ee790e 2020-02-18 16:52:34.369 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:52:34.652 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f99ac3f3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:52:34.796 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$15b4c6f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:52:36.020 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:52:36.045 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:52:36.096 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:52:36.096 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:52:36.304 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:52:36.586 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:52:36.587 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5734 ms 2020-02-18 16:52:38.752 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:52:38.752 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:52:38.788 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@1aa1f084 2020-02-18 16:52:39.395 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:52:40.204 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:52:40.353 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:52:40.409 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:52:40.682 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:52:40.686 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:52:40.787 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:52:41.080 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:52:42.095 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:52:47.377 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:52:49.670 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:52:50.922 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:52:50.923 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:52:50.923 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:52:50.923 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:52:50.924 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:52:50.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:52:50.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:52:50.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:52:50.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:52:50.925 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:52:51.105 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:52:51.279 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:52:51.280 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:52:51.281 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:52:51.281 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:52:51.281 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:52:51.281 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:52:51.383 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:52:51.386 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:52:51.576 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:52:51.576 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:52:51.827 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:52:52.189 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4ebcb763: startup date [Tue Feb 18 16:52:30 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2d5abf19 2020-02-18 16:52:52.381 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:52:52.518 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:52:52.519 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:52:52.737 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:52:52.737 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:52:55.934 [main] INFO 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@1cbdeb59, org.springframework.security.web.context.SecurityContextPersistenceFilter@55747fb7, org.springframework.security.web.header.HeaderWriterFilter@7b2e61ce, org.springframework.security.web.authentication.logout.LogoutFilter@70c20fb8, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@13e0e079, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4207b4a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7b5fdb18, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bc70d0c, org.springframework.security.web.session.SessionManagementFilter@677729cc, org.springframework.security.web.access.ExceptionTranslationFilter@641bb4d4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@27c97618] 2020-02-18 16:52:56.006 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7a95ef2e, org.springframework.security.web.context.SecurityContextPersistenceFilter@4307c09, org.springframework.security.web.header.HeaderWriterFilter@5a43f52c, org.springframework.web.filter.CorsFilter@5be34d62, org.springframework.security.web.authentication.logout.LogoutFilter@734c1762, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@11422f2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b5af368, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e7589ba, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d1ba7bd, org.springframework.security.web.session.SessionManagementFilter@54592fb1, org.springframework.security.web.access.ExceptionTranslationFilter@a54a22d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7a69cf20] 2020-02-18 16:52:56.404 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:52:56.420 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:52:56.421 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:52:56.422 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:52:56.509 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:52:56.514 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:52:56.525 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:52:56.528 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:52:56.529 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:52:56.533 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:52:56.550 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:52:56.561 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=4ebcb763,type=ConfigurationPropertiesRebinder] 2020-02-18 16:52:56.568 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:52:56.580 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:52:56.589 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:52:56.652 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:52:56.809 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:52:56.809 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:52:57.277 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:52:57.277 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:52:57.952 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:52:58.679 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:52:58.679 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:52:58.680 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:52:58.680 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:52:58.680 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:52:58.680 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:52:58.680 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:52:59.055 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:52:59.058 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:52:59.061 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:52:59.066 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582015979065 with initial instances count: 8 2020-02-18 16:52:59.071 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:52:59.071 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582015979071, current=UP, previous=STARTING] 2020-02-18 16:52:59.104 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:52:59.121 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:52:59.205 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:52:59.211 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:52:59.213 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:52:59.226 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 34.962 seconds (JVM running for 48.528) 2020-02-18 16:52:59.239 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:53:02.917 [http-nio-7777-exec-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 16:53:02.917 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 16:53:02.986 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 69 ms 2020-02-18 16:53:03.042 [http-nio-7777-exec-1] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:53:14.180 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:53:42.448 [http-nio-7777-exec-8] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:55:25.317 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:55:25.326 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@75c54746: startup date [Tue Feb 18 16:55:25 CST 2020]; root of context hierarchy 2020-02-18 16:55:25.672 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:55:25.723 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$94873060] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:55:28.059 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:55:28.081 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@662514fd: startup date [Tue Feb 18 16:55:28 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@75c54746 2020-02-18 16:55:30.308 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:55:31.531 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=1e4b05dd-c357-3df5-b347-014969ee790e 2020-02-18 16:55:31.677 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:55:31.977 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$786d2d63] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:55:32.113 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$94873060] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:55:33.017 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:55:33.049 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:55:33.063 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:55:33.063 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:55:33.078 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:55:33.358 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:55:33.359 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5278 ms 2020-02-18 16:55:35.422 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:55:35.424 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:55:35.532 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@36513b56 2020-02-18 16:55:36.425 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:55:37.251 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:55:37.388 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:55:37.420 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:55:37.941 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:55:37.945 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:55:38.106 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:55:38.355 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:55:39.064 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:55:44.657 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:55:47.382 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:55:48.596 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:55:48.596 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:55:48.597 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:55:48.597 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:55:48.597 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:55:48.598 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:55:48.598 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:55:48.598 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:55:48.598 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:55:48.598 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:55:48.898 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:55:49.107 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:55:49.108 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:55:49.112 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:55:49.113 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:55:49.115 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:55:49.116 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:55:49.116 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:55:49.123 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:55:49.263 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:55:49.264 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:55:49.454 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:55:49.691 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@662514fd: startup date [Tue Feb 18 16:55:28 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@75c54746 2020-02-18 16:55:49.796 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:55:49.877 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:55:49.878 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:55:49.967 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:55:49.967 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:55:52.303 [main] INFO 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@53359bee, org.springframework.security.web.context.SecurityContextPersistenceFilter@fb5c464, org.springframework.security.web.header.HeaderWriterFilter@7fdfce2f, org.springframework.security.web.authentication.logout.LogoutFilter@ed30a86, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@398e7688, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6d577e5a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7246f9f5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4c984bc0, org.springframework.security.web.session.SessionManagementFilter@34caec9e, org.springframework.security.web.access.ExceptionTranslationFilter@f2be4d1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2fe0dc4e] 2020-02-18 16:55:52.350 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a39aab1, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e793d39, org.springframework.security.web.header.HeaderWriterFilter@1af529a3, org.springframework.web.filter.CorsFilter@3780fc65, org.springframework.security.web.authentication.logout.LogoutFilter@664e8ed1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3d642541, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5ac5bc06, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@694e3ecc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19013cc4, org.springframework.security.web.session.SessionManagementFilter@531b8286, org.springframework.security.web.access.ExceptionTranslationFilter@2da93e3e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4d7da7bb] 2020-02-18 16:55:52.660 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:55:52.696 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:55:52.698 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:55:52.699 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:55:52.802 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:55:52.809 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:55:52.819 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:55:52.822 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:55:52.824 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:55:52.828 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:55:52.841 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:55:52.906 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=662514fd,type=ConfigurationPropertiesRebinder] 2020-02-18 16:55:52.915 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:55:52.930 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:55:52.991 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:55:53.078 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:55:53.282 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:55:53.283 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:55:53.496 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:55:53.496 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:55:54.069 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:55:54.819 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:55:54.819 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:55:54.819 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:55:54.819 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:55:54.820 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:55:54.820 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:55:54.820 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:55:55.211 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:55:55.215 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:55:55.218 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:55:55.222 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582016155220 with initial instances count: 8 2020-02-18 16:55:55.226 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:55:55.226 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582016155226, current=UP, previous=STARTING] 2020-02-18 16:55:55.262 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:55:55.275 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:55:55.298 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:55:55.302 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:55:55.443 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:55:55.444 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:55:55.451 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 34.489 seconds (JVM running for 49.759) 2020-02-18 16:56:00.391 [http-nio-7777-exec-10] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 16:56:00.391 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 16:56:00.458 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 67 ms 2020-02-18 16:56:00.536 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:56:31.944 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 16:56:31.955 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5986026c: startup date [Tue Feb 18 16:56:31 CST 2020]; root of context hierarchy 2020-02-18 16:56:32.289 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:56:32.363 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$db20ade7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:56:34.507 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 16:56:34.536 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@305444b7: startup date [Tue Feb 18 16:56:34 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5986026c 2020-02-18 16:56:37.189 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 16:56:38.137 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=1e4b05dd-c357-3df5-b347-014969ee790e 2020-02-18 16:56:38.232 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 16:56:38.560 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bf06aaea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:56:38.719 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$db20ade7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 16:56:39.768 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 16:56:39.789 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 16:56:39.817 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 16:56:39.817 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 16:56:39.913 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 16:56:40.344 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 16:56:40.344 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5808 ms 2020-02-18 16:56:42.572 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:56:42.572 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:56:42.628 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@6caa7e04 2020-02-18 16:56:43.301 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 16:56:44.015 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 16:56:44.287 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 16:56:44.362 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 16:56:44.673 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 16:56:44.677 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 16:56:44.849 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 16:56:45.221 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 16:56:46.170 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 16:56:50.843 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:56:52.928 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 16:56:54.081 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 16:56:54.081 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 16:56:54.081 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 16:56:54.081 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 16:56:54.082 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 16:56:54.082 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 16:56:54.082 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 16:56:54.082 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 16:56:54.082 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 16:56:54.083 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 16:56:54.262 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 16:56:54.448 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:56:54.450 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 16:56:54.451 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:56:54.452 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 16:56:54.452 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 16:56:54.495 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 16:56:54.496 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 16:56:54.503 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 16:56:54.667 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 16:56:54.667 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 16:56:54.979 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:56:55.262 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@305444b7: startup date [Tue Feb 18 16:56:34 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5986026c 2020-02-18 16:56:55.365 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 16:56:55.429 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 16:56:55.429 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:56:55.528 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:56:55.528 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 16:56:57.641 [main] INFO 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@706b306a, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f9ee634, org.springframework.security.web.header.HeaderWriterFilter@4581987b, org.springframework.security.web.authentication.logout.LogoutFilter@c510508, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7183a639, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@61ab5a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6cb73db8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@62f2b53f, org.springframework.security.web.session.SessionManagementFilter@2571afdf, org.springframework.security.web.access.ExceptionTranslationFilter@a458567, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e3a78fc] 2020-02-18 16:56:57.670 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4b65a0ac, org.springframework.security.web.context.SecurityContextPersistenceFilter@771f5fea, org.springframework.security.web.header.HeaderWriterFilter@3dbaf79c, org.springframework.web.filter.CorsFilter@7ed63993, org.springframework.security.web.authentication.logout.LogoutFilter@5a800b34, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4dd583bc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@afa4cf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6ac3a551, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@52caf9c7, org.springframework.security.web.session.SessionManagementFilter@113428fd, org.springframework.security.web.access.ExceptionTranslationFilter@77d002e4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@19db7c58] 2020-02-18 16:56:58.019 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 16:56:58.052 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:56:58.053 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 16:56:58.054 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 16:56:58.165 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 16:56:58.169 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 16:56:58.220 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 16:56:58.221 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 16:56:58.222 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 16:56:58.226 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 16:56:58.242 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 16:56:58.269 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=305444b7,type=ConfigurationPropertiesRebinder] 2020-02-18 16:56:58.285 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 16:56:58.297 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 16:56:58.306 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 16:56:58.381 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 16:56:58.573 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 16:56:58.573 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 16:56:58.890 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 16:56:58.890 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 16:56:59.414 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 16:57:00.267 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 16:57:00.660 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 16:57:00.663 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 16:57:00.665 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 16:57:00.670 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582016220669 with initial instances count: 8 2020-02-18 16:57:00.677 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 16:57:00.677 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582016220677, current=UP, previous=STARTING] 2020-02-18 16:57:00.700 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 16:57:00.714 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 16:57:00.804 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 16:57:00.811 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 16:57:00.812 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 16:57:00.821 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 32.839 seconds (JVM running for 47.55) 2020-02-18 16:57:00.846 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 16:57:09.576 [http-nio-7777-exec-9] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 16:57:09.576 [http-nio-7777-exec-9] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 16:57:09.625 [http-nio-7777-exec-9] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 49 ms 2020-02-18 16:57:09.695 [http-nio-7777-exec-9] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:57:29.563 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 16:58:51.508 [http-nio-7777-exec-2] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:03:43.466 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:03:43.482 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@689db5a: startup date [Tue Feb 18 17:03:43 CST 2020]; root of context hierarchy 2020-02-18 17:03:43.767 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:03:43.831 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$70fa7465] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:03:46.149 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:03:46.186 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@603dc373: startup date [Tue Feb 18 17:03:46 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@689db5a 2020-02-18 17:03:48.721 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:03:49.572 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=1e4b05dd-c357-3df5-b347-014969ee790e 2020-02-18 17:03:49.724 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:03:49.981 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$54e07168] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:03:50.174 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$70fa7465] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:03:51.370 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:03:51.393 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:03:51.453 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:03:51.453 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:03:51.512 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:03:51.744 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:03:51.744 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5558 ms 2020-02-18 17:03:53.913 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:03:53.915 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:03:53.936 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@77aa9e02 2020-02-18 17:03:54.609 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:03:55.291 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:03:55.509 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:03:55.536 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:03:55.922 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:03:55.927 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:03:56.089 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:03:56.369 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:03:57.245 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:04:02.138 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:04:04.329 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:04:05.379 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:04:05.380 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:04:05.380 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:04:05.380 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'commonDataFilter' to urls: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:04:05.381 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:04:05.531 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:04:05.711 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:04:05.713 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:04:05.713 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:04:05.716 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:04:05.719 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:04:05.720 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:04:05.720 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:04:05.724 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:04:06.018 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:04:06.018 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:04:06.381 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:04:06.632 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@603dc373: startup date [Tue Feb 18 17:03:46 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@689db5a 2020-02-18 17:04:06.782 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:04:06.861 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:04:06.862 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:04:06.969 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:04:06.969 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:04:09.117 [main] INFO 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@35f75059, org.springframework.security.web.context.SecurityContextPersistenceFilter@3c545e8, org.springframework.security.web.header.HeaderWriterFilter@61e95a3, org.springframework.security.web.authentication.logout.LogoutFilter@2fb7f819, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2c8ca34d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7a170cde, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@554d77d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@31c92f58, org.springframework.security.web.session.SessionManagementFilter@54cace1e, org.springframework.security.web.access.ExceptionTranslationFilter@67b42e0e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a438211] 2020-02-18 17:04:09.164 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@351a57f5, org.springframework.security.web.context.SecurityContextPersistenceFilter@6611f9c7, org.springframework.security.web.header.HeaderWriterFilter@b02c14d, org.springframework.web.filter.CorsFilter@59139ce0, org.springframework.security.web.authentication.logout.LogoutFilter@2dea71c7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@28fbb487, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@87e2018, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15eb80f3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5851463e, org.springframework.security.web.session.SessionManagementFilter@622b4253, org.springframework.security.web.access.ExceptionTranslationFilter@52e79cc9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@60b83bfc] 2020-02-18 17:04:09.615 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:04:09.629 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:04:09.630 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:04:09.631 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:04:09.711 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:04:09.714 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:04:09.731 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:04:09.732 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:04:09.734 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:04:09.738 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:04:09.750 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:04:09.764 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=603dc373,type=ConfigurationPropertiesRebinder] 2020-02-18 17:04:09.774 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:04:09.783 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:04:09.796 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:04:09.849 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:04:09.988 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:04:09.988 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:04:10.379 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:04:10.380 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:04:10.969 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:04:11.774 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:04:11.775 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:04:12.181 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:04:12.185 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:04:12.187 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:04:12.191 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582016652190 with initial instances count: 8 2020-02-18 17:04:12.195 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:04:12.195 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582016652195, current=UP, previous=STARTING] 2020-02-18 17:04:12.240 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:04:12.255 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:04:12.321 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:04:12.327 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:04:12.331 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:04:12.345 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 33.213 seconds (JVM running for 46.362) 2020-02-18 17:04:12.359 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:04:17.575 [http-nio-7777-exec-10] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:04:17.575 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:04:17.631 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 56 ms 2020-02-18 17:04:17.687 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:04:17.722 [http-nio-7777-exec-10] ERROR o.s.s.w.a.UsernamePasswordAuthenticationFilter -An internal error occurred while trying to authenticate the user. org.springframework.security.authentication.InternalAuthenticationServiceException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:119) at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:144) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) at org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.attemptAuthentication(UsernamePasswordAuthenticationFilter.java:94) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:367) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:227) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:527) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:153) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:135) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy144.getByUserName(Unknown Source) at com.lj360.memberdata.service.CustomizeUserDetailsService.loadUserByUsername(CustomizeUserDetailsService.java:41) at com.lj360.memberdata.service.CustomizeUserDetailsService$$FastClassBySpringCGLIB$$f2b7630a.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.lj360.memberdata.service.CustomizeUserDetailsService$$EnhancerBySpringCGLIB$$cb4233a1.loadUserByUsername() at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:104) ... 57 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:133) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:164) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:957) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:874) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:305) at com.sun.proxy.$Proxy141.createNativeQuery(Unknown Source) at org.springframework.data.jpa.repository.query.NativeJpaQuery.createJpaQuery(NativeJpaQuery.java:70) at org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.doCreateQuery(AbstractStringBasedJpaQuery.java:85) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.createQuery(AbstractJpaQuery.java:210) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:129) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:91) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:136) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:125) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:590) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:578) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 77 common frames omitted Caused by: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.engine.query.spi.ParameterParser.parse(ParameterParser.java:192) at org.hibernate.engine.query.spi.ParamLocationRecognizer.parseLocations(ParamLocationRecognizer.java:59) at org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl.getParameterMetadata(NativeQueryInterpreterStandardImpl.java:34) at org.hibernate.engine.query.spi.QueryPlanCache.getSQLParameterMetadata(QueryPlanCache.java:128) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:951) ... 101 common frames omitted 2020-02-18 17:07:06.876 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:07:06.883 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@fc905b4: startup date [Tue Feb 18 17:07:06 CST 2020]; root of context hierarchy 2020-02-18 17:07:07.176 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:07:07.227 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f3a219e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:07:09.653 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:07:09.678 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@308618e2: startup date [Tue Feb 18 17:07:09 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@fc905b4 2020-02-18 17:07:12.585 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:07:13.599 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:07:13.746 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:07:14.054 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d78816e3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:07:14.213 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f3a219e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:07:15.391 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:07:15.430 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:07:15.451 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:07:15.451 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:07:15.822 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:07:16.305 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:07:16.305 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 6627 ms 2020-02-18 17:07:17.282 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:07:17.283 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:07:17.299 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@47debd1d 2020-02-18 17:07:21.491 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:07:24.159 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:07:26.681 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:07:27.402 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:07:27.547 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:07:27.585 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:07:27.889 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:07:27.920 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:07:28.016 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:07:28.298 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:07:29.311 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:07:31.192 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:07:31.192 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:07:31.192 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:07:31.192 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:07:31.193 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:07:31.193 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:07:31.193 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:07:31.193 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:07:31.193 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:07:31.374 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:07:31.757 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:07:31.761 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:07:31.763 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:07:31.764 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:07:31.765 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:07:31.766 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:07:31.766 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:07:31.771 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:07:32.036 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:07:32.036 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:07:32.533 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:07:32.794 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@308618e2: startup date [Tue Feb 18 17:07:09 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@fc905b4 2020-02-18 17:07:32.909 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:07:32.982 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:07:32.985 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:07:33.167 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:07:33.168 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:07:35.307 [main] INFO 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@5bdf9133, org.springframework.security.web.context.SecurityContextPersistenceFilter@717a5038, org.springframework.security.web.header.HeaderWriterFilter@e4dc513, org.springframework.security.web.authentication.logout.LogoutFilter@67be71d4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@75492e9a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3d97f40b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7076348a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5f084147, org.springframework.security.web.session.SessionManagementFilter@403dbd1, org.springframework.security.web.access.ExceptionTranslationFilter@47451ec2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@662560f4] 2020-02-18 17:07:35.336 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@683667b1, org.springframework.security.web.context.SecurityContextPersistenceFilter@2c3cf82, org.springframework.security.web.header.HeaderWriterFilter@342518e, org.springframework.web.filter.CorsFilter@14ed01e1, org.springframework.security.web.authentication.logout.LogoutFilter@33111526, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@729eeec5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@65d8a5f0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@740756e4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5bd70b0c, org.springframework.security.web.session.SessionManagementFilter@5cb37c4e, org.springframework.security.web.access.ExceptionTranslationFilter@2c4976bc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@43e57cfc] 2020-02-18 17:07:35.695 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:07:35.759 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:07:35.762 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:07:35.763 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:07:35.916 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:07:35.919 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:07:35.949 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:07:35.951 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:07:35.952 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:07:35.956 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:07:35.968 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:07:35.999 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=308618e2,type=ConfigurationPropertiesRebinder] 2020-02-18 17:07:36.013 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:07:36.024 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:07:36.100 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:07:36.201 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:07:36.500 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:07:36.500 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:07:37.135 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:07:37.136 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:07:37.949 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:07:38.796 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:07:39.012 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:07:39.015 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:07:39.017 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:07:39.021 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582016859020 with initial instances count: 8 2020-02-18 17:07:39.026 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:07:39.026 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582016859026, current=UP, previous=STARTING] 2020-02-18 17:07:39.054 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:07:39.065 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:07:39.091 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:07:39.169 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:07:39.235 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:07:39.236 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:07:39.241 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 36.339 seconds (JVM running for 51.2) 2020-02-18 17:07:39.944 [http-nio-7777-exec-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:07:39.944 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:07:39.996 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 52 ms 2020-02-18 17:10:19.826 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:10:19.850 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7514cf66: startup date [Tue Feb 18 17:10:19 CST 2020]; root of context hierarchy 2020-02-18 17:10:20.290 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:10:20.383 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$aecc6672] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:10:23.257 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:10:23.284 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@d5b6d2a: startup date [Tue Feb 18 17:10:23 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7514cf66 2020-02-18 17:10:25.754 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:10:27.077 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=b7bebd02-20b7-3be8-9347-ce3547311fbd 2020-02-18 17:10:27.195 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:10:27.714 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$92b26375] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:10:27.875 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$aecc6672] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:10:29.177 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:10:29.224 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:10:29.242 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:10:29.242 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:10:29.373 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:10:29.707 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:10:29.708 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 6424 ms 2020-02-18 17:10:30.526 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:10:30.957 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:10:30.978 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@1773d368 2020-02-18 17:10:35.029 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:10:37.814 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:10:39.472 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:10:40.030 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:10:40.340 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:10:40.469 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:10:40.812 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:10:40.817 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:10:40.919 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:10:41.224 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:10:42.236 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:10:43.467 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:10:43.467 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:10:43.467 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:10:43.468 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:10:43.468 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:10:43.468 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:10:43.469 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:10:43.469 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:10:43.469 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:10:43.555 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:10:43.739 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:10:43.740 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:10:43.741 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:10:43.741 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:10:43.741 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:10:43.742 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:10:43.742 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:10:43.746 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:10:43.970 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:10:43.970 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:10:44.471 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:10:44.746 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@d5b6d2a: startup date [Tue Feb 18 17:10:23 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7514cf66 2020-02-18 17:10:44.831 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:10:44.928 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:10:44.928 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:10:45.031 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:10:45.031 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:10:47.652 [main] INFO 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@5a3fa7c2, org.springframework.security.web.context.SecurityContextPersistenceFilter@2c2fbb96, org.springframework.security.web.header.HeaderWriterFilter@4c62db7f, org.springframework.security.web.authentication.logout.LogoutFilter@7b80c3ad, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@50362e37, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@e7d860, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6435a53d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@604127a7, org.springframework.security.web.session.SessionManagementFilter@7771a678, org.springframework.security.web.access.ExceptionTranslationFilter@6ba25663, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1cfd1286] 2020-02-18 17:10:47.677 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1dc2f767, org.springframework.security.web.context.SecurityContextPersistenceFilter@4075f39a, org.springframework.security.web.header.HeaderWriterFilter@29dce668, org.springframework.web.filter.CorsFilter@6cdafea9, org.springframework.security.web.authentication.logout.LogoutFilter@50ab0e20, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@46f22149, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7fc63677, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@31e77041, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@9bbe2db, org.springframework.security.web.session.SessionManagementFilter@4d058518, org.springframework.security.web.access.ExceptionTranslationFilter@350151a2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7c777aa1] 2020-02-18 17:10:48.047 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:10:48.080 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:10:48.080 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:10:48.081 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:10:48.159 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:10:48.172 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:10:48.183 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:10:48.185 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:10:48.188 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:10:48.192 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:10:48.203 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:10:48.260 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=d5b6d2a,type=ConfigurationPropertiesRebinder] 2020-02-18 17:10:48.322 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:10:48.331 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:10:48.389 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:10:48.465 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:10:48.626 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:10:48.626 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:10:49.128 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:10:49.129 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:10:49.613 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:10:50.342 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:10:50.629 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:10:50.632 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:10:50.635 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:10:50.711 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582017050709 with initial instances count: 8 2020-02-18 17:10:50.716 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:10:50.716 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582017050716, current=UP, previous=STARTING] 2020-02-18 17:10:50.717 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:10:50.743 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:10:50.802 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:10:50.816 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:10:50.904 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:10:50.905 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:10:50.911 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 34.957 seconds (JVM running for 51.516) 2020-02-18 17:10:50.994 [http-nio-7777-exec-6] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:10:50.994 [http-nio-7777-exec-6] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:10:51.064 [http-nio-7777-exec-6] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 70 ms 2020-02-18 17:10:51.148 [http-nio-7777-exec-6] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:10:58.284 [http-nio-7777-exec-6] ERROR o.s.s.w.a.UsernamePasswordAuthenticationFilter -An internal error occurred while trying to authenticate the user. org.springframework.security.authentication.InternalAuthenticationServiceException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:119) at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:144) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) at org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.attemptAuthentication(UsernamePasswordAuthenticationFilter.java:94) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:367) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:227) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:527) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:153) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:135) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy151.getByUserName(Unknown Source) at com.lj360.memberdata.service.CustomizeUserDetailsService.loadUserByUsername(CustomizeUserDetailsService.java:41) at com.lj360.memberdata.service.CustomizeUserDetailsService$$FastClassBySpringCGLIB$$f2b7630a.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.lj360.memberdata.service.CustomizeUserDetailsService$$EnhancerBySpringCGLIB$$cd8aff20.loadUserByUsername() at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:104) ... 57 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:133) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:164) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:957) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:874) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:305) at com.sun.proxy.$Proxy148.createNativeQuery(Unknown Source) at org.springframework.data.jpa.repository.query.NativeJpaQuery.createJpaQuery(NativeJpaQuery.java:70) at org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.doCreateQuery(AbstractStringBasedJpaQuery.java:85) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.createQuery(AbstractJpaQuery.java:210) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:129) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:91) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:136) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:125) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:590) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:578) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 77 common frames omitted Caused by: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.engine.query.spi.ParameterParser.parse(ParameterParser.java:192) at org.hibernate.engine.query.spi.ParamLocationRecognizer.parseLocations(ParamLocationRecognizer.java:59) at org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl.getParameterMetadata(NativeQueryInterpreterStandardImpl.java:34) at org.hibernate.engine.query.spi.QueryPlanCache.getSQLParameterMetadata(QueryPlanCache.java:128) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:951) ... 101 common frames omitted 2020-02-18 17:11:42.269 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:11:42.281 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3b9bc636: startup date [Tue Feb 18 17:11:42 CST 2020]; root of context hierarchy 2020-02-18 17:11:42.565 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:11:42.630 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ff303b83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:11:44.935 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:11:44.960 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@10c1826f: startup date [Tue Feb 18 17:11:44 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3b9bc636 2020-02-18 17:11:47.308 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:11:48.461 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:11:48.611 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:11:48.949 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e3163886] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:11:49.062 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ff303b83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:11:50.101 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:11:50.153 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:11:50.170 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:11:50.170 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:11:50.280 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:11:50.578 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:11:50.578 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5618 ms 2020-02-18 17:11:51.661 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:11:51.662 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:11:51.680 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7d375eac 2020-02-18 17:11:55.757 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:11:57.851 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:11:59.860 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:12:00.532 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:12:00.655 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:12:00.685 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:12:00.849 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:12:00.856 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:12:01.051 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:12:01.418 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:12:02.148 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:12:03.671 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:12:03.672 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:12:03.672 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:12:03.672 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:12:03.673 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:12:03.673 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:12:03.673 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:12:03.673 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:12:03.673 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:12:03.848 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:12:04.006 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:12:04.008 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:12:04.009 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:12:04.009 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:12:04.010 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:12:04.010 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:12:04.010 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:12:04.016 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:12:04.233 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:12:04.233 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:12:04.617 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:12:04.848 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@10c1826f: startup date [Tue Feb 18 17:11:44 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3b9bc636 2020-02-18 17:12:04.957 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:12:05.021 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:12:05.021 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:12:05.113 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:12:05.113 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:12:06.903 [main] INFO 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@4f982ff2, org.springframework.security.web.context.SecurityContextPersistenceFilter@49cecc5f, org.springframework.security.web.header.HeaderWriterFilter@12d94435, org.springframework.security.web.authentication.logout.LogoutFilter@1ff79ba9, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@c8b26e1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@11579176, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25016515, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@464c91bf, org.springframework.security.web.session.SessionManagementFilter@6e9674e3, org.springframework.security.web.access.ExceptionTranslationFilter@6e5bde5d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2542c0f2] 2020-02-18 17:12:06.936 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@118bf395, org.springframework.security.web.context.SecurityContextPersistenceFilter@61e14309, org.springframework.security.web.header.HeaderWriterFilter@191d6d16, org.springframework.web.filter.CorsFilter@361e679d, org.springframework.security.web.authentication.logout.LogoutFilter@5e7c0ac4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6ae73f99, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1ef5ed5c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6cf24649, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55c711d9, org.springframework.security.web.session.SessionManagementFilter@a570d6e, org.springframework.security.web.access.ExceptionTranslationFilter@6922d930, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1fd12c04] 2020-02-18 17:12:07.315 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:12:07.384 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:12:07.385 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:12:07.386 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:12:07.483 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:12:07.485 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:12:08.179 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:12:08.181 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:12:08.181 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:12:08.185 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:12:08.195 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:12:08.208 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=10c1826f,type=ConfigurationPropertiesRebinder] 2020-02-18 17:12:08.217 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:12:08.225 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:12:08.237 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:12:08.345 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:12:08.528 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:12:08.528 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:12:08.961 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:12:08.962 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:12:09.539 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:12:10.290 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:12:10.290 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:12:10.290 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:12:10.290 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:12:10.293 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:12:10.293 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:12:10.293 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:12:10.694 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:12:10.698 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:12:10.700 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:12:10.705 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582017130703 with initial instances count: 8 2020-02-18 17:12:10.709 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:12:10.709 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582017130709, current=UP, previous=STARTING] 2020-02-18 17:12:10.794 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:12:10.811 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:12:10.840 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:12:10.865 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:12:11.005 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:12:11.006 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:12:11.010 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 32.875 seconds (JVM running for 47.515) 2020-02-18 17:12:16.352 [http-nio-7777-exec-7] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:12:16.352 [http-nio-7777-exec-7] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:12:16.435 [http-nio-7777-exec-7] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 83 ms 2020-02-18 17:12:16.490 [http-nio-7777-exec-7] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:13:15.695 [http-nio-7777-exec-7] ERROR o.s.s.w.a.UsernamePasswordAuthenticationFilter -An internal error occurred while trying to authenticate the user. org.springframework.security.authentication.InternalAuthenticationServiceException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:119) at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:144) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) at org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.attemptAuthentication(UsernamePasswordAuthenticationFilter.java:94) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal; nested exception is java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:367) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:227) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:527) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:153) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:135) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy151.getByUserName(Unknown Source) at com.lj360.memberdata.service.CustomizeUserDetailsService.loadUserByUsername(CustomizeUserDetailsService.java:41) at com.lj360.memberdata.service.CustomizeUserDetailsService$$FastClassBySpringCGLIB$$f2b7630a.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at com.lj360.memberdata.service.CustomizeUserDetailsService$$EnhancerBySpringCGLIB$$d249f91a.loadUserByUsername() at org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:104) ... 57 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:133) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:164) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:957) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:874) at org.hibernate.internal.AbstractSharedSessionContract.createNativeQuery(AbstractSharedSessionContract.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:305) at com.sun.proxy.$Proxy148.createNativeQuery(Unknown Source) at org.springframework.data.jpa.repository.query.NativeJpaQuery.createJpaQuery(NativeJpaQuery.java:70) at org.springframework.data.jpa.repository.query.AbstractStringBasedJpaQuery.doCreateQuery(AbstractStringBasedJpaQuery.java:85) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.createQuery(AbstractJpaQuery.java:210) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:129) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:91) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:136) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:125) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:590) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:578) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 77 common frames omitted Caused by: org.hibernate.QueryException: JPA-style positional param was not an integral ordinal at org.hibernate.engine.query.spi.ParameterParser.parse(ParameterParser.java:192) at org.hibernate.engine.query.spi.ParamLocationRecognizer.parseLocations(ParamLocationRecognizer.java:59) at org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl.getParameterMetadata(NativeQueryInterpreterStandardImpl.java:34) at org.hibernate.engine.query.spi.QueryPlanCache.getSQLParameterMetadata(QueryPlanCache.java:128) at org.hibernate.internal.AbstractSharedSessionContract.getNativeQueryImplementor(AbstractSharedSessionContract.java:951) ... 101 common frames omitted 2020-02-18 17:14:43.278 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:14:43.286 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cdb2078: startup date [Tue Feb 18 17:14:43 CST 2020]; root of context hierarchy 2020-02-18 17:14:43.567 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:14:43.655 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2dc805d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:14:45.957 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:14:46.007 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7702962d: startup date [Tue Feb 18 17:14:46 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@6cdb2078 2020-02-18 17:14:48.307 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:14:49.247 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:14:49.335 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:14:49.670 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$11ae02d6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:14:49.793 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2dc805d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:14:51.001 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:14:51.024 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:14:51.068 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:14:51.068 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:14:51.192 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:14:51.728 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:14:51.728 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5721 ms 2020-02-18 17:14:52.851 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:14:52.853 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:14:52.918 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7709c012 2020-02-18 17:14:57.316 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:14:59.854 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:15:02.387 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:15:03.230 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:15:03.447 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:15:03.474 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:15:03.803 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:15:03.807 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:15:03.881 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:15:04.141 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:15:04.901 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:15:06.116 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:15:06.117 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:15:06.117 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:15:06.117 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:15:06.118 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:15:06.118 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:15:06.118 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:15:06.118 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:15:06.118 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:15:06.352 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:15:06.560 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:15:06.561 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:15:06.562 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:15:06.562 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:15:06.563 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:15:06.563 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:15:06.598 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:15:06.607 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:15:06.813 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:15:06.813 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:15:07.036 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:15:07.300 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7702962d: startup date [Tue Feb 18 17:14:46 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@6cdb2078 2020-02-18 17:15:07.410 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:15:07.546 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:15:07.547 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:15:07.655 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:15:07.655 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:15:10.288 [main] INFO 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@5cd9f645, org.springframework.security.web.context.SecurityContextPersistenceFilter@4356924, org.springframework.security.web.header.HeaderWriterFilter@52c98e3, org.springframework.security.web.authentication.logout.LogoutFilter@67fdbbcb, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1091b5eb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1fd5e2c9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a715313, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@a295d81, org.springframework.security.web.session.SessionManagementFilter@2de7c8db, org.springframework.security.web.access.ExceptionTranslationFilter@276919c8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4e6d23c7] 2020-02-18 17:15:10.307 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20d06dbd, org.springframework.security.web.context.SecurityContextPersistenceFilter@12d0f8f, org.springframework.security.web.header.HeaderWriterFilter@48695a4e, org.springframework.web.filter.CorsFilter@618c71b, org.springframework.security.web.authentication.logout.LogoutFilter@57da5f3a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@bda65b1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1c1928c3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1ea0ba24, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6d69e2b9, org.springframework.security.web.session.SessionManagementFilter@34dfad9f, org.springframework.security.web.access.ExceptionTranslationFilter@4c9a3667, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@43ea34bb] 2020-02-18 17:15:10.618 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:15:10.633 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:15:10.634 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:15:10.636 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:15:10.713 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:15:10.715 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:15:10.724 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:15:10.725 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:15:10.726 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:15:10.731 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:15:10.764 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:15:10.777 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=7702962d,type=ConfigurationPropertiesRebinder] 2020-02-18 17:15:10.787 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:15:10.796 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:15:10.814 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:15:10.869 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:15:11.110 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:15:11.110 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:15:11.674 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:15:11.675 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:15:12.103 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:15:12.900 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:15:12.901 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:15:13.242 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:15:13.248 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:15:13.252 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:15:13.256 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582017313255 with initial instances count: 8 2020-02-18 17:15:13.261 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:15:13.262 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582017313262, current=UP, previous=STARTING] 2020-02-18 17:15:13.286 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:15:13.304 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:15:13.420 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:15:13.446 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:15:13.456 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:15:13.471 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 34.362 seconds (JVM running for 47.449) 2020-02-18 17:15:13.480 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:15:18.156 [http-nio-7777-exec-3] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:15:18.157 [http-nio-7777-exec-3] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:15:18.208 [http-nio-7777-exec-3] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 51 ms 2020-02-18 17:15:18.303 [http-nio-7777-exec-3] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:17:08.897 [http-nio-7777-exec-9] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:19:01.708 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:19:01.717 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5f9ec22b: startup date [Tue Feb 18 17:19:01 CST 2020]; root of context hierarchy 2020-02-18 17:19:02.003 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:19:02.074 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$83d9764d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:19:04.517 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:19:04.542 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a058441: startup date [Tue Feb 18 17:19:04 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5f9ec22b 2020-02-18 17:19:07.043 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:19:08.080 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:19:08.188 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:19:08.421 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$67bf7350] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:19:08.526 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$83d9764d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:19:09.530 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:19:09.575 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:19:09.600 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:19:09.600 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:19:09.721 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:19:12.708 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:19:12.708 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 8166 ms 2020-02-18 17:19:13.732 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:19:13.732 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:19:13.768 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@514d39b8 2020-02-18 17:19:18.280 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:19:20.699 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:19:22.530 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:19:23.268 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:19:23.553 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:19:23.637 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:19:23.937 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:19:23.942 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:19:24.095 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:19:24.403 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:19:25.063 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:19:26.923 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:19:26.924 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:19:26.925 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:19:26.926 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:19:27.184 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:19:27.406 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:19:27.407 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:19:27.408 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:19:27.408 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:19:27.408 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:19:27.459 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:19:27.460 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:19:27.466 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:19:27.702 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:19:27.703 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:19:28.013 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:19:28.253 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a058441: startup date [Tue Feb 18 17:19:04 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@5f9ec22b 2020-02-18 17:19:28.367 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:19:28.453 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:19:28.454 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:19:28.608 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:19:28.608 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:19:31.044 [main] INFO 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@46fd8b55, org.springframework.security.web.context.SecurityContextPersistenceFilter@4831b1cc, org.springframework.security.web.header.HeaderWriterFilter@504546ff, org.springframework.security.web.authentication.logout.LogoutFilter@61448f18, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@c1822ac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@729a6725, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@115cc221, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@9e9f6ce, org.springframework.security.web.session.SessionManagementFilter@55eaf217, org.springframework.security.web.access.ExceptionTranslationFilter@3e0a173a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@467f843f] 2020-02-18 17:19:31.062 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4888c8df, org.springframework.security.web.context.SecurityContextPersistenceFilter@336744d3, org.springframework.security.web.header.HeaderWriterFilter@7c39744e, org.springframework.web.filter.CorsFilter@7e2b6a2e, org.springframework.security.web.authentication.logout.LogoutFilter@27d7b4e6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2cf21b79, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3597e3eb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2bb7a13, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2fde9e0f, org.springframework.security.web.session.SessionManagementFilter@34bfb5, org.springframework.security.web.access.ExceptionTranslationFilter@548a5f93, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@319108db] 2020-02-18 17:19:31.456 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:19:31.472 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:19:31.473 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:19:31.479 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:19:31.544 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:19:31.546 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:19:31.555 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:19:31.557 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:19:31.557 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:19:31.562 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:19:31.587 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:19:31.598 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=3a058441,type=ConfigurationPropertiesRebinder] 2020-02-18 17:19:31.606 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:19:31.623 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:19:31.635 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:19:31.736 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:19:31.904 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:19:31.904 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:19:32.234 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:19:32.235 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:19:32.690 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:19:33.501 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:19:33.501 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:19:33.501 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:19:33.501 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:19:33.502 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:19:33.502 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:19:33.502 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:19:33.733 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:19:33.736 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:19:33.738 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:19:33.742 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582017573741 with initial instances count: 8 2020-02-18 17:19:33.747 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:19:33.748 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582017573748, current=UP, previous=STARTING] 2020-02-18 17:19:33.801 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:19:33.819 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:19:33.931 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:19:33.939 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:19:33.941 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:19:33.953 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 36.325 seconds (JVM running for 49.843) 2020-02-18 17:19:33.966 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:19:43.109 [http-nio-7777-exec-10] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:19:43.109 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:19:43.173 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 64 ms 2020-02-18 17:19:43.235 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:20:14.394 [http-nio-7777-exec-9] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:20:17.043 [http-nio-7777-exec-9] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing SpringClientFactory-client-member-service: startup date [Tue Feb 18 17:20:17 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3a058441 2020-02-18 17:20:17.257 [http-nio-7777-exec-9] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:20:18.039 [http-nio-7777-exec-9] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:20:18.093 [http-nio-7777-exec-9] INFO c.n.u.c.ShutdownEnabledTimer -Shutdown hook installed for: NFLoadBalancer-PingTimer-client-member-service 2020-02-18 17:20:18.134 [http-nio-7777-exec-9] INFO c.n.loadbalancer.BaseLoadBalancer -Client: client-member-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null 2020-02-18 17:20:18.150 [http-nio-7777-exec-9] INFO c.n.l.DynamicServerListLoadBalancer -Using serverListUpdater PollingServerListUpdater 2020-02-18 17:20:18.177 [http-nio-7777-exec-9] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:20:18.180 [http-nio-7777-exec-9] INFO c.n.l.DynamicServerListLoadBalancer -DynamicServerListLoadBalancer for client client-member-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[192.168.10.57:8004, 192.168.10.57:8004],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] },Server stats: [[Server:192.168.10.57:8004; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@1c04cc8f 2020-02-18 17:20:19.154 [PollingServerListUpdater-0] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:21:19.388 [http-nio-7777-exec-9] WARN o.a.c.util.SessionIdGeneratorBase -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,055] milliseconds. 2020-02-18 17:21:19.395 [http-nio-7777-exec-9] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] -Servlet.service() for servlet [dispatcherServlet] in context with path [/uaa] threw exception org.springframework.web.client.HttpServerErrorException: 504 Gateway Time-out at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:97) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:79) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:766) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:724) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:680) at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:466) at com.lj360.memberdata.SsbAuthenticationSuccessHandler.onAuthenticationSuccess(SsbAuthenticationSuccessHandler.java:63) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.successfulAuthentication(AbstractAuthenticationProcessingFilter.java:326) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:240) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) 2020-02-18 17:21:43.897 [http-nio-7777-exec-6] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:22:21.587 [http-nio-7777-exec-7] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:30:42.793 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:30:42.800 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@59424e58: startup date [Tue Feb 18 17:30:42 CST 2020]; root of context hierarchy 2020-02-18 17:30:43.088 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:30:43.167 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3373e2e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:30:45.521 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:30:45.585 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6e293f85: startup date [Tue Feb 18 17:30:45 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@59424e58 2020-02-18 17:30:47.957 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:30:48.833 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:30:48.947 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:30:49.316 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1759dfe5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:30:49.499 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3373e2e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:30:50.299 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:30:50.341 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:30:50.357 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:30:50.357 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:30:50.491 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:30:50.724 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:30:50.725 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5140 ms 2020-02-18 17:30:51.687 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:30:51.688 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:30:51.706 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@1de408d7 2020-02-18 17:30:56.000 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:30:58.137 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:31:00.278 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:31:01.092 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:31:01.243 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:31:01.266 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:31:01.533 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:31:01.541 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:31:01.641 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:31:01.941 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:31:02.681 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:31:04.309 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:31:04.310 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:31:04.310 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:31:04.310 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:31:04.311 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:31:04.311 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:31:04.311 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:31:04.311 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:31:04.311 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:31:04.462 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:31:04.651 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:31:04.653 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:31:04.653 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:31:04.654 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:31:04.654 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:31:04.654 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:31:04.655 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:31:04.657 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:31:04.769 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:31:04.769 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:31:05.019 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:31:05.282 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6e293f85: startup date [Tue Feb 18 17:30:45 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@59424e58 2020-02-18 17:31:05.922 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:31:05.964 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:31:05.966 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:31:06.018 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:31:06.019 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:31:08.458 [main] INFO 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@47214076, org.springframework.security.web.context.SecurityContextPersistenceFilter@23351c15, org.springframework.security.web.header.HeaderWriterFilter@17669284, org.springframework.security.web.authentication.logout.LogoutFilter@74efb768, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3fce2c54, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1f2813ee, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@685f2123, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@39d1140c, org.springframework.security.web.session.SessionManagementFilter@411a3569, org.springframework.security.web.access.ExceptionTranslationFilter@1db67ee7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3429f9e5] 2020-02-18 17:31:08.498 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3763af5a, org.springframework.security.web.context.SecurityContextPersistenceFilter@1acffd55, org.springframework.security.web.header.HeaderWriterFilter@3346f11b, org.springframework.web.filter.CorsFilter@51a5bb6e, org.springframework.security.web.authentication.logout.LogoutFilter@4c4bac02, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@23df315c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@582e8b88, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ce467bf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@235ebf07, org.springframework.security.web.session.SessionManagementFilter@3cc58f5e, org.springframework.security.web.access.ExceptionTranslationFilter@689556c2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7715c1b2] 2020-02-18 17:31:08.765 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:31:08.777 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:31:08.778 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:31:08.779 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:31:08.855 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:31:08.857 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:31:08.875 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:31:08.876 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:31:08.877 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:31:08.880 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:31:08.910 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:31:08.927 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=6e293f85,type=ConfigurationPropertiesRebinder] 2020-02-18 17:31:08.935 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:31:08.943 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:31:08.958 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:31:09.007 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:31:09.141 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:31:09.141 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:31:09.820 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:31:09.820 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:31:10.386 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:31:11.351 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:31:11.351 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:31:11.351 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:31:11.351 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:31:11.351 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:31:11.352 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:31:11.352 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:31:11.581 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:31:11.584 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:31:11.589 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:31:11.593 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582018271591 with initial instances count: 8 2020-02-18 17:31:11.597 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:31:11.597 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582018271597, current=UP, previous=STARTING] 2020-02-18 17:31:11.616 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:31:11.639 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:31:11.639 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:31:11.678 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:31:11.680 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:31:11.686 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:31:11.725 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 33.1 seconds (JVM running for 48.403) 2020-02-18 17:31:16.403 [http-nio-7777-exec-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:31:16.403 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:31:16.465 [http-nio-7777-exec-1] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 61 ms 2020-02-18 17:31:16.637 [http-nio-7777-exec-1] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:31:41.514 [http-nio-7777-exec-1] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing SpringClientFactory-client-member-service: startup date [Tue Feb 18 17:31:41 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6e293f85 2020-02-18 17:31:41.659 [http-nio-7777-exec-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:31:42.322 [http-nio-7777-exec-1] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:31:42.439 [http-nio-7777-exec-1] INFO c.n.u.c.ShutdownEnabledTimer -Shutdown hook installed for: NFLoadBalancer-PingTimer-client-member-service 2020-02-18 17:31:42.486 [http-nio-7777-exec-1] INFO c.n.loadbalancer.BaseLoadBalancer -Client: client-member-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null 2020-02-18 17:31:42.494 [http-nio-7777-exec-1] INFO c.n.l.DynamicServerListLoadBalancer -Using serverListUpdater PollingServerListUpdater 2020-02-18 17:31:42.554 [http-nio-7777-exec-1] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:31:42.557 [http-nio-7777-exec-1] INFO c.n.l.DynamicServerListLoadBalancer -DynamicServerListLoadBalancer for client client-member-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[192.168.10.57:8004, 192.168.10.57:8004],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] },Server stats: [[Server:192.168.10.57:8004; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@1474ffae 2020-02-18 17:31:46.561 [PollingServerListUpdater-0] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:31:56.423 [http-nio-7777-exec-1] WARN o.a.c.util.SessionIdGeneratorBase -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,324] milliseconds. 2020-02-18 17:33:00.476 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:33:00.486 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@192d389d: startup date [Tue Feb 18 17:33:00 CST 2020]; root of context hierarchy 2020-02-18 17:33:00.864 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:33:00.928 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$cc4e8075] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:33:03.654 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:33:03.707 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@312fd676: startup date [Tue Feb 18 17:33:03 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@192d389d 2020-02-18 17:33:06.273 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:33:07.670 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:33:07.795 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:33:08.086 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b0347d78] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:33:08.281 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$cc4e8075] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:33:09.652 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:33:09.674 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:33:09.705 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:33:09.705 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:33:09.860 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:33:10.112 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:33:10.112 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 6405 ms 2020-02-18 17:33:11.515 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:33:11.517 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:33:11.607 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@6b269f76 2020-02-18 17:33:17.089 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:33:20.836 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:33:23.015 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:33:23.565 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:33:23.734 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:33:23.785 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:33:24.029 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:33:24.033 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:33:24.142 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:33:24.524 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:33:25.423 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:33:28.285 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:33:28.285 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:33:28.286 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:33:28.287 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:33:28.412 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:33:28.608 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:33:28.610 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:33:28.611 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:33:28.611 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:33:28.612 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:33:28.612 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:33:28.612 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:33:28.615 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:33:28.795 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:33:28.795 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:33:29.037 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:33:29.234 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@312fd676: startup date [Tue Feb 18 17:33:03 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@192d389d 2020-02-18 17:33:29.322 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:33:29.422 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:33:29.424 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:33:29.564 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:33:29.565 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:33:32.037 [main] INFO 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@ee68a6e, org.springframework.security.web.context.SecurityContextPersistenceFilter@6433709e, org.springframework.security.web.header.HeaderWriterFilter@395b894d, org.springframework.security.web.authentication.logout.LogoutFilter@79b96791, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6ef55864, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34c3bc16, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2c1a3a47, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@36edadc0, org.springframework.security.web.session.SessionManagementFilter@4d96eddf, org.springframework.security.web.access.ExceptionTranslationFilter@5e5bc4a6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6811a45b] 2020-02-18 17:33:32.057 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57684555, org.springframework.security.web.context.SecurityContextPersistenceFilter@35606886, org.springframework.security.web.header.HeaderWriterFilter@5c1aa1e0, org.springframework.web.filter.CorsFilter@6867932d, org.springframework.security.web.authentication.logout.LogoutFilter@7ea921c5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@47687ae7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4cdeb4df, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@45420905, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41c8d4c8, org.springframework.security.web.session.SessionManagementFilter@1ed4a088, org.springframework.security.web.access.ExceptionTranslationFilter@1b2c4d78, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@11d8eb3a] 2020-02-18 17:33:32.650 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:33:32.674 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:33:32.675 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:33:32.676 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:33:32.758 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:33:32.760 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:33:32.769 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:33:32.770 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:33:32.771 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:33:32.792 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:33:32.802 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:33:32.816 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=312fd676,type=ConfigurationPropertiesRebinder] 2020-02-18 17:33:32.822 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:33:32.856 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:33:32.864 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:33:32.930 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:33:33.070 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:33:33.070 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:33:33.504 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:33:33.504 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:33:33.888 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:33:34.616 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:33:34.616 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:33:34.616 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:33:34.616 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:33:34.616 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:33:34.617 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:33:34.617 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:33:34.913 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:33:34.917 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:33:34.919 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:33:34.963 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582018414961 with initial instances count: 8 2020-02-18 17:33:34.968 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:33:34.969 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582018414969, current=UP, previous=STARTING] 2020-02-18 17:33:34.994 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:33:35.014 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:33:35.089 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:33:35.095 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:33:35.097 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:33:35.102 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 39.077 seconds (JVM running for 52.519) 2020-02-18 17:33:35.120 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:33:38.300 [http-nio-7777-exec-9] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:33:38.300 [http-nio-7777-exec-9] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:33:38.351 [http-nio-7777-exec-9] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 51 ms 2020-02-18 17:33:38.405 [http-nio-7777-exec-9] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:33:57.081 [http-nio-7777-exec-8] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:36:25.058 [http-nio-7777-exec-9] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:36:50.216 [http-nio-7777-exec-9] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing SpringClientFactory-client-member-service: startup date [Tue Feb 18 17:36:50 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@312fd676 2020-02-18 17:36:50.311 [http-nio-7777-exec-9] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:36:50.766 [http-nio-7777-exec-9] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:36:50.812 [http-nio-7777-exec-9] INFO c.n.u.c.ShutdownEnabledTimer -Shutdown hook installed for: NFLoadBalancer-PingTimer-client-member-service 2020-02-18 17:36:50.842 [http-nio-7777-exec-9] INFO c.n.loadbalancer.BaseLoadBalancer -Client: client-member-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null 2020-02-18 17:36:50.849 [http-nio-7777-exec-9] INFO c.n.l.DynamicServerListLoadBalancer -Using serverListUpdater PollingServerListUpdater 2020-02-18 17:36:50.871 [http-nio-7777-exec-9] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:36:50.887 [http-nio-7777-exec-9] INFO c.n.l.DynamicServerListLoadBalancer -DynamicServerListLoadBalancer for client client-member-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[192.168.10.57:8004, 192.168.10.57:8004],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] },Server stats: [[Server:192.168.10.57:8004; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@6911491a 2020-02-18 17:36:51.857 [PollingServerListUpdater-0] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:36:52.860 [http-nio-7777-exec-9] WARN o.a.c.util.SessionIdGeneratorBase -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,239] milliseconds. 2020-02-18 17:37:07.595 [http-nio-7777-exec-8] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:37:08.965 [http-nio-7777-exec-6] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:37:09.871 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:37:48.918 [main] INFO o.s.core.annotation.AnnotationUtils -Failed to introspect annotations on class org.springframework.cloud.netflix.eureka.config.EurekaDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value() 2020-02-18 17:37:48.941 [main] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@495d2ce2: startup date [Tue Feb 18 17:37:48 CST 2020]; root of context hierarchy 2020-02-18 17:37:49.240 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:37:49.300 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$5925d3f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:37:52.067 [main] INFO c.l.memberdata.AuthServerApplication -No active profile set, falling back to default profiles: default 2020-02-18 17:37:52.112 [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext -Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@58a77f68: startup date [Tue Feb 18 17:37:52 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@495d2ce2 2020-02-18 17:37:54.529 [main] INFO o.s.b.f.s.DefaultListableBeanFactory -Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-02-18 17:37:55.366 [main] INFO o.s.cloud.context.scope.GenericScope -BeanFactory id=2e2543e7-ee58-3826-abab-a4ff300d6cb4 2020-02-18 17:37:55.479 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:37:55.760 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3d0bd0f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:37:55.862 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$5925d3f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-18 17:37:57.170 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat initialized with port(s): 7777 (http) 2020-02-18 17:37:57.198 [main] INFO o.a.coyote.http11.Http11NioProtocol -Initializing ProtocolHandler ["http-nio-7777"] 2020-02-18 17:37:57.242 [main] INFO o.a.catalina.core.StandardService -Starting service [Tomcat] 2020-02-18 17:37:57.242 [main] INFO o.a.catalina.core.StandardEngine -Starting Servlet Engine: Apache Tomcat/8.5.31 2020-02-18 17:37:57.427 [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener -The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\java\jdk-11.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;D:\TortoiseSVN\bin;D:\npm\nodejs\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;D:\OpenSSL-Win64\bin;D:\Program Files (x86)\WinSCP\PuTTY\;D:\Program Files (x86)\OpenSSH\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;D:\java\apache-maven-3.6.0\bin;D:\Git\cmd;D:\java\jdk-11.0.5\bin;E:\bigdata\apache-hive-2.3.4-bin\bin;E:/bigdata/hadoop-2.7.7\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\python\Python37\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\WINDOWS\System32\OpenSSH\;D:\AppData\npm;E:\bigdata\zeppelin\zeppelin\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Downloads\apache-ant-1.10.6\bin;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Users\Administrator\.dotnet\tools;D:\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\python\PyCharm 2019.1\bin;;;.] 2020-02-18 17:37:57.839 [localhost-startStop-1] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring embedded WebApplicationContext 2020-02-18 17:37:57.839 [localhost-startStop-1] INFO o.s.web.context.ContextLoader -Root WebApplicationContext: initialization completed in 5727 ms 2020-02-18 17:37:59.164 [localhost-startStop-1] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:37:59.167 [localhost-startStop-1] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:37:59.188 [localhost-startStop-1] INFO c.n.config.DynamicPropertyFactory -DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@1108460e 2020-02-18 17:38:03.990 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:38:06.403 [localhost-startStop-1] INFO o.s.cloud.commons.util.InetUtils -Cannot determine local hostname 2020-02-18 17:38:08.453 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Starting... 2020-02-18 17:38:09.209 [localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource -HikariPool-1 - Start completed. 2020-02-18 17:38:09.442 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Building JPA container EntityManagerFactory for persistence unit 'default' 2020-02-18 17:38:09.602 [localhost-startStop-1] INFO o.h.jpa.internal.util.LogHelper -HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-02-18 17:38:09.984 [localhost-startStop-1] INFO org.hibernate.Version -HHH000412: Hibernate Core {5.2.17.Final} 2020-02-18 17:38:09.988 [localhost-startStop-1] INFO org.hibernate.cfg.Environment -HHH000206: hibernate.properties not found 2020-02-18 17:38:10.075 [localhost-startStop-1] INFO o.h.annotations.common.Version -HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-02-18 17:38:10.294 [localhost-startStop-1] INFO org.hibernate.dialect.Dialect -HHH000400: Using dialect: org.hibernate.dialect.SQLServer2012Dialect 2020-02-18 17:38:11.087 [localhost-startStop-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-02-18 17:38:12.595 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'characterEncodingFilter' to: [/*] 2020-02-18 17:38:12.595 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-02-18 17:38:12.596 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-02-18 17:38:12.596 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'requestContextFilter' to: [/*] 2020-02-18 17:38:12.596 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -Mapping filter: 'springSecurityFilterChain' to: [/*] 2020-02-18 17:38:12.597 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'httpTraceFilter' to: [/*] 2020-02-18 17:38:12.597 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-02-18 17:38:12.597 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -Mapping filter: 'corsFilter' to: [/*] 2020-02-18 17:38:12.597 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -Servlet dispatcherServlet mapped to [/] 2020-02-18 17:38:12.785 [main] WARN o.s.s.o.p.t.s.JwtAccessTokenConverter -Unable to create an RSA verifier from verifierKey (ignoreable if using MAC) 2020-02-18 17:38:12.974 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:38:12.975 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map,java.util.Map,org.springframework.web.bind.support.SessionStatus,java.security.Principal) 2020-02-18 17:38:12.976 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:38:12.976 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map) throws org.springframework.web.HttpRequestMethodNotSupportedException 2020-02-18 17:38:12.976 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/check_token]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) 2020-02-18 17:38:13.027 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2020-02-18 17:38:13.028 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) 2020-02-18 17:38:13.031 [main] INFO o.s.s.o.p.e.FrameworkEndpointHandlerMapping -Mapped "{[/oauth/token_key],methods=[GET]}" onto public java.util.Map org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint.getKey(java.security.Principal) 2020-02-18 17:38:13.312 [main] WARN c.n.c.sources.URLConfigurationSource -No URLs will be polled as dynamic configuration sources. 2020-02-18 17:38:13.312 [main] INFO c.n.c.sources.URLConfigurationSource -To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2020-02-18 17:38:13.637 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:38:13.871 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter -Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@58a77f68: startup date [Tue Feb 18 17:37:52 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@495d2ce2 2020-02-18 17:38:13.925 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration -spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-02-18 17:38:14.001 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-02-18 17:38:14.002 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping -Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:38:14.217 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:38:14.217 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping -Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-18 17:38:16.211 [main] INFO 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@7bd91207, org.springframework.security.web.context.SecurityContextPersistenceFilter@2dceaff2, org.springframework.security.web.header.HeaderWriterFilter@552ef045, org.springframework.security.web.authentication.logout.LogoutFilter@69732f38, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@21f25ba8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@77f7a2c7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3b256b32, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e9e52da, org.springframework.security.web.session.SessionManagementFilter@37af5c3b, org.springframework.security.web.access.ExceptionTranslationFilter@2c15ff45, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1db6cd02] 2020-02-18 17:38:16.234 [main] INFO o.s.s.web.DefaultSecurityFilterChain -Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/**'], Ant [pattern='/login/**'], Ant [pattern='/logout/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c961669, org.springframework.security.web.context.SecurityContextPersistenceFilter@68e9cbb4, org.springframework.security.web.header.HeaderWriterFilter@2723d264, org.springframework.web.filter.CorsFilter@15908b1, org.springframework.security.web.authentication.logout.LogoutFilter@6f875e66, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@38f5469f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3ea98671, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7a0d332, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2b65d1a0, org.springframework.security.web.session.SessionManagementFilter@2a5852e2, org.springframework.security.web.access.ExceptionTranslationFilter@43a2b69e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4465eab] 2020-02-18 17:38:16.546 [main] INFO o.s.b.a.e.web.EndpointLinksResolver -Exposing 2 endpoint(s) beneath base path '/actuator' 2020-02-18 17:38:16.568 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:38:16.569 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-02-18 17:38:16.570 [main] INFO o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping -Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-18 17:38:16.686 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Registering beans for JMX exposure on startup 2020-02-18 17:38:16.688 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'dataSource' has been autodetected for JMX exposure 2020-02-18 17:38:16.697 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-02-18 17:38:16.739 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-02-18 17:38:16.740 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-02-18 17:38:16.744 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-02-18 17:38:16.763 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-02-18 17:38:16.775 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=58a77f68,type=ConfigurationPropertiesRebinder] 2020-02-18 17:38:16.788 [main] INFO o.s.j.e.a.AnnotationMBeanExporter -Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2020-02-18 17:38:16.799 [main] INFO o.s.c.s.DefaultLifecycleProcessor -Starting beans in phase 0 2020-02-18 17:38:16.813 [main] INFO o.s.c.n.eureka.InstanceInfoFactory -Setting initial instance status as: STARTING 2020-02-18 17:38:16.893 [main] INFO c.netflix.discovery.DiscoveryClient -Initializing Eureka in region us-east-1 2020-02-18 17:38:17.198 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON encoding codec LegacyJacksonJson 2020-02-18 17:38:17.198 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using JSON decoding codec LegacyJacksonJson 2020-02-18 17:38:17.625 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML encoding codec XStreamXml 2020-02-18 17:38:17.625 [main] INFO c.n.d.p.DiscoveryJerseyProvider -Using XML decoding codec XStreamXml 2020-02-18 17:38:18.499 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:38:19.609 [main] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 17:38:19.609 [main] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 17:38:19.609 [main] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 17:38:19.609 [main] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 17:38:19.609 [main] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 17:38:19.610 [main] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: true 2020-02-18 17:38:19.610 [main] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 17:38:19.884 [main] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 17:38:19.889 [main] INFO c.netflix.discovery.DiscoveryClient -Starting heartbeat executor: renew interval is: 30 2020-02-18 17:38:19.892 [main] INFO c.n.discovery.InstanceInfoReplicator -InstanceInfoReplicator onDemand update allowed rate per min is 4 2020-02-18 17:38:19.896 [main] INFO c.netflix.discovery.DiscoveryClient -Discovery Client initialized at timestamp 1582018699895 with initial instances count: 8 2020-02-18 17:38:19.940 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry -Registering application auth-server with eureka with status UP 2020-02-18 17:38:19.940 [main] INFO c.netflix.discovery.DiscoveryClient -Saw local status change event StatusChangeEvent [timestamp=1582018699940, current=UP, previous=STARTING] 2020-02-18 17:38:19.960 [main] INFO o.a.coyote.http11.Http11NioProtocol -Starting ProtocolHandler ["http-nio-7777"] 2020-02-18 17:38:20.007 [main] INFO o.a.tomcat.util.net.NioSelectorPool -Using a shared selector for servlet write/read 2020-02-18 17:38:20.201 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 17:38:20.208 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer -Tomcat started on port(s): 7777 (http) with context path '/uaa' 2020-02-18 17:38:20.210 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration -Updating port to 7777 2020-02-18 17:38:20.224 [main] INFO c.l.memberdata.AuthServerApplication -Started AuthServerApplication in 35.388 seconds (JVM running for 48.942) 2020-02-18 17:38:20.263 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 17:38:20.609 [http-nio-7777-exec-10] INFO o.a.c.c.C.[.[localhost].[/uaa] -Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-02-18 17:38:20.609 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization started 2020-02-18 17:38:20.661 [http-nio-7777-exec-10] INFO o.s.web.servlet.DispatcherServlet -FrameworkServlet 'dispatcherServlet': initialization completed in 43 ms 2020-02-18 17:38:27.593 [http-nio-7777-exec-6] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:38:27.802 [http-nio-7777-exec-6] INFO o.s.c.a.AnnotationConfigApplicationContext -Refreshing SpringClientFactory-client-member-service: startup date [Tue Feb 18 17:38:27 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@58a77f68 2020-02-18 17:38:27.936 [http-nio-7777-exec-6] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2020-02-18 17:38:28.408 [http-nio-7777-exec-6] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:38:28.457 [http-nio-7777-exec-6] INFO c.n.u.c.ShutdownEnabledTimer -Shutdown hook installed for: NFLoadBalancer-PingTimer-client-member-service 2020-02-18 17:38:28.529 [http-nio-7777-exec-6] INFO c.n.loadbalancer.BaseLoadBalancer -Client: client-member-service instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null 2020-02-18 17:38:28.539 [http-nio-7777-exec-6] INFO c.n.l.DynamicServerListLoadBalancer -Using serverListUpdater PollingServerListUpdater 2020-02-18 17:38:28.600 [http-nio-7777-exec-6] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:38:28.604 [http-nio-7777-exec-6] INFO c.n.l.DynamicServerListLoadBalancer -DynamicServerListLoadBalancer for client client-member-service initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=client-member-service,current list of Servers=[192.168.10.57:8004, 192.168.10.57:8004],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:2; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;] },Server stats: [[Server:192.168.10.57:8004; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0] ]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@7c739d14 2020-02-18 17:38:29.571 [PollingServerListUpdater-0] INFO c.n.config.ChainedDynamicProperty -Flipping property: client-member-service.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 2020-02-18 17:38:30.064 [http-nio-7777-exec-6] WARN o.a.c.util.SessionIdGeneratorBase -Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,080] milliseconds. 2020-02-18 17:39:02.368 [http-nio-7777-exec-4] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:39:31.974 [http-nio-7777-exec-3] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:43:19.612 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:45:22.983 [http-nio-7777-exec-10] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:48:19.615 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:53:19.617 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 17:54:50.432 [http-nio-7777-exec-4] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:55:37.648 [http-nio-7777-exec-3] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 17:58:19.619 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:01:24.121 [http-nio-7777-exec-5] INFO c.l.m.s.CustomizeUserDetailsService -用户的用户名: admin 2020-02-18 18:03:19.630 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:08:19.632 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:10:52.465 [DiscoveryClient-HeartbeatExecutor-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - Re-registering apps/AUTH-SERVER 2020-02-18 18:10:52.465 [DiscoveryClient-HeartbeatExecutor-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777: registering service... 2020-02-18 18:10:52.563 [DiscoveryClient-HeartbeatExecutor-0] INFO c.netflix.discovery.DiscoveryClient -DiscoveryClient_AUTH-SERVER/localhost:auth-server:7777 - registration status: 204 2020-02-18 18:11:22.492 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Disable delta property : false 2020-02-18 18:11:22.492 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Single vip registry refresh property : null 2020-02-18 18:11:22.492 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Force full registry fetch : false 2020-02-18 18:11:22.492 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Application is null : false 2020-02-18 18:11:22.492 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Registered Applications size is zero : true 2020-02-18 18:11:22.493 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Application version is -1: false 2020-02-18 18:11:22.494 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -Getting all instance registry info from the eureka server 2020-02-18 18:11:22.501 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient -The response status is 200 2020-02-18 18:13:19.633 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:18:19.635 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:23:19.636 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:28:19.639 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:33:19.640 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:38:19.641 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:43:19.642 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:48:19.644 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:53:19.645 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 18:58:19.647 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:03:19.648 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:08:19.649 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:13:19.651 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:18:19.653 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:23:19.655 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:28:19.661 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:33:19.673 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:38:19.686 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:43:19.689 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:48:19.691 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:53:19.708 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 19:58:19.715 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:03:19.720 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:08:19.722 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:13:19.723 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:18:19.725 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:23:19.728 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:28:19.730 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:33:19.731 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:38:19.733 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:43:19.734 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:48:19.737 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:53:19.738 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 20:58:19.742 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:03:19.745 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:08:19.759 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:13:19.761 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:18:19.765 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:23:19.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:28:19.769 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:33:19.772 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:38:19.775 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:43:19.777 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:48:19.780 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:53:19.782 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 21:58:19.784 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:03:19.785 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:08:19.787 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:13:19.789 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:18:19.793 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:23:19.801 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:28:19.802 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:33:19.804 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:38:19.805 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:43:19.815 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:48:19.816 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:53:19.817 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 22:58:19.820 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:03:19.822 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:08:19.824 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:13:19.825 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:18:19.827 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:23:19.829 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:28:19.831 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:33:19.832 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:38:19.834 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:43:19.835 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:48:19.835 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:53:19.837 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration 2020-02-18 23:58:19.838 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver -Resolving eureka endpoints via configuration