mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 02:55:09 +00:00
228 lines
51 KiB
Text
228 lines
51 KiB
Text
2020-01-19 15:53:34.639 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-01-19 15:53:34.666 [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-01-19 15:53:35.165 [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-01-19 15:53:35.201 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6f27a732, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c779568, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@f381794, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e9131d5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e1d27ba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@61d6015a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2525ff7e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@524d6d96, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ef37659]
|
||
2020-01-19 15:53:35.752 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 7136 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-01-19 15:53:35.752 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-01-19 15:53:35.832 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:53:36.858 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-01-19 15:53:37.503 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-01-19 15:53:37.848 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-01-19 15:53:38.480 [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-01-19 15:53:38.481 [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-01-19 15:53:38.481 [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-01-19 15:53:38.482 [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-01-19 15:53:38.482 [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-01-19 15:53:38.482 [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-01-19 15:53:38.482 [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-01-19 15:53:38.482 [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-01-19 15:53:38.483 [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-01-19 15:53:38.487 [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-01-19 15:53:38.487 [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-01-19 15:53:38.488 [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-01-19 15:53:38.490 [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-01-19 15:53:38.491 [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-01-19 15:53:38.716 [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-01-19 15:53:38.716 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||
2020-01-19 15:53:38.868 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-01-19 15:53:38.871 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-01-19 15:53:38.952 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-01-19 15:53:39.200 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:53:39.310 [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-01-19 15:53:40.290 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-01-19 15:53:40.291 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-01-19 15:53:40.323 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-01-19 15:53:40.370 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-01-19 15:53:40.623 [main] INFO InitTest - Started InitTest in 5.335 seconds (JVM running for 9.178)
|
||
2020-01-19 15:53:40.625 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe
|
||
2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe
|
||
2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe
|
||
2020-01-19 15:53:40.785 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-01-19 15:53:40.811 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-01-19 15:53:40.881 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-01-19 15:53:40.881 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-01-19 15:53:40.893 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-01-19 15:53:41.452 [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-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:53:41.484 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found
|
||
2020-01-19 15:53:41.685 [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-01-19 15:53:42.436 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-01-19 15:53:42.736 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-01-19 15:53:42.713 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:53:42.747 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}:
|
||
2020-01-19 15:53:42.747 [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\6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-01-19 15:53:42.794 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-01-19 15:53:43.456 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-01-19 15:53:43.456 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-01-19 15:53:43.466 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-01-19 15:53:43.888 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-01-19 15:53:44.291 [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-01-19 15:53:44.293 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-01-19 15:53:44.294 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-01-19 15:53:44.327 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-01-19 15:53:44.337 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-01-19 15:53:44.338 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-01-19 15:53:44.366 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-01-19 15:53:44.372 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-01-19 15:53:44.383 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-01-19 15:53:44.384 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-01-19 15:53:44.390 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:53:44.392 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-01-19 15:55:03.315 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-01-19 15:55:03.329 [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-01-19 15:55:03.736 [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-01-19 15:55:03.758 [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-01-19 15:55:04.302 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 6860 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-01-19 15:55:04.303 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-01-19 15:55:04.345 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:55:05.444 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-01-19 15:55:06.015 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-01-19 15:55:06.334 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-01-19 15:55:06.967 [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-01-19 15:55:06.968 [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-01-19 15:55:06.968 [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-01-19 15:55:06.969 [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-01-19 15:55:06.969 [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-01-19 15:55:06.969 [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-01-19 15:55:06.969 [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-01-19 15:55:06.970 [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-01-19 15:55:06.971 [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-01-19 15:55:06.975 [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-01-19 15:55:06.975 [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-01-19 15:55:06.975 [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-01-19 15:55:06.979 [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-01-19 15:55:06.979 [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-01-19 15:55:07.202 [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-01-19 15:55:07.203 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||
2020-01-19 15:55:07.355 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-01-19 15:55:07.358 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-01-19 15:55:07.448 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-01-19 15:55:07.693 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:55:07.808 [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-01-19 15:55:08.820 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-01-19 15:55:08.820 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-01-19 15:55:08.852 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-01-19 15:55:08.896 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-01-19 15:55:09.176 [main] INFO InitTest - Started InitTest in 5.354 seconds (JVM running for 7.501)
|
||
2020-01-19 15:55:09.179 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-01-19 15:55:09.189 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe
|
||
2020-01-19 15:55:09.189 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe
|
||
2020-01-19 15:55:09.190 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe
|
||
2020-01-19 15:55:09.319 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-01-19 15:55:09.339 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-01-19 15:55:09.369 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-01-19 15:55:09.369 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-01-19 15:55:09.374 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-01-19 15:55:09.458 [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-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:55:09.468 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found
|
||
2020-01-19 15:55:09.546 [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-01-19 15:55:09.614 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-01-19 15:55:09.719 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-01-19 15:55:09.719 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:55:09.719 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}:
|
||
2020-01-19 15:55:09.719 [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\dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-01-19 15:55:09.758 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-01-19 15:55:10.430 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-01-19 15:55:10.431 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-01-19 15:55:10.433 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-01-19 15:55:10.826 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-01-19 15:55:11.219 [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-01-19 15:55:11.221 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-01-19 15:55:11.221 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-01-19 15:55:11.222 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-01-19 15:55:11.233 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-01-19 15:55:11.234 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-01-19 15:55:11.238 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-01-19 15:55:11.239 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-01-19 15:55:11.241 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-01-19 15:55:11.243 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-01-19 15:55:11.250 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:55:11.253 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-01-19 15:56:26.958 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-01-19 15:56:26.979 [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-01-19 15:56:27.465 [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-01-19 15:56:27.491 [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-01-19 15:56:28.024 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 4240 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-01-19 15:56:28.024 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-01-19 15:56:28.067 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:56:29.094 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-01-19 15:56:29.639 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7bbd328f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-01-19 15:56:29.955 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-01-19 15:56:30.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-01-19 15:56:30.586 [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-01-19 15:56:30.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-01-19 15:56:30.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-01-19 15:56:30.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-01-19 15:56:30.588 [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-01-19 15:56:30.588 [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-01-19 15:56:30.588 [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-01-19 15:56:30.589 [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-01-19 15:56:30.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.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
|
||
2020-01-19 15:56:30.594 [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-01-19 15:56:30.594 [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-01-19 15:56:30.597 [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-01-19 15:56:30.598 [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-01-19 15:56:30.810 [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-01-19 15:56:30.810 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||
2020-01-19 15:56:30.947 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-01-19 15:56:30.949 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-01-19 15:56:31.020 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-01-19 15:56:31.278 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:56:31.392 [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-01-19 15:56:32.312 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-01-19 15:56:32.312 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-01-19 15:56:32.340 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-01-19 15:56:32.381 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-01-19 15:56:32.639 [main] INFO InitTest - Started InitTest in 5.076 seconds (JVM running for 7.239)
|
||
2020-01-19 15:56:32.642 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe
|
||
2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe
|
||
2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe
|
||
2020-01-19 15:56:32.802 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-01-19 15:56:32.830 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-01-19 15:56:32.863 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-01-19 15:56:32.863 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-01-19 15:56:32.868 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-01-19 15:56:32.949 [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-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-01-19 15:56:32.959 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found
|
||
2020-01-19 15:56:33.036 [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-01-19 15:56:33.121 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-01-19 15:56:33.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-01-19 15:56:33.204 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:56:33.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}:
|
||
2020-01-19 15:56:33.205 [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\efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549_sk: The system cannot find the path specified.]
|
||
2020-01-19 15:56:33.219 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-01-19 15:56:33.219 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-01-19 15:56:33.220 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-01-19 15:56:33.240 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-01-19 15:56:33.901 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-01-19 15:56:33.901 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-01-19 15:56:33.904 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-01-19 15:56:34.321 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-01-19 15:56:34.718 [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-01-19 15:56:34.721 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-01-19 15:56:34.721 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-01-19 15:56:34.722 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-01-19 15:56:34.737 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-01-19 15:56:34.737 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-01-19 15:56:34.742 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-01-19 15:56:34.743 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-01-19 15:56:34.745 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-01-19 15:56:34.747 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-01-19 15:56:34.754 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy
|
||
2020-01-19 15:56:34.756 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|