Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
135 stars 101 forks source link

tessera docker container is not coming up following the quickstart #255

Closed sisarkar-lab49 closed 1 year ago

sisarkar-lab49 commented 1 year ago

tessera is going to unhealthy state after sometime.

{"timestamp":"2023-04-25 14:22:29,322","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.e.EnclaveFactoryImpl","logger":"c.q.t.enclave.EnclaveFactoryImpl","message":"Creating enclave","throwable":""} {"timestamp":"2023-04-25 14:22:29,367","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.e.EnclaveFactoryImpl","logger":"c.q.t.enclave.EnclaveFactoryImpl","message":"Creating enclave server","throwable":""} {"timestamp":"2023-04-25 14:22:30,201","container":"f4c748228cd4","level":"WARN","thread":"main","class":"c.q.t.c.u.EncryptedStringResolver","logger":"c.q.t.c.util.EncryptedStringResolver","message":"Some sensitive values are being given as unencrypted plain text in config. Please note this is NOT recommended for production environment.","throwable":""} {"timestamp":"2023-04-25 14:22:30,212","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.z.h.HikariDataSource","logger":"com.zaxxer.hikari.HikariDataSource","message":"HikariPool-1 - Starting...","throwable":""} {"timestamp":"2023-04-25 14:22:33,133","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.z.h.p.HikariPool","logger":"com.zaxxer.hikari.pool.HikariPool","message":"HikariPool-1 - Added connection conn0: url=jdbc:h2:./data/tm/db user=SA","throwable":""} {"timestamp":"2023-04-25 14:22:33,200","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.z.h.HikariDataSource","logger":"com.zaxxer.hikari.HikariDataSource","message":"HikariPool-1 - Start completed.","throwable":""} {"timestamp":"2023-04-25 14:22:35,702","container":"f4c748228cd4","level":"INFO","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"EclipseLink, version: Eclipse Persistence Services - 3.0.2.v202107160933","throwable":""} {"timestamp":"2023-04-25 14:22:37,194","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.ddl","logger":"eclipselink.logging.ddl","message":"Removing UNIQUE constraint definition from [ENCRYPTED_TRANSACTION.HASH] because it is also a primary key.","throwable":""} {"timestamp":"2023-04-25 14:22:37,318","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.ddl","logger":"eclipselink.logging.ddl","message":"Removing UNIQUE constraint definition from [ENCRYPTED_RAW_TRANSACTION.HASH] because it is also a primary key.","throwable":""} {"timestamp":"2023-04-25 14:22:37,970","container":"f4c748228cd4","level":"INFO","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"EclipseLink, version: Eclipse Persistence Services - 3.0.2.v202107160933","throwable":""} {"timestamp":"2023-04-25 14:22:38,118","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:ALTER TABLE ST_AFFECTED_TRANSACTION DROP CONSTRAINT FK_ST_AFFECTED_TRANSACTION_TXN_ID [42102-214]Error Code: 42102Call: ALTER TABLE ST_AFFECTED_TRANSACTION DROP CONSTRAINT FK_ST_AFFECTED_TRANSACTION_TXN_IDQuery: DataModifyQuery(sql="ALTER TABLE ST_AFFECTED_TRANSACTION DROP CONSTRAINT FK_ST_AFFECTED_TRANSACTION_TXN_ID")","throwable":""} {"timestamp":"2023-04-25 14:22:38,134","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_VALSTG" not found; SQL statement:DROP INDEX ST_TRANSACTION_VALSTG [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_VALSTGQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_VALSTG")","throwable":""} {"timestamp":"2023-04-25 14:22:38,206","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_HASH" not found; SQL statement:DROP INDEX ST_TRANSACTION_HASH [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_HASHQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_HASH")","throwable":""} {"timestamp":"2023-04-25 14:22:38,258","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_TRANSACTION" not found; SQL statement:DROP TABLE ST_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,269","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:DROP TABLE ST_AFFECTED_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_AFFECTED_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_AFFECTED_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,392","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_VALSTG" not found; SQL statement:DROP INDEX ST_TRANSACTION_VALSTG [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_VALSTGQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_VALSTG")","throwable":""} {"timestamp":"2023-04-25 14:22:38,446","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_HASH" not found; SQL statement:DROP INDEX ST_TRANSACTION_HASH [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_HASHQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_HASH")","throwable":""} {"timestamp":"2023-04-25 14:22:38,476","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_TRANSACTION" not found; SQL statement:DROP TABLE ST_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,523","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:DROP TABLE ST_AFFECTED_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_AFFECTED_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_AFFECTED_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,556","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_VALSTG" not found; SQL statement:DROP INDEX ST_TRANSACTION_VALSTG [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_VALSTGQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_VALSTG")","throwable":""} {"timestamp":"2023-04-25 14:22:38,592","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_HASH" not found; SQL statement:DROP INDEX ST_TRANSACTION_HASH [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_HASHQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_HASH")","throwable":""} {"timestamp":"2023-04-25 14:22:38,615","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_TRANSACTION" not found; SQL statement:DROP TABLE ST_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,619","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:DROP TABLE ST_AFFECTED_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_AFFECTED_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_AFFECTED_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,676","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_VALSTG" not found; SQL statement:DROP INDEX ST_TRANSACTION_VALSTG [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_VALSTGQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_VALSTG")","throwable":""} {"timestamp":"2023-04-25 14:22:38,697","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_HASH" not found; SQL statement:DROP INDEX ST_TRANSACTION_HASH [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_HASHQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_HASH")","throwable":""} {"timestamp":"2023-04-25 14:22:38,708","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_TRANSACTION" not found; SQL statement:DROP TABLE ST_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,741","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:DROP TABLE ST_AFFECTED_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_AFFECTED_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_AFFECTED_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,768","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_VALSTG" not found; SQL statement:DROP INDEX ST_TRANSACTION_VALSTG [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_VALSTGQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_VALSTG")","throwable":""} {"timestamp":"2023-04-25 14:22:38,836","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "ST_TRANSACTION_HASH" not found; SQL statement:DROP INDEX ST_TRANSACTION_HASH [42112-214]Error Code: 42112Call: DROP INDEX ST_TRANSACTION_HASHQuery: DataModifyQuery(sql="DROP INDEX ST_TRANSACTION_HASH")","throwable":""} {"timestamp":"2023-04-25 14:22:38,865","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_TRANSACTION" not found; SQL statement:DROP TABLE ST_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:38,867","container":"f4c748228cd4","level":"WARN","thread":"main","class":"e.l.all","logger":"eclipselink.logging.all","message":"Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.2.v202107160933): org.eclipse.persistence.exceptions.DatabaseExceptionInternal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ST_AFFECTED_TRANSACTION" not found; SQL statement:DROP TABLE ST_AFFECTED_TRANSACTION [42102-214]Error Code: 42102Call: DROP TABLE ST_AFFECTED_TRANSACTIONQuery: DataModifyQuery(sql="DROP TABLE ST_AFFECTED_TRANSACTION")","throwable":""} {"timestamp":"2023-04-25 14:22:39,860","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Creating p2p client","throwable":""} {"timestamp":"2023-04-25 14:22:39,882","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Created p2p client com.quorum.tessera.p2p.partyinfo.RestP2pClient@3554bdc0","throwable":""} {"timestamp":"2023-04-25 14:22:39,884","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Creating EnclaveKeySynchroniser","throwable":""} {"timestamp":"2023-04-25 14:22:39,910","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Created EnclaveKeySynchroniser com.quorum.tessera.discovery.internal.EnclaveKeySynchroniserImpl@764fffa0","throwable":""} {"timestamp":"2023-04-25 14:22:39,985","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Creating PartyInfoBroadcaster","throwable":""} {"timestamp":"2023-04-25 14:22:40,040","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Created PartyInfoBroadcaster com.quorum.tessera.p2p.partyinfo.PartyInfoBroadcaster@273fa9e","throwable":""} {"timestamp":"2023-04-25 14:22:40,056","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.t.TesseraScheduledExecutor","logger":"c.q.t.t.TesseraScheduledExecutor","message":"Starting ScheduledServiceFactory$$Lambda$291/0x000000080109a2a8","throwable":""} {"timestamp":"2023-04-25 14:22:40,071","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.t.TesseraScheduledExecutor","logger":"c.q.t.t.TesseraScheduledExecutor","message":"Started ScheduledServiceFactory$$Lambda$291/0x000000080109a2a8","throwable":""} {"timestamp":"2023-04-25 14:22:40,078","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.t.TesseraScheduledExecutor","logger":"c.q.t.t.TesseraScheduledExecutor","message":"Starting PartyInfoBroadcaster","throwable":""} {"timestamp":"2023-04-25 14:22:40,085","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.t.TesseraScheduledExecutor","logger":"c.q.t.t.TesseraScheduledExecutor","message":"Started PartyInfoBroadcaster","throwable":""} {"timestamp":"2023-04-25 14:22:40,086","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Creating Enclave","throwable":""} {"timestamp":"2023-04-25 14:22:40,087","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Created Enclave com.quorum.tessera.enclave.EnclaveImpl@3757e8e2","throwable":""} {"timestamp":"2023-04-25 14:22:40,089","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Starting Enclave","throwable":""} {"timestamp":"2023-04-25 14:22:40,095","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.l.ScheduledServiceFactory","logger":"c.q.t.l.ScheduledServiceFactory","message":"Started Enclave","throwable":""} {"timestamp":"2023-04-25 14:22:41,065","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Starting http://f4c748228cd4:9080","throwable":""} {"timestamp":"2023-04-25 14:22:41,076","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"jetty-11.0.11; built: 2022-06-21T21:42:55.454Z; git: 58487315cb75e0f5c81cc6fa50096cbeb3b9554e; jvm 17.0.5+8","throwable":""} {"timestamp":"2023-04-25 14:22:45,079","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:22:48,652","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.api.common.RawTransactionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.api.common.RawTransactionResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:48,675","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.api.common.UpCheckResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.api.common.UpCheckResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:48,676","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.thirdparty.KeyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.thirdparty.KeyResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:48,747","container":"f4c748228cd4","level":"WARN","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Failed to connect to node http://member2tessera:9000/, due to Connection refused","throwable":""} {"timestamp":"2023-04-25 14:22:48,754","container":"f4c748228cd4","level":"WARN","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Failed to connect to node http://member1tessera:9000/, due to Connection refused","throwable":""} {"timestamp":"2023-04-25 14:22:48,676","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.thirdparty.PartyInfoResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.thirdparty.PartyInfoResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:48,814","container":"f4c748228cd4","level":"WARN","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Failed to connect to node http://member3tessera:9000/, due to Connection refused","throwable":""} {"timestamp":"2023-04-25 14:22:48,831","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:22:49,859","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Started o.e.j.s.ServletContextHandler@abc7005{/,null,AVAILABLE}","throwable":""} {"timestamp":"2023-04-25 14:22:50,286","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Started ServerConnector@5cff729b{HTTP/1.1, (http/1.1)}{0.0.0.0:9080}","throwable":""} {"timestamp":"2023-04-25 14:22:50,290","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Started Server@46bb0bdf{STARTING}[11.0.11,sto=0] @26877ms","throwable":""} {"timestamp":"2023-04-25 14:22:50,407","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Started http://f4c748228cd4:9080","throwable":""} {"timestamp":"2023-04-25 14:22:50,408","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"WADL http://f4c748228cd4:9080/application.wadl","throwable":""} {"timestamp":"2023-04-25 14:22:50,413","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Starting http://f4c748228cd4:9101","throwable":""} {"timestamp":"2023-04-25 14:22:50,418","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"jetty-11.0.11; built: 2022-06-21T21:42:55.454Z; git: 58487315cb75e0f5c81cc6fa50096cbeb3b9554e; jvm 17.0.5+8","throwable":""} {"timestamp":"2023-04-25 14:22:52,063","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.api.common.UpCheckResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.api.common.UpCheckResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:52,064","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.q2t.BesuTransactionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.q2t.BesuTransactionResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:52,065","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.api.common.RawTransactionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.api.common.RawTransactionResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:52,066","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.q2t.PrivacyGroupResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.q2t.PrivacyGroupResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:53,419","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Started o.e.j.s.ServletContextHandler@287ad0da{/,null,AVAILABLE}","throwable":""} {"timestamp":"2023-04-25 14:22:53,487","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Started ServerConnector@5fc1e4fb{HTTP/1.1, (http/1.1)}{0.0.0.0:9101}","throwable":""} {"timestamp":"2023-04-25 14:22:53,539","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Started Server@6c519e47{STARTING}[11.0.11,sto=0] @30126ms","throwable":""} {"timestamp":"2023-04-25 14:22:53,539","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Started http://f4c748228cd4:9101","throwable":""} {"timestamp":"2023-04-25 14:22:53,539","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"WADL http://f4c748228cd4:9101/application.wadl","throwable":""} {"timestamp":"2023-04-25 14:22:53,553","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Starting http://f4c748228cd4:9000","throwable":""} {"timestamp":"2023-04-25 14:22:53,572","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"jetty-11.0.11; built: 2022-06-21T21:42:55.454Z; git: 58487315cb75e0f5c81cc6fa50096cbeb3b9554e; jvm 17.0.5+8","throwable":""} {"timestamp":"2023-04-25 14:22:53,906","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:22:54,931","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.api.common.UpCheckResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.api.common.UpCheckResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:54,935","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.p2p.PartyInfoResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.p2p.PartyInfoResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:54,936","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.p2p.PrivacyGroupResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.p2p.PrivacyGroupResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:54,936","container":"f4c748228cd4","level":"WARN","thread":"main","class":"o.g.j.i.i.Providers","logger":"o.g.jersey.internal.inject.Providers","message":"A provider com.quorum.tessera.p2p.TransactionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.quorum.tessera.p2p.TransactionResource will be ignored. ","throwable":""} {"timestamp":"2023-04-25 14:22:56,233","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Started o.e.j.s.ServletContextHandler@2b9ecd05{/,null,AVAILABLE}","throwable":""} {"timestamp":"2023-04-25 14:22:56,387","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Started ServerConnector@510e4d79{HTTP/1.1, (http/1.1)}{0.0.0.0:9000}","throwable":""} {"timestamp":"2023-04-25 14:22:56,409","container":"f4c748228cd4","level":"INFO","thread":"main","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Started Server@6d35ff7b{STARTING}[11.0.11,sto=0] @32996ms","throwable":""} {"timestamp":"2023-04-25 14:22:56,410","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Started http://f4c748228cd4:9000","throwable":""} {"timestamp":"2023-04-25 14:22:56,410","container":"f4c748228cd4","level":"INFO","thread":"main","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"WADL http://f4c748228cd4:9000/application.wadl","throwable":""} {"timestamp":"2023-04-25 14:23:00,464","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:05,467","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:05,731","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:10,743","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:10,881","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:15,883","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:15,917","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:20,920","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:21,015","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:26,016","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:26,067","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:31,068","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:31,123","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:36,123","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:36,182","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:41,183","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:41,239","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:46,240","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:46,274","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:51,275","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:51,303","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:56,303","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:23:56,363","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:01,364","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:01,395","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:06,395","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:06,446","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:11,447","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:11,468","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:16,468","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:16,493","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:21,494","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:21,525","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:26,526","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:26,560","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:31,560","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:31,587","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:36,588","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:36,622","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:41,623","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:41,649","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:46,650","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:46,674","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:51,675","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:51,708","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:56,709","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:24:56,738","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:25:01,739","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:25:01,767","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:25:06,767","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Started PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:25:06,797","container":"f4c748228cd4","level":"INFO","thread":"pool-3-thread-1","class":"c.q.t.p.p.PartyInfoBroadcaster","logger":"c.q.t.p.p.PartyInfoBroadcaster","message":"Finished PartyInfo polling round","throwable":""} {"timestamp":"2023-04-25 14:25:08,393","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopping Jersey server at http://f4c748228cd4:9080","throwable":""} {"timestamp":"2023-04-25 14:25:08,393","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Stopped Server@46bb0bdf{STOPPING}[11.0.11,sto=0]","throwable":""} {"timestamp":"2023-04-25 14:25:08,395","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Stopped ServerConnector@5cff729b{HTTP/1.1, (http/1.1)}{0.0.0.0:9080}","throwable":""} {"timestamp":"2023-04-25 14:25:08,403","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Stopped o.e.j.s.ServletContextHandler@abc7005{/,null,STOPPED}","throwable":""} {"timestamp":"2023-04-25 14:25:08,404","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopped Jersey server at http://f4c748228cd4:9080","throwable":""} {"timestamp":"2023-04-25 14:25:08,405","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopping Jersey server at http://f4c748228cd4:9101","throwable":""} {"timestamp":"2023-04-25 14:25:08,405","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Stopped Server@6c519e47{STOPPING}[11.0.11,sto=0]","throwable":""} {"timestamp":"2023-04-25 14:25:08,406","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Stopped ServerConnector@5fc1e4fb{HTTP/1.1, (http/1.1)}{0.0.0.0:9101}","throwable":""} {"timestamp":"2023-04-25 14:25:08,410","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Stopped o.e.j.s.ServletContextHandler@287ad0da{/,null,STOPPED}","throwable":""} {"timestamp":"2023-04-25 14:25:08,410","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopped Jersey server at http://f4c748228cd4:9101","throwable":""} {"timestamp":"2023-04-25 14:25:08,411","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopping Jersey server at http://f4c748228cd4:9000","throwable":""} {"timestamp":"2023-04-25 14:25:08,411","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.Server","logger":"org.eclipse.jetty.server.Server","message":"Stopped Server@6d35ff7b{STOPPING}[11.0.11,sto=0]","throwable":""} {"timestamp":"2023-04-25 14:25:08,412","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.AbstractConnector","logger":"o.e.jetty.server.AbstractConnector","message":"Stopped ServerConnector@510e4d79{HTTP/1.1, (http/1.1)}{0.0.0.0:9000}","throwable":""} {"timestamp":"2023-04-25 14:25:08,416","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"o.e.j.s.h.ContextHandler","logger":"o.e.j.server.handler.ContextHandler","message":"Stopped o.e.j.s.ServletContextHandler@2b9ecd05{/,null,STOPPED}","throwable":""} {"timestamp":"2023-04-25 14:25:08,417","container":"f4c748228cd4","level":"INFO","thread":"Thread-1","class":"c.q.t.s.j.JerseyServer","logger":"c.q.t.server.jersey.JerseyServer","message":"Stopped Jersey server at http://f4c748228cd4:9000","throwable":""}

joshuafernandes commented 1 year ago

Hello @sisarkar-lab49 thanks for this. Could you please tell me what version of the quckstart this is and how I reproduce this? Is this after using it, on idle, etc? How long is a while - are there any other things that break? Has your system got enough resources?

joshuafernandes commented 1 year ago

Inactive closing, @sisarkar-lab49 if this is a problem please reopen with the above information for us to reproduce this