mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
462 lines
103 KiB
Text
462 lines
103 KiB
Text
2020-02-24 09:50:25.002 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 09:50:25.052 [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-24 09:50:26.311 [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-24 09:50:26.348 [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-24 09:50:27.019 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 9060 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 09:50:27.019 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 09:50:27.118 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 09:50:27 CST 2020]; root of context hierarchy
|
||
2020-02-24 09:50:28.384 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 09:50:29.068 [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-24 09:50:29.415 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 09:50:30.152 [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-24 09:50:30.153 [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-24 09:50:30.154 [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-24 09:50:30.154 [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-24 09:50:30.155 [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-24 09:50:30.155 [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-24 09:50:30.155 [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-24 09:50:30.155 [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-24 09:50:30.156 [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-24 09:50:30.162 [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-24 09:50:30.163 [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-24 09:50:30.164 [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-24 09:50:30.168 [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-24 09:50:30.169 [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-24 09:50:30.396 [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-24 09:50:30.396 [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-24 09:50:30.583 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 09:50:30.587 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 09:50:30.675 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 09:50:30.948 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 09:50:27 CST 2020]; root of context hierarchy
|
||
2020-02-24 09:50:31.069 [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-24 09:50:32.093 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 09:50:32.093 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 09:50:32.136 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 09:50:32.191 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 09:50:32.487 [main] INFO InitTest - Started InitTest in 6.041 seconds (JVM running for 12.077)
|
||
2020-02-24 09:50:32.491 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 09:50:32.500 [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-24 09:50:32.500 [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-24 09:50:32.500 [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-24 09:50:32.701 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 09:50:32.758 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 09:50:32.963 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 09:50:32.963 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 09:50:32.988 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 09:50:33.563 [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-24 09:50:33.564 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 09:50:33.564 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 09:50:33.564 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 09:50:33.564 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 09:50:33.912 [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-24 09:50:36.387 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 09:50:36.743 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 09:50:36.728 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [75f3a096a4bd7f99b6748492d44f2ce95e7786d4d2a0f36e6606754e796dc21f]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\75f3a096a4bd7f99b6748492d44f2ce95e7786d4d2a0f36e6606754e796dc21f_sk: The system cannot find the path specified.]
|
||
2020-02-24 09:50:36.753 [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-24 09:50:36.754 [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\75f3a096a4bd7f99b6748492d44f2ce95e7786d4d2a0f36e6606754e796dc21f_sk: The system cannot find the path specified.]
|
||
2020-02-24 09:50:36.769 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 09:50:36.769 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 09:50:36.770 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 09:50:36.813 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 09:50:37.683 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 09:50:37.696 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 09:50:37.706 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 09:50:38.212 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 09:50:38.686 [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-24 09:50:38.691 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 09:50:38.691 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 09:50:38.725 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 09:50:38.753 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 09:50:38.754 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 09:50:38.763 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 09:50:39.035 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 09:50:39.086 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 09:50:39.100 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 09:50:39.126 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 09:50:39.393 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 09:50:39.399 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 09:50:27 CST 2020]; root of context hierarchy
|
||
2020-02-24 09:50:39.401 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-24 10:03:50.302 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 10:03:50.315 [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-24 10:03:50.624 [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-24 10:03:50.648 [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-24 10:03:51.118 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 8668 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 10:03:51.119 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 10:03:51.196 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Feb 24 10:03:51 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:03:52.337 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 10:03:52.968 [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-24 10:03:53.302 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 10:03:54.028 [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-24 10:03:54.031 [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-24 10:03:54.031 [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-24 10:03:54.032 [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-24 10:03:54.032 [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-24 10:03:54.033 [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-24 10:03:54.033 [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-24 10:03:54.034 [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-24 10:03:54.035 [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-24 10:03:54.041 [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-24 10:03:54.042 [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-24 10:03:54.043 [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-24 10:03:54.047 [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-24 10:03:54.047 [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-24 10:03:54.272 [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-24 10:03:54.272 [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-24 10:03:54.441 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 10:03:54.444 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 10:03:54.525 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 10:03:54.764 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Feb 24 10:03:51 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:03:54.887 [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-24 10:03:55.860 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 10:03:55.861 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 10:03:55.897 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 10:03:55.949 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 10:03:56.218 [main] INFO InitTest - Started InitTest in 5.5 seconds (JVM running for 7.142)
|
||
2020-02-24 10:03:56.221 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 10:03:56.229 [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-24 10:03:56.229 [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-24 10:03:56.229 [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-24 10:03:56.390 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 10:03:56.410 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 10:03:56.445 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 10:03:56.445 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 10:03:56.450 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 10:03:56.610 [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-24 10:03:56.610 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 10:03:56.610 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:03:56.610 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 10:03:56.610 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:03:56.793 [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-24 10:03:57.018 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 10:03:57.115 [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-24 10:03:57.115 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 10:03:57.115 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [b2106384a4bb500f38cb48c145af3fc472a1e8b49ddd4c5be4dfc33522b4d777]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\b2106384a4bb500f38cb48c145af3fc472a1e8b49ddd4c5be4dfc33522b4d777_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:03:57.115 [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\b2106384a4bb500f38cb48c145af3fc472a1e8b49ddd4c5be4dfc33522b4d777_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:03:57.120 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 10:03:57.120 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 10:03:57.121 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 10:03:57.142 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 10:03:57.890 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 10:03:57.891 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 10:03:57.894 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 10:03:58.377 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 10:03:58.861 [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-24 10:03:58.864 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 10:03:58.865 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 10:03:58.866 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 10:03:58.878 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 10:03:58.878 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 10:03:58.883 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 10:03:59.140 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:03:59.143 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 10:03:59.144 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 10:03:59.146 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 10:03:59.402 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:03:59.408 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Feb 24 10:03:51 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:03:59.411 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-24 10:06:16.785 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 10:06:16.801 [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-24 10:06:17.142 [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-24 10:06:17.163 [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-24 10:06:17.616 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 9360 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 10:06:17.616 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 10:06:17.673 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:06:17 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:06:18.737 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 10:06:19.364 [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-24 10:06:19.714 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 10:06:20.408 [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-24 10:06:20.410 [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-24 10:06:20.410 [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-24 10:06:20.410 [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-24 10:06:20.411 [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-24 10:06:20.411 [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-24 10:06:20.412 [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-24 10:06:20.412 [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-24 10:06:20.413 [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-24 10:06:20.420 [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-24 10:06:20.420 [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-24 10:06:20.420 [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-24 10:06:20.424 [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-24 10:06:20.425 [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-24 10:06:20.650 [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-24 10:06:20.651 [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-24 10:06:20.810 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 10:06:20.813 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 10:06:20.900 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 10:06:21.145 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:06:17 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:06:21.263 [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-24 10:06:22.199 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 10:06:22.200 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 10:06:22.233 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 10:06:22.287 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 10:06:22.546 [main] INFO InitTest - Started InitTest in 5.324 seconds (JVM running for 7.47)
|
||
2020-02-24 10:06:22.549 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 10:06:22.559 [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-24 10:06:22.559 [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-24 10:06:22.559 [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-24 10:06:22.705 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 10:06:22.731 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 10:06:22.766 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 10:06:22.766 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 10:06:22.772 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 10:06:22.919 [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-24 10:06:22.920 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 10:06:22.920 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:06:22.920 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 10:06:22.920 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:06:23.097 [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-24 10:06:23.402 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 10:06:23.517 [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-24 10:06:23.517 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 10:06:23.517 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [a25caf253e6c363f02f8a209aa1018a8fe434b09e0fb70b9339282b5788d44d5]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\a25caf253e6c363f02f8a209aa1018a8fe434b09e0fb70b9339282b5788d44d5_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:06:23.518 [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\a25caf253e6c363f02f8a209aa1018a8fe434b09e0fb70b9339282b5788d44d5_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:06:23.535 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 10:06:23.535 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 10:06:23.535 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 10:06:23.546 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 10:06:24.299 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 10:06:24.300 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 10:06:24.302 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 10:06:24.793 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 10:06:25.283 [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-24 10:06:25.287 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 10:06:25.287 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 10:06:25.288 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 10:06:25.298 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 10:06:25.299 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 10:06:25.304 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 10:06:25.573 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:06:25.576 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 10:06:25.578 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 10:06:25.580 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 10:06:25.831 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:06:25.836 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:06:17 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:06:25.839 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-24 10:07:35.302 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 10:07:35.321 [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-24 10:07:35.680 [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-24 10:07:35.701 [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-24 10:07:36.190 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 1196 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 10:07:36.191 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 10:07:36.233 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:07:36 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:07:37.312 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 10:07:37.937 [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-24 10:07:38.282 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 10:07:38.977 [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-24 10:07:38.978 [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-24 10:07:38.979 [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-24 10:07:38.979 [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-24 10:07:38.980 [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-24 10:07:38.980 [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-24 10:07:38.980 [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-24 10:07:38.980 [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-24 10:07:38.982 [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-24 10:07:38.988 [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-24 10:07:38.988 [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-24 10:07:38.989 [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-24 10:07:38.993 [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-24 10:07:38.994 [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-24 10:07:39.256 [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-24 10:07:39.257 [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-24 10:07:39.406 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 10:07:39.408 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 10:07:39.503 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 10:07:39.749 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:07:36 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:07:39.885 [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-24 10:07:40.828 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 10:07:40.829 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 10:07:40.868 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 10:07:40.914 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 10:07:41.177 [main] INFO InitTest - Started InitTest in 5.41 seconds (JVM running for 7.482)
|
||
2020-02-24 10:07:41.181 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 10:07:41.191 [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-24 10:07:41.191 [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-24 10:07:41.192 [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-24 10:07:41.329 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 10:07:41.354 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 10:07:41.379 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 10:07:41.380 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 10:07:41.384 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 10:07:41.503 [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-24 10:07:41.504 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 10:07:41.504 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:07:41.504 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 10:07:41.504 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:07:41.672 [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-24 10:07:41.886 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 10:07:42.044 [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-24 10:07:42.044 [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\ce26216b1619101065ee53be6bf1afb96af656ab66a976875d28062b43e310b0_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:07:42.044 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 10:07:42.044 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [ce26216b1619101065ee53be6bf1afb96af656ab66a976875d28062b43e310b0]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\ce26216b1619101065ee53be6bf1afb96af656ab66a976875d28062b43e310b0_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:07:42.050 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 10:07:42.050 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 10:07:42.050 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 10:07:42.061 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 10:07:42.849 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 10:07:42.850 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 10:07:42.853 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 10:07:43.357 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 10:07:43.852 [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-24 10:07:43.857 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 10:07:43.857 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 10:07:43.858 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 10:07:43.870 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 10:07:43.871 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 10:07:43.876 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 10:07:44.153 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:07:44.156 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 10:07:44.158 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 10:07:44.159 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 10:07:44.434 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:07:44.439 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 10:07:36 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:07:44.441 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-24 10:11:46.260 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 10:11:46.272 [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-24 10:11:46.674 [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-24 10:11:46.696 [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-02-24 10:11:47.190 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 3260 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 10:11:47.191 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 10:11:47.232 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Feb 24 10:11:47 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:11:48.316 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 10:11:48.919 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6298c94e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
2020-02-24 10:11:49.235 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 10:11:49.900 [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-24 10:11:49.902 [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-24 10:11:49.902 [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-24 10:11:49.902 [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-24 10:11:49.903 [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-24 10:11:49.903 [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-24 10:11:49.904 [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-24 10:11:49.904 [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-24 10:11:49.905 [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-24 10:11:49.910 [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-24 10:11:49.912 [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-24 10:11:49.912 [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-24 10:11:49.917 [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-24 10:11:49.917 [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-24 10:11:50.170 [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-24 10:11:50.171 [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-24 10:11:50.322 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 10:11:50.325 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 10:11:50.405 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 10:11:50.654 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Feb 24 10:11:47 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:11:50.763 [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-24 10:11:51.726 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 10:11:51.727 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 10:11:51.760 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 10:11:51.807 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 10:11:52.090 [main] INFO InitTest - Started InitTest in 5.341 seconds (JVM running for 7.85)
|
||
2020-02-24 10:11:52.093 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 10:11:52.101 [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-24 10:11:52.102 [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-24 10:11:52.102 [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-24 10:11:52.233 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 10:11:52.254 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 10:11:52.286 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 10:11:52.286 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 10:11:52.291 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 10:11:52.427 [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-24 10:11:52.427 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 10:11:52.427 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:11:52.427 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 10:11:52.427 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 10:11:52.671 [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-24 10:11:52.909 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 10:11:53.023 [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-24 10:11:53.023 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 10:11:53.023 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [fad9d3113ee5a0e4e1d392de74f4569a23685722c5869e3fd02bace656001c82]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\fad9d3113ee5a0e4e1d392de74f4569a23685722c5869e3fd02bace656001c82_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:11:53.024 [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\fad9d3113ee5a0e4e1d392de74f4569a23685722c5869e3fd02bace656001c82_sk: The system cannot find the path specified.]
|
||
2020-02-24 10:11:53.040 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 10:11:53.040 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 10:11:53.040 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 10:11:53.062 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 10:11:53.869 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 10:11:53.870 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 10:11:53.874 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 10:11:54.389 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 10:11:54.903 [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-24 10:11:54.908 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 10:11:54.908 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 10:11:54.910 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 10:11:54.922 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 10:11:54.922 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 10:11:54.927 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 10:11:55.207 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:11:55.209 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 10:11:55.211 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 10:11:55.212 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 10:11:55.471 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 10:11:55.476 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Feb 24 10:11:47 CST 2020]; root of context hierarchy
|
||
2020-02-24 10:11:55.479 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|
||
2020-02-24 12:38:29.327 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader
|
||
2020-02-24 12:38:29.418 [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-24 12:38:30.156 [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-24 12:38:30.191 [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-24 12:38:30.668 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 6140 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main)
|
||
2020-02-24 12:38:30.668 [main] INFO InitTest - The following profiles are active: dev
|
||
2020-02-24 12:38:30.749 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 12:38:30 CST 2020]; root of context hierarchy
|
||
2020-02-24 12:38:31.901 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
2020-02-24 12:38:32.488 [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-24 12:38:32.805 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10
|
||
2020-02-24 12:38:33.488 [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-24 12:38:33.489 [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-24 12:38:33.490 [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-24 12:38:33.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-24 12:38:33.491 [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-24 12:38:33.491 [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-24 12:38:33.491 [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-24 12:38:33.492 [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-24 12:38:33.493 [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-24 12:38:33.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.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
|
||
2020-02-24 12:38:33.499 [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-24 12:38:33.500 [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-24 12:38:33.504 [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-24 12:38:33.504 [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-24 12:38:33.748 [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-24 12:38:33.748 [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-24 12:38:33.877 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........
|
||
2020-02-24 12:38:33.879 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........
|
||
2020-02-24 12:38:33.950 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig.....
|
||
2020-02-24 12:38:34.261 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 12:38:30 CST 2020]; root of context hierarchy
|
||
2020-02-24 12:38:34.410 [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-24 12:38:35.366 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
|
||
2020-02-24 12:38:35.366 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
||
2020-02-24 12:38:35.399 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
||
2020-02-24 12:38:35.444 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
||
2020-02-24 12:38:35.727 [main] INFO InitTest - Started InitTest in 5.476 seconds (JVM running for 9.803)
|
||
2020-02-24 12:38:35.729 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化
|
||
2020-02-24 12:38:35.737 [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-24 12:38:35.738 [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-24 12:38:35.738 [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-24 12:38:35.904 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1
|
||
2020-02-24 12:38:35.934 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功
|
||
2020-02-24 12:38:35.962 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功
|
||
2020-02-24 12:38:35.963 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1
|
||
2020-02-24 12:38:35.967 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功
|
||
2020-02-24 12:38:36.124 [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-24 12:38:36.125 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil -
|
||
2020-02-24 12:38:36.125 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 12:38:36.125 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ##############
|
||
2020-02-24 12:38:36.125 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ##########################################################
|
||
2020-02-24 12:38:36.297 [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-24 12:38:36.698 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com
|
||
2020-02-24 12:38:36.809 [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-24 12:38:36.809 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - [31m2020-02-24 12:38:36.809 CST [bccsp_sw] storePrivateKey -> ERRO 001[0m Failed storing private key [157147e69aab023cdc78eff87c48ead39b9435e1ca7753204b45eabc9f59b689]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\157147e69aab023cdc78eff87c48ead39b9435e1ca7753204b45eabc9f59b689_sk: The system cannot find the path specified.]
|
||
2020-02-24 12:38:36.809 [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\157147e69aab023cdc78eff87c48ead39b9435e1ca7753204b45eabc9f59b689_sk: The system cannot find the path specified.]
|
||
2020-02-24 12:38:36.825 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1
|
||
2020-02-24 12:38:36.825 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败...
|
||
2020-02-24 12:38:36.825 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x
|
||
2020-02-24 12:38:36.838 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败
|
||
2020-02-24 12:38:37.505 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功
|
||
2020-02-24 12:38:37.506 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功
|
||
2020-02-24 12:38:37.508 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com
|
||
2020-02-24 12:38:37.928 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com
|
||
2020-02-24 12:38:38.347 [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-24 12:38:38.351 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功
|
||
2020-02-24 12:38:38.351 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件
|
||
2020-02-24 12:38:38.352 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功
|
||
2020-02-24 12:38:38.364 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功
|
||
2020-02-24 12:38:38.365 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功
|
||
2020-02-24 12:38:38.370 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功
|
||
2020-02-24 12:38:38.598 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 12:38:39.451 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功
|
||
2020-02-24 12:38:39.453 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功
|
||
2020-02-24 12:38:39.454 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功
|
||
2020-02-24 12:38:39.680 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功
|
||
2020-02-24 12:38:39.685 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Feb 24 12:38:30 CST 2020]; root of context hierarchy
|
||
2020-02-24 12:38:39.688 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
|