diff --git a/distributed-deploy/.gitignore b/distributed-deploy/.gitignore new file mode 100644 index 00000000..0a86c125 --- /dev/null +++ b/distributed-deploy/.gitignore @@ -0,0 +1,19 @@ +# Emacs backup files +*~ +*# +.#* +# Vim file artifacts +.*.sw* +# installed platform-specific binaries +/bin +/config +.DS_Store +.project +.idea +.settings +.project +.classpath +.factorypath +# temporary files +logs +target diff --git a/distributed-deploy/.settings/org.eclipse.core.resources.prefs b/distributed-deploy/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c02..00000000 --- a/distributed-deploy/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/distributed-deploy/.settings/org.eclipse.m2e.core.prefs b/distributed-deploy/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/distributed-deploy/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/distributed-deploy/README.md b/distributed-deploy/README.md deleted file mode 100644 index 1b1b4c3b..00000000 --- a/distributed-deploy/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 分布式部署 - -该项目主要实现fabric一键分布式部署。fabric官网的例子只能实现单节点部署链网络(包括orderer,peer和couchdb和chaincode节点),如果要实现在多个节点部署链网络,需要手动修改配置文件和执行相关命令,此过程比较麻烦且容易出错。本部署包主要是为解决此问题而创立,方便生产环境下运维人员快速实现分布式部署fabric链网络。 diff --git a/distributed-deploy/bcp-install-api/.classpath b/distributed-deploy/bcp-install-api/.classpath deleted file mode 100644 index f0257c5a..00000000 --- a/distributed-deploy/bcp-install-api/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-api/.factorypath b/distributed-deploy/bcp-install-api/.factorypath deleted file mode 100644 index eec5e5c8..00000000 --- a/distributed-deploy/bcp-install-api/.factorypath +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-api/.settings/org.eclipse.core.resources.prefs b/distributed-deploy/bcp-install-api/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index e9441bb1..00000000 --- a/distributed-deploy/bcp-install-api/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding/=UTF-8 diff --git a/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.apt.core.prefs b/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index dfa4f3ad..00000000 --- a/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations -org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations diff --git a/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.core.prefs b/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 90b69d45..00000000 --- a/distributed-deploy/bcp-install-api/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,10 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.methodParameters=generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/distributed-deploy/bcp-install-api/.settings/org.eclipse.m2e.core.prefs b/distributed-deploy/bcp-install-api/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/distributed-deploy/bcp-install-api/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/InstallController.class b/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/InstallController.class deleted file mode 100644 index 875029ac..00000000 Binary files a/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/InstallController.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/RegisterController.class b/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/RegisterController.class deleted file mode 100644 index cfa7a52f..00000000 Binary files a/distributed-deploy/bcp-install-api/target/classes/com/cgb/bcpinstall/api/controller/RegisterController.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/.classpath b/distributed-deploy/bcp-install-biz/.classpath deleted file mode 100644 index f0257c5a..00000000 --- a/distributed-deploy/bcp-install-biz/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-biz/.factorypath b/distributed-deploy/bcp-install-biz/.factorypath deleted file mode 100644 index a4aeae81..00000000 --- a/distributed-deploy/bcp-install-biz/.factorypath +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.core.resources.prefs b/distributed-deploy/bcp-install-biz/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index e9441bb1..00000000 --- a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding/=UTF-8 diff --git a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.apt.core.prefs b/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index dfa4f3ad..00000000 --- a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations -org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations diff --git a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.core.prefs b/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 90b69d45..00000000 --- a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,10 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.methodParameters=generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.m2e.core.prefs b/distributed-deploy/bcp-install-biz/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/distributed-deploy/bcp-install-biz/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/distributed-deploy/bcp-install-biz/target/classes/META-INF/spring-configuration-metadata.json b/distributed-deploy/bcp-install-biz/target/classes/META-INF/spring-configuration-metadata.json deleted file mode 100644 index 3c14717c..00000000 --- a/distributed-deploy/bcp-install-biz/target/classes/META-INF/spring-configuration-metadata.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "hints": [], - "groups": [ - { - "sourceType": "com.cgb.bcpinstall.config.GlobalConfig", - "name": "global", - "type": "com.cgb.bcpinstall.config.GlobalConfig" - } - ], - "properties": [ - { - "sourceType": "com.cgb.bcpinstall.config.GlobalConfig", - "name": "global.master", - "description": "是否主节点", - "type": "java.lang.Integer" - } - ] -} \ No newline at end of file diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InitializeBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InitializeBiz.class deleted file mode 100644 index 3fb9b2e3..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InitializeBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallBiz.class deleted file mode 100644 index b86c677c..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallMode.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallMode.class deleted file mode 100644 index 63a1e0a8..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/InstallMode.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/NewInstallBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/NewInstallBiz.class deleted file mode 100644 index 5451e334..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/NewInstallBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererExtendBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererExtendBiz.class deleted file mode 100644 index 8d24e39c..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererExtendBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererRemoveBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererRemoveBiz.class deleted file mode 100644 index 8a8aacd1..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/OrdererRemoveBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerExtendBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerExtendBiz.class deleted file mode 100644 index b56ee08c..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerExtendBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerRemoveBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerRemoveBiz.class deleted file mode 100644 index a57cb793..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/PeerRemoveBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/RolesBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/RolesBiz.class deleted file mode 100644 index 08fef8fb..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/RolesBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/UpdateNetworkBiz.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/UpdateNetworkBiz.class deleted file mode 100644 index ba559e4a..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/UpdateNetworkBiz.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/helper/YamlRepresenter.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/helper/YamlRepresenter.class deleted file mode 100644 index 93f24b79..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/biz/helper/YamlRepresenter.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/ConfigFileGen.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/ConfigFileGen.class deleted file mode 100644 index 43d7d682..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/ConfigFileGen.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/DockerConfigGen.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/DockerConfigGen.class deleted file mode 100644 index 26fcce56..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/DockerConfigGen.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/FabricConfigGen.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/FabricConfigGen.class deleted file mode 100644 index 9c0d85f6..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/FabricConfigGen.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/GlobalConfig.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/GlobalConfig.class deleted file mode 100644 index 37cf8b03..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/GlobalConfig.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/DockerConfigGenImpl.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/DockerConfigGenImpl.class deleted file mode 100644 index 7e708402..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/DockerConfigGenImpl.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/FabricConfigGenImpl.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/FabricConfigGenImpl.class deleted file mode 100644 index 00a9ba8d..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/config/configGenImpl/FabricConfigGenImpl.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/CheckPointDb.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/CheckPointDb.class deleted file mode 100644 index 4af3135c..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/CheckPointDb.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/ConnectionPool.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/ConnectionPool.class deleted file mode 100644 index f80c3392..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/ConnectionPool.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/table/NodeDO.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/table/NodeDO.class deleted file mode 100644 index a33dfc47..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/table/NodeDO.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/MapperUtil.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/MapperUtil.class deleted file mode 100644 index f11bc785..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/MapperUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/ColumnAnnotation.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/ColumnAnnotation.class deleted file mode 100644 index 28129f1e..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/ColumnAnnotation.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/TableAnnotation.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/TableAnnotation.class deleted file mode 100644 index 1a6097a9..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/annotation/TableAnnotation.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/BaseDO.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/BaseDO.class deleted file mode 100644 index 3c42f028..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/BaseDO.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Column.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Column.class deleted file mode 100644 index 5dfa6dcd..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Column.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Table.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Table.class deleted file mode 100644 index 7a0ff751..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/db/util/object/Table.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/EnvironmentService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/EnvironmentService.class deleted file mode 100644 index b4192fe2..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/EnvironmentService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FabricCliService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FabricCliService.class deleted file mode 100644 index d2e53a67..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FabricCliService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FileService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FileService.class deleted file mode 100644 index e38d7ddf..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/FileService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InitConfigService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InitConfigService.class deleted file mode 100644 index c1620c7c..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InitConfigService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InstallService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InstallService.class deleted file mode 100644 index 06f42d20..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/InstallService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/ModeService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/ModeService.class deleted file mode 100644 index 92aee857..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/ModeService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RemoteService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RemoteService.class deleted file mode 100644 index 2fec89c3..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RemoteService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RoleService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RoleService.class deleted file mode 100644 index a0a18f22..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/RoleService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/UpdateService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/UpdateService.class deleted file mode 100644 index bb840826..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/UpdateService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/YamlFileService.class b/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/YamlFileService.class deleted file mode 100644 index b67e59d5..00000000 Binary files a/distributed-deploy/bcp-install-biz/target/classes/com/cgb/bcpinstall/service/YamlFileService.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/.classpath b/distributed-deploy/bcp-install-common/.classpath deleted file mode 100644 index f0257c5a..00000000 --- a/distributed-deploy/bcp-install-common/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-common/.factorypath b/distributed-deploy/bcp-install-common/.factorypath deleted file mode 100644 index eec5e5c8..00000000 --- a/distributed-deploy/bcp-install-common/.factorypath +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-common/.settings/org.eclipse.core.resources.prefs b/distributed-deploy/bcp-install-common/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index e9441bb1..00000000 --- a/distributed-deploy/bcp-install-common/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,3 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding/=UTF-8 diff --git a/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.apt.core.prefs b/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index dfa4f3ad..00000000 --- a/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations -org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations diff --git a/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.core.prefs b/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 90b69d45..00000000 --- a/distributed-deploy/bcp-install-common/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,10 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.methodParameters=generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/distributed-deploy/bcp-install-common/.settings/org.eclipse.m2e.core.prefs b/distributed-deploy/bcp-install-common/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/distributed-deploy/bcp-install-common/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/annotation/InvokeLog.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/annotation/InvokeLog.class deleted file mode 100644 index bd0c5ae8..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/annotation/InvokeLog.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/DateConstant.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/DateConstant.class deleted file mode 100644 index d3f2501e..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/DateConstant.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/LoginConstant.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/LoginConstant.class deleted file mode 100644 index 0b05764e..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/LoginConstant.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/ToolsConstant.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/ToolsConstant.class deleted file mode 100644 index eb8a740a..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/constant/ToolsConstant.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler$UnitTest.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler$UnitTest.class deleted file mode 100644 index 24a6816d..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler$UnitTest.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler.class deleted file mode 100644 index 5458e5bc..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/context/RequestContextHandler.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/BaseEntity.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/BaseEntity.class deleted file mode 100644 index 150f98e3..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/BaseEntity.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/DiffHostConfigs.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/DiffHostConfigs.class deleted file mode 100644 index 67cc935f..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/DiffHostConfigs.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/EndCmd.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/EndCmd.class deleted file mode 100644 index 0eaf43e2..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/EndCmd.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallCmd.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallCmd.class deleted file mode 100644 index 31814949..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallCmd.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallResult.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallResult.class deleted file mode 100644 index efb8e4ea..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallResult.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallStatusEnum.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallStatusEnum.class deleted file mode 100644 index cf596cff..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/InstallStatusEnum.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/OSEnum.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/OSEnum.class deleted file mode 100644 index d6b64a6b..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/OSEnum.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RemoveCmd.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RemoveCmd.class deleted file mode 100644 index 987e4d46..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RemoveCmd.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleEnum.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleEnum.class deleted file mode 100644 index a79e0fb6..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleEnum.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleRegEntity.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleRegEntity.class deleted file mode 100644 index 5c170035..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/RoleRegEntity.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/ServerEntity.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/ServerEntity.class deleted file mode 100644 index ed9b9499..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/ServerEntity.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateCmd.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateCmd.class deleted file mode 100644 index aeec0efa..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateCmd.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.class deleted file mode 100644 index eab5473d..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/init/InitConfigEntity.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/init/InitConfigEntity.class deleted file mode 100644 index 1c348da0..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/entity/init/InitConfigEntity.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/exception/DownloadFileException.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/exception/DownloadFileException.class deleted file mode 100644 index 072b7aae..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/exception/DownloadFileException.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/BaseFastJsonConfig.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/BaseFastJsonConfig.class deleted file mode 100644 index f8f1cebd..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/BaseFastJsonConfig.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/CustomSerializeConfig.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/CustomSerializeConfig.class deleted file mode 100644 index 9d36146b..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/CustomSerializeConfig.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/JodaTimeDeserializer.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/JodaTimeDeserializer.class deleted file mode 100644 index f3c27a67..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/JodaTimeDeserializer.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeDeserializer.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeDeserializer.class deleted file mode 100644 index 5355c5be..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeDeserializer.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeSerializer.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeSerializer.class deleted file mode 100644 index b724e2cb..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/fastJson/StatusCodeSerializer.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/AbstractPrintLog.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/AbstractPrintLog.class deleted file mode 100644 index 672f2b34..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/AbstractPrintLog.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/InvokeLogAspect.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/InvokeLogAspect.class deleted file mode 100644 index 04e88246..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/log/InvokeLogAspect.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/BaseResponse.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/BaseResponse.class deleted file mode 100644 index e43b1474..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/BaseResponse.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/HttpInstallResponse.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/HttpInstallResponse.class deleted file mode 100644 index 33b75f20..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/HttpInstallResponse.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode$1.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode$1.class deleted file mode 100644 index fb3f544e..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode$1.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode.class deleted file mode 100644 index 47e337ad..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/ResponseCode.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/StatusCode.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/StatusCode.class deleted file mode 100644 index 6571eb3d..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/response/StatusCode.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/CacheUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/CacheUtil.class deleted file mode 100644 index 31cbf989..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/CacheUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/EPlatform.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/EPlatform.class deleted file mode 100644 index f2d04dad..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/EPlatform.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileDataChangeUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileDataChangeUtil.class deleted file mode 100644 index 3070771e..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileDataChangeUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileUtil.class deleted file mode 100644 index 82ceade4..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/FileUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil$RetryHandler.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil$RetryHandler.class deleted file mode 100644 index 702daeb7..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil$RetryHandler.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil.class deleted file mode 100644 index d0655b6a..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/HttpClientUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/NetUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/NetUtil.class deleted file mode 100644 index d333fbbd..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/NetUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/OSinfo.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/OSinfo.class deleted file mode 100644 index c40002d8..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/OSinfo.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$CmdStreamReader.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$CmdStreamReader.class deleted file mode 100644 index 94551b56..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$CmdStreamReader.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$Result.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$Result.class deleted file mode 100644 index e9d9c903..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil$Result.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil.class deleted file mode 100644 index a658caf5..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/ProcessUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/RequestIpUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/RequestIpUtil.class deleted file mode 100644 index 9c60fb41..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/RequestIpUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/SpringUtil.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/SpringUtil.class deleted file mode 100644 index b192782d..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/SpringUtil.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/Utils.class b/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/Utils.class deleted file mode 100644 index c516041a..00000000 Binary files a/distributed-deploy/bcp-install-common/target/classes/com/cgb/bcpinstall/common/util/Utils.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/.classpath b/distributed-deploy/bcp-install-main/.classpath deleted file mode 100644 index 39abf1c5..00000000 --- a/distributed-deploy/bcp-install-main/.classpath +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-main/.factorypath b/distributed-deploy/bcp-install-main/.factorypath deleted file mode 100644 index 1010e792..00000000 --- a/distributed-deploy/bcp-install-main/.factorypath +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/distributed-deploy/bcp-install-main/.settings/org.eclipse.core.resources.prefs b/distributed-deploy/bcp-install-main/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 839d647e..00000000 --- a/distributed-deploy/bcp-install-main/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,5 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding//src/main/resources=UTF-8 -encoding//src/test/java=UTF-8 -encoding/=UTF-8 diff --git a/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.apt.core.prefs b/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.apt.core.prefs deleted file mode 100644 index dfa4f3ad..00000000 --- a/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.apt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.apt.aptEnabled=true -org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations -org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations diff --git a/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.core.prefs b/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 90b69d45..00000000 --- a/distributed-deploy/bcp-install-main/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,10 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.methodParameters=generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.processAnnotations=enabled -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/distributed-deploy/bcp-install-main/.settings/org.eclipse.m2e.core.prefs b/distributed-deploy/bcp-install-main/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f1..00000000 --- a/distributed-deploy/bcp-install-main/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-01-19.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-01-19.0.log deleted file mode 100644 index cfae67c0..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-01-19.0.log +++ /dev/null @@ -1,3 +0,0 @@ -2020-01-19 15:53:42.794 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-19 15:55:09.758 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-19 15:56:33.240 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-01-20.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-01-20.0.log deleted file mode 100644 index a6f60be5..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-01-20.0.log +++ /dev/null @@ -1,121 +0,0 @@ -2020-01-20 16:49:13.130 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 初始化发生异常 -org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=backendWebsocketPortConfig for JavaBean=com.cgb.bcpinstall.common.entity.init.InitConfigEntity@7bb4ed71 - in 'reader', line 2, column 1: - network: bankunion - ^ -No single argument constructor found for interface java.util.Map : null - in 'reader', line 26, column 3: - backend.bcp.com: 9191 - ^ - - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:270) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) - at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:164) - at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:148) - at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:525) - at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:519) - at com.cgb.bcpinstall.biz.InitializeBiz.parseConfigFile(InitializeBiz.java:105) - at com.cgb.bcpinstall.biz.InitializeBiz.initialize(InitializeBiz.java:52) - at InitTest.testInit(InitTest.java:34) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) -Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument constructor found for interface java.util.Map : null - at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:371) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) - ... 41 common frames omitted -2020-01-20 16:53:51.246 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 初始化发生异常 -org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=backendWebsocketPortConfig for JavaBean=com.cgb.bcpinstall.common.entity.init.InitConfigEntity@40f1aa95 - in 'reader', line 2, column 1: - network: bankunion - ^ -No single argument constructor found for interface java.util.Map : null - in 'reader', line 26, column 3: - backend.bcp.com: 9191 - ^ - - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:270) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) - at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:164) - at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:148) - at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:525) - at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:519) - at com.cgb.bcpinstall.biz.InitializeBiz.parseConfigFile(InitializeBiz.java:105) - at com.cgb.bcpinstall.biz.InitializeBiz.initialize(InitializeBiz.java:52) - at InitTest.testInit(InitTest.java:34) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) -Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument constructor found for interface java.util.Map : null - at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:371) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) - ... 41 common frames omitted -2020-01-20 16:56:34.273 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 16:59:58.810 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:01:33.906 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:10:59.535 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:29:51.311 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-01-31.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-01-31.0.log deleted file mode 100644 index 38ff1227..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-01-31.0.log +++ /dev/null @@ -1 +0,0 @@ -2020-01-31 12:27:58.235 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-02-19.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-02-19.0.log deleted file mode 100644 index 3ad14655..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-02-19.0.log +++ /dev/null @@ -1,2 +0,0 @@ -2020-02-19 16:24:27.378 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-19 16:26:30.561 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-02-24.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-02-24.0.log deleted file mode 100644 index 1342955b..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-02-24.0.log +++ /dev/null @@ -1,6 +0,0 @@ -2020-02-24 09:50:36.813 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-24 10:03:57.142 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-24 10:06:23.546 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-24 10:07:42.061 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-24 10:11:53.062 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-24 12:38:36.838 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 diff --git a/distributed-deploy/bcp-install-main/logs/error/2020-02-27.0.log b/distributed-deploy/bcp-install-main/logs/error/2020-02-27.0.log deleted file mode 100644 index a3a09873..00000000 --- a/distributed-deploy/bcp-install-main/logs/error/2020-02-27.0.log +++ /dev/null @@ -1,6 +0,0 @@ -2020-02-27 10:42:56.997 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 -2020-02-27 10:43:25.916 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中后台没有配置相应的websocket端口 -2020-02-27 10:43:25.917 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 -2020-02-27 10:44:07.079 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中orderer或peer的域名不匹配 -2020-02-27 10:44:27.795 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-27 11:03:01.920 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中相关配置项出错或为空 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-01-19.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-01-19.0.log deleted file mode 100644 index fb650e7e..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-01-19.0.log +++ /dev/null @@ -1,228 +0,0 @@ -2020-01-19 15:53:34.639 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-19 15:53:34.666 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-19 15:53:35.165 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-19 15:53:35.201 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6f27a732, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c779568, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@f381794, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e9131d5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e1d27ba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@61d6015a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2525ff7e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@524d6d96, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ef37659] -2020-01-19 15:53:35.752 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 7136 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-19 15:53:35.752 [main] INFO InitTest - The following profiles are active: dev -2020-01-19 15:53:35.832 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy -2020-01-19 15:53:36.858 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-19 15:53:37.503 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-19 15:53:37.848 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-19 15:53:38.480 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.481 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-19 15:53:38.481 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.482 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.482 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:53:38.482 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.482 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.482 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.483 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-19 15:53:38.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-19 15:53:38.488 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-19 15:53:38.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-19 15:53:38.491 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:53:38.716 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:53:38.716 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:53:38.868 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-19 15:53:38.871 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-19 15:53:38.952 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-19 15:53:39.200 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy -2020-01-19 15:53:39.310 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-19 15:53:40.290 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-19 15:53:40.291 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-19 15:53:40.323 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-19 15:53:40.370 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-19 15:53:40.623 [main] INFO InitTest - Started InitTest in 5.335 seconds (JVM running for 9.178) -2020-01-19 15:53:40.625 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-19 15:53:40.633 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-19 15:53:40.785 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-19 15:53:40.811 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-19 15:53:40.881 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-19 15:53:40.881 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-19 15:53:40.893 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-19 15:53:41.452 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-19 15:53:41.474 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:53:41.484 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-19 15:53:41.685 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-19 15:53:42.436 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-19 15:53:42.736 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-19 15:53:42.713 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366_sk: The system cannot find the path specified.] -2020-01-19 15:53:42.747 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-19 15:53:42.747 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\6648b1fe90c78d46505674412f0d02958a82fc6de89a092ac57e5944eb8d3366_sk: The system cannot find the path specified.] -2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-19 15:53:42.761 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-19 15:53:42.794 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-19 15:53:43.456 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-19 15:53:43.456 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-19 15:53:43.466 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-19 15:53:43.888 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-19 15:53:44.291 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-19 15:53:44.293 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-19 15:53:44.294 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-19 15:53:44.327 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-19 15:53:44.337 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-19 15:53:44.338 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-19 15:53:44.366 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-19 15:53:44.372 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-19 15:53:44.383 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-19 15:53:44.384 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-19 15:53:44.390 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:53:35 CST 2020]; root of context hierarchy -2020-01-19 15:53:44.392 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-19 15:55:03.315 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-19 15:55:03.329 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-19 15:55:03.736 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-19 15:55:03.758 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] -2020-01-19 15:55:04.302 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 6860 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-19 15:55:04.303 [main] INFO InitTest - The following profiles are active: dev -2020-01-19 15:55:04.345 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy -2020-01-19 15:55:05.444 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-19 15:55:06.015 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-19 15:55:06.334 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-19 15:55:06.967 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.968 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.968 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.969 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:55:06.969 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.969 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.969 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-19 15:55:06.970 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.971 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.975 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-19 15:55:06.975 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-19 15:55:06.975 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-19 15:55:06.979 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-19 15:55:06.979 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:55:07.202 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:55:07.203 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:55:07.355 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-19 15:55:07.358 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-19 15:55:07.448 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-19 15:55:07.693 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy -2020-01-19 15:55:07.808 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-19 15:55:08.820 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-19 15:55:08.820 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-19 15:55:08.852 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-19 15:55:08.896 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-19 15:55:09.176 [main] INFO InitTest - Started InitTest in 5.354 seconds (JVM running for 7.501) -2020-01-19 15:55:09.179 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-19 15:55:09.189 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:55:09.189 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-19 15:55:09.190 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-19 15:55:09.319 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-19 15:55:09.339 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-19 15:55:09.369 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-19 15:55:09.369 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-19 15:55:09.374 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-19 15:55:09.458 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:55:09.468 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-19 15:55:09.546 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-19 15:55:09.614 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-19 15:55:09.719 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-19 15:55:09.719 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8_sk: The system cannot find the path specified.] -2020-01-19 15:55:09.719 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-19 15:55:09.719 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\dd3a753c1fc845b544840b5903d989cfefc96f75f5efba0e724e558b1a861aa8_sk: The system cannot find the path specified.] -2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-19 15:55:09.733 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-19 15:55:09.758 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-19 15:55:10.430 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-19 15:55:10.431 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-19 15:55:10.433 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-19 15:55:10.826 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-19 15:55:11.219 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-19 15:55:11.221 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-19 15:55:11.221 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-19 15:55:11.222 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-19 15:55:11.233 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-19 15:55:11.234 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-19 15:55:11.238 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-19 15:55:11.239 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-19 15:55:11.241 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-19 15:55:11.243 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-19 15:55:11.250 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:55:04 CST 2020]; root of context hierarchy -2020-01-19 15:55:11.253 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-19 15:56:26.958 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-19 15:56:26.979 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-19 15:56:27.465 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-19 15:56:27.491 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] -2020-01-19 15:56:28.024 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 4240 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-19 15:56:28.024 [main] INFO InitTest - The following profiles are active: dev -2020-01-19 15:56:28.067 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy -2020-01-19 15:56:29.094 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-19 15:56:29.639 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7bbd328f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-19 15:56:29.955 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-19 15:56:30.585 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:56:30.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-19 15:56:30.589 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.593 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-19 15:56:30.594 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-19 15:56:30.594 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-19 15:56:30.597 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-19 15:56:30.598 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-19 15:56:30.810 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:56:30.810 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-19 15:56:30.947 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-19 15:56:30.949 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-19 15:56:31.020 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-19 15:56:31.278 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy -2020-01-19 15:56:31.392 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-19 15:56:32.312 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-19 15:56:32.312 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-19 15:56:32.340 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-19 15:56:32.381 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-19 15:56:32.639 [main] INFO InitTest - Started InitTest in 5.076 seconds (JVM running for 7.239) -2020-01-19 15:56:32.642 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-19 15:56:32.649 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-19 15:56:32.802 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-19 15:56:32.830 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-19 15:56:32.863 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-19 15:56:32.863 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-19 15:56:32.868 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-19 15:56:32.949 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-19 15:56:32.959 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-19 15:56:33.036 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-19 15:56:33.121 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-19 15:56:33.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-19 15:56:33.204 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549_sk: The system cannot find the path specified.] -2020-01-19 15:56:33.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-19 15:56:33.205 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\efb499ab09a765c13a60dd47403630a74309595b65de0cbaf89cd3c171079549_sk: The system cannot find the path specified.] -2020-01-19 15:56:33.219 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-19 15:56:33.219 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-19 15:56:33.220 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-19 15:56:33.240 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-19 15:56:33.901 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-19 15:56:33.901 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-19 15:56:33.904 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-19 15:56:34.321 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-19 15:56:34.718 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-19 15:56:34.721 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-19 15:56:34.721 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-19 15:56:34.722 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-19 15:56:34.737 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-19 15:56:34.737 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-19 15:56:34.742 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-19 15:56:34.743 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-19 15:56:34.745 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-19 15:56:34.747 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-19 15:56:34.754 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Sun Jan 19 15:56:28 CST 2020]; root of context hierarchy -2020-01-19 15:56:34.756 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-01-20.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-01-20.0.log deleted file mode 100644 index 5050c6cc..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-01-20.0.log +++ /dev/null @@ -1,586 +0,0 @@ -2020-01-20 16:49:05.210 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 16:49:05.223 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 16:49:06.301 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 16:49:06.334 [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-01-20 16:49:07.500 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.13.Final -2020-01-20 16:49:07.625 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 5256 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 16:49:07.653 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 16:49:07.770 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Mon Jan 20 16:49:07 CST 2020]; root of context hierarchy -2020-01-20 16:49:08.959 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 16:49:09.586 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7c96a12f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 16:49:09.953 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 16:49:10.629 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.630 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.631 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.632 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.632 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.632 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:49:10.633 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 16:49:10.633 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.634 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.638 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 16:49:10.638 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 16:49:10.639 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 16:49:10.643 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 16:49:10.644 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:49:10.866 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:49:10.866 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:49:11.019 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 16:49:11.023 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 16:49:11.103 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 16:49:11.358 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Mon Jan 20 16:49:07 CST 2020]; root of context hierarchy -2020-01-20 16:49:11.482 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 16:49:12.542 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 16:49:12.543 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 16:49:12.587 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 16:49:12.644 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 16:49:12.927 [main] INFO InitTest - Started InitTest in 6.446 seconds (JVM running for 9.85) -2020-01-20 16:49:12.929 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 16:49:12.938 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:49:12.939 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 16:49:12.939 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 16:49:13.130 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 初始化发生异常 -org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=backendWebsocketPortConfig for JavaBean=com.cgb.bcpinstall.common.entity.init.InitConfigEntity@7bb4ed71 - in 'reader', line 2, column 1: - network: bankunion - ^ -No single argument constructor found for interface java.util.Map : null - in 'reader', line 26, column 3: - backend.bcp.com: 9191 - ^ - - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:270) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) - at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:164) - at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:148) - at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:525) - at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:519) - at com.cgb.bcpinstall.biz.InitializeBiz.parseConfigFile(InitializeBiz.java:105) - at com.cgb.bcpinstall.biz.InitializeBiz.initialize(InitializeBiz.java:52) - at InitTest.testInit(InitTest.java:34) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) -Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument constructor found for interface java.util.Map : null - at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:371) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) - ... 41 common frames omitted -2020-01-20 16:49:13.141 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Mon Jan 20 16:49:07 CST 2020]; root of context hierarchy -2020-01-20 16:49:13.144 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 16:53:45.119 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 16:53:45.137 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 16:53:45.548 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 16:53:45.565 [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-01-20 16:53:46.078 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 7136 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 16:53:46.079 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 16:53:46.131 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:53:46 CST 2020]; root of context hierarchy -2020-01-20 16:53:47.283 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 16:53:47.855 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$412f9273] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 16:53:48.203 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 16:53:48.908 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.910 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.910 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.911 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:53:48.911 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.911 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.912 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.912 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 16:53:48.913 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.918 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 16:53:48.920 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 16:53:48.921 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 16:53:48.925 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 16:53:48.926 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:53:49.164 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:53:49.164 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:53:49.308 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 16:53:49.311 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 16:53:49.389 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 16:53:49.630 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:53:46 CST 2020]; root of context hierarchy -2020-01-20 16:53:49.746 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 16:53:50.728 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 16:53:50.729 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 16:53:50.767 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 16:53:50.812 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 16:53:51.076 [main] INFO InitTest - Started InitTest in 5.448 seconds (JVM running for 6.816) -2020-01-20 16:53:51.079 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 16:53:51.089 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:53:51.090 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 16:53:51.090 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 16:53:51.246 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 初始化发生异常 -org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=backendWebsocketPortConfig for JavaBean=com.cgb.bcpinstall.common.entity.init.InitConfigEntity@40f1aa95 - in 'reader', line 2, column 1: - network: bankunion - ^ -No single argument constructor found for interface java.util.Map : null - in 'reader', line 26, column 3: - backend.bcp.com: 9191 - ^ - - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:270) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) - at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:309) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:164) - at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:148) - at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:525) - at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:519) - at com.cgb.bcpinstall.biz.InitializeBiz.parseConfigFile(InitializeBiz.java:105) - at com.cgb.bcpinstall.biz.InitializeBiz.initialize(InitializeBiz.java:52) - at InitTest.testInit(InitTest.java:34) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) - at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) - at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) - at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) - at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) - at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) - at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) - at org.junit.runners.ParentRunner.run(ParentRunner.java:363) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) - at org.junit.runner.JUnitCore.run(JUnitCore.java:137) - at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) - at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) - at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230) - at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58) -Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument constructor found for interface java.util.Map : null - at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:371) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:216) - at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:205) - at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) - ... 41 common frames omitted -2020-01-20 16:53:51.254 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:53:46 CST 2020]; root of context hierarchy -2020-01-20 16:53:51.257 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 16:56:26.363 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 16:56:26.377 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 16:56:26.799 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 16:56:26.819 [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-01-20 16:56:27.419 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 10080 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 16:56:27.420 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 16:56:27.474 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:56:27 CST 2020]; root of context hierarchy -2020-01-20 16:56:28.677 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 16:56:29.230 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$412f9273] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 16:56:29.581 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 16:56:30.292 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.293 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.294 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.294 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.295 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 16:56:30.296 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:56:30.296 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.297 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.298 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.303 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 16:56:30.305 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 16:56:30.305 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 16:56:30.310 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 16:56:30.310 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:56:30.545 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:56:30.545 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:56:30.704 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 16:56:30.707 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 16:56:30.789 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 16:56:31.051 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:56:27 CST 2020]; root of context hierarchy -2020-01-20 16:56:31.170 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 16:56:32.135 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 16:56:32.136 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 16:56:32.172 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 16:56:32.228 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 16:56:32.497 [main] INFO InitTest - Started InitTest in 5.613 seconds (JVM running for 6.986) -2020-01-20 16:56:32.500 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 16:56:32.508 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:56:32.508 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 16:56:32.509 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 16:56:32.645 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-20 16:56:32.669 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-20 16:56:32.743 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-20 16:56:32.743 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-20 16:56:32.752 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-20 16:56:33.003 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:56:33.003 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-20 16:56:33.003 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 16:56:33.003 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-20 16:56:33.003 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 16:56:33.021 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-20 16:56:33.181 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-20 16:56:34.017 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-20 16:56:34.228 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-20 16:56:34.189 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [7ce21af2f312b20dedc6171249aba3e30d5fa308b14f2a8a175f392f8d7a8627]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\7ce21af2f312b20dedc6171249aba3e30d5fa308b14f2a8a175f392f8d7a8627_sk: The system cannot find the path specified.] -2020-01-20 16:56:34.239 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-20 16:56:34.239 [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\7ce21af2f312b20dedc6171249aba3e30d5fa308b14f2a8a175f392f8d7a8627_sk: The system cannot find the path specified.] -2020-01-20 16:56:34.253 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-20 16:56:34.253 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-20 16:56:34.253 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-20 16:56:34.273 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 16:56:34.948 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-20 16:56:34.949 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-20 16:56:34.958 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-20 16:56:35.385 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-20 16:56:35.783 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-20 16:56:35.787 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-20 16:56:35.787 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-20 16:56:35.796 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-20 16:56:35.806 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-20 16:56:35.807 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-20 16:56:35.811 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-20 16:56:35.819 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-20 16:56:35.830 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-20 16:56:35.832 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-20 16:56:35.838 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-20 16:56:35.843 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Mon Jan 20 16:56:27 CST 2020]; root of context hierarchy -2020-01-20 16:56:35.846 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 16:59:52.388 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 16:59:52.401 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 16:59:52.724 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 16:59:52.745 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] -2020-01-20 16:59:53.235 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 12664 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 16:59:53.236 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 16:59:53.289 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 16:59:53 CST 2020]; root of context hierarchy -2020-01-20 16:59:54.372 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 16:59:54.964 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 16:59:55.298 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 16:59:55.958 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.959 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.959 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.959 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.960 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 16:59:55.960 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.960 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:59:55.961 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.962 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.967 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 16:59:55.968 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 16:59:55.968 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 16:59:55.973 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 16:59:55.973 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 16:59:56.211 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:59:56.211 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 16:59:56.369 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 16:59:56.371 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 16:59:56.451 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 16:59:56.705 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 16:59:53 CST 2020]; root of context hierarchy -2020-01-20 16:59:56.812 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 16:59:57.823 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 16:59:57.824 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 16:59:57.863 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 16:59:57.912 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 16:59:58.182 [main] INFO InitTest - Started InitTest in 5.372 seconds (JVM running for 7.38) -2020-01-20 16:59:58.185 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 16:59:58.196 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:59:58.196 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 16:59:58.196 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 16:59:58.361 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-20 16:59:58.387 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-20 16:59:58.420 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-20 16:59:58.421 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-20 16:59:58.426 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-20 16:59:58.508 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 16:59:58.509 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-20 16:59:58.509 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 16:59:58.509 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-20 16:59:58.509 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 16:59:58.519 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-20 16:59:58.585 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-20 16:59:58.674 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-20 16:59:58.785 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-20 16:59:58.785 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-20 16:59:58.785 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [90e8cd2d18ab4d97aa3d62f89716a38283708559451ea0136f089552eff027bc]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\90e8cd2d18ab4d97aa3d62f89716a38283708559451ea0136f089552eff027bc_sk: The system cannot find the path specified.] -2020-01-20 16:59:58.785 [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\90e8cd2d18ab4d97aa3d62f89716a38283708559451ea0136f089552eff027bc_sk: The system cannot find the path specified.] -2020-01-20 16:59:58.790 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-20 16:59:58.790 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-20 16:59:58.791 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-20 16:59:58.810 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 16:59:59.470 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-20 16:59:59.470 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-20 16:59:59.473 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-20 16:59:59.888 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-20 17:00:00.318 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-20 17:00:00.321 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-20 17:00:00.321 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-20 17:00:00.322 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-20 17:00:00.332 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-20 17:00:00.333 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-20 17:00:00.337 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-20 17:00:00.339 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-20 17:00:00.341 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-20 17:00:00.343 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-20 17:00:00.350 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-20 17:00:00.355 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 16:59:53 CST 2020]; root of context hierarchy -2020-01-20 17:00:00.358 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 17:01:27.498 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 17:01:27.511 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 17:01:27.849 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 17:01:27.871 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6f27a732, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c779568, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@f381794, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e9131d5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e1d27ba, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@61d6015a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2525ff7e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@524d6d96, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ef37659] -2020-01-20 17:01:28.298 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 9060 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 17:01:28.298 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 17:01:28.339 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Jan 20 17:01:28 CST 2020]; root of context hierarchy -2020-01-20 17:01:29.409 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 17:01:30.002 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$31510e74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 17:01:30.361 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 17:01:31.037 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.038 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.039 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.039 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.040 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:01:31.040 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 17:01:31.041 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.041 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.042 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.047 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 17:01:31.048 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 17:01:31.048 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 17:01:31.053 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 17:01:31.053 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:01:31.292 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:01:31.292 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:01:31.453 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 17:01:31.456 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 17:01:31.541 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 17:01:31.829 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Jan 20 17:01:28 CST 2020]; root of context hierarchy -2020-01-20 17:01:31.950 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 17:01:32.941 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 17:01:32.941 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 17:01:32.978 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 17:01:33.033 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 17:01:33.303 [main] INFO InitTest - Started InitTest in 5.378 seconds (JVM running for 7.669) -2020-01-20 17:01:33.306 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 17:01:33.316 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:01:33.316 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 17:01:33.316 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 17:01:33.456 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-20 17:01:33.478 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-20 17:01:33.511 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-20 17:01:33.511 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-20 17:01:33.516 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-20 17:01:33.594 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:01:33.594 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-20 17:01:33.595 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:01:33.595 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-20 17:01:33.595 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:01:33.606 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-20 17:01:33.695 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-20 17:01:33.780 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-20 17:01:33.891 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-20 17:01:33.891 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [7e2dcb27536ad1a4c3aea2ff92958ab857829e1d07271d214d67fb1cd635a316]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\7e2dcb27536ad1a4c3aea2ff92958ab857829e1d07271d214d67fb1cd635a316_sk: The system cannot find the path specified.] -2020-01-20 17:01:33.891 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-20 17:01:33.891 [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\7e2dcb27536ad1a4c3aea2ff92958ab857829e1d07271d214d67fb1cd635a316_sk: The system cannot find the path specified.] -2020-01-20 17:01:33.895 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-20 17:01:33.895 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-20 17:01:33.895 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-20 17:01:33.906 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:01:34.556 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-20 17:01:34.557 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-20 17:01:34.561 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-20 17:01:34.972 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-20 17:01:35.372 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-20 17:01:35.375 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-20 17:01:35.375 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-20 17:01:35.376 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-20 17:01:35.387 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-20 17:01:35.388 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-20 17:01:35.392 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-20 17:01:35.393 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-20 17:01:35.394 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-20 17:01:35.396 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-20 17:01:35.402 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-20 17:01:35.407 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6986852: startup date [Mon Jan 20 17:01:28 CST 2020]; root of context hierarchy -2020-01-20 17:01:35.410 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 17:10:52.050 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 17:10:52.064 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 17:10:52.555 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 17:10:52.591 [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-01-20 17:10:53.325 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 12340 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 17:10:53.326 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 17:10:53.388 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6c61a903: startup date [Mon Jan 20 17:10:53 CST 2020]; root of context hierarchy -2020-01-20 17:10:54.830 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 17:10:55.424 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7c96a12f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 17:10:55.813 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 17:10:56.539 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.540 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.541 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 17:10:56.541 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:10:56.541 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.542 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.542 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.542 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.543 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.548 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 17:10:56.549 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 17:10:56.550 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 17:10:56.553 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 17:10:56.554 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:10:56.790 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:10:56.790 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:10:56.943 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 17:10:56.947 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 17:10:57.044 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 17:10:57.316 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6c61a903: startup date [Mon Jan 20 17:10:53 CST 2020]; root of context hierarchy -2020-01-20 17:10:57.450 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 17:10:58.529 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 17:10:58.529 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 17:10:58.566 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 17:10:58.624 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 17:10:58.907 [main] INFO InitTest - Started InitTest in 6.177 seconds (JVM running for 8.513) -2020-01-20 17:10:58.910 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 17:10:58.917 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:10:58.918 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 17:10:58.918 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 17:10:59.068 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-20 17:10:59.097 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-20 17:10:59.131 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-20 17:10:59.132 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-20 17:10:59.137 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-20 17:10:59.223 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:10:59.223 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-20 17:10:59.223 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:10:59.223 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-20 17:10:59.223 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:10:59.232 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-20 17:10:59.316 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-20 17:10:59.385 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-20 17:10:59.508 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-20 17:10:59.508 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-20 17:10:59.508 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [7dd803a79419e310be12844b6243ef9ca5a7d3530aa52d3113f1e9c7d35f077d]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\7dd803a79419e310be12844b6243ef9ca5a7d3530aa52d3113f1e9c7d35f077d_sk: The system cannot find the path specified.] -2020-01-20 17:10:59.508 [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\7dd803a79419e310be12844b6243ef9ca5a7d3530aa52d3113f1e9c7d35f077d_sk: The system cannot find the path specified.] -2020-01-20 17:10:59.513 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-20 17:10:59.513 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-20 17:10:59.514 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-20 17:10:59.535 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:11:00.224 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-20 17:11:00.225 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-20 17:11:00.228 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-20 17:11:00.692 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-20 17:11:01.142 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-20 17:11:01.144 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-20 17:11:01.144 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-20 17:11:01.145 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-20 17:11:01.157 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-20 17:11:01.158 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-20 17:11:01.179 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-20 17:11:01.180 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-20 17:11:01.181 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-20 17:11:01.183 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-20 17:11:01.188 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-20 17:11:01.194 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6c61a903: startup date [Mon Jan 20 17:10:53 CST 2020]; root of context hierarchy -2020-01-20 17:11:01.197 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-01-20 17:29:44.656 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-20 17:29:44.669 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-20 17:29:45.093 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-20 17:29:45.121 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] -2020-01-20 17:29:45.597 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 132 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-20 17:29:45.597 [main] INFO InitTest - The following profiles are active: dev -2020-01-20 17:29:45.635 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 17:29:45 CST 2020]; root of context hierarchy -2020-01-20 17:29:46.768 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-20 17:29:47.386 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b6d7a088] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 17:29:47.740 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-20 17:29:48.420 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.421 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.422 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.422 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.422 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.423 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:29:48.423 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.423 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-20 17:29:48.424 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.429 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-20 17:29:48.429 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-20 17:29:48.430 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-20 17:29:48.434 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-20 17:29:48.434 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-20 17:29:48.672 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:29:48.673 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-20 17:29:48.822 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-20 17:29:48.826 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-20 17:29:48.913 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-20 17:29:49.180 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 17:29:45 CST 2020]; root of context hierarchy -2020-01-20 17:29:49.306 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-20 17:29:50.318 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-20 17:29:50.318 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-20 17:29:50.354 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-20 17:29:50.402 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-20 17:29:50.689 [main] INFO InitTest - Started InitTest in 5.506 seconds (JVM running for 8.139) -2020-01-20 17:29:50.692 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-20 17:29:50.701 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:29:50.702 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-20 17:29:50.702 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-20 17:29:50.869 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-20 17:29:50.894 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-20 17:29:50.923 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-20 17:29:50.923 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-20 17:29:50.928 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-20 17:29:51.016 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-20 17:29:51.016 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-20 17:29:51.016 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:29:51.016 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-20 17:29:51.016 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-20 17:29:51.025 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-20 17:29:51.096 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-20 17:29:51.178 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-20 17:29:51.275 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-20 17:29:51.275 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-20 17:29:51.275 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [96a1bca6444ca10283b65297248488731ac57b54becec417b3a9741697785bb7]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\96a1bca6444ca10283b65297248488731ac57b54becec417b3a9741697785bb7_sk: The system cannot find the path specified.] -2020-01-20 17:29:51.275 [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\96a1bca6444ca10283b65297248488731ac57b54becec417b3a9741697785bb7_sk: The system cannot find the path specified.] -2020-01-20 17:29:51.290 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-20 17:29:51.290 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-20 17:29:51.290 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-20 17:29:51.311 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-20 17:29:52.015 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-20 17:29:52.016 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-20 17:29:52.019 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-20 17:29:52.489 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-20 17:29:52.915 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-20 17:29:52.918 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-20 17:29:52.918 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-20 17:29:52.919 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-20 17:29:52.930 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-20 17:29:52.931 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-20 17:29:52.935 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-20 17:29:52.936 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-20 17:29:52.937 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-20 17:29:52.939 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-20 17:29:52.945 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-20 17:29:52.951 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Mon Jan 20 17:29:45 CST 2020]; root of context hierarchy -2020-01-20 17:29:52.953 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-01-31.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-01-31.0.log deleted file mode 100644 index 888d2108..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-01-31.0.log +++ /dev/null @@ -1,77 +0,0 @@ -2020-01-31 12:27:45.641 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-01-31 12:27:45.657 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-01-31 12:27:46.485 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-01-31 12:27:46.610 [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-01-31 12:27:48.016 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 2160 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-01-31 12:27:48.016 [main] INFO InitTest - The following profiles are active: dev -2020-01-31 12:27:48.078 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Fri Jan 31 12:27:48 CST 2020]; root of context hierarchy -2020-01-31 12:27:51.297 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-01-31 12:27:51.953 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a065ed84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-31 12:27:52.344 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.079 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-01-31 12:27:53.079 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-01-31 12:27:53.079 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-01-31 12:27:53.079 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-01-31 12:27:53.079 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-01-31 12:27:53.313 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-31 12:27:53.313 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-01-31 12:27:53.532 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-01-31 12:27:53.547 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-01-31 12:27:53.641 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-01-31 12:27:53.922 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Fri Jan 31 12:27:48 CST 2020]; root of context hierarchy -2020-01-31 12:27:54.047 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-01-31 12:27:55.063 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-01-31 12:27:55.063 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-01-31 12:27:55.110 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-01-31 12:27:55.157 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-01-31 12:27:55.438 [main] INFO InitTest - Started InitTest in 8.687 seconds (JVM running for 10.908) -2020-01-31 12:27:55.438 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-01-31 12:27:55.454 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-31 12:27:55.454 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-01-31 12:27:55.454 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-01-31 12:27:55.688 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-01-31 12:27:55.720 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-01-31 12:27:55.782 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-01-31 12:27:55.782 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-01-31 12:27:55.813 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-01-31 12:27:56.407 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-01-31 12:27:56.423 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-01-31 12:27:56.423 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-31 12:27:56.423 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-01-31 12:27:56.423 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-01-31 12:27:56.454 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\generate.sh: line 31: chomod: command not found -2020-01-31 12:27:56.720 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-01-31 12:27:57.885 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-01-31 12:27:58.175 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-01-31 12:27:58.134 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [b3bec1b31ba81a1861469c233396b1527099c4a72cd26e3c90f281120ffbd92c]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\b3bec1b31ba81a1861469c233396b1527099c4a72cd26e3c90f281120ffbd92c_sk: The system cannot find the path specified.] -2020-01-31 12:27:58.186 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-01-31 12:27:58.186 [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\b3bec1b31ba81a1861469c233396b1527099c4a72cd26e3c90f281120ffbd92c_sk: The system cannot find the path specified.] -2020-01-31 12:27:58.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-01-31 12:27:58.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-01-31 12:27:58.204 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-01-31 12:27:58.235 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-01-31 12:27:59.141 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-01-31 12:27:59.141 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-01-31 12:27:59.172 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-01-31 12:27:59.704 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-01-31 12:28:00.204 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-01-31 12:28:00.204 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-01-31 12:28:00.204 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-01-31 12:28:00.235 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-01-31 12:28:00.250 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-01-31 12:28:00.250 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-01-31 12:28:00.266 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-01-31 12:28:00.282 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-01-31 12:28:00.282 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-01-31 12:28:00.282 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-01-31 12:28:00.438 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-01-31 12:28:00.438 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@658c5a19: startup date [Fri Jan 31 12:27:48 CST 2020]; root of context hierarchy -2020-01-31 12:28:00.454 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-02-19.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-02-19.0.log deleted file mode 100644 index 5b5d90fa..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-02-19.0.log +++ /dev/null @@ -1,154 +0,0 @@ -2020-02-19 16:24:14.565 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-19 16:24:14.581 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-19 16:24:15.226 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-19 16:24:15.261 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-19 16:24:16.465 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 11940 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-19 16:24:16.465 [main] INFO InitTest - The following profiles are active: dev -2020-02-19 16:24:16.564 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy -2020-02-19 16:24:19.207 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-19 16:24:20.220 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$85792988] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-19 16:24:20.660 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-19 16:24:21.582 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.585 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.585 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-19 16:24:21.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-19 16:24:21.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-19 16:24:21.596 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-19 16:24:21.596 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-19 16:24:21.600 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-19 16:24:21.601 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-19 16:24:21.896 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-19 16:24:21.896 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-19 16:24:22.114 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-19 16:24:22.117 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-19 16:24:22.197 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-19 16:24:22.500 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy -2020-02-19 16:24:22.652 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-19 16:24:23.815 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-19 16:24:23.816 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-19 16:24:23.864 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-19 16:24:23.916 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-19 16:24:24.240 [main] INFO InitTest - Started InitTest in 8.814 seconds (JVM running for 11.192) -2020-02-19 16:24:24.243 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-19 16:24:24.255 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-19 16:24:24.255 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-19 16:24:24.255 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-19 16:24:24.533 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-02-19 16:24:24.576 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-02-19 16:24:24.626 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-02-19 16:24:24.626 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-02-19 16:24:24.651 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-02-19 16:24:25.269 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-02-19 16:24:25.277 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-19 16:24:25.652 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-02-19 16:24:26.994 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-02-19 16:24:27.305 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-02-19 16:24:27.284 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc_sk: The system cannot find the path specified.] -2020-02-19 16:24:27.316 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-02-19 16:24:27.316 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\c4368bb7204ea94e379613560b7ef1e4d3cede2b9c647e03b806ae86a7eca9dc_sk: The system cannot find the path specified.] -2020-02-19 16:24:27.332 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-02-19 16:24:27.332 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-02-19 16:24:27.333 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-02-19 16:24:27.378 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-19 16:24:28.345 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-02-19 16:24:28.346 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-02-19 16:24:28.358 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-02-19 16:24:28.938 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-02-19 16:24:29.473 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-02-19 16:24:29.476 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-02-19 16:24:29.477 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-02-19 16:24:29.506 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-02-19 16:24:29.520 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-02-19 16:24:29.521 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-02-19 16:24:29.540 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-02-19 16:24:29.709 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-19 16:24:29.719 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-02-19 16:24:29.739 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-02-19 16:24:29.750 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-02-19 16:24:29.898 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-19 16:24:29.909 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:24:16 CST 2020]; root of context hierarchy -2020-02-19 16:24:29.911 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-19 16:26:22.350 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-19 16:26:22.381 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-19 16:26:22.865 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-19 16:26:22.884 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-19 16:26:23.457 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 13592 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-19 16:26:23.457 [main] INFO InitTest - The following profiles are active: dev -2020-02-19 16:26:23.550 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy -2020-02-19 16:26:24.791 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-19 16:26:25.489 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a0595e58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-19 16:26:25.863 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-19 16:26:26.690 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.692 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.693 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.693 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-19 16:26:26.693 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.694 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-19 16:26:26.694 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(com.cgb.bcpinstall.common.entity.InstallCmd,javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.694 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.695 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.701 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-19 16:26:26.702 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-19 16:26:26.703 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-19 16:26:26.707 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-19 16:26:26.708 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-19 16:26:26.989 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-19 16:26:26.989 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-19 16:26:27.148 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-19 16:26:27.150 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-19 16:26:27.245 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-19 16:26:27.516 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy -2020-02-19 16:26:27.644 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-19 16:26:28.732 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-19 16:26:28.732 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-19 16:26:28.782 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-19 16:26:28.844 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-19 16:26:29.164 [main] INFO InitTest - Started InitTest in 6.213 seconds (JVM running for 7.818) -2020-02-19 16:26:29.168 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-19 16:26:29.179 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-19 16:26:29.180 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-19 16:26:29.180 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-19 16:26:29.355 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-02-19 16:26:29.386 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-02-19 16:26:29.425 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-02-19 16:26:29.425 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-02-19 16:26:29.431 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-02-19 16:26:29.579 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-19 16:26:29.804 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-02-19 16:26:30.405 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-02-19 16:26:30.543 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-02-19 16:26:30.543 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150_sk: The system cannot find the path specified.] -2020-02-19 16:26:30.543 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-02-19 16:26:30.543 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\e0c60d1d839367de8be4546fa42476ec4410f3089af50fbcc0e0fafe117c5150_sk: The system cannot find the path specified.] -2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-02-19 16:26:30.549 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-02-19 16:26:30.561 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-19 16:26:31.437 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-02-19 16:26:31.439 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-02-19 16:26:31.442 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-02-19 16:26:32.026 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-02-19 16:26:32.604 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-02-19 16:26:32.608 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-02-19 16:26:32.608 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-02-19 16:26:32.609 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-02-19 16:26:32.621 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-02-19 16:26:32.622 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-02-19 16:26:32.627 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-02-19 16:26:32.936 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-19 16:26:32.937 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-02-19 16:26:32.939 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-02-19 16:26:32.941 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-02-19 16:26:33.283 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-19 16:26:33.288 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Wed Feb 19 16:26:23 CST 2020]; root of context hierarchy -2020-02-19 16:26:33.290 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-02-24.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-02-24.0.log deleted file mode 100644 index a3f3c701..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-02-24.0.log +++ /dev/null @@ -1,462 +0,0 @@ -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.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> 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.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> 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.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 - 2020-02-24 09:50:36.728 CST [bccsp_sw] storePrivateKey -> ERRO 001 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.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> 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.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> 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.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 - 2020-02-24 10:03:57.115 CST [bccsp_sw] storePrivateKey -> ERRO 001 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> 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.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.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> 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.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 - 2020-02-24 10:06:23.517 CST [bccsp_sw] storePrivateKey -> ERRO 001 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.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.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> 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> 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.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 - 2020-02-24 10:07:42.044 CST [bccsp_sw] storePrivateKey -> ERRO 001 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.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> 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.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> 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.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 - 2020-02-24 10:11:53.023 CST [bccsp_sw] storePrivateKey -> ERRO 001 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.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> 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.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> 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.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 - 2020-02-24 12:38:36.809 CST [bccsp_sw] storePrivateKey -> ERRO 001 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 diff --git a/distributed-deploy/bcp-install-main/logs/info/2020-02-27.0.log b/distributed-deploy/bcp-install-main/logs/info/2020-02-27.0.log deleted file mode 100644 index 629c4e15..00000000 --- a/distributed-deploy/bcp-install-main/logs/info/2020-02-27.0.log +++ /dev/null @@ -1,292 +0,0 @@ -2020-02-27 10:42:50.622 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 10:42:50.631 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 10:42:50.884 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 10:42:50.908 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f381794, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cdd0d4b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e9131d5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2e1d27ba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d6015a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2525ff7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@524d6d96, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@152aa092, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37858383] -2020-02-27 10:42:51.402 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 13464 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 10:42:51.403 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 10:42:51.455 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy -2020-02-27 10:42:52.695 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 10:42:53.375 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9ddde8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 10:42:53.703 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 10:42:54.483 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.484 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 10:42:54.485 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:42:54.485 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.486 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.488 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.492 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 10:42:54.494 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 10:42:54.494 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 10:42:54.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 10:42:54.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:42:54.720 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:42:54.721 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:42:54.873 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 10:42:54.875 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 10:42:54.967 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 10:42:55.223 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy -2020-02-27 10:42:55.343 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 10:42:56.385 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 10:42:56.386 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 10:42:56.430 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 10:42:56.487 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 10:42:56.817 [main] INFO InitTest - Started InitTest in 5.857 seconds (JVM running for 8.305) -2020-02-27 10:42:56.820 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 10:42:56.831 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 10:42:56.997 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 -2020-02-27 10:42:57.004 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6e01f9b0: startup date [Thu Feb 27 10:42:51 CST 2020]; root of context hierarchy -2020-02-27 10:42:57.006 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-27 10:43:19.148 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 10:43:19.191 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 10:43:19.661 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 10:43:19.694 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-27 10:43:20.383 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 8100 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 10:43:20.385 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 10:43:20.508 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy -2020-02-27 10:43:21.702 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 10:43:22.344 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 10:43:22.693 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 10:43:23.442 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.445 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 10:43:23.446 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.450 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 10:43:23.450 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 10:43:23.451 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 10:43:23.454 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 10:43:23.455 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:43:23.704 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:43:23.704 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:43:23.851 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 10:43:23.855 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 10:43:23.950 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 10:43:24.216 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy -2020-02-27 10:43:24.347 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 10:43:25.364 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 10:43:25.365 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 10:43:25.401 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 10:43:25.455 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 10:43:25.726 [main] INFO InitTest - Started InitTest in 5.948 seconds (JVM running for 7.673) -2020-02-27 10:43:25.730 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 10:43:25.742 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 10:43:25.916 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中后台没有配置相应的websocket端口 -2020-02-27 10:43:25.917 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中peer没有配置相应的交易查询端口 -2020-02-27 10:43:25.924 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:43:20 CST 2020]; root of context hierarchy -2020-02-27 10:43:25.927 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-27 10:44:00.466 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 10:44:00.481 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 10:44:00.949 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 10:44:00.969 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-27 10:44:01.510 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 9100 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 10:44:01.510 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 10:44:01.609 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy -2020-02-27 10:44:02.824 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 10:44:03.458 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 10:44:03.806 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 10:44:04.585 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.586 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.587 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.588 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.593 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 10:44:04.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 10:44:04.595 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 10:44:04.600 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:04.600 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:44:04.873 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:44:04.873 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:44:05.051 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 10:44:05.054 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 10:44:05.148 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 10:44:05.390 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy -2020-02-27 10:44:05.514 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 10:44:06.530 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 10:44:06.531 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 10:44:06.564 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 10:44:06.613 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 10:44:06.895 [main] INFO InitTest - Started InitTest in 5.87 seconds (JVM running for 7.473) -2020-02-27 10:44:06.899 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 10:44:06.910 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 10:44:06.911 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 10:44:06.911 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 10:44:07.079 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中orderer或peer的域名不匹配 -2020-02-27 10:44:07.087 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:01 CST 2020]; root of context hierarchy -2020-02-27 10:44:07.090 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-27 10:44:19.055 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 10:44:19.073 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 10:44:19.574 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 10:44:19.599 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-27 10:44:20.133 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 10880 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 10:44:20.133 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 10:44:20.194 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy -2020-02-27 10:44:21.367 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 10:44:22.033 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 10:44:22.460 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 10:44:23.204 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.206 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.207 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 10:44:23.207 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.208 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.208 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:44:23.209 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.214 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 10:44:23.215 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 10:44:23.216 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 10:44:23.220 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 10:44:23.221 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 10:44:23.455 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:44:23.456 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 10:44:23.599 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 10:44:23.601 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 10:44:23.674 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 10:44:23.953 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy -2020-02-27 10:44:24.063 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 10:44:25.097 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 10:44:25.097 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 10:44:25.133 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 10:44:25.181 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 10:44:25.483 [main] INFO InitTest - Started InitTest in 5.818 seconds (JVM running for 7.465) -2020-02-27 10:44:25.486 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 10:44:25.497 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 10:44:25.667 [main] INFO com.cgb.bcpinstall.biz.InitializeBiz - 当前机构状态为:1 -2020-02-27 10:44:25.697 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 chaincodeendorsementpolicy.yaml 文件成功 -2020-02-27 10:44:25.809 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 configtx.yaml 文件成功 -2020-02-27 10:44:25.809 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成配置文件,当前机构状态为:1 -2020-02-27 10:44:25.826 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 crypto-config.yaml 文件成功 -2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - -2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ############### 使用 cryptogen 工具创建证书 ############## -2020-02-27 10:44:26.300 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - ########################################################## -2020-02-27 10:44:26.626 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + 'F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe' generate --config=./crypto-config.yaml -2020-02-27 10:44:27.468 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - bcp.com -2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 2020-02-27 10:44:27.715 CST [bccsp_sw] storePrivateKey -> ERRO 001 Failed storing private key [d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223]: [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223_sk: The system cannot find the path specified.] -2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Error generating local MSP for {orderer orderer.bcp.com [orderer.bcp.com orderer]}: -2020-02-27 10:44:27.746 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - Failed storing key [ECDSAP256]: Failed storing ECDSA private key [open crypto-config\ordererOrganizations\bcp.com\orderers\orderer.bcp.com\msp\keystore\d00b6b83c8371934b935c7f802dd355a4ffe87191502bc1650a13a0c90ed2223_sk: The system cannot find the path specified.] -2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - 创建证书失败... -2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + res=1 -2020-02-27 10:44:27.764 [process stream reader] INFO com.cgb.bcpinstall.common.util.ProcessUtil - + set +x -2020-02-27 10:44:27.795 [main] ERROR com.cgb.bcpinstall.biz.helper.Initializer - 创建证书失败 -2020-02-27 10:44:28.674 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-orderer.yaml 文件成功 -2020-02-27 10:44:28.687 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 orderer.properties 文件成功 -2020-02-27 10:44:28.698 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer1.bcp.com -2020-02-27 10:44:29.206 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 扩容节点其他节点的host:peer0.bcp.com -2020-02-27 10:44:29.705 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 新节点生成docker-compose文件路径:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml -2020-02-27 10:44:29.710 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 docker-compose-peer.yaml 文件成功 -2020-02-27 10:44:29.710 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 开始创建 backend 相关文件 -2020-02-27 10:44:29.718 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 initData.yaml 文件成功 -2020-02-27 10:44:29.731 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 network-config.json 文件成功 -2020-02-27 10:44:29.732 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 bcsconfig.properties 文件成功 -2020-02-27 10:44:29.744 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-backend.sh 文件成功 -2020-02-27 10:44:30.008 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-27 10:44:30.957 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 vue.config.js 文件成功 -2020-02-27 10:44:30.974 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 start-web.sh 文件成功 -2020-02-27 10:44:30.996 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 collections_config.json 文件成功 -2020-02-27 10:44:31.230 [main] INFO com.cgb.bcpinstall.biz.helper.Initializer - 生成 application.yml 文件成功 -2020-02-27 10:44:31.235 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 10:44:20 CST 2020]; root of context hierarchy -2020-02-27 10:44:31.239 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-27 11:01:59.461 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 11:01:59.496 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 11:01:59.948 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 11:01:59.969 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-27 11:02:00.570 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 5928 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 11:02:00.570 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 11:02:00.622 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy -2020-02-27 11:02:01.896 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 11:02:02.569 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3fabf660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 11:02:02.977 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 11:02:03.728 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.729 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.730 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 11:02:03.731 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 11:02:03.731 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.732 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.733 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.738 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 11:02:03.740 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 11:02:03.740 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 11:02:03.744 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:03.745 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 11:02:03.979 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 11:02:03.979 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 11:02:04.148 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 11:02:04.151 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 11:02:04.256 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 11:02:04.552 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy -2020-02-27 11:02:04.689 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 11:02:05.723 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 11:02:05.724 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 11:02:05.763 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 11:02:05.827 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 11:02:06.101 [main] INFO InitTest - Started InitTest in 6.055 seconds (JVM running for 7.588) -2020-02-27 11:02:06.103 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 11:02:06.111 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 11:02:06.112 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 11:02:06.112 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 11:02:06.272 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:00 CST 2020]; root of context hierarchy -2020-02-27 11:02:06.274 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 -2020-02-27 11:02:55.027 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [InitTest], using SpringBootContextLoader -2020-02-27 11:02:55.057 [main] INFO o.s.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [InitTest]: no resource found for suffixes {-context.xml, Context.groovy}. -2020-02-27 11:02:55.650 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener] -2020-02-27 11:02:55.678 [main] INFO o.s.b.t.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2cdd0d4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e9131d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e1d27ba, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@61d6015a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2525ff7e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@524d6d96, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@152aa092, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@44a7bfbc, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4ef37659, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@776b83cc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@37858383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4e268090] -2020-02-27 11:02:56.397 [main] INFO InitTest - Starting InitTest on DESKTOP-7VAN58A with PID 12680 (started by Ddpool in F:\space30\bcp-app-install\bcp-install-main) -2020-02-27 11:02:56.397 [main] INFO InitTest - The following profiles are active: dev -2020-02-27 11:02:56.450 [main] INFO o.s.w.context.support.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy -2020-02-27 11:02:57.734 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! -2020-02-27 11:02:58.354 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9ddde8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-02-27 11:02:58.699 [main] INFO com.cgb.bcpinstall.common.util.HttpClientUtil - HttpClientUtil init. poolsize:30, socketTimeout:60000, connectTimeout:60000, connectionRequestTimeout:60000, defaultMaxPerRoute:10 -2020-02-27 11:02:59.487 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/remove],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doRemove(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/pushPackage],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.pushInstallPackage(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/backendStatus],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.checkBackendStatus(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.489 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/finished],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.installFinished(com.cgb.bcpinstall.common.entity.InstallResult,javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/end],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.endInstall(com.cgb.bcpinstall.common.entity.EndCmd) -2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/getPackage/{os}],produces=[application/json;charset=UTF-8]}" onto public void com.cgb.bcpinstall.api.controller.InstallController.getInstallData(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 11:02:59.490 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/start],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doInstall(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.491 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/install/update],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.InstallController.doUpdate(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.491 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v1/reg/role],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public com.cgb.bcpinstall.common.response.HttpInstallResponse com.cgb.bcpinstall.api.controller.RegisterController.regRole(com.cgb.bcpinstall.common.entity.RoleRegEntity,javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.496 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() -2020-02-27 11:02:59.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() -2020-02-27 11:02:59.498 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() -2020-02-27 11:02:59.502 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) -2020-02-27 11:02:59.503 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) -2020-02-27 11:02:59.753 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 11:02:59.753 [main] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] -2020-02-27 11:02:59.902 [main] INFO com.cgb.bcpinstall.main.config.WebConfiguration - configureMessageConverters........ -2020-02-27 11:02:59.906 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - fastJsonHttpMessageConverter........ -2020-02-27 11:02:59.975 [main] INFO c.c.bcpinstall.common.fastJson.BaseFastJsonConfig - getFastJsonConfig..... -2020-02-27 11:03:00.245 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy -2020-02-27 11:03:00.363 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] -2020-02-27 11:03:01.402 [main] INFO o.s.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647 -2020-02-27 11:03:01.403 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed -2020-02-27 11:03:01.438 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) -2020-02-27 11:03:01.491 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references -2020-02-27 11:03:01.744 [main] INFO InitTest - Started InitTest in 5.988 seconds (JVM running for 7.684) -2020-02-27 11:03:01.747 [main] INFO com.cgb.bcpinstall.main.MainApplication - bcp-app-install 完成资源初始化 -2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** cryptogen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/cryptogen.exe -2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxgen工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxgen.exe -2020-02-27 11:03:01.756 [main] INFO com.cgb.bcpinstall.main.MainApplication - *** configtxlator工具本地路径为:F:\space30\bcp-app-install\bcp-install-main\resources/generateInstallPackage/masterPackage/\tools/windows/configtxlator.exe -2020-02-27 11:03:01.920 [main] ERROR com.cgb.bcpinstall.biz.InitializeBiz - 配置文件中相关配置项出错或为空 -2020-02-27 11:03:01.929 [Thread-2] INFO o.s.w.context.support.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@2b9ed6da: startup date [Thu Feb 27 11:02:56 CST 2020]; root of context hierarchy -2020-02-27 11:03:01.931 [Thread-2] INFO o.s.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.jar b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.jar index e69de29b..95b8a59d 100644 Binary files a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.jar and b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.jar differ diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.mv.db b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.mv.db new file mode 100644 index 00000000..a22e96f6 Binary files /dev/null and b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/bcp-install.mv.db differ diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/configtx.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/configtx.yaml deleted file mode 100644 index a8b7db87..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/configtx.yaml +++ /dev/null @@ -1,162 +0,0 @@ -Organizations: -- &id004 - Name: OrdererOrg - ID: OrdererMSP - MSPDir: crypto-config/ordererOrganizations/bcp.com/msp - Policies: - Readers: - Type: Signature - Rule: OR('OrdererMSP.member') - Writers: - Type: Signature - Rule: OR('OrdererMSP.member') - Admins: - Type: Signature - Rule: OR('OrdererMSP.admin') -- &id008 - Name: BcpMSP - ID: BcpMSP - MSPDir: crypto-config/peerOrganizations/bcp.com/msp - Policies: - Readers: - Type: Signature - Rule: OR('BcpMSP.admin','BcpMSP.peer','BcpMSP.client') - Writers: - Type: Signature - Rule: OR('BcpMSP.admin','BcpMSP.client') - Admins: - Type: Signature - Rule: OR('BcpMSP.admin') - AnchorPeers: - - Host: peer0.bcp.com - Port: 7051 -Capabilities: - Channel: - V1_3: true - Orderer: - V1_1: true - Application: - V1_3: true - V1_2: false - V1_1: false -Application: - Organizations: - Policies: &id006 - Readers: - Type: ImplicitMeta - Rule: ANY Readers - Writers: - Type: ImplicitMeta - Rule: ANY Writers - Admins: - Type: ImplicitMeta - Rule: MAJORITY Admins - Capabilities: &id007 - V1_3: true - V1_2: false - V1_1: false -Orderer: - OrdererType: solo - Addresses: - - orderer.bcp.com:7050 - BatchTimeout: 2s - BatchSize: &id002 - MaxMessageCount: 10 - AbsoluteMaxBytes: 99 MB - PreferredMaxBytes: 512 KB - Kafka: &id003 - Brokers: - - 127.0.0.1:9092 - Organizations: - Policies: &id005 - Readers: - Type: ImplicitMeta - Rule: ANY Readers - Writers: - Type: ImplicitMeta - Rule: ANY Writers - Admins: - Type: ImplicitMeta - Rule: MAJORITY Admins - BlockValidation: - Type: ImplicitMeta - Rule: ANY Writers -Channel: - Policies: &id001 - Readers: - Type: ImplicitMeta - Rule: ANY Readers - Writers: - Type: ImplicitMeta - Rule: ANY Writers - Admins: - Type: ImplicitMeta - Rule: MAJORITY Admins - Capabilities: &id009 - V1_3: true -Profiles: - SampleMultiNodeEtcdRaft: - Policies: *id001 - Capabilities: - V1_3: true - Orderer: - OrdererType: etcdraft - Addresses: - - orderer.bcp.com:7050 - - orderer2.bcp.com:8050 - - orderer3.bcp.com:9050 - BatchTimeout: 2s - BatchSize: *id002 - Kafka: *id003 - Organizations: - - *id004 - Policies: *id005 - EtcdRaft: - Consenters: - - ClientTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer.bcp.com/tls/server.crt - Port: 7050 - Host: orderer.bcp.com - ServerTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer.bcp.com/tls/server.crt - - ClientTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer2.bcp.com/tls/server.crt - Port: 8050 - Host: orderer2.bcp.com - ServerTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer2.bcp.com/tls/server.crt - - ClientTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer3.bcp.com/tls/server.crt - Port: 9050 - Host: orderer3.bcp.com - ServerTLSCert: crypto-config/ordererOrganizations/bcp.com/orderers/orderer3.bcp.com/tls/server.crt - Capabilities: - V1_1: true - Application: - Organizations: - - *id004 - Policies: *id006 - Capabilities: *id007 - Consortiums: - SampleConsortium: - Organizations: - - *id008 - PrivateChannel: - Consortium: SampleConsortium - Policies: *id001 - Capabilities: *id009 - Application: - Organizations: - - *id008 - Policies: *id006 - Capabilities: - V1_3: true - V1_2: false - V1_1: false - OneOrgChannel: - Consortium: SampleConsortium - Policies: *id001 - Capabilities: *id009 - Application: - Organizations: - - *id008 - Policies: *id006 - Capabilities: - V1_3: true - V1_2: false - V1_1: false diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config.yaml deleted file mode 100644 index 891786b6..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config.yaml +++ /dev/null @@ -1,16 +0,0 @@ -OrdererOrgs: -- Name: Orderer - Domain: bcp.com - Specs: - - Hostname: orderer - - Hostname: orderer2 - - Hostname: orderer3 -PeerOrgs: -- Name: Bcp - Domain: bcp.com - EnableNodeOUs: true - Specs: - - Hostname: peer0 - - Hostname: peer1 - Users: - Count: 1 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/43fc76d71fe91d1c0aee839b815234ef5caf07aaa5003f535b765068ec8f294c_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/43fc76d71fe91d1c0aee839b815234ef5caf07aaa5003f535b765068ec8f294c_sk deleted file mode 100644 index 202311b6..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/43fc76d71fe91d1c0aee839b815234ef5caf07aaa5003f535b765068ec8f294c_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg0Flk7l5PTpMZyWHq -oTYHVZwcrfi+bLrSqLZqsOI/8BehRANCAASPWFWf6WMfYuriClnBboEmViykbfUT -EGtXK5fBTZEl7A+ZEaSfqXFpXQiM30lL+Vw1apx47Wy2w6Qvb7P1u5Hl ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/ca.bcp.com-cert.pem deleted file mode 100644 index 1d2b0bcc..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/ca/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLjCCAdSgAwIBAgIRAOKc4aDvgMc56N/TlLgIQx0wCgYIKoZIzj0EAwIwYTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xEzARBgNVBAMTCmNhLmJjcC5jb20w -HhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBhMQswCQYDVQQGEwJVUzET -MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQMA4G -A1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTBZMBMGByqGSM49AgEG -CCqGSM49AwEHA0IABI9YVZ/pYx9i6uIKWcFugSZWLKRt9RMQa1crl8FNkSXsD5kR -pJ+pcWldCIzfSUv5XDVqnHjtbLbDpC9vs/W7keWjbTBrMA4GA1UdDwEB/wQEAwIB -pjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/BAUwAwEB -/zApBgNVHQ4EIgQgQ/x21x/pHRwK7oObgVI071yvB6qlAD9TW3ZQaOyPKUwwCgYI -KoZIzj0EAwIDSAAwRQIhAL9OwwwTfy/vAJo5dOjTtXZIEYZzQELMv7LLeu/qAN0W -AiAUw8EFm4uZEd26wZW38K8XYtIdavoIe+RHJ/aO/mchOg== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/admincerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/admincerts/ca.bcp.com-cert.pem deleted file mode 100644 index 940c9c62..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/admincerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,13 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIB+jCCAaGgAwIBAgIQJAP+94f2U1aUetXkSQmejjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaME8xCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRMwEQYD -VQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE0M4zXp5v -fXN1yfNH7MoFungnTW+JhO8bo1DXSH+jeg9FmdNLv/ZP0cuYrvYoXENN00Bi5DAs -gH2rD7b9N1sE8qNNMEswDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwKwYD -VR0jBCQwIoAgQ/x21x/pHRwK7oObgVI071yvB6qlAD9TW3ZQaOyPKUwwCgYIKoZI -zj0EAwIDRwAwRAIgMwwexYRzdFtKVRwN1q5JKqJiAuS/oXF/KVmJQkoq92ECIGnG -YCHF9b+CcUDNtxZDvVD9VMaEJ2Jn4e69jBCTEH+Y ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index 1d2b0bcc..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLjCCAdSgAwIBAgIRAOKc4aDvgMc56N/TlLgIQx0wCgYIKoZIzj0EAwIwYTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xEzARBgNVBAMTCmNhLmJjcC5jb20w -HhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBhMQswCQYDVQQGEwJVUzET -MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQMA4G -A1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTBZMBMGByqGSM49AgEG -CCqGSM49AwEHA0IABI9YVZ/pYx9i6uIKWcFugSZWLKRt9RMQa1crl8FNkSXsD5kR -pJ+pcWldCIzfSUv5XDVqnHjtbLbDpC9vs/W7keWjbTBrMA4GA1UdDwEB/wQEAwIB -pjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/BAUwAwEB -/zApBgNVHQ4EIgQgQ/x21x/pHRwK7oObgVI071yvB6qlAD9TW3ZQaOyPKUwwCgYI -KoZIzj0EAwIDSAAwRQIhAL9OwwwTfy/vAJo5dOjTtXZIEYZzQELMv7LLeu/qAN0W -AiAUw8EFm4uZEd26wZW38K8XYtIdavoIe+RHJ/aO/mchOg== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index 21ebb46e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMjCCAdmgAwIBAgIQZdM0SdQDeiKHTgNj27DIPjAKBggqhkjOPQQDAjBkMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNv -bTAeFw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGQxCzAJBgNVBAYTAlVT -MRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAw -DgYDVQQKEwdiY3AuY29tMRYwFAYDVQQDEw10bHNjYS5iY3AuY29tMFkwEwYHKoZI -zj0CAQYIKoZIzj0DAQcDQgAEolFqqCxkJ2yLMeo08rsD01JbyUgz+VMreYueIx4I -VQkGCvGBmqpiyvJX5dCu8vdkCSeU9fijvw5RsmYdoltq/aNtMGswDgYDVR0PAQH/ -BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8E -BTADAQH/MCkGA1UdDgQiBCB01hlXy9NOGoSsDG+YSZnuSScwWaHQKAlSlaGBOw5A -EjAKBggqhkjOPQQDAgNHADBEAiAu3h+iRW35H7YX5Xwh67IPqJQGNGtIFqg5VLjZ -BcKuTgIgYau/gPw7jWwFqxQvzbA/tjR51iSmZmWER6/OmV2d4aY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/74d61957cbd34e1a84ac0c6f984999ee49273059a1d028095295a1813b0e4012_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/74d61957cbd34e1a84ac0c6f984999ee49273059a1d028095295a1813b0e4012_sk deleted file mode 100644 index b7354155..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/74d61957cbd34e1a84ac0c6f984999ee49273059a1d028095295a1813b0e4012_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgoRUCHDHPgsfJwq7Y -6wXaU2w68NKfB/nng+r9i94G5VuhRANCAASiUWqoLGQnbIsx6jTyuwPTUlvJSDP5 -Uyt5i54jHghVCQYK8YGaqmLK8lfl0K7y92QJJ5T1+KO/DlGyZh2iW2r9 ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem deleted file mode 100644 index 21ebb46e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/ordererOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMjCCAdmgAwIBAgIQZdM0SdQDeiKHTgNj27DIPjAKBggqhkjOPQQDAjBkMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNv -bTAeFw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGQxCzAJBgNVBAYTAlVT -MRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAw -DgYDVQQKEwdiY3AuY29tMRYwFAYDVQQDEw10bHNjYS5iY3AuY29tMFkwEwYHKoZI -zj0CAQYIKoZIzj0DAQcDQgAEolFqqCxkJ2yLMeo08rsD01JbyUgz+VMreYueIx4I -VQkGCvGBmqpiyvJX5dCu8vdkCSeU9fijvw5RsmYdoltq/aNtMGswDgYDVR0PAQH/ -BAQDAgGmMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8E -BTADAQH/MCkGA1UdDgQiBCB01hlXy9NOGoSsDG+YSZnuSScwWaHQKAlSlaGBOw5A -EjAKBggqhkjOPQQDAgNHADBEAiAu3h+iRW35H7YX5Xwh67IPqJQGNGtIFqg5VLjZ -BcKuTgIgYau/gPw7jWwFqxQvzbA/tjR51iSmZmWER6/OmV2d4aY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/7da473864b7fd729c4f81678c99ea81dccd38fbc71fb09696f65e3947cb11532_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/7da473864b7fd729c4f81678c99ea81dccd38fbc71fb09696f65e3947cb11532_sk deleted file mode 100644 index 23c17b02..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/7da473864b7fd729c4f81678c99ea81dccd38fbc71fb09696f65e3947cb11532_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgev5F5Wj7s4FntI+2 -tilkhhmYvSP+/+jiMWax1KFkU7GhRANCAASnP9D9gcL4za4qKQLBwGHBxAsEJUlt -ZwcDW28fVvq4g8cE6Vpz1rzGmmH425adiXdJpJWk1DlDx0XTSxhQ2u6E ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/ca/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/admincerts/Admin@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/admincerts/Admin@bcp.com-cert.pem deleted file mode 100644 index 0934ce5e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/admincerts/Admin@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbWgAwIBAgIQeCnMlE1M0lPGQlv7RXyiOjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGMxCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ8wDQYD -VQQLEwZjbGllbnQxFjAUBgNVBAMMDUFkbWluQGJjcC5jb20wWTATBgcqhkjOPQIB -BggqhkjOPQMBBwNCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5OvhBSS5VRZyLexJBl -9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfijo00wSzAOBgNVHQ8BAf8EBAMC -B4AwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCB9pHOGS3/XKcT4FnjJnqgdzNOP -vHH7CWlvZeOUfLEVMjAKBggqhkjOPQQDAgNHADBEAiAZxYePz7kA0tyBoRaywM3c -dXErOp0iEnf9KA8HWWLqkAIgUVuOAXYLrfeM2Frc70YTTEe5hnO+zQAJNrM/4QMk -plY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/config.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/config.yaml deleted file mode 100644 index 481cd471..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -NodeOUs: - Enable: true - ClientOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: client - PeerOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: peer diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem deleted file mode 100644 index 0934ce5e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbWgAwIBAgIQeCnMlE1M0lPGQlv7RXyiOjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGMxCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ8wDQYD -VQQLEwZjbGllbnQxFjAUBgNVBAMMDUFkbWluQGJjcC5jb20wWTATBgcqhkjOPQIB -BggqhkjOPQMBBwNCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5OvhBSS5VRZyLexJBl -9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfijo00wSzAOBgNVHQ8BAf8EBAMC -B4AwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCB9pHOGS3/XKcT4FnjJnqgdzNOP -vHH7CWlvZeOUfLEVMjAKBggqhkjOPQQDAgNHADBEAiAZxYePz7kA0tyBoRaywM3c -dXErOp0iEnf9KA8HWWLqkAIgUVuOAXYLrfeM2Frc70YTTEe5hnO+zQAJNrM/4QMk -plY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/config.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/config.yaml deleted file mode 100644 index 481cd471..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -NodeOUs: - Enable: true - ClientOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: client - PeerOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: peer diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/keystore/6d53a8d3b47e10e3e49a13618649df8bd2624b15232523759dca30beb2a2be02_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/keystore/6d53a8d3b47e10e3e49a13618649df8bd2624b15232523759dca30beb2a2be02_sk deleted file mode 100644 index 3e76492b..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/keystore/6d53a8d3b47e10e3e49a13618649df8bd2624b15232523759dca30beb2a2be02_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgHdGKziuEDNhFuVxX -ueuN+apHAaGgxXYeojzHcwS3fz2hRANCAASdzEGMhPfl+XaUwl9jBnaQJxM+F7+l -aNFAqLe4glg5IZt/RueWceqbyM5nlNzTERvI017Fyb9fatON7CP7TWkF ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/signcerts/peer0.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/signcerts/peer0.bcp.com-cert.pem deleted file mode 100644 index 8523a10d..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/signcerts/peer0.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbSgAwIBAgIRAMJUZUTAxXckNOsKNCQ1+qgwCgYIKoZIzj0EAwIwYTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xEzARBgNVBAMTCmNhLmJjcC5jb20w -HhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBhMQswCQYDVQQGEwJVUzET -MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzENMAsG -A1UECxMEcGVlcjEWMBQGA1UEAxMNcGVlcjAuYmNwLmNvbTBZMBMGByqGSM49AgEG -CCqGSM49AwEHA0IABJ3MQYyE9+X5dpTCX2MGdpAnEz4Xv6Vo0UCot7iCWDkhm39G -55Zx6pvIzmeU3NMRG8jTXsXJv19q043sI/tNaQWjTTBLMA4GA1UdDwEB/wQEAwIH -gDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIH2kc4ZLf9cpxPgWeMmeqB3M04+8 -cfsJaW9l45R8sRUyMAoGCCqGSM49BAMCA0gAMEUCIQDIn7P0rP8ZenpbohLdjBPa -pfVdlON6UKUmqd9kNRzj9gIgXYnlR9mZgzkCjCS5K1rxOOrYEQyWvTTI/BJMrwWq -Hkg= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/ca.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/ca.crt deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/ca.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.crt deleted file mode 100644 index a0d87693..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.crt +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICRDCCAeqgAwIBAgIRAJQUS4zSMbFDh9qdjSMMBCQwCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBSMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEW -MBQGA1UEAxMNcGVlcjAuYmNwLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BGR7TNL4W+CGjQuSscX7SHcChE3Zmb39i++/K4rpSjjTMSGMFeDOGtSYUaVwsXrR -bDFhnrMRC98DniKlxeGztNujgY4wgYswDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQW -MBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKA -II9Uz4+f9Yr7L27k5cZGjjXMv6Sxy4w39QTKJ614HavwMB8GA1UdEQQYMBaCDXBl -ZXIwLmJjcC5jb22CBXBlZXIwMAoGCCqGSM49BAMCA0gAMEUCIQCudGK+DN5LdhCI -nX9mtJe67uWYrsbSjK75ha1DdTb4bgIgbdwIubYKVF+vex1Y3kIP5IAZehgxIXHP -nI6bNJLyqYI= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.key b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.key deleted file mode 100644 index dda19e38..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.key +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgq3t0awzdToCmrxkC -Kb+9NUzr13SPHF7MWYjSsJEnFUihRANCAARke0zS+Fvgho0LkrHF+0h3AoRN2Zm9 -/YvvvyuK6Uo40zEhjBXgzhrUmFGlcLF60WwxYZ6zEQvfA54ipcXhs7Tb ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem deleted file mode 100644 index 0934ce5e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/admincerts/Admin@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbWgAwIBAgIQeCnMlE1M0lPGQlv7RXyiOjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGMxCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ8wDQYD -VQQLEwZjbGllbnQxFjAUBgNVBAMMDUFkbWluQGJjcC5jb20wWTATBgcqhkjOPQIB -BggqhkjOPQMBBwNCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5OvhBSS5VRZyLexJBl -9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfijo00wSzAOBgNVHQ8BAf8EBAMC -B4AwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCB9pHOGS3/XKcT4FnjJnqgdzNOP -vHH7CWlvZeOUfLEVMjAKBggqhkjOPQQDAgNHADBEAiAZxYePz7kA0tyBoRaywM3c -dXErOp0iEnf9KA8HWWLqkAIgUVuOAXYLrfeM2Frc70YTTEe5hnO+zQAJNrM/4QMk -plY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/config.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/config.yaml deleted file mode 100644 index 481cd471..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -NodeOUs: - Enable: true - ClientOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: client - PeerOUIdentifier: - Certificate: cacerts/ca.bcp.com-cert.pem - OrganizationalUnitIdentifier: peer diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/keystore/58d543251d49bc6b8854b278e132f6d1e4e3d4a4c74fa83d42012983ada9296f_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/keystore/58d543251d49bc6b8854b278e132f6d1e4e3d4a4c74fa83d42012983ada9296f_sk deleted file mode 100644 index 62a8a935..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/keystore/58d543251d49bc6b8854b278e132f6d1e4e3d4a4c74fa83d42012983ada9296f_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgGoOo0URFeduJ1hGy -B5qXFTAcfx4OUnMCiitIE616Fb2hRANCAAQB/hYKvqX18g9rK9v1qY+lNCNKTXDd -iHw4r3/2297OczJosk7JCa75Z02k52wwMnAdkMXaU8C/ueCMPQakwSI0 ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/signcerts/peer1.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/signcerts/peer1.bcp.com-cert.pem deleted file mode 100644 index 1f26e6f9..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/signcerts/peer1.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDTCCAbOgAwIBAgIQeU0Fq8kd3bVsLbyekaUKuTAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ0wCwYD -VQQLEwRwZWVyMRYwFAYDVQQDEw1wZWVyMS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEAf4WCr6l9fIPayvb9amPpTQjSk1w3Yh8OK9/9tveznMyaLJO -yQmu+WdNpOdsMDJwHZDF2lPAv7ngjD0GpMEiNKNNMEswDgYDVR0PAQH/BAQDAgeA -MAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgfaRzhkt/1ynE+BZ4yZ6oHczTj7xx -+wlpb2XjlHyxFTIwCgYIKoZIzj0EAwIDSAAwRQIhAPF36cjw/HEt+XfmB9qtRFAI -Ult77kanLE7XWanX/lT8AiBVZntNjSaid6S/POdt48PSLEED97LatHmV8db6RatV -kg== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/ca.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/ca.crt deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/ca.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.crt deleted file mode 100644 index b2b7e911..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.crt +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQdKtBGJwfiVZWxEzxOUB3CzAKBggqhkjOPQQDAjBkMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNv -bTAeFw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMFIxCzAJBgNVBAYTAlVT -MRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRYw -FAYDVQQDEw1wZWVyMS5iY3AuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -Cblszp8IQZokQjDrEA+rWgIgsQ3ua/LHgutz4nQ9YopDt5GM4KrI8w7Ya48lrC+R -RIeeHC0ZYAD3HUUO3h3BcaOBjjCBizAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYw -FAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAg -j1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgdq/AwHwYDVR0RBBgwFoINcGVl -cjEuYmNwLmNvbYIFcGVlcjEwCgYIKoZIzj0EAwIDSAAwRQIhAOMyv0Y9TuUl7gmN -zdK2U/0YhpQKQZiBj7Glqn7QGHI7AiB8cQdr6SwumJXAFP1nxNoDN47BXIko6clj -Jqu+ohRuew== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.key b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.key deleted file mode 100644 index 7366ed2b..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls/server.key +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgAIJOrfrd6/u+0b7H -78czEj7lwYolSbpyvaiISXyqJpqhRANCAAQJuWzOnwhBmiRCMOsQD6taAiCxDe5r -8seC63PidD1iikO3kYzgqsjzDthrjyWsL5FEh54cLRlgAPcdRQ7eHcFx ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/8f54cf8f9ff58afb2f6ee4e5c6468e35ccbfa4b1cb8c37f504ca27ad781dabf0_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/8f54cf8f9ff58afb2f6ee4e5c6468e35ccbfa4b1cb8c37f504ca27ad781dabf0_sk deleted file mode 100644 index b2591887..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/8f54cf8f9ff58afb2f6ee4e5c6468e35ccbfa4b1cb8c37f504ca27ad781dabf0_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgaN1+9HxNDDH0UTMR -aU6/0sVXwpjTuiLS2TNznOXaBtOhRANCAARzElmRdDL7uCVoUDEKCQ5IOSJofLVq -iFewpw8+BuJ8AWFaclKAPIq/mhO6fNFR41uMOCNYO/ysqcdpG9CZlUuV ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/tlsca/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/admincerts/Admin@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/admincerts/Admin@bcp.com-cert.pem deleted file mode 100644 index 0934ce5e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/admincerts/Admin@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbWgAwIBAgIQeCnMlE1M0lPGQlv7RXyiOjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGMxCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ8wDQYD -VQQLEwZjbGllbnQxFjAUBgNVBAMMDUFkbWluQGJjcC5jb20wWTATBgcqhkjOPQIB -BggqhkjOPQMBBwNCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5OvhBSS5VRZyLexJBl -9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfijo00wSzAOBgNVHQ8BAf8EBAMC -B4AwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCB9pHOGS3/XKcT4FnjJnqgdzNOP -vHH7CWlvZeOUfLEVMjAKBggqhkjOPQQDAgNHADBEAiAZxYePz7kA0tyBoRaywM3c -dXErOp0iEnf9KA8HWWLqkAIgUVuOAXYLrfeM2Frc70YTTEe5hnO+zQAJNrM/4QMk -plY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/keystore/41a17d30e2871823ff775d59d57e742615ef0e86caa847b52b8c7ca3e8ce5297_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/keystore/41a17d30e2871823ff775d59d57e742615ef0e86caa847b52b8c7ca3e8ce5297_sk deleted file mode 100644 index 19e9da5c..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/keystore/41a17d30e2871823ff775d59d57e742615ef0e86caa847b52b8c7ca3e8ce5297_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg83tTK0Pl5hplpuVS -5nXfb34oA3JdgUEwJEgFv/b6SrihRANCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5O -vhBSS5VRZyLexJBl9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfij ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/signcerts/Admin@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/signcerts/Admin@bcp.com-cert.pem deleted file mode 100644 index 0934ce5e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/signcerts/Admin@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICDjCCAbWgAwIBAgIQeCnMlE1M0lPGQlv7RXyiOjAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGMxCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMQ8wDQYD -VQQLEwZjbGllbnQxFjAUBgNVBAMMDUFkbWluQGJjcC5jb20wWTATBgcqhkjOPQIB -BggqhkjOPQMBBwNCAATXhnbdBNSI6ZAExIdfHCjFVqPVas5OvhBSS5VRZyLexJBl -9CHiPLHEX0qmOHnLvHswj/dccwmZInkdrTFrUfijo00wSzAOBgNVHQ8BAf8EBAMC -B4AwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCB9pHOGS3/XKcT4FnjJnqgdzNOP -vHH7CWlvZeOUfLEVMjAKBggqhkjOPQQDAgNHADBEAiAZxYePz7kA0tyBoRaywM3c -dXErOp0iEnf9KA8HWWLqkAIgUVuOAXYLrfeM2Frc70YTTEe5hnO+zQAJNrM/4QMk -plY= ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/ca.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/ca.crt deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/ca.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.crt deleted file mode 100644 index 2aa62149..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICHzCCAcagAwIBAgIQbrMB075+ectcgBePKiFLcTAKBggqhkjOPQQDAjBkMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNv -bTAeFw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMFIxCzAJBgNVBAYTAlVT -MRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRYw -FAYDVQQDDA1BZG1pbkBiY3AuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -gXNTaMulZcs0G3yeieNQUBqV8Z8ctQQWIHPpH0Hg5FHAfGriETjpUNsW0lTwLTaf -XlsjAKOjaPDbZ1u+0HRBRKNsMGowDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQG -CCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAII9U -z4+f9Yr7L27k5cZGjjXMv6Sxy4w39QTKJ614HavwMAoGCCqGSM49BAMCA0cAMEQC -IGl6C1TWnk78ZTggNq/afNRVXg8syP8X3JGsQc3Zavw9AiBkInz3y6nMNi6jpERa -ne57lN9m+8kiqOOUY5Pifh90sA== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.key b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.key deleted file mode 100644 index 1e255b99..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/Admin@bcp.com/tls/client.key +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgkg8yQzNU7lvSKC3R -3G9fXKVhPsq+U8EqoiPB2Djsic6hRANCAASBc1Noy6VlyzQbfJ6J41BQGpXxnxy1 -BBYgc+kfQeDkUcB8auIROOlQ2xbSVPAtNp9eWyMAo6No8NtnW77QdEFE ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/admincerts/User1@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/admincerts/User1@bcp.com-cert.pem deleted file mode 100644 index 50136d97..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/admincerts/User1@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICEDCCAbagAwIBAgIRAMpN5Ve8fnGEfx2q5rk5QfowCgYIKoZIzj0EAwIwYTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xEzARBgNVBAMTCmNhLmJjcC5jb20w -HhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBjMQswCQYDVQQGEwJVUzET -MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEPMA0G -A1UECxMGY2xpZW50MRYwFAYDVQQDDA1Vc2VyMUBiY3AuY29tMFkwEwYHKoZIzj0C -AQYIKoZIzj0DAQcDQgAEHK61cIAJWYEVKrt4xP1lgKN7xrn98yZ4IYbYEJZDjjlK -E9REwG5v+UUC3G4x/NPkrkS+ZJ07Nn9WjrR5Ae78eaNNMEswDgYDVR0PAQH/BAQD -AgeAMAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgfaRzhkt/1ynE+BZ4yZ6oHczT -j7xx+wlpb2XjlHyxFTIwCgYIKoZIzj0EAwIDSAAwRQIhALYstkhAYwxDeqhHd/qU -G07IWP2Bs5qa+w1ePTKZQogmAiBAiXAzD8QVclddHirSrEati4ZNCNzmxYBeVDmm -Kdyo7A== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/cacerts/ca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/cacerts/ca.bcp.com-cert.pem deleted file mode 100644 index b4df8568..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/cacerts/ca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICLTCCAdOgAwIBAgIQUhXl4dd8+ZPGIvFY+kg82zAKBggqhkjOPQQDAjBhMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTETMBEGA1UEAxMKY2EuYmNwLmNvbTAe -Fw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMGExCzAJBgNVBAYTAlVTMRMw -EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRAwDgYD -VQQKEwdiY3AuY29tMRMwEQYDVQQDEwpjYS5iY3AuY29tMFkwEwYHKoZIzj0CAQYI -KoZIzj0DAQcDQgAEpz/Q/YHC+M2uKikCwcBhwcQLBCVJbWcHA1tvH1b6uIPHBOla -c9a8xpph+NuWnYl3SaSVpNQ5Q8dF00sYUNruhKNtMGswDgYDVR0PAQH/BAQDAgGm -MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAPBgNVHRMBAf8EBTADAQH/ -MCkGA1UdDgQiBCB9pHOGS3/XKcT4FnjJnqgdzNOPvHH7CWlvZeOUfLEVMjAKBggq -hkjOPQQDAgNIADBFAiEAqZfphrVV83wdcbspzXprS6AOgiA4xhNfNn+dVkQ0lYEC -IGYhsSnRhxd2rCdZudw5j6c1qNeuYH3PSFZPDEV4lD5/ ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/keystore/126e2edc58afc2e92da73a2b481a89872696d5c2b4687c429b807f5f8cb08751_sk b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/keystore/126e2edc58afc2e92da73a2b481a89872696d5c2b4687c429b807f5f8cb08751_sk deleted file mode 100644 index 22194e0e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/keystore/126e2edc58afc2e92da73a2b481a89872696d5c2b4687c429b807f5f8cb08751_sk +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgtW8Ag92yBbkY5FFZ -mJTMABasvYNQBYzDs0D1Kzt4alWhRANCAAQcrrVwgAlZgRUqu3jE/WWAo3vGuf3z -JnghhtgQlkOOOUoT1ETAbm/5RQLcbjH80+SuRL5knTs2f1aOtHkB7vx5 ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/signcerts/User1@bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/signcerts/User1@bcp.com-cert.pem deleted file mode 100644 index 50136d97..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/signcerts/User1@bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICEDCCAbagAwIBAgIRAMpN5Ve8fnGEfx2q5rk5QfowCgYIKoZIzj0EAwIwYTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xEzARBgNVBAMTCmNhLmJjcC5jb20w -HhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBjMQswCQYDVQQGEwJVUzET -MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEPMA0G -A1UECxMGY2xpZW50MRYwFAYDVQQDDA1Vc2VyMUBiY3AuY29tMFkwEwYHKoZIzj0C -AQYIKoZIzj0DAQcDQgAEHK61cIAJWYEVKrt4xP1lgKN7xrn98yZ4IYbYEJZDjjlK -E9REwG5v+UUC3G4x/NPkrkS+ZJ07Nn9WjrR5Ae78eaNNMEswDgYDVR0PAQH/BAQD -AgeAMAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgfaRzhkt/1ynE+BZ4yZ6oHczT -j7xx+wlpb2XjlHyxFTIwCgYIKoZIzj0EAwIDSAAwRQIhALYstkhAYwxDeqhHd/qU -G07IWP2Bs5qa+w1ePTKZQogmAiBAiXAzD8QVclddHirSrEati4ZNCNzmxYBeVDmm -Kdyo7A== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/msp/tlscacerts/tlsca.bcp.com-cert.pem +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/ca.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/ca.crt deleted file mode 100644 index b4b47d80..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/ca.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICMzCCAdqgAwIBAgIRAIjYNCJcuDd7LV0RYys+vL0wCgYIKoZIzj0EAwIwZDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xEDAOBgNVBAoTB2JjcC5jb20xFjAUBgNVBAMTDXRsc2NhLmJjcC5j -b20wHhcNMjAwMjI3MDIzOTAwWhcNMzAwMjI0MDIzOTAwWjBkMQswCQYDVQQGEwJV -UzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEQ -MA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNvbTBZMBMGByqG -SM49AgEGCCqGSM49AwEHA0IABHMSWZF0Mvu4JWhQMQoJDkg5Imh8tWqIV7CnDz4G -4nwBYVpyUoA8ir+aE7p80VHjW4w4I1g7/Kypx2kb0JmVS5WjbTBrMA4GA1UdDwEB -/wQEAwIBpjAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/ -BAUwAwEB/zApBgNVHQ4EIgQgj1TPj5/1ivsvbuTlxkaONcy/pLHLjDf1BMonrXgd -q/AwCgYIKoZIzj0EAwIDRwAwRAIgHM8zhTJ4REtJ4r1OOLGYVXmpZwdUSKkBBgwR -hQsZGx4CIHTaTIFlF7GTQrQIShFcPTLDBMfqHz8kg6gyhim/ZaI7 ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.crt b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.crt deleted file mode 100644 index 1a93857e..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.crt +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICHzCCAcagAwIBAgIQWzHjF/36i/BgtmlVnzAVMjAKBggqhkjOPQQDAjBkMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEQMA4GA1UEChMHYmNwLmNvbTEWMBQGA1UEAxMNdGxzY2EuYmNwLmNv -bTAeFw0yMDAyMjcwMjM5MDBaFw0zMDAyMjQwMjM5MDBaMFIxCzAJBgNVBAYTAlVT -MRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRYw -FAYDVQQDDA1Vc2VyMUBiY3AuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -l6MHGgFsfAsKYsNqyUMlbbiGmDg7MUmjmEg20e6B8aPVefrz/gK+XMeNM5bAOrXB -D1gsBC7UCcHPTgb3hbea2aNsMGowDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQG -CCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAII9U -z4+f9Yr7L27k5cZGjjXMv6Sxy4w39QTKJ614HavwMAoGCCqGSM49BAMCA0cAMEQC -IHiP5lHm/Ewx7LNGdzgDuAsfiDruWtzky/AWmK0iZ6osAiAGIWe7Qjdlk0fV8ngS -W96sdeT6A0ZYC+iDN1FTpDZ6Bg== ------END CERTIFICATE----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.key b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.key deleted file mode 100644 index 9fa843ab..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/cryptoAndConfig/crypto-config/peerOrganizations/bcp.com/users/User1@bcp.com/tls/client.key +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgrdq/yC8//5q7onQw -Oeg/Kx1sKKJevD5ivuX+gorwmSWhRANCAASXowcaAWx8Cwpiw2rJQyVtuIaYODsx -SaOYSDbR7oHxo9V5+vP+Ar5cx40zlsA6tcEPWCwELtQJwc9OBveFt5rZ ------END PRIVATE KEY----- diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/docker-compose-orderer.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/docker-compose-orderer.yaml deleted file mode 100644 index ed2fa41c..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/docker-compose-orderer.yaml +++ /dev/null @@ -1,112 +0,0 @@ -version: '2' -volumes: - orderer.bcp.com: - orderer2.bcp.com: - orderer3.bcp.com: -networks: - null0: - null1: - null2: -services: - orderer.bcp.com: - image: hyperledger/fabric-orderer:$IMAGE_TAG - environment: - - FABRIC_LOGGING_SPEC=INFO - - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 - - ORDERER_GENERAL_GENESISMETHOD=file - - ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block - - ORDERER_GENERAL_LOCALMSPID=OrdererMSP - - ORDERER_GENERAL_LOCALMSPDIR=/var/hyperledger/orderer/msp - - ORDERER_GENERAL_TLS_ENABLED=true - - ORDERER_GENERAL_TLS_PRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_TLS_CERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_TLS_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - - ORDERER_KAFKA_TOPIC_REPLICATIONFACTOR=1 - - ORDERER_KAFKA_VERBOSE=true - - ORDERER_GENERAL_CLUSTER_CLIENTCERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_CLUSTER_CLIENTPRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_CLUSTER_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - working_dir: /opt/gopath/src/github.com/hyperledger/fabric - command: orderer - container_name: orderer.bcp.com - networks: - - null0 - volumes: - - ../channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer.bcp.com/msp:/var/hyperledger/orderer/msp - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer.bcp.com/tls/:/var/hyperledger/orderer/tls - - orderer.bcp.com:/var/hyperledger/production/orderer - - /var/run/:/opt/gopath/src/github.com/hyperledger/fabric - ports: - - 7050:7050 - extra_hosts: - - orderer2.bcp.com:192.168.43.59 - - orderer3.bcp.com:192.168.43.59 - orderer2.bcp.com: - image: hyperledger/fabric-orderer:$IMAGE_TAG - environment: - - FABRIC_LOGGING_SPEC=INFO - - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 - - ORDERER_GENERAL_GENESISMETHOD=file - - ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block - - ORDERER_GENERAL_LOCALMSPID=OrdererMSP - - ORDERER_GENERAL_LOCALMSPDIR=/var/hyperledger/orderer/msp - - ORDERER_GENERAL_TLS_ENABLED=true - - ORDERER_GENERAL_TLS_PRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_TLS_CERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_TLS_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - - ORDERER_KAFKA_TOPIC_REPLICATIONFACTOR=1 - - ORDERER_KAFKA_VERBOSE=true - - ORDERER_GENERAL_CLUSTER_CLIENTCERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_CLUSTER_CLIENTPRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_CLUSTER_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - working_dir: /opt/gopath/src/github.com/hyperledger/fabric - command: orderer - container_name: orderer2.bcp.com - networks: - - null1 - volumes: - - ../channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer2.bcp.com/msp:/var/hyperledger/orderer/msp - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer2.bcp.com/tls/:/var/hyperledger/orderer/tls - - orderer2.bcp.com:/var/hyperledger/production/orderer - - /var/run/:/opt/gopath/src/github.com/hyperledger/fabric - ports: - - 8050:7050 - extra_hosts: - - orderer.bcp.com:192.168.43.59 - - orderer3.bcp.com:192.168.43.59 - orderer3.bcp.com: - image: hyperledger/fabric-orderer:$IMAGE_TAG - environment: - - FABRIC_LOGGING_SPEC=INFO - - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 - - ORDERER_GENERAL_GENESISMETHOD=file - - ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block - - ORDERER_GENERAL_LOCALMSPID=OrdererMSP - - ORDERER_GENERAL_LOCALMSPDIR=/var/hyperledger/orderer/msp - - ORDERER_GENERAL_TLS_ENABLED=true - - ORDERER_GENERAL_TLS_PRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_TLS_CERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_TLS_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - - ORDERER_KAFKA_TOPIC_REPLICATIONFACTOR=1 - - ORDERER_KAFKA_VERBOSE=true - - ORDERER_GENERAL_CLUSTER_CLIENTCERTIFICATE=/var/hyperledger/orderer/tls/server.crt - - ORDERER_GENERAL_CLUSTER_CLIENTPRIVATEKEY=/var/hyperledger/orderer/tls/server.key - - ORDERER_GENERAL_CLUSTER_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] - working_dir: /opt/gopath/src/github.com/hyperledger/fabric - command: orderer - container_name: orderer3.bcp.com - networks: - - null2 - volumes: - - ../channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer3.bcp.com/msp:/var/hyperledger/orderer/msp - - ../crypto-config/ordererOrganizations/bcp.com/orderers/orderer3.bcp.com/tls/:/var/hyperledger/orderer/tls - - orderer3.bcp.com:/var/hyperledger/production/orderer - - /var/run/:/opt/gopath/src/github.com/hyperledger/fabric - ports: - - 9050:7050 - extra_hosts: - - orderer.bcp.com:192.168.43.59 - - orderer2.bcp.com:192.168.43.59 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/start-orderer.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/start-orderer.sh deleted file mode 100644 index 45daa93d..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/order-127.0.0.1/start-orderer.sh +++ /dev/null @@ -1,254 +0,0 @@ -#!/bin/bash - -export PATH=${PWD}/../bin:${PWD}:$PATH -export FABRIC_CFG_PATH=${PWD} -export VERBOSE=false - -# if version not passed in, default to latest released version -export VERSION=1.4.2 -# current version of thirdparty images (couchdb, kafka and zookeeper) released -export THIRDPARTY_IMAGE_VERSION=0.4.15 - -# 两个 tag 变量值 -: ${FABRIC_TAG:="$VERSION"} -: ${THIRDPARTY_TAG:="$THIRDPARTY_IMAGE_VERSION"} - -# default image tag -IMAGETAG=${VERSION} - -# 检查是启动 orderer 或 peer -THIS_FILE_PATH=$0 -FILE_NAME=${THIS_FILE_PATH##*-} -PEER_TYPE=${FILE_NAME%.*} - -NEED_DOWNLOAD_IMAGES=(peer tools orderer) - -# 设置 go 相关环境 -GOPATH="/opt/gopath" -GOROOT="/usr/local/go/" - -# 需要下载的 docker image -if [ "$PEER_TYPE"x == "orderer"x ]; then - NEED_DOWNLOAD_IMAGES=(orderer tools) -else - NEED_DOWNLOAD_IMAGES=(peer tools) -fi - -function printHelp() { - echo "用法:" - echo " start-$PEER_TYPE.sh " - echo " - 必须是 'up', 'down' 两者之一" - echo " - 'up' - 启动${PEER_TYPE}节点" - echo " - 'down' - 停止${PEER_TYPE}节点" - echo " start-$PEER_TYPE.sh -h (打印帮助信息)" - echo -} - -if [ "$#" -eq 0 ]; then - printHelp - exit 0 -fi - -checkAndInstallGo() { - which go >& /dev/null - if [ $? -ne 0 ]; then - mkdir -p /tmp/golang - cd /tmp/golang - curl -L https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz > ./go1.13.5.linux-amd64.tar.gz - tar xf ./go1.13.5.linux-amd64.tar.gz - mv ./go /usr/local/go - cd - - rm -rf /tmp/golang - fi - env | grep 'GOPATH' - if [ $? -ne 0 ]; then - echo "export GOROOT=$GOROOT">>/etc/profile - echo "export GOPATH=$GOPATH">>/etc/profile - mkdir -p $GOPATH/src/github.com/hyperledger - mkdir -p $GOPATH/bin - echo "export PATH=$PATH:$GOPATH/bin:$GOROOT/bin">>/etc/profile - source /etc/profile - fi -} - -fabricCodePull() { - if [ ! -d "$GOPATH/src/github.com/hyperledger/fabric" ]; then - cd $GOPATH/src/github.com/hyperledger - git clone https://github.com/hyperledger/fabric.git - cd - - cd $GOPATH/src/github.com/hyperledger/fabric - git checkout "v${VERSION}" - make release && cp ./release/linux-amd64/bin/* $GOPATH/bin - cd - - fi -} - -dockerFabricPull() { - local FABRIC_TAG=$1 - for IMAGES in $NEED_DOWNLOAD_IMAGES; do - echo "==> FABRIC IMAGE: $IMAGES" - echo - docker pull hyperledger/fabric-$IMAGES:$FABRIC_TAG - docker tag hyperledger/fabric-$IMAGES:$FABRIC_TAG hyperledger/fabric-$IMAGES - done -} - -dockerThirdPartyImagesPull() { - if [ "$PEER_TYPE"x == "peer"x ]; then - local THIRDPARTY_TAG=$1 - IMAGES="couchdb" - echo "==> THIRDPARTY DOCKER IMAGE: $IMAGES" - echo - docker pull hyperledger/fabric-$IMAGES:$THIRDPARTY_TAG - docker tag hyperledger/fabric-$IMAGES:$THIRDPARTY_TAG hyperledger/fabric-$IMAGES - fi -} - -dockerInstall() { - which docker >& /dev/null - NODOCKER=$? - if [ "${NODOCKER}" -ne 0 ]; then - yum install docker-ce - - which docker-compose >& /dev/null - if [ "$?" -ne 0 ]; then - curl -L https://get.daocloud.io/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose - chmod +x /usr/local/bin/docker-compose - fi - fi - - echo "===> Pulling fabric Images" - dockerFabricPull ${FABRIC_TAG} - echo "===> Pulling thirdparty docker images" - dockerThirdPartyImagesPull ${THIRDPARTY_TAG} - echo - echo "===> List out hyperledger docker images" - docker images | grep hyperledger* -} - -# Obtain CONTAINER_IDS and remove them -# TODO Might want to make this optional - could clear other containers -function clearContainers() { - CONTAINER_IDS=$(docker ps -a -q) - if [ -z "$CONTAINER_IDS" -o "$CONTAINER_IDS" == " " ]; then - echo "---- No containers available for deletion ----" - else - docker rm -f $CONTAINER_IDS - fi -} - -# Delete any images that were generated as a part of this setup -# specifically the following images are often left behind: -# TODO list generated image naming patterns -function removeUnwantedImages() { - DOCKER_IMAGE_IDS=$(docker images | awk '($1 ~ /dev-peer.*/) {print $3}') - if [ -z "$DOCKER_IMAGE_IDS" -o "$DOCKER_IMAGE_IDS" == " " ]; then - echo "---- No images available for deletion ----" - else - docker rmi -f $DOCKER_IMAGE_IDS - fi -} - -function removeDockerRubbish() { - docker network prune -f - docker volume prune -f -} - -# Versions of fabric known not to work with this release of first-network -BLACKLISTED_VERSIONS="^1\.0\. ^1\.1\.0-preview ^1\.1\.0-alpha" - -# Do some basic sanity checking to make sure that the appropriate versions of fabric -# binaries/images are available. In the future, additional checking for the presence -# of go or other items could be added. -function checkPrereqs() { - # Note, we check configtxlator externally because it does not require a config file, and peer in the - # docker image because of FAB-8551 that makes configtxlator return 'development version' in docker - DOCKER_IMAGE_VERSION=$(docker run --rm hyperledger/fabric-tools:$IMAGETAG peer version | sed -ne 's/ Version: //p' | head -1) - - echo "DOCKER_IMAGE_VERSION=$DOCKER_IMAGE_VERSION" - - for UNSUPPORTED_VERSION in $BLACKLISTED_VERSIONS; do - echo "$DOCKER_IMAGE_VERSION" | grep -q $UNSUPPORTED_VERSION - if [ $? -eq 0 ]; then - echo "ERROR! Fabric Docker image version of $DOCKER_IMAGE_VERSION does not match this newer version of BYFN and is unsupported. Either move to a later version of Fabric or checkout an earlier version of fabric-samples." - exit 1 - fi - done -} - -function clearCli(){ - docker stop cli - docker rm cli -} - -# Generate the needed certificates, the genesis block and start the network. -function networkUp() { - checkAndInstallGo - fabricCodePull - - checkPrereqs - dockerInstall - - # check artifacts directory - if [ ! -d "../crypto-config" ]; then - echo "ERROR! crypto-config path not exist" - exit 1 - fi - - COMPOSE_FILES="-f ${COMPOSE_FILE}" - IMAGE_TAG=$IMAGETAG docker-compose ${COMPOSE_FILES} up -d 2>&1 - docker ps -a - if [ $? -ne 0 ]; then - echo "ERROR !!!! Unable to start network" - exit 1 - fi -} - -# Tear down running network -function networkDown() { - # stop org3 containers also in addition to org1 and org2, in case we were running sample to add org3 - # stop kafka and zookeeper containers in case we're running with kafka consensus-type - docker-compose -f $COMPOSE_FILE -f $COMPOSE_FILE_COUCH -f $COMPOSE_FILE_KAFKA -f $COMPOSE_FILE_RAFT2 -f $COMPOSE_FILE_CA -f $COMPOSE_FILE_ORG3 down --volumes --remove-orphans - - # Don't remove the generated artifacts -- note, the ledgers are always removed - if [ "$MODE" != "restart" ]; then - # Bring down the network, deleting the volumes - # Delete any ledger backups - docker run -v $PWD:/tmp/first-network --rm hyperledger/fabric-tools:$IMAGETAG rm -Rf /tmp/first-network/ledgers-backup - #Cleanup the chaincode containers - clearContainers - #Cleanup images - removeUnwantedImages - # clear docker's network and volumns - removeDockerRubbish - fi -} - -function clearCli(){ - docker stop cli - docker rm cli -} - -# use this as the default docker-compose yaml definition -COMPOSE_FILE=docker-compose-$PEER_TYPE.yaml -# -# use golang as the default language for chaincode -LANGUAGE=golang - -# Parse commandline args -MODE=$1 - -#Create the network using docker compose -if [ "${MODE}" == "up" ]; then - networkUp -elif [ "${MODE}" == "down" ]; then ## Clear the network - networkDown -elif [ "${MODE}" == "restart" ]; then ## Restart the network - networkDown - networkUp -elif [ "${MODE}" == "startCli" ]; then - clearCli - networkUp -else - exit 1 -fi diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml deleted file mode 100644 index 60f536b7..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/docker-compose-peer.yaml +++ /dev/null @@ -1,148 +0,0 @@ -version: '2' -volumes: - peer0.bcp.com: - peer1.bcp.com: -networks: - ? - : -services: - peer0.BcpMSP.couchdb0: - image: hyperledger/fabric-couchdb - environment: - - COUCHDB_USER= - - COUCHDB_PASSWORD= - container_name: peer0.BcpMSP.couchdb0 - networks: - - - peer0.bcp.com: - container_name: peer0.bcp.com - image: hyperledger/fabric-peer:$IMAGE_TAG - environment: - - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock - - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=peer_null - - FABRIC_LOGGING_SPEC=INFO - - CORE_PEER_TLS_ENABLED=true - - CORE_PEER_GOSSIP_USELEADERELECTION=true - - CORE_PEER_GOSSIP_ORGLEADER=false - - CORE_PEER_PROFILE_ENABLED=true - - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/tls/ca.crt - - CORE_PEER_ID=peer0.bcp.com - - CORE_PEER_ADDRESS=peer0.bcp.com:7051 - - CORE_PEER_LISTENADDRESS=0.0.0.0:7051 - - CORE_PEER_CHAINCODEADDRESS=peer0.bcp.com:7052 - - CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:7052 - - CORE_PEER_GOSSIP_BOOTSTRAP=peer1.bcp.com:8051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.bcp.com:7051 - - CORE_PEER_LOCALMSPID=BcpMSP - - CORE_OPERATIONS_LISTENADDRESS=0.0.0.0:9443 - - CORE_METRICS_PROVIDER=prometheus - - CORE_LEDGER_STATE_STATEDATABASE=CouchDB - - CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=peer0.BcpMSP.couchdb0:5984 - - CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME= - - CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD= - depends_on: - - peer0.BcpMSP.couchdb0 - working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer - command: peer node start - volumes: - - /var/run/:/host/var/run/ - - ../crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/msp:/etc/hyperledger/fabric/msp - - ../crypto-config/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls:/etc/hyperledger/fabric/tls - - peer0.bcp.com:/var/hyperledger/production - extra_hosts: - - orderer.bcp.com:192.168.43.59 - - orderer2.bcp.com:192.168.43.59 - - orderer3.bcp.com:192.168.43.59 - - peer1.bcp.com:192.168.43.59 - ports: - - 7051:7051 - - 9443:9443 - networks: - - - peer1.BcpMSP.couchdb1: - image: hyperledger/fabric-couchdb - environment: - - COUCHDB_USER= - - COUCHDB_PASSWORD= - container_name: peer1.BcpMSP.couchdb1 - networks: - - - peer1.bcp.com: - container_name: peer1.bcp.com - image: hyperledger/fabric-peer:$IMAGE_TAG - environment: - - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock - - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=peer_null - - FABRIC_LOGGING_SPEC=INFO - - CORE_PEER_TLS_ENABLED=true - - CORE_PEER_GOSSIP_USELEADERELECTION=true - - CORE_PEER_GOSSIP_ORGLEADER=false - - CORE_PEER_PROFILE_ENABLED=true - - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/tls/ca.crt - - CORE_PEER_ID=peer1.bcp.com - - CORE_PEER_ADDRESS=peer1.bcp.com:8051 - - CORE_PEER_LISTENADDRESS=0.0.0.0:8051 - - CORE_PEER_CHAINCODEADDRESS=peer1.bcp.com:8052 - - CORE_PEER_CHAINCODELISTENADDRESS=0.0.0.0:8052 - - CORE_PEER_GOSSIP_BOOTSTRAP=peer0.bcp.com:7051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.bcp.com:8051 - - CORE_PEER_LOCALMSPID=BcpMSP - - CORE_OPERATIONS_LISTENADDRESS=0.0.0.0:9443 - - CORE_METRICS_PROVIDER=prometheus - - CORE_LEDGER_STATE_STATEDATABASE=CouchDB - - CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=peer1.BcpMSP.couchdb1:5984 - - CORE_LEDGER_STATE_COUCHDBCONFIG_USERNAME= - - CORE_LEDGER_STATE_COUCHDBCONFIG_PASSWORD= - depends_on: - - peer1.BcpMSP.couchdb1 - working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer - command: peer node start - volumes: - - /var/run/:/host/var/run/ - - ../crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/msp:/etc/hyperledger/fabric/msp - - ../crypto-config/peerOrganizations/bcp.com/peers/peer1.bcp.com/tls:/etc/hyperledger/fabric/tls - - peer1.bcp.com:/var/hyperledger/production - extra_hosts: - - orderer.bcp.com:192.168.43.59 - - orderer2.bcp.com:192.168.43.59 - - orderer3.bcp.com:192.168.43.59 - - peer0.bcp.com:192.168.43.59 - ports: - - 8051:8051 - - 10443:9443 - networks: - - - cli: - container_name: cli - image: hyperledger/fabric-tools:$IMAGE_TAG - tty: true - stdin_open: true - environment: - - GOPATH=/opt/gopath - - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock - - FABRIC_LOGGING_SPEC=INFO - - CORE_PEER_ID=cli - - CORE_PEER_ADDRESS=peer0.bcp.com:7051 - - CORE_PEER_LOCALMSPID=BcpMSP - - CORE_PEER_TLS_ENABLED=true - - CORE_PEER_TLS_CERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/bcp.com/peers/peer0.bcp.com/tls/ca.crt - - CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/bcp.com/users/Admin@bcp.com/msp - working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer - command: /bin/bash - volumes: - - /var/run/:/host/var/run/ - - /opt/gopath/src/github.com/hyperledger/fabric/core:/opt/gopath/src/github.com/hyperledger/fabric/core - - ../crypto-config:/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ - - ./scripts:/opt/gopath/src/github.com/hyperledger/fabric/peer/scripts/ - - ../channel-artifacts:/opt/gopath/src/github.com/hyperledger/fabric/peer/channel-artifacts - depends_on: - - peer0.bcp.com - - peer1.bcp.com - networks: - - diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/start-peer.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/start-peer.sh deleted file mode 100644 index 45daa93d..00000000 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/fabric-net/dockerFile/peer-127.0.0.1/start-peer.sh +++ /dev/null @@ -1,254 +0,0 @@ -#!/bin/bash - -export PATH=${PWD}/../bin:${PWD}:$PATH -export FABRIC_CFG_PATH=${PWD} -export VERBOSE=false - -# if version not passed in, default to latest released version -export VERSION=1.4.2 -# current version of thirdparty images (couchdb, kafka and zookeeper) released -export THIRDPARTY_IMAGE_VERSION=0.4.15 - -# 两个 tag 变量值 -: ${FABRIC_TAG:="$VERSION"} -: ${THIRDPARTY_TAG:="$THIRDPARTY_IMAGE_VERSION"} - -# default image tag -IMAGETAG=${VERSION} - -# 检查是启动 orderer 或 peer -THIS_FILE_PATH=$0 -FILE_NAME=${THIS_FILE_PATH##*-} -PEER_TYPE=${FILE_NAME%.*} - -NEED_DOWNLOAD_IMAGES=(peer tools orderer) - -# 设置 go 相关环境 -GOPATH="/opt/gopath" -GOROOT="/usr/local/go/" - -# 需要下载的 docker image -if [ "$PEER_TYPE"x == "orderer"x ]; then - NEED_DOWNLOAD_IMAGES=(orderer tools) -else - NEED_DOWNLOAD_IMAGES=(peer tools) -fi - -function printHelp() { - echo "用法:" - echo " start-$PEER_TYPE.sh " - echo " - 必须是 'up', 'down' 两者之一" - echo " - 'up' - 启动${PEER_TYPE}节点" - echo " - 'down' - 停止${PEER_TYPE}节点" - echo " start-$PEER_TYPE.sh -h (打印帮助信息)" - echo -} - -if [ "$#" -eq 0 ]; then - printHelp - exit 0 -fi - -checkAndInstallGo() { - which go >& /dev/null - if [ $? -ne 0 ]; then - mkdir -p /tmp/golang - cd /tmp/golang - curl -L https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz > ./go1.13.5.linux-amd64.tar.gz - tar xf ./go1.13.5.linux-amd64.tar.gz - mv ./go /usr/local/go - cd - - rm -rf /tmp/golang - fi - env | grep 'GOPATH' - if [ $? -ne 0 ]; then - echo "export GOROOT=$GOROOT">>/etc/profile - echo "export GOPATH=$GOPATH">>/etc/profile - mkdir -p $GOPATH/src/github.com/hyperledger - mkdir -p $GOPATH/bin - echo "export PATH=$PATH:$GOPATH/bin:$GOROOT/bin">>/etc/profile - source /etc/profile - fi -} - -fabricCodePull() { - if [ ! -d "$GOPATH/src/github.com/hyperledger/fabric" ]; then - cd $GOPATH/src/github.com/hyperledger - git clone https://github.com/hyperledger/fabric.git - cd - - cd $GOPATH/src/github.com/hyperledger/fabric - git checkout "v${VERSION}" - make release && cp ./release/linux-amd64/bin/* $GOPATH/bin - cd - - fi -} - -dockerFabricPull() { - local FABRIC_TAG=$1 - for IMAGES in $NEED_DOWNLOAD_IMAGES; do - echo "==> FABRIC IMAGE: $IMAGES" - echo - docker pull hyperledger/fabric-$IMAGES:$FABRIC_TAG - docker tag hyperledger/fabric-$IMAGES:$FABRIC_TAG hyperledger/fabric-$IMAGES - done -} - -dockerThirdPartyImagesPull() { - if [ "$PEER_TYPE"x == "peer"x ]; then - local THIRDPARTY_TAG=$1 - IMAGES="couchdb" - echo "==> THIRDPARTY DOCKER IMAGE: $IMAGES" - echo - docker pull hyperledger/fabric-$IMAGES:$THIRDPARTY_TAG - docker tag hyperledger/fabric-$IMAGES:$THIRDPARTY_TAG hyperledger/fabric-$IMAGES - fi -} - -dockerInstall() { - which docker >& /dev/null - NODOCKER=$? - if [ "${NODOCKER}" -ne 0 ]; then - yum install docker-ce - - which docker-compose >& /dev/null - if [ "$?" -ne 0 ]; then - curl -L https://get.daocloud.io/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose - chmod +x /usr/local/bin/docker-compose - fi - fi - - echo "===> Pulling fabric Images" - dockerFabricPull ${FABRIC_TAG} - echo "===> Pulling thirdparty docker images" - dockerThirdPartyImagesPull ${THIRDPARTY_TAG} - echo - echo "===> List out hyperledger docker images" - docker images | grep hyperledger* -} - -# Obtain CONTAINER_IDS and remove them -# TODO Might want to make this optional - could clear other containers -function clearContainers() { - CONTAINER_IDS=$(docker ps -a -q) - if [ -z "$CONTAINER_IDS" -o "$CONTAINER_IDS" == " " ]; then - echo "---- No containers available for deletion ----" - else - docker rm -f $CONTAINER_IDS - fi -} - -# Delete any images that were generated as a part of this setup -# specifically the following images are often left behind: -# TODO list generated image naming patterns -function removeUnwantedImages() { - DOCKER_IMAGE_IDS=$(docker images | awk '($1 ~ /dev-peer.*/) {print $3}') - if [ -z "$DOCKER_IMAGE_IDS" -o "$DOCKER_IMAGE_IDS" == " " ]; then - echo "---- No images available for deletion ----" - else - docker rmi -f $DOCKER_IMAGE_IDS - fi -} - -function removeDockerRubbish() { - docker network prune -f - docker volume prune -f -} - -# Versions of fabric known not to work with this release of first-network -BLACKLISTED_VERSIONS="^1\.0\. ^1\.1\.0-preview ^1\.1\.0-alpha" - -# Do some basic sanity checking to make sure that the appropriate versions of fabric -# binaries/images are available. In the future, additional checking for the presence -# of go or other items could be added. -function checkPrereqs() { - # Note, we check configtxlator externally because it does not require a config file, and peer in the - # docker image because of FAB-8551 that makes configtxlator return 'development version' in docker - DOCKER_IMAGE_VERSION=$(docker run --rm hyperledger/fabric-tools:$IMAGETAG peer version | sed -ne 's/ Version: //p' | head -1) - - echo "DOCKER_IMAGE_VERSION=$DOCKER_IMAGE_VERSION" - - for UNSUPPORTED_VERSION in $BLACKLISTED_VERSIONS; do - echo "$DOCKER_IMAGE_VERSION" | grep -q $UNSUPPORTED_VERSION - if [ $? -eq 0 ]; then - echo "ERROR! Fabric Docker image version of $DOCKER_IMAGE_VERSION does not match this newer version of BYFN and is unsupported. Either move to a later version of Fabric or checkout an earlier version of fabric-samples." - exit 1 - fi - done -} - -function clearCli(){ - docker stop cli - docker rm cli -} - -# Generate the needed certificates, the genesis block and start the network. -function networkUp() { - checkAndInstallGo - fabricCodePull - - checkPrereqs - dockerInstall - - # check artifacts directory - if [ ! -d "../crypto-config" ]; then - echo "ERROR! crypto-config path not exist" - exit 1 - fi - - COMPOSE_FILES="-f ${COMPOSE_FILE}" - IMAGE_TAG=$IMAGETAG docker-compose ${COMPOSE_FILES} up -d 2>&1 - docker ps -a - if [ $? -ne 0 ]; then - echo "ERROR !!!! Unable to start network" - exit 1 - fi -} - -# Tear down running network -function networkDown() { - # stop org3 containers also in addition to org1 and org2, in case we were running sample to add org3 - # stop kafka and zookeeper containers in case we're running with kafka consensus-type - docker-compose -f $COMPOSE_FILE -f $COMPOSE_FILE_COUCH -f $COMPOSE_FILE_KAFKA -f $COMPOSE_FILE_RAFT2 -f $COMPOSE_FILE_CA -f $COMPOSE_FILE_ORG3 down --volumes --remove-orphans - - # Don't remove the generated artifacts -- note, the ledgers are always removed - if [ "$MODE" != "restart" ]; then - # Bring down the network, deleting the volumes - # Delete any ledger backups - docker run -v $PWD:/tmp/first-network --rm hyperledger/fabric-tools:$IMAGETAG rm -Rf /tmp/first-network/ledgers-backup - #Cleanup the chaincode containers - clearContainers - #Cleanup images - removeUnwantedImages - # clear docker's network and volumns - removeDockerRubbish - fi -} - -function clearCli(){ - docker stop cli - docker rm cli -} - -# use this as the default docker-compose yaml definition -COMPOSE_FILE=docker-compose-$PEER_TYPE.yaml -# -# use golang as the default language for chaincode -LANGUAGE=golang - -# Parse commandline args -MODE=$1 - -#Create the network using docker compose -if [ "${MODE}" == "up" ]; then - networkUp -elif [ "${MODE}" == "down" ]; then ## Clear the network - networkDown -elif [ "${MODE}" == "restart" ]; then ## Restart the network - networkDown - networkUp -elif [ "${MODE}" == "startCli" ]; then - clearCli - networkUp -else - exit 1 -fi diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/generate.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/generate.sh old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/init.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/init.sh old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/initconfig.propertise b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/initconfig.propertise index 76db9a3e..b490e58f 100644 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/initconfig.propertise +++ b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/initconfig.propertise @@ -1,19 +1,46 @@ +# Copyright CGB Corp. All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# + +# docker在创建环境时用到的网络名称 network: bankunion + +# 创建的链名称 channelName: bankconsortium + +# 接入链网络的机构MSPID orgMSPID: BcpMSP + +# 接入链网络的机构名 orgName: bcp + +# orderer所使用的域名。 如: bcplatform.com ordererDomain: bcp.com + +# peer所使用的域名。 如: bcplatform.com peerDomain: bcp.com + +# 这一项需要填写接入区块链网络的orderer节点host配置信息和开启的访问端口。 +# 如果orderer节点有多个,则需要配置多个orderer节点的host配置信息,一般建议至少接入三个orderer节点。 +# 左边是域名,右边是IP地址和端口。注意要与ordererDomain一致。例:orderer. bcplatform.com 172.100.10.1:7050 ordererHostConfig: orderer.bcp.com: 127.0.0.1:7050 orderer2.bcp.com: 127.0.0.1:8050 orderer3.bcp.com: 127.0.0.1:9050 + +# 这一项需要填写接入区块链网络的peer节点host配置信息和开启的访问端口。 +# 如果peer节点有多个,则需要配置多个peer节点的host配置信息,一般建议至少接入两个peer节点。 +# 左边是域名,右边是IP地址和端口。注意要与peerDomain一致。例:Peer0.orgName.bcplatform.com 172.100.10.4:7051。 peerHostConfig: peer0.bcp.com: 127.0.0.1:7051 peer1.bcp.com: 127.0.0.1:8051 + +# 配置peer的交易数查询端口,要与peerHostConfig配置中的host一一对应。例:Peer0.orgName.bcplatform.com:9443。 metricPortConfig: peer0.bcp.com: 9443 peer1.bcp.com: 10443 + couchdbPortConfig: peer0.bcp.com: 5984 peer1.bcp.com: 6984 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/start-installService-master.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/start-installService-master.sh old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/start-peer.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/start-peer.sh index 45daa93d..c0e1809e 100644 --- a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/start-peer.sh +++ b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/start-peer.sh @@ -184,7 +184,7 @@ function clearCli(){ # Generate the needed certificates, the genesis block and start the network. function networkUp() { checkAndInstallGo - fabricCodePull + # fabricCodePull checkPrereqs dockerInstall diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/configtxgen b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/configtxgen old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/configtxlator b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/configtxlator old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/cryptogen b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/tools/linux/cryptogen old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/resources/generateInstallPackage/slavePackage/start-installService-slave.sh b/distributed-deploy/bcp-install-main/resources/generateInstallPackage/slavePackage/start-installService-slave.sh old mode 100644 new mode 100755 diff --git a/distributed-deploy/bcp-install-main/target/classes/application.yml b/distributed-deploy/bcp-install-main/target/classes/application.yml deleted file mode 100644 index 7c4890f6..00000000 --- a/distributed-deploy/bcp-install-main/target/classes/application.yml +++ /dev/null @@ -1,62 +0,0 @@ -spring: - application: - name: bcp-mgr - servlet: - multipart: - maxFileSize: 500MB - maxRequestSize: 500MB - profiles: - active: dev - -#线程池相关配置 -thread: - pool: - #核心线程数 - corePoolSize: 10 - #最大线程数 - maxPoolSize: 20 - # 队列最大长度 - queueCapacity: 50 - #线程池维护线程所允许的空闲时间 - keepAliveSeconds: 6000 - -server: - port: 8080 - tomcat: - min-spare-threads: 20 - max-threads: 200 - connection-timeout: 6000 - -httpClient: - poolSize: 30 - socketTimeout: 60000 - connectTimeout: 60000 - connectionRequestTimeout: 60000 - defaultMaxPerRoute: 10 - -whiteList: - referer: localhost,192.168.43.59 - -# 运行时参数 -global: - # 是否发起机构: 1 -- 发起机构,0 -- 其他机构 - initOrg: 1 - # 是否主节点: 1 -- 主节点,0 -- 从节点 - master: 1 - -init: - # initconfig.propertise 文件路径;默认为空,空--不创建初始化的文件; - # 传入文件路径时,则为初始化,创建完初始化文件后,自动退出 - # 测试时可以通过参数传入; - # 用脚本启动时,需要通过参数传入 - config: "" - # 产生配置文件的根目录 - dir: "" - # 是否做初始化,0 -- 否;1 -- 是 - yes: 0 - -install: - # 安装模式: newInstall, updateNetwork - mode: "newInstall" - # 安装路径 - path: "" diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication$Runner.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication$Runner.class deleted file mode 100644 index 970b5179..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication$Runner.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication.class deleted file mode 100644 index 0927d702..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/MainApplication.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/FastJson2JsonRedisSerializer.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/FastJson2JsonRedisSerializer.class deleted file mode 100644 index 25901af0..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/FastJson2JsonRedisSerializer.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/WebConfiguration.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/WebConfiguration.class deleted file mode 100644 index 0171b42b..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/config/WebConfiguration.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/RefererInterceptor.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/RefererInterceptor.class deleted file mode 100644 index 696db66f..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/RefererInterceptor.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/UserInterceptor.class b/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/UserInterceptor.class deleted file mode 100644 index 1128b684..00000000 Binary files a/distributed-deploy/bcp-install-main/target/classes/com/cgb/bcpinstall/main/interceptor/UserInterceptor.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/classes/logback.xml b/distributed-deploy/bcp-install-main/target/classes/logback.xml deleted file mode 100644 index 6648ea44..00000000 --- a/distributed-deploy/bcp-install-main/target/classes/logback.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss} %green([%thread]) %highlight(%-5level) %cyan(%logger{50}) - %msg%n - - UTF-8 - - - - - true - - - - - ${LOG_HOME}/info/%d{yyyy-MM-dd}.%i.log - - 10MB - - 30 - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n - UTF-8 - - - - - - - - true - - - ERROR - ACCEPT - DENY - - - - ${LOG_HOME}/error/%d{yyyy-MM-dd}.%i.log - - 10MB - - 30 - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n - UTF-8 - - - - - - - - - - - - - \ No newline at end of file diff --git a/distributed-deploy/bcp-install-main/target/test-classes/InitTest.class b/distributed-deploy/bcp-install-main/target/test-classes/InitTest.class deleted file mode 100644 index 5ad20575..00000000 Binary files a/distributed-deploy/bcp-install-main/target/test-classes/InitTest.class and /dev/null differ diff --git a/distributed-deploy/bcp-install-main/target/test-classes/InstallTest.class b/distributed-deploy/bcp-install-main/target/test-classes/InstallTest.class deleted file mode 100644 index ff12a9a5..00000000 Binary files a/distributed-deploy/bcp-install-main/target/test-classes/InstallTest.class and /dev/null differ