2020-02-27 10:42:50.622 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 10:42:50.631 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 10:42:50.884 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 10:42:50.908 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] 2020-02-27 10:42:51.402 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 13464 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 10:42:51.403 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 10:42:51.455 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy 2020-02-27 10:42:52.695 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 10:42:53.375 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9ddde8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 10:42:53.703 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 10:42:54.483 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.484 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 10:42:54.485 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 10:42:54.485 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.488 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 10:42:54.492 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 10:42:54.494 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 10:42:54.494 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 10:42:54.498 [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-27 10:42:54.498 [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-27 10:42:54.720 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:42:54.721 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:42:54.873 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 10:42:54.875 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 10:42:54.967 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 10:42:55.223 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy 2020-02-27 10:42:55.343 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 10:42:56.385 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 10:42:56.386 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 10:42:56.430 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 10:42:56.487 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 10:42:56.817 [main] INFO InitTest - Started InitTest in 5.857 seconds (JVM running for 8.305) 2020-02-27 10:42:56.820 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 10:42:56.997 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 2020-02-27 10:42:57.004 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy 2020-02-27 10:42:57.006 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 2020-02-27 10:43:19.148 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 10:43:19.191 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 10:43:19.661 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 10:43:19.694 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] 2020-02-27 10:43:20.383 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 8100 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 10:43:20.385 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 10:43:20.508 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy 2020-02-27 10:43:21.702 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 10:43:22.344 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 10:43:22.693 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 10:43:23.442 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 10:43:23.446 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 10:43:23.450 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 10:43:23.450 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 10:43:23.451 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 10:43:23.454 [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-27 10:43:23.455 [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-27 10:43:23.704 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:43:23.704 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:43:23.851 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 10:43:23.855 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 10:43:23.950 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 10:43:24.216 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy 2020-02-27 10:43:24.347 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 10:43:25.364 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 10:43:25.365 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 10:43:25.401 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 10:43:25.455 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 10:43:25.726 [main] INFO InitTest - Started InitTest in 5.948 seconds (JVM running for 7.673) 2020-02-27 10:43:25.730 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 10:43:25.916 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中后台没有配置相应的websocket端口 2020-02-27 10:43:25.917 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 2020-02-27 10:43:25.924 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy 2020-02-27 10:43:25.927 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 2020-02-27 10:44:00.466 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 10:44:00.481 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 10:44:00.949 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 10:44:00.969 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] 2020-02-27 10:44:01.510 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 9100 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 10:44:01.510 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 10:44:01.609 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy 2020-02-27 10:44:02.824 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 10:44:03.458 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 10:44:03.806 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 10:44:04.585 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:04.593 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 10:44:04.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 10:44:04.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 10:44:04.600 [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-27 10:44:04.600 [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-27 10:44:04.873 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:44:04.873 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:44:05.051 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 10:44:05.054 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 10:44:05.148 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 10:44:05.390 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy 2020-02-27 10:44:05.514 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 10:44:06.530 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 10:44:06.531 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 10:44:06.564 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 10:44:06.613 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 10:44:06.895 [main] INFO InitTest - Started InitTest in 5.87 seconds (JVM running for 7.473) 2020-02-27 10:44:06.899 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 10:44:06.910 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 10:44:06.911 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 10:44:06.911 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 10:44:07.079 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中orderer或peer的域名不匹配 2020-02-27 10:44:07.087 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy 2020-02-27 10:44:07.090 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 2020-02-27 10:44:19.055 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 10:44:19.073 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 10:44:19.574 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 10:44:19.599 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] 2020-02-27 10:44:20.133 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 10880 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 10:44:20.133 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 10:44:20.194 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy 2020-02-27 10:44:21.367 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 10:44:22.033 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 10:44:22.460 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 10:44:23.204 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.207 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 10:44:23.207 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.208 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.208 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 10:44:23.209 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 10:44:23.214 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 10:44:23.215 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 10:44:23.216 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 10:44:23.220 [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-27 10:44:23.221 [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-27 10:44:23.455 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:44:23.456 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 10:44:23.599 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 10:44:23.601 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 10:44:23.674 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 10:44:23.953 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy 2020-02-27 10:44:24.063 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 10:44:25.097 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 10:44:25.097 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 10:44:25.133 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 10:44:25.181 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 10:44:25.483 [main] INFO InitTest - Started InitTest in 5.818 seconds (JVM running for 7.465) 2020-02-27 10:44:25.486 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 10:44:25.667 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 2020-02-27 10:44:25.697 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 2020-02-27 10:44:25.809 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 2020-02-27 10:44:25.809 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 2020-02-27 10:44:25.826 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## 2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## 2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## 2020-02-27 10:44:26.626 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml 2020-02-27 10:44:27.468 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com 2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-02-27 10:44:27.715 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223_sk: The system cannot find the path specified.] 2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: 2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223_sk: The system cannot find the path specified.] 2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... 2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x 2020-02-27 10:44:27.795 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 2020-02-27 10:44:28.674 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 2020-02-27 10:44:28.687 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 2020-02-27 10:44:28.698 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com 2020-02-27 10:44:29.206 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com 2020-02-27 10:44:29.705 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml 2020-02-27 10:44:29.710 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 2020-02-27 10:44:29.710 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 2020-02-27 10:44:29.718 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 2020-02-27 10:44:29.731 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 2020-02-27 10:44:29.732 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 2020-02-27 10:44:29.744 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 2020-02-27 10:44:30.008 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 2020-02-27 10:44:30.957 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 2020-02-27 10:44:30.974 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 2020-02-27 10:44:30.996 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 2020-02-27 10:44:31.230 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 2020-02-27 10:44:31.235 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy 2020-02-27 10:44:31.239 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 2020-02-27 11:01:59.461 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 11:01:59.496 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 11:01:59.948 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 11:01:59.969 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] 2020-02-27 11:02:00.570 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 5928 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 11:02:00.570 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 11:02:00.622 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy 2020-02-27 11:02:01.896 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 11:02:02.569 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 11:02:02.977 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 11:02:03.728 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.729 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.730 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 11:02:03.731 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 11:02:03.731 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.733 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:03.738 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 11:02:03.740 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 11:02:03.740 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 11:02:03.744 [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-27 11:02:03.745 [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-27 11:02:03.979 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 11:02:03.979 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 11:02:04.148 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 11:02:04.151 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 11:02:04.256 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 11:02:04.552 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy 2020-02-27 11:02:04.689 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 11:02:05.723 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 11:02:05.724 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 11:02:05.763 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 11:02:05.827 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 11:02:06.101 [main] INFO InitTest - Started InitTest in 6.055 seconds (JVM running for 7.588) 2020-02-27 11:02:06.103 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 11:02:06.111 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 11:02:06.112 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 11:02:06.112 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 11:02:06.272 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy 2020-02-27 11:02:06.274 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 2020-02-27 11:02:55.027 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader 2020-02-27 11:02:55.057 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2020-02-27 11:02:55.650 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] 2020-02-27 11:02:55.678 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] 2020-02-27 11:02:56.397 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 12680 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) 2020-02-27 11:02:56.397 [main] INFO InitTest - The following profiles are active: dev 2020-02-27 11:02:56.450 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy 2020-02-27 11:02:57.734 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2020-02-27 11:02:58.354 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9ddde8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-02-27 11:02:58.699 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 2020-02-27 11:02:59.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) 2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.491 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.491 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) 2020-02-27 11:02:59.496 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-02-27 11:02:59.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-02-27 11:02:59.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-02-27 11:02:59.502 [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-27 11:02:59.503 [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-27 11:02:59.753 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 11:02:59.753 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-02-27 11:02:59.902 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ 2020-02-27 11:02:59.906 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ 2020-02-27 11:02:59.975 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... 2020-02-27 11:03:00.245 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy 2020-02-27 11:03:00.363 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2020-02-27 11:03:01.402 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2020-02-27 11:03:01.403 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed 2020-02-27 11:03:01.438 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 2020-02-27 11:03:01.491 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references 2020-02-27 11:03:01.744 [main] INFO InitTest - Started InitTest in 5.988 seconds (JVM running for 7.684) 2020-02-27 11:03:01.747 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe 2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe 2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe 2020-02-27 11:03:01.920 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中相关配置项出错或为空 2020-02-27 11:03:01.929 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy 2020-02-27 11:03:01.931 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647