mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
154 lines
34 KiB
Text
154 lines
34 KiB
Text
2020-02-19 16:24:14.565 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-19 16:24:14.581 [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-19 16:24:15.226 [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-19 16:24:15.261 [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-19 16:24:16.465 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 11940 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-19 16:24:16.465 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-19 16:24:16.564 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:24:19.207 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-19 16:24:20.220 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$85792988] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-02-19 16:24:20.660 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-19 16:24:21.582 [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-19 16:24:21.585 [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-19 16:24:21.585 [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-19 16:24:21.586 [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(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest)
|
||
2020-02-19 16:24:21.586 [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-19 16:24:21.586 [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-19 16:24:21.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],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-19 16:24:21.587 [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-19 16:24:21.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-19 16:24:21.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
|
||
2020-02-19 16:24:21.596 [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.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
|
||
2020-02-19 16:24:21.596 [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.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
|
||
2020-02-19 16:24:21.600 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
|
||
2020-02-19 16:24:21.601 [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-19 16:24:21.896 [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-19 16:24:21.896 [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-19 16:24:22.114 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-19 16:24:22.117 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-19 16:24:22.197 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-19 16:24:22.500 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:24:22.652 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||
2020-02-19 16:24:23.815 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-19 16:24:23.816 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-19 16:24:23.864 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-19 16:24:23.916 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-19 16:24:24.240 [main] INFO InitTest - Started InitTest in 8.814 seconds (JVM running for 11.192)
|
||
2020-02-19 16:24:24.243 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-19 16:24:24.255 [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-19 16:24:24.255 [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-19 16:24:24.255 [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-19 16:24:24.533 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-19 16:24:24.576 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-19 16:24:24.626 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-19 16:24:24.626 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-19 16:24:24.651 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-19 16:24:25.269 [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-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-19 16:24:25.652 [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-19 16:24:26.994 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-19 16:24:27.305 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-19 16:24:27.284 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc_sk: The system cannot find the path specified.]
|
||
2020-02-19 16:24:27.316 [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-19 16:24:27.316 [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\c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc_sk: The system cannot find the path specified.]
|
||
2020-02-19 16:24:27.332 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-19 16:24:27.332 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-19 16:24:27.333 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-19 16:24:27.378 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-19 16:24:28.345 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-19 16:24:28.346 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-19 16:24:28.358 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-19 16:24:28.938 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-19 16:24:29.473 [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-19 16:24:29.476 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-19 16:24:29.477 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-19 16:24:29.506 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-19 16:24:29.520 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-19 16:24:29.521 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-19 16:24:29.540 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-19 16:24:29.709 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-19 16:24:29.719 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-19 16:24:29.739 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-19 16:24:29.750 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-19 16:24:29.898 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-19 16:24:29.909 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:24:29.911 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-19 16:26:22.350 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-19 16:26:22.381 [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-19 16:26:22.865 [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-19 16:26:22.884 [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-19 16:26:23.457 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 13592 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-19 16:26:23.457 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-19 16:26:23.550 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:26:24.791 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-19 16:26:25.489 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a0595e58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-02-19 16:26:25.863 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-19 16:26:26.690 [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-19 16:26:26.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],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-19 16:26:26.693 [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-19 16:26:26.693 [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-19 16:26:26.693 [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-19 16:26:26.694 [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-19 16:26:26.694 [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(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest)
|
||
2020-02-19 16:26:26.694 [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-19 16:26:26.695 [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-19 16:26:26.701 [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.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
|
||
2020-02-19 16:26:26.702 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
|
||
2020-02-19 16:26:26.703 [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.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
|
||
2020-02-19 16:26:26.707 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
|
||
2020-02-19 16:26:26.708 [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-19 16:26:26.989 [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-19 16:26:26.989 [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-19 16:26:27.148 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-19 16:26:27.150 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-19 16:26:27.245 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-19 16:26:27.516 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:26:27.644 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||
2020-02-19 16:26:28.732 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-19 16:26:28.732 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-19 16:26:28.782 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-19 16:26:28.844 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-19 16:26:29.164 [main] INFO InitTest - Started InitTest in 6.213 seconds (JVM running for 7.818)
|
||
2020-02-19 16:26:29.168 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-19 16:26:29.179 [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-19 16:26:29.180 [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-19 16:26:29.180 [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-19 16:26:29.355 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-19 16:26:29.386 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-19 16:26:29.425 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-19 16:26:29.425 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-19 16:26:29.431 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-19 16:26:29.579 [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-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-19 16:26:29.804 [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-19 16:26:30.405 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-19 16:26:30.543 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-19 16:26:30.543 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150_sk: The system cannot find the path specified.]
|
||
2020-02-19 16:26:30.543 [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-19 16:26:30.543 [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\e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150_sk: The system cannot find the path specified.]
|
||
2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-19 16:26:30.561 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-19 16:26:31.437 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-19 16:26:31.439 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-19 16:26:31.442 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-19 16:26:32.026 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-19 16:26:32.604 [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-19 16:26:32.608 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-19 16:26:32.608 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-19 16:26:32.609 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-19 16:26:32.621 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-19 16:26:32.622 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-19 16:26:32.627 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-19 16:26:32.936 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-19 16:26:32.937 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-19 16:26:32.939 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-19 16:26:32.941 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-19 16:26:33.283 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-19 16:26:33.288 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy
|
||
2020-02-19 16:26:33.290 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|