Skip to content

Instantly share code, notes, and snippets.

@weeix
Created November 23, 2019 06:52
Show Gist options
  • Save weeix/1d6d3f7209ac775ace24a36b33f37403 to your computer and use it in GitHub Desktop.
Save weeix/1d6d3f7209ac775ace24a36b33f37403 to your computer and use it in GitHub Desktop.
[INFO ] 2019-11-23 06:46:28.552 [main] SpringBootApplication - No data directory provided, defaulting to /opt/cakeshop/data
[INFO ] 2019-11-23 06:46:28.582 [main] SpringBootApplication - cakeshop.config.dir=/opt/cakeshop/data
Defaulting to spring profile: local
Extracting binaries to /opt/cakeshop/data/bin
[INFO ] 2019-11-23 06:46:33.010 [main] SpringBootApplication - Starting SpringBootApplication v0.11.0 on cb4322026164 with PID 6 (/opt/cakeshop/cakeshop.war started by cakeshop in /opt/cakeshop)
[INFO ] 2019-11-23 06:46:33.012 [main] SpringBootApplication - The following profiles are active: container,spring-boot,local
[INFO ] 2019-11-23 06:46:42.278 [main] AppConfig - cakeshop.config.dir=/opt/cakeshop/data/local
[INFO ] 2019-11-23 06:46:42.287 [main] AppConfig - Loading config from /opt/cakeshop/data/local/application.properties
[INFO ] 2019-11-23 06:47:02.887 [main] WebConfig - async task pool thread core 250
********************************************************************************
Running pre-flight checks...
Testing ethereum data dir path
/opt/cakeshop/data/local/ethereum
OK
Testing db path
/opt/cakeshop/data/local/db
OK
ALL TESTS PASSED!
********************************************************************************
[INFO ] 2019-11-23 06:47:11.181 [main] AppStartup - Autostarting geth node
[INFO ] 2019-11-23 06:47:11.286 [main] GethHttpServiceImpl - Embedded quorum, additional params: []
[INFO ] 2019-11-23 06:47:11.310 [main] GethHttpServiceImpl - Transaction Manager enabled
[INFO ] 2019-11-23 06:47:11.324 [main] TransactionManagerRunner - found key file: /opt/cakeshop/data/local/tessera/tm.key
[INFO ] 2019-11-23 06:47:11.325 [main] TransactionManagerRunner - found key file: /opt/cakeshop/data/local/tessera/tm.pub
[INFO ] 2019-11-23 06:47:11.326 [main] TransactionManagerRunner - Transaction manager transactionManagerType: tessera
[INFO ] 2019-11-23 06:47:14.161 [main] TransactionManagerRunner - created tessera config at /opt/cakeshop/data/local/tessera/tm.json
[INFO ] 2019-11-23 06:47:14.309 [main] TransactionManagerRunner - Transaction Manager started as java -jar /opt/cakeshop/data/bin/tessera/tessera-app-0.9.2-app.jar -configfile /opt/cakeshop/data/local/tessera/tm.json
[INFO ] 2019-11-23 06:47:14.314 [main] ProcessUtils - Creating pid file: /opt/cakeshop/data/local/tessera/tessera.pid
[INFO ] 2019-11-23 06:47:14.334 [main] GethHttpServiceImpl - Waiting for tm ipc file to be created: /opt/cakeshop/data/local/tessera/tm.ipc
[DEBUG] 2019-11-23 06:47:24.314 [StreamLogAdapter] tm - 06:47:24.309 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.3.v20180807-4be1041
[DEBUG] 2019-11-23 06:47:24.317 [StreamLogAdapter] tm - 06:47:24.317 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
[DEBUG] 2019-11-23 06:47:24.725 [StreamLogAdapter] tm - 06:47:24.725 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
[DEBUG] 2019-11-23 06:47:24.802 [StreamLogAdapter] tm - 06:47:24.802 [main] INFO eclipselink.logging.connection - tessera login successful
[DEBUG] 2019-11-23 06:47:24.942 [StreamLogAdapter] tm - 06:47:24.941 [main] WARN eclipselink.logging.ddl - Removing UNIQUE constraint definition from [ENCRYPTED_TRANSACTION.HASH] because it is also a primary key.
[DEBUG] 2019-11-23 06:47:24.968 [StreamLogAdapter] tm - 06:47:24.967 [main] WARN eclipselink.logging.ddl - Removing UNIQUE constraint definition from [ENCRYPTED_RAW_TRANSACTION.HASH] because it is also a primary key.
[DEBUG] 2019-11-23 06:47:24.976 [StreamLogAdapter] tm - 06:47:24.975 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'tessera'
[DEBUG] 2019-11-23 06:47:25.542 [StreamLogAdapter] tm - 06:47:25.542 [main] INFO c.q.t.t.TesseraScheduledExecutor - Starting PartyInfoPoller
[DEBUG] 2019-11-23 06:47:25.556 [StreamLogAdapter] tm - 06:47:25.553 [main] INFO c.q.t.t.TesseraScheduledExecutor - Started PartyInfoPoller
[DEBUG] 2019-11-23 06:47:26.213 [StreamLogAdapter] tm - 06:47:26.213 [main] INFO org.eclipse.jetty.util.log - Logging initialized @11923ms to org.eclipse.jetty.util.log.Slf4jLog
[DEBUG] 2019-11-23 06:47:26.536 [StreamLogAdapter] tm - 06:47:26.536 [main] INFO c.quorum.tessera.server.JerseyServer - Starting unix:/opt/cakeshop/data/local/tessera/tm.ipc
[DEBUG] 2019-11-23 06:47:26.548 [StreamLogAdapter] tm - 06:47:26.547 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.z-SNAPSHOT; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_232-b09
[DEBUG] 2019-11-23 06:47:28.020 [StreamLogAdapter] tm - 06:47:28.019 [main] WARN o.g.jersey.internal.inject.Providers - A provider com.quorum.tessera.api.common.VersionResource 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.VersionResource will be ignored.
[DEBUG] 2019-11-23 06:47:28.032 [StreamLogAdapter] tm - 06:47:28.032 [main] WARN o.g.jersey.internal.inject.Providers - A provider com.quorum.tessera.q2t.Q2TRestApp 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.Q2TRestApp will be ignored.
[DEBUG] 2019-11-23 06:47:28.038 [StreamLogAdapter] tm - 06:47:28.038 [main] WARN o.g.jersey.internal.inject.Providers - A provider com.quorum.tessera.q2t.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.q2t.TransactionResource will be ignored.
[DEBUG] 2019-11-23 06:47:28.040 [StreamLogAdapter] tm - 06:47:28.040 [main] WARN o.g.jersey.internal.inject.Providers - 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.
[DEBUG] 2019-11-23 06:47:28.785 [StreamLogAdapter] tm - 06:47:28.784 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1f736d00{/,null,AVAILABLE}
[DEBUG] 2019-11-23 06:47:29.760 [StreamLogAdapter] tm - 06:47:29.759 [main] WARN o.e.j.unixsocket.UnixSocketConnector - cannot bind /opt/cakeshop/data/local/tessera/tm.ipc exists=false writable=false
[DEBUG] 2019-11-23 06:47:29.763 [StreamLogAdapter] tm - Operation not permitted
[DEBUG] 2019-11-23 06:47:29.769 [StreamLogAdapter] tm - 06:47:29.769 [Thread-2] INFO c.quorum.tessera.server.JerseyServer - Stopping Jersey server at unix:/opt/cakeshop/data/local/tessera/tm.ipc
[DEBUG] 2019-11-23 06:47:29.797 [StreamLogAdapter] tm - 06:47:29.796 [Thread-2] INFO o.e.jetty.server.AbstractConnector - Stopped UnixSocketConnector@212dc3cc{HTTP/1.1,[http/1.1]}{/opt/cakeshop/data/local/tessera/tm.ipc}
[DEBUG] 2019-11-23 06:47:29.897 [StreamLogAdapter] tm - 06:47:29.896 [Thread-2] INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1f736d00{/,null,UNAVAILABLE}
[DEBUG] 2019-11-23 06:47:29.904 [StreamLogAdapter] tm - 06:47:29.904 [Thread-2] INFO c.quorum.tessera.server.JerseyServer - Stopped Jersey server at unix:/opt/cakeshop/data/local/tessera/tm.ipc
[DEBUG] 2019-11-23 06:47:29.905 [StreamLogAdapter] tm - 06:47:29.905 [Thread-2] INFO c.quorum.tessera.server.JerseyServer - Stopping Jersey server at http://localhost:9102
[DEBUG] 2019-11-23 06:47:29.906 [StreamLogAdapter] tm - 06:47:29.906 [Thread-2] INFO c.quorum.tessera.server.JerseyServer - Stopped Jersey server at http://localhost:9102
[INFO ] 2019-11-23 06:47:34.338 [main] GethHttpServiceImpl - Setting env variable PRIVATE_CONFIG to: /opt/cakeshop/data/local/tessera/tm.ipc
[INFO ] 2019-11-23 06:47:34.340 [main] GethHttpServiceImpl - geth command: /opt/cakeshop/data/bin/quorum/geth --datadir /opt/cakeshop/data/local/ethereum --nodiscover --rpc --rpcaddr 127.0.0.1 --rpcapi txpool,shh,debug,eth,web3,raft,admin,personal,net,db,miner --rpcport 8102 --port 30303 --nat none --raft --raftport 50401 --raftblocktime 100 --unlock 0,1,2 --password /opt/cakeshop/data/bin/genesis/geth_pass.txt --networkid 1006 --verbosity 3 --mine --minerthreads 1 --identity cakeshop
[INFO ] 2019-11-23 06:47:34.351 [main] ProcessUtils - Creating pid file: /opt/cakeshop/data/local/geth.pid
[DEBUG] 2019-11-23 06:47:34.950 [StreamLogAdapter] geth - panic: MustNew: Failed to connect to Constellation (/opt/cakeshop/data/local/tessera/tm.ipc): lstat /opt/cakeshop/data/local/tessera/tm.ipc: no such file or directory
[DEBUG] 2019-11-23 06:47:34.953 [StreamLogAdapter] geth -
[DEBUG] 2019-11-23 06:47:34.954 [StreamLogAdapter] geth - goroutine 1 [running]:
[DEBUG] 2019-11-23 06:47:34.955 [StreamLogAdapter] geth - github.com/ethereum/go-ethereum/private/constellation.MustNew(0xc00003c00f, 0x27, 0xc00003c00f)
[DEBUG] 2019-11-23 06:47:34.957 [StreamLogAdapter] geth - /home/travis/gopath/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/private/constellation/constellation.go:108 +0x1de
[DEBUG] 2019-11-23 06:47:34.958 [StreamLogAdapter] geth - github.com/ethereum/go-ethereum/private.FromEnvironmentOrNil(0x1110f32, 0xe, 0xc0001c79e0, 0xc0001c79c0)
[DEBUG] 2019-11-23 06:47:34.961 [StreamLogAdapter] geth - /home/travis/gopath/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/private/private.go:20 +0x64
[INFO ] 2019-11-23 06:47:35.006 [main] GethHttpServiceImpl - Starting new BlockScanner
[INFO ] 2019-11-23 06:47:35.092 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.299 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.351 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.357 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.408 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.411 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.464 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.473 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.524 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.529 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.580 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.586 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.638 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.646 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.698 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.706 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.757 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.760 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.811 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.814 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.865 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.873 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.925 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.929 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:35.980 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:35.985 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.036 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.040 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.091 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.099 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.150 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.154 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.207 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.214 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.265 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.269 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.320 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.324 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.378 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.383 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.434 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.437 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.488 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.493 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.544 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.548 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.599 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.607 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.659 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.661 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.712 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.723 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.774 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.777 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.828 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.832 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.883 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.887 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.938 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:36.946 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:36.997 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.001 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.052 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.058 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.110 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.114 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.165 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.168 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.219 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.223 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.275 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.285 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.336 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.339 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.392 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.395 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.447 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.450 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.501 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.505 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.557 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.561 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.612 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.615 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.665 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.676 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.732 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.734 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.785 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.789 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.840 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.842 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.893 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.896 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:37.947 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:37.950 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.001 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.007 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.058 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.061 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.112 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.115 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.166 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.173 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.225 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.228 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.279 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.283 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.333 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.339 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.390 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.393 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.444 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.448 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.499 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.504 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.555 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.559 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.610 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.613 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.665 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.672 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.724 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.728 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.779 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.782 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.834 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.837 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.890 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.894 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:38.945 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:38.950 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.001 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.005 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.057 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.060 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.112 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.117 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.168 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.178 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.229 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.231 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.282 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.285 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.336 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.343 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.394 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.397 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.448 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.451 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.502 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.505 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.557 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.564 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.617 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.620 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.671 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.675 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.726 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.730 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.781 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.784 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.836 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.838 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.890 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.894 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:39.946 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:39.950 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.001 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.007 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.058 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.068 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.085 [BlockScanner-33] GethHttpServiceImpl - Geth call: eth_getBlockByNumber
[ERROR] 2019-11-23 06:47:40.095 [BlockScanner-33] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[ERROR] 2019-11-23 06:47:40.097 [BlockScanner-33] BlockScanner - BlockScanner exception
com.jpmorgan.cakeshop.error.APIException: RPC call failed
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:143) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCall(GethHttpServiceImpl.java:164) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCall(GethHttpServiceImpl.java:158) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl$$FastClassBySpringCGLIB$$693062af.invoke(<generated>) ~[classes!/:0.11.0]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) ~[spring-aop-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl$$EnhancerBySpringCGLIB$$498b3cb2.executeGethCall(<generated>) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.BlockServiceImpl.get(BlockServiceImpl.java:46) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.db.BlockScanner.checkDbSync(BlockScanner.java:237) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.db.BlockScanner.run(BlockScanner.java:275) [classes!/:0.11.0]
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://localhost:8102": Failed to connect to localhost/127.0.0.1:8102; nested exception is java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8102
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:696) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:644) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:564) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:131) ~[classes!/:0.11.0]
... 9 more
Caused by: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8102
at okhttp3.internal.io.RealConnection.connectSocket(RealConnection.java:142) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.io.RealConnection.connect(RealConnection.java:111) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:188) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:127) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:289) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.HttpEngine.sendRequest(HttpEngine.java:241) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.getResponse(RealCall.java:240) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:198) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:160) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.execute(RealCall.java:57) ~[okhttp-3.2.0.jar!/:?]
at org.springframework.http.client.OkHttp3ClientHttpRequest.executeInternal(OkHttp3ClientHttpRequest.java:72) ~[classes!/:5.0.12.RELEASE]
at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:687) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:644) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:564) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:131) ~[classes!/:0.11.0]
... 9 more
[INFO ] 2019-11-23 06:47:40.119 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.123 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.175 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.179 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.236 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.239 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.290 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.293 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.344 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.347 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.398 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.400 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.451 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.454 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.507 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.511 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.562 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.576 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.628 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.631 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.685 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.689 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.740 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.742 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.793 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.796 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.849 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.857 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.912 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.915 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:40.966 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:40.969 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.020 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.023 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.075 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.079 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.130 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.134 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.185 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.188 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.244 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.246 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.298 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.303 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.354 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.357 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.407 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.412 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.463 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.465 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.516 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.519 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.570 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.577 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.628 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.631 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.682 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.685 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.736 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.739 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.790 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.794 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.846 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.853 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.905 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.910 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:41.965 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:41.967 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.019 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.023 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.074 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.076 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.127 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.130 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.181 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.184 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.235 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.240 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.291 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.295 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.346 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.357 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.409 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.411 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.463 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.472 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.523 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.525 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.577 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.580 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.632 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.635 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.707 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.711 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.762 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.765 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.816 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.822 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.879 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.883 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.934 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:42.937 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:42.998 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.001 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.056 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.060 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.111 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.114 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.165 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.167 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.234 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.237 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.290 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.293 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.344 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.347 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.398 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.402 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.453 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.459 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.525 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.527 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.580 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.582 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.634 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.661 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.713 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.716 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.781 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.784 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.835 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.839 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.890 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.900 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:43.951 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:43.955 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.006 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.008 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.059 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.062 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.113 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.115 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.173 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.176 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.259 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.264 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.315 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.318 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.374 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.378 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.430 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.433 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.502 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.504 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.559 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.564 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.616 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.618 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.670 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.673 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.724 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.729 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.798 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.809 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.861 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.865 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.917 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.927 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:44.978 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:44.982 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:45.033 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:45.036 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[INFO ] 2019-11-23 06:47:45.087 [main] GethHttpServiceImpl - Geth call: admin_nodeInfo
[ERROR] 2019-11-23 06:47:45.090 [main] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[ERROR] 2019-11-23 06:47:45.091 [main] GethHttpServiceImpl - Geth RPC did not start within 10000ms
[ERROR] 2019-11-23 06:47:45.109 [main] GethHttpServiceImpl - Ethereum failed to start
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@64616ca2: startup date [Sat Nov 23 06:46:34 UTC 2019]; root of context hierarchy
********************************************************************************
PRINTING DEBUG INFO
-------------------
[INFO ] 2019-11-23 06:47:45.176 [cake-1] GethHttpServiceImpl - Shutting down BlockScanner
[INFO ] 2019-11-23 06:47:45.177 [cake-1] BlockScanner - Stopping BlockScanner (thread id=33)
[INFO ] 2019-11-23 06:47:45.178 [cake-1] MetricsBlockListener - Stopping MetricsBlockListener (thread id=27)
java.vendor: Oracle Corporation
java.version: 1.8.0_232
java.home: /usr/local/openjdk-8/jre
java.io.tmpdir: /tmp
servlet.container:
cakeshop.version: 0.11.0
cakeshop.build.id: 70cac99721648fc6e86f8ef31a644e8c71c70561
cakeshop.build.date: 2019-11-21T10:22:06.538-0500
os.name: Linux
os.version: 4.14.141-boot2docker
os.arch: amd64
Linux release info:PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Linux version 4.14.141-boot2docker (root@ff9920b99614) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP Wed Sep 4 19:02:58 UTC 2019
user.dir: /opt/cakeshop
user.home: /opt/cakeshop
app.root: file:/opt/cakeshop/cakeshop.war!/WEB-INF/classes!
eth.env: null
cakeshop.config.dir: /opt/cakeshop/data/local
geth.path: /opt/cakeshop/data/bin/quorum/geth
geth.data.dir: /opt/cakeshop/data/local/ethereum
geth.version: !!! unable to read geth version !!!
solc.path: /opt/cakeshop/data/bin/solc/node_modules/solc-cakeshop-cli/bin/solc
solc.version: !!! unable to read solc version !!!
PRINTING ERROR MESSAGES
-----------------------
[2019-11-23T06:47:45,109] Geth RPC did not start within 10000ms
[2019-11-23T06:47:45,109] Ethereum failed to start
[2019-11-23T06:47:45,110] GETH FAILED TO START
[INFO ] 2019-11-23 06:47:45.203 [cake-1] SavingBlockListener - Stopping SavingBlockListener (thread id=34)
[INFO ] 2019-11-23 06:47:45.205 [cake-1] GethHttpServiceImpl - Starting new BlockScanner
********************************************************************************
[INFO ] 2019-11-23 06:47:45.529 [main] SpringBootApplication - Started SpringBootApplication in 74.653 seconds (JVM running for 81.319)
[INFO ] 2019-11-23 06:47:50.223 [BlockScanner-37] GethHttpServiceImpl - Geth call: eth_getBlockByNumber
[ERROR] 2019-11-23 06:47:50.230 [BlockScanner-37] GethHttpServiceImpl - RPC call failed - ConnectException: Failed to connect to localhost/127.0.0.1:8102
[ERROR] 2019-11-23 06:47:50.231 [BlockScanner-37] BlockScanner - BlockScanner exception
com.jpmorgan.cakeshop.error.APIException: RPC call failed
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:143) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCall(GethHttpServiceImpl.java:164) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCall(GethHttpServiceImpl.java:158) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl$$FastClassBySpringCGLIB$$693062af.invoke(<generated>) ~[classes!/:0.11.0]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) ~[spring-aop-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl$$EnhancerBySpringCGLIB$$498b3cb2.executeGethCall(<generated>) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.service.impl.BlockServiceImpl.get(BlockServiceImpl.java:46) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.db.BlockScanner.checkDbSync(BlockScanner.java:237) ~[classes!/:0.11.0]
at com.jpmorgan.cakeshop.db.BlockScanner.run(BlockScanner.java:275) [classes!/:0.11.0]
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://localhost:8102": Failed to connect to localhost/127.0.0.1:8102; nested exception is java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8102
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:696) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:644) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:564) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:131) ~[classes!/:0.11.0]
... 9 more
Caused by: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8102
at okhttp3.internal.io.RealConnection.connectSocket(RealConnection.java:142) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.io.RealConnection.connect(RealConnection.java:111) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:188) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:127) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:289) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.internal.http.HttpEngine.sendRequest(HttpEngine.java:241) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.getResponse(RealCall.java:240) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:198) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:160) ~[okhttp-3.2.0.jar!/:?]
at okhttp3.RealCall.execute(RealCall.java:57) ~[okhttp-3.2.0.jar!/:?]
at org.springframework.http.client.OkHttp3ClientHttpRequest.executeInternal(OkHttp3ClientHttpRequest.java:72) ~[classes!/:5.0.12.RELEASE]
at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:687) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:644) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:564) ~[spring-web-5.0.12.RELEASE.jar!/:5.0.12.RELEASE]
at com.jpmorgan.cakeshop.service.impl.GethHttpServiceImpl.executeGethCallInternal(GethHttpServiceImpl.java:131) ~[classes!/:0.11.0]
... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment