Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.39 KB | None | 0 0
  1. 2019-04-03 08:48:46.892 INFO 1 --- [ main] ru.innoseti.flex.broker.FlexApplication : Starting FlexApplication v0.7.3 on d81ed51fe1c4 with PID 1 (/app.jar started by root in /)
  2. 2019-04-03 08:48:46.895 DEBUG 1 --- [ main] ru.innoseti.flex.broker.FlexApplication : Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
  3. 2019-04-03 08:48:46.905 INFO 1 --- [ main] ru.innoseti.flex.broker.FlexApplication : No active profile set, falling back to default profiles: default
  4. 2019-04-03 08:48:49.007 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 2019-04-03 08:48:49.278 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 262ms. Found 20 repository interfaces.
  6. 2019-04-03 08:48:50.497 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b5045293] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 2019-04-03 08:48:51.171 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  8. 2019-04-03 08:48:51.215 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  9. 2019-04-03 08:48:51.216 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  10. 2019-04-03 08:48:51.230 INFO 1 --- [ main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  11. 2019-04-03 08:48:51.346 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  12. 2019-04-03 08:48:51.347 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4345 ms
  13. 2019-04-03 08:48:51.498 DEBUG 1 --- [ main] r.i.fabric.connector.NetworkConfig : crypto path is: null
  14. 2019-04-03 08:48:51.518 WARN 1 --- [ main] o.hyperledger.fabric.sdk.helper.Config : Failed to load any configuration from: config.properties. Using toolkit defaults
  15. 2019-04-03 08:48:51.628 DEBUG 1 --- [ main] r.i.fabric.connector.NetworkConfig : crypto path is: null
  16. 2019-04-03 08:48:51.925 INFO 1 --- [ main] r.i.f.c.FabricSDKChaincodeConnector : FabricSDKChaincodeConnector started
  17. 2019-04-03 08:48:52.192 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 5.2.4 by Boxfuse
  18. 2019-04-03 08:48:52.201 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  19. 2019-04-03 08:48:52.311 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  20. 2019-04-03 08:48:52.320 INFO 1 --- [ main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:postgresql://postgres.innoseti.ru:5432/flex (PostgreSQL 9.6)
  21. 2019-04-03 08:48:52.547 INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 12 migrations (execution time 00:00.175s)
  22. 2019-04-03 08:48:52.558 INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table: "public"."flyway_schema_history"
  23. 2019-04-03 08:48:52.604 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": << Empty Schema >>
  24. 2019-04-03 08:48:52.606 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 1 - Base version
  25. 2019-04-03 08:48:52.924 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 2 - First release
  26. 2019-04-03 08:48:52.966 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "hibernate_sequence" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  27. 2019-04-03 08:48:52.968 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "application_settings" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  28. 2019-04-03 08:48:52.970 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "cargo_kind" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  29. 2019-04-03 08:48:52.972 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "region" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  30. 2019-04-03 08:48:52.974 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "bill" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  31. 2019-04-03 08:48:52.982 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "correction" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  32. 2019-04-03 08:48:52.985 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "invoice" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  33. 2019-04-03 08:48:52.986 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "date_index" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  34. 2019-04-03 08:48:52.988 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "updated_date_time_index" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  35. 2019-04-03 08:48:52.990 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "policy_row" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  36. 2019-04-03 08:48:52.991 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "service" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  37. 2019-04-03 08:48:52.994 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "settlement_payment" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  38. 2019-04-03 08:48:52.996 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "bill_settlement_payments" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  39. 2019-04-03 08:48:53.000 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "policy_body" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  40. 2019-04-03 08:48:53.001 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "settlement_payment_bills" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  41. 2019-04-03 08:48:53.003 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "tariff" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  42. 2019-04-03 08:48:53.004 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "region_tariffs" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  43. 2019-04-03 08:48:53.005 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "scoring_ratio" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  44. 2019-04-03 08:48:53.005 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "tariff_dangerous_regions" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  45. 2019-04-03 08:48:53.007 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "tariff_line" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  46. 2019-04-03 08:48:53.009 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "terms" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  47. 2019-04-03 08:48:53.010 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "terms_text" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  48. 2019-04-03 08:48:53.018 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 3 - Second release
  49. 2019-04-03 08:48:53.115 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "date_index" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  50. 2019-04-03 08:48:53.116 WARN 1 --- [ main] o.f.c.i.s.DefaultSqlScriptExecutor : DB: relation "date_index" already exists, skipping (SQL State: 42P07 - Error Code: 0)
  51. 2019-04-03 08:48:53.175 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 4 - Third release
  52. 2019-04-03 08:48:53.193 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 5 - Fourth release
  53. 2019-04-03 08:48:53.223 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 6 - Fifth release
  54. 2019-04-03 08:48:53.245 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 7 - Sixth release
  55. 2019-04-03 08:48:53.283 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 8 - Seventh release
  56. 2019-04-03 08:48:53.366 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 9 - 0.6.0
  57. 2019-04-03 08:48:53.441 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 10 - 0.6.11
  58. 2019-04-03 08:48:53.462 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 11 - 0.7.0
  59. 2019-04-03 08:48:53.523 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "public" to version 12 - Control channel
  60. 2019-04-03 08:48:53.848 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Successfully applied 12 migrations to schema "public" (execution time 00:01.290s)
  61. 2019-04-03 08:48:54.111 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  62. name: default
  63. ...]
  64. 2019-04-03 08:48:54.200 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
  65. 2019-04-03 08:48:54.202 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  66. 2019-04-03 08:48:54.373 WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH020100: The Ehcache second-level cache provider for Hibernate is deprecated. See https://hibernate.atlassian.net/browse/HHH-12441 for details.
  67. 2019-04-03 08:48:54.387 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
  68. 2019-04-03 08:48:54.723 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: ru.innoseti.flex.core.db.jsonsupport.JsonPostgreSQLDialect
  69. 2019-04-03 08:48:54.835 INFO 1 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000421: Disabling contextual LOB creation as hibernate.jdbc.lob.non_contextual_creation is true
  70. 2019-04-03 08:48:54.841 INFO 1 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@10f7918f
  71. 2019-04-03 08:48:55.600 WARN 1 --- [ main] org.hibernate.orm.cache : HHH90001006: Missing cache[ru.innoseti.flex.core.entities.partners.channel.Channel] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
  72. 2019-04-03 08:48:55.698 WARN 1 --- [ main] org.hibernate.orm.cache : HHH90001006: Missing cache[ru.innoseti.flex.distribution.DistributionSettings] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
  73. 2019-04-03 08:48:56.509 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  74. 2019-04-03 08:48:57.829 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : blockWriters:
  75. 2019-04-03 08:48:57.832 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : compositeKeyBlockWriters:
  76. 2019-04-03 08:48:57.833 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : insurance:
  77. 2019-04-03 08:48:57.839 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : distinctPolicy - ru.innoseti.flex.core.entities.policy.distinct.DistinctPolicyBlockWriter@31b6b0c7
  78. 2019-04-03 08:48:57.839 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : insurancePolicy_row - ru.innoseti.flex.core.entities.policy.InsurancePolicyRowBlockWriter@70cf7d1e
  79. 2019-04-03 08:48:57.839 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : insurancePolicy - ru.innoseti.flex.core.entities.policy.InsurancePolicyBlockWriter@56f9de3b
  80. 2019-04-03 08:48:57.839 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : invoice - ru.innoseti.flex.core.entities.invoice.InvoiceBlockWriter@402a69f
  81. 2019-04-03 08:48:57.839 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : invoice_correction - ru.innoseti.flex.core.entities.invoice.correction.InvoiceCorrectionDataWriter@29c244e
  82. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : signature:
  83. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : signer_cert - ru.innoseti.flex.core.entities.certificate.CertificateBlockWriter@48d44b46
  84. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : payments:
  85. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : cashbackSettings - ru.innoseti.flex.cashback.CashbackSettingsBlockWriter@1c43df76
  86. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : bill - ru.innoseti.flex.core.entities.payment.BillBlockWriter@1201e064
  87. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : cashbackScore - ru.innoseti.flex.cashback.CashbackScoreBlockWriter@f810c18
  88. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : priceCalcStats - ru.innoseti.flex.calcstats.PriceCalculationStatsBlockWriter@15be68b
  89. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : claims:
  90. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : claim - ru.innoseti.flex.core.entities.claim.ClaimBlockWriter@574ebdaf
  91. 2019-04-03 08:48:57.840 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : membership:
  92. 2019-04-03 08:48:57.845 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : channel - ru.innoseti.flex.core.entities.partners.channel.ChannelDataWriter@2ec5cc14
  93. 2019-04-03 08:48:57.845 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : orgInfo - ru.innoseti.flex.core.entities.partners.organization.OrganizationDataWriter@40a8a26f
  94. 2019-04-03 08:48:57.846 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : conditions:
  95. 2019-04-03 08:48:57.846 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : insuranceTerms - ru.innoseti.flex.core.entities.partners.terms.TermsBlockWriter@7cdfa824
  96. 2019-04-03 08:48:57.846 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : distSettings - ru.innoseti.flex.distribution.DistributionBlockWriter@24eecabf
  97. 2019-04-03 08:48:57.846 DEBUG 1 --- [ main] r.innoseti.flex.core.db.BlockDataWriter : tariff - ru.innoseti.flex.core.entities.partners.tariff.TariffBlockWriter@45c423b3
  98. 2019-04-03 08:48:58.285 INFO 1 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  99. WARNING: An illegal reflective access operation has occurred
  100. WARNING: Illegal reflective access by org.springframework.boot.loader.jar.Handler (file:/app.jar) to method java.net.URLStreamHandler.openConnection(java.net.URL)
  101. WARNING: Please consider reporting this to the maintainers of org.springframework.boot.loader.jar.Handler
  102. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  103. WARNING: All illegal access operations will be denied in a future release
  104. 2019-04-03 08:48:59.398 WARN 1 --- [ main] c.c.graphql.tools.SchemaClassScanner : Schema type was defined but can never be accessed, and can be safely deleted: InsurancePolicyRowInput
  105. 2019-04-03 08:49:01.964 INFO 1 --- [ main] r.innoseti.fabric.connector.StartupTask : Running startup step #1
  106. 2019-04-03 08:49:01.965 INFO 1 --- [ main] r.innoseti.fabric.connector.StartupTask : Running startup step #1
  107. 2019-04-03 08:49:01.966 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  108. =======================================
  109.  
  110. Installing Chaincodes...
  111.  
  112. =======================================
  113. 2019-04-03 08:49:01.994 DEBUG 1 --- [ Thread-6] r.i.f.b.startup.JoinToControlChannel : channels: []
  114. 2019-04-03 08:49:02.070 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  115. ======================================= claims.v1 =======================================
  116. 2019-04-03 08:49:02.105 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/claims
  117. 2019-04-03 08:49:02.105 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='claims', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/claims', chaincodeVersion='v1'}
  118. 2019-04-03 08:49:02.108 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'claims::gitlab.innoseti.ru/flex/chaincode-flex/claims::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/claims' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/claims'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/claims'
  119. 2019-04-03 08:49:02.220 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 03604a3ff6e0202185807154471a65cfb290cc82d53f43a984452eb93b2355f7 from peer peer1.innoseti.ru
  120. 2019-04-03 08:49:02.220 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  121. 2019-04-03 08:49:02.241 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/claims
  122. 2019-04-03 08:49:02.241 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='claims', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/claims', chaincodeVersion='v1'}
  123. 2019-04-03 08:49:02.241 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'claims::gitlab.innoseti.ru/flex/chaincode-flex/claims::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/claims' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/claims'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/claims'
  124. 2019-04-03 08:49:02.310 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 3b8e8e7e66de7256732f6aff99fc6c763063104c9c2d1566adcf8834967b7d49 from peer peer0.innoseti.ru
  125. 2019-04-03 08:49:02.310 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  126. 2019-04-03 08:49:02.310 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  127. ======================================= conditions.v1 =======================================
  128. 2019-04-03 08:49:02.333 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/conditions
  129. 2019-04-03 08:49:02.333 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='conditions', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/conditions', chaincodeVersion='v1'}
  130. 2019-04-03 08:49:02.334 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'conditions::gitlab.innoseti.ru/flex/chaincode-flex/conditions::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/conditions' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/conditions'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/conditions'
  131. 2019-04-03 08:49:02.415 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 2ceb9cc0bbbebb43c8b6df3069add786f0a885b059f215270e46db08e41f78c8 from peer peer1.innoseti.ru
  132. 2019-04-03 08:49:02.416 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  133. 2019-04-03 08:49:02.457 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/conditions
  134. 2019-04-03 08:49:02.457 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='conditions', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/conditions', chaincodeVersion='v1'}
  135. 2019-04-03 08:49:02.458 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'conditions::gitlab.innoseti.ru/flex/chaincode-flex/conditions::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/conditions' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/conditions'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/conditions'
  136. 2019-04-03 08:49:02.518 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: f18cb0c666cf818428270845461aad8e400676873982dcaca7b9138f20b221b9 from peer peer0.innoseti.ru
  137. 2019-04-03 08:49:02.518 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  138. 2019-04-03 08:49:02.518 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  139. ======================================= insurance.v1 =======================================
  140. 2019-04-03 08:49:02.535 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/insurance
  141. 2019-04-03 08:49:02.535 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='insurance', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/insurance', chaincodeVersion='v1'}
  142. 2019-04-03 08:49:02.535 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'insurance::gitlab.innoseti.ru/flex/chaincode-flex/insurance::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/insurance' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/insurance'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/insurance'
  143. 2019-04-03 08:49:03.277 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 365adffbaba9776b48c0bb8ca84a111b2298b7732e935a54419d09d589f3b065 from peer peer1.innoseti.ru
  144. 2019-04-03 08:49:03.277 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  145. 2019-04-03 08:49:03.294 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/insurance
  146. 2019-04-03 08:49:03.294 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='insurance', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/insurance', chaincodeVersion='v1'}
  147. 2019-04-03 08:49:03.294 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'insurance::gitlab.innoseti.ru/flex/chaincode-flex/insurance::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/insurance' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/insurance'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/insurance'
  148. 2019-04-03 08:49:03.702 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 3ecf089c35be9ac6c016dd882b91b548561b038256f89029ed9288afa555231f from peer peer0.innoseti.ru
  149. 2019-04-03 08:49:03.702 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  150. 2019-04-03 08:49:03.702 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  151. ======================================= membership.v1 =======================================
  152. 2019-04-03 08:49:03.725 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/membership
  153. 2019-04-03 08:49:03.725 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='membership', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/membership', chaincodeVersion='v1'}
  154. 2019-04-03 08:49:03.725 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'membership::gitlab.innoseti.ru/flex/chaincode-flex/membership::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/membership' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/membership'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/membership'
  155. 2019-04-03 08:49:03.964 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 49063ef1cf0f033b996891d2f8b0264762b9cbbed7291a8ad5be71641b668a13 from peer peer1.innoseti.ru
  156. 2019-04-03 08:49:03.964 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  157. 2019-04-03 08:49:04.003 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/membership
  158. 2019-04-03 08:49:04.003 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='membership', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/membership', chaincodeVersion='v1'}
  159. 2019-04-03 08:49:04.003 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'membership::gitlab.innoseti.ru/flex/chaincode-flex/membership::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/membership' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/membership'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/membership'
  160. 2019-04-03 08:49:04.163 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: a3f4cfc249c160b8e6775d044dcbb333e23893f5126f1d1d32cfbff1dce39c92 from peer peer0.innoseti.ru
  161. 2019-04-03 08:49:04.163 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  162. 2019-04-03 08:49:04.163 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  163. ======================================= payments.v1 =======================================
  164. 2019-04-03 08:49:04.204 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 15, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  165. 2019-04-03 08:49:04.210 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 12, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  166. 2019-04-03 08:49:04.214 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 9, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  167. 2019-04-03 08:49:04.217 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 6, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  168. 2019-04-03 08:49:04.220 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 3, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  169. 2019-04-03 08:49:04.223 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 59, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  170. 2019-04-03 08:49:04.224 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/payments
  171. 2019-04-03 08:49:04.224 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='payments', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/payments', chaincodeVersion='v1'}
  172. 2019-04-03 08:49:04.224 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'payments::gitlab.innoseti.ru/flex/chaincode-flex/payments::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/payments' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/payments'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/payments'
  173. 2019-04-03 08:49:04.225 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 55, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  174. 2019-04-03 08:49:04.227 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 51, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  175. 2019-04-03 08:49:04.228 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 47, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  176. 2019-04-03 08:49:04.229 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 31, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  177. 2019-04-03 08:49:04.230 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 27, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  178. 2019-04-03 08:49:04.233 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 24, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  179. 2019-04-03 08:49:04.233 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 21, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  180. 2019-04-03 08:49:04.234 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 43, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  181. 2019-04-03 08:49:04.237 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 39, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  182. 2019-04-03 08:49:04.239 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 35, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  183. 2019-04-03 08:49:05.025 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 218041d2a95656a3079f839aaf80107c72647f91b3dbcc7ace3f3f4871462518 from peer peer1.innoseti.ru
  184. 2019-04-03 08:49:05.025 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  185. 2019-04-03 08:49:05.044 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/payments
  186. 2019-04-03 08:49:05.045 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='payments', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/payments', chaincodeVersion='v1'}
  187. 2019-04-03 08:49:05.045 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'payments::gitlab.innoseti.ru/flex/chaincode-flex/payments::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/payments' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/payments'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/payments'
  188. 2019-04-03 08:49:05.442 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 02c95e93ca78df33f7fe1444e3c1b67c255060c5e86dcfb9c608bf41aed6c416 from peer peer0.innoseti.ru
  189. 2019-04-03 08:49:05.443 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  190. 2019-04-03 08:49:05.443 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  191. ======================================= settings.v1 =======================================
  192. 2019-04-03 08:49:05.467 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/settings
  193. 2019-04-03 08:49:05.468 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='settings', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/settings', chaincodeVersion='v1'}
  194. 2019-04-03 08:49:05.468 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'settings::gitlab.innoseti.ru/flex/chaincode-flex/settings::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/settings' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/settings'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/settings'
  195. 2019-04-03 08:49:05.514 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: dead8adcd780c34cc543c372dec0bc4127b260054d453efe317078e152e2f235 from peer peer1.innoseti.ru
  196. 2019-04-03 08:49:05.514 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  197. 2019-04-03 08:49:05.550 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/settings
  198. 2019-04-03 08:49:05.550 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='settings', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/settings', chaincodeVersion='v1'}
  199. 2019-04-03 08:49:05.550 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'settings::gitlab.innoseti.ru/flex/chaincode-flex/settings::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/settings' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/settings'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/settings'
  200. 2019-04-03 08:49:05.587 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 2b8d5ce5765e44851016feb76b00ed623d46b26a6fbf32d5b81dac2e0f7d04e6 from peer peer0.innoseti.ru
  201. 2019-04-03 08:49:05.587 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  202. 2019-04-03 08:49:05.588 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode :
  203. ======================================= signature.v1 =======================================
  204. 2019-04-03 08:49:05.612 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/signature
  205. 2019-04-03 08:49:05.612 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer1.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='signature', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/signature', chaincodeVersion='v1'}
  206. 2019-04-03 08:49:05.613 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'signature::gitlab.innoseti.ru/flex/chaincode-flex/signature::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/signature' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/signature'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/signature'
  207. 2019-04-03 08:49:06.100 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 4d716d85258bcf887d50231d108ed74a1da23296683996546326458600633fd4 from peer peer1.innoseti.ru
  208. 2019-04-03 08:49:06.101 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  209. 2019-04-03 08:49:06.137 DEBUG 1 --- [ main] r.i.flex.core.startup.InstallChaincode : gitlab.innoseti.ru/flex/chaincode-flex/signature
  210. 2019-04-03 08:49:06.137 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Sending install proposal to peer0.innoseti.ru with InstallChaincodeRequest{peers=null, chaincodeName='signature', chaincodePath='gitlab.innoseti.ru/flex/chaincode-flex/signature', chaincodeVersion='v1'}
  211. 2019-04-03 08:49:06.137 INFO 1 --- [ main] o.h.f.s.t.InstallProposalBuilder : Installing 'signature::gitlab.innoseti.ru/flex/chaincode-flex/signature::v1' language Go chaincode from directory: '/usr/src/go/src/gitlab.innoseti.ru/flex/chaincode-flex/signature' with source location: 'src/gitlab.innoseti.ru/flex/chaincode-flex/signature'. chaincodePath:'gitlab.innoseti.ru/flex/chaincode-flex/signature'
  212. 2019-04-03 08:49:06.582 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Successful install proposal response Txid: 78c66a42e5eb80dd3d7e9a44a5a003c5a2eed910648e8624f0434de15705f73d from peer peer0.innoseti.ru
  213. 2019-04-03 08:49:06.582 INFO 1 --- [ main] r.i.flex.core.startup.InstallChaincode : Received 1 install proposal responses. Successful+verified: 1 . Failed: 0
  214. 2019-04-03 08:49:06.582 INFO 1 --- [ main] r.innoseti.fabric.connector.StartupTask : Running startup step #4
  215. 2019-04-03 08:49:07.066 WARN 1 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  216. 2019-04-03 08:49:07.312 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 16 endpoint(s) beneath base path '/actuator'
  217. 2019-04-03 08:49:07.501 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  218. 2019-04-03 08:49:07.602 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 87, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  219. 2019-04-03 08:49:07.604 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 83, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  220. 2019-04-03 08:49:07.609 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 79, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  221. 2019-04-03 08:49:07.610 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 75, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  222. 2019-04-03 08:49:07.613 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 71, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  223. 2019-04-03 08:49:07.614 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 67, channel: null, name:peer0.innoseti.ru, url: grpcs://peer0.innoseti.ru:7051} finalized not shutdown is Activetrue
  224. 2019-04-03 08:49:07.618 WARN 1 --- [ Finalizer] o.hyperledger.fabric.sdk.EndorserClient : EndorserClient{id: 63, channel: null, name:peer1.innoseti.ru, url: grpcs://peer1.innoseti.ru:7051} finalized not shutdown is Activetrue
  225. 2019-04-03 08:49:07.723 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  226. 2019-04-03 08:49:07.839 INFO 1 --- [ main] o.j.spring.boot.JtwigAutoConfiguration : Jtwig View Resolver bean added to the context
  227. 2019-04-03 08:49:08.400 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  228. 2019-04-03 08:49:08.530 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  229. 2019-04-03 08:49:08.569 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  230. 2019-04-03 08:49:08.711 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  231. 2019-04-03 08:49:09.139 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingPOST_1
  232. 2019-04-03 08:49:09.154 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPolicyUsingGET_1
  233. 2019-04-03 08:49:09.168 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPolicyUsingGET_2
  234. 2019-04-03 08:49:09.184 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignInfoUsingGET_1
  235. 2019-04-03 08:49:09.190 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStampedUsingPOST_1
  236. 2019-04-03 08:49:09.198 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: signPolicyUsingPOST_1
  237. 2019-04-03 08:49:09.341 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllUsingPOST_2
  238. 2019-04-03 08:49:09.345 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPolicyBodyForPrintUsingGET_1
  239. 2019-04-03 08:49:09.380 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findUsingPOST_1
  240. 2019-04-03 08:49:09.405 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readActualTariffUsingGET_1
  241. 2019-04-03 08:49:09.423 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readActualTermsUsingGET_1
  242. 2019-04-03 08:49:09.531 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  243. 2019-04-03 08:49:09.534 INFO 1 --- [ main] ru.innoseti.flex.broker.FlexApplication : Started FlexApplication in 23.449 seconds (JVM running for 24.654)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement