Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caused by: java.io.EOFException: \n not found: limit=0 content= #62

Open
AceLuodan opened this issue Jul 4, 2023 · 1 comment
Open

Comments

@AceLuodan
Copy link

AceLuodan commented Jul 4, 2023

2023-07-04T06:28:07.909606471Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909610179Z at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909614471Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909618179Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909621763Z at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909625388Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909635013Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909643721Z at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.909647263Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor$$EnhancerBySpringCGLIB$$8c897784.ingestBlockNumberIfReady() ~[classes!/:na]
2023-07-04T06:28:07.909652179Z at io.epirus.explorer.ingestion.blocks.BlockHeightDispatcher.tick(BlockHeightDispatcher.kt:30) ~[classes!/:na]
2023-07-04T06:28:07.909655679Z at io.epirus.explorer.ingestion.blocks.workers.BlockDispatcherRunner.run(BlockDispatcherRunner.kt:16) ~[classes!/:na]
2023-07-04T06:28:07.909712471Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909719554Z at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909723138Z at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909732638Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909746138Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909761138Z at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-07-04T06:28:07.909771429Z Caused by: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:07.909780596Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:202) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909791763Z at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:111) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909796638Z at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909800304Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909803846Z at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909809596Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909820304Z at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909824679Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909838263Z at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909844429Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909847971Z at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:65) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909851638Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909855054Z at io.epirus.explorer.config.BasicHttpService$Companion$createClient$$inlined$-addInterceptor$1.intercept(OkHttpClient.kt:1152) ~[config-2.0.jar!/:na]
2023-07-04T06:28:07.909858721Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909887971Z at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:205) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909929346Z at okhttp3.internal.connection.RealCall.execute(RealCall.kt:158) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.909935804Z at org.web3j.protocol.http.HttpService.performIO(HttpService.java:165) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:07.909940679Z at org.web3j.protocol.Service.send(Service.java:48) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:07.909947346Z at org.web3j.protocol.core.Request.send(Request.java:87) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:07.909955471Z at io.epirus.explorer.ingestion.blocks.BlockExtractor.block(BlockExtractor.kt:110) ~[classes!/:na]
2023-07-04T06:28:07.909961138Z at io.epirus.explorer.ingestion.blocks.BlockExtractor.extract(BlockExtractor.kt:66) ~[classes!/:na]
2023-07-04T06:28:07.909975429Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline.add(DefaultBlocksPipeline.kt:30) ~[classes!/:na]
2023-07-04T06:28:07.909986804Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline.ingest(DefaultBlocksPipeline.kt:23) ~[classes!/:na]
2023-07-04T06:28:07.910003638Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline$$FastClassBySpringCGLIB$$7a8c7006.invoke() ~[classes!/:na]
2023-07-04T06:28:07.910008179Z at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910017013Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910023263Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910026971Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910031471Z at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910035304Z at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:227) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:07.910038804Z at io.micrometer.core.aop.TimedAspect.perform(TimedAspect.java:202) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:07.910042221Z at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:194) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:07.910047471Z at jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:07.910052054Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:07.910055471Z at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:07.910058929Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910069263Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910121888Z at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910129013Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910132721Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910137304Z at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910142221Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910152929Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910162263Z at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:07.910177138Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline$$EnhancerBySpringCGLIB$$88fb505d.ingest() ~[classes!/:na]
2023-07-04T06:28:07.910191138Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.toPipelineAndStorage(BlockHeightExtractor.kt:115) ~[classes!/:na]
2023-07-04T06:28:07.910204263Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingest(BlockHeightExtractor.kt:97) ~[classes!/:na]
2023-07-04T06:28:07.910217013Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingestBlockNumberIfReady$lambda-0(BlockHeightExtractor.kt:56) ~[classes!/:na]
2023-07-04T06:28:07.910232513Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:28:07.910244346Z at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:28:07.910249013Z ... 3 common frames omitted
2023-07-04T06:28:07.910252429Z Suppressed: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:07.910255929Z ... 53 common frames omitted
2023-07-04T06:28:07.910264971Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:07.910280304Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:28:07.910284013Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:28:07.910288054Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:28:07.910291596Z ... 52 common frames omitted
2023-07-04T06:28:07.910294804Z Suppressed: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:07.910333304Z ... 53 common frames omitted
2023-07-04T06:28:07.910344679Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:07.910350888Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:28:07.910354263Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:28:07.910358763Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:28:07.910369138Z ... 52 common frames omitted
2023-07-04T06:28:07.910374138Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:07.910387513Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332) ~[okio-jvm-3.1.0.jar!/:na]
2023-07-04T06:28:07.910398304Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.910403221Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:07.910407679Z ... 52 common frames omitted
2023-07-04T06:28:07.910410888Z
2023-07-04T06:28:07.910512596Z 2023-07-04 06:28:07.910 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Sleeping for a while to avoid CPU hogging...
2023-07-04T06:28:12.919320251Z 2023-07-04 06:28:12.917 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Wake up!
2023-07-04T06:28:13.599891168Z 2023-07-04 06:28:13.598 INFO 1 --- [pool-4-thread-8] i.e.e.i.blocks.BlockHeightExtractor : Import reached block 1005 (0x13feab44c77f8fbfd711d46fed54f352223686d13df703fae83b5ace391b3e11)
2023-07-04T06:28:15.262448918Z 2023-07-04 06:28:15.261 ERROR 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:15.262484460Z
2023-07-04T06:28:15.262490293Z java.util.concurrent.ExecutionException: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:15.262492460Z at java.base/java.util.concurrent.FutureTask.report(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262494543Z at java.base/java.util.concurrent.FutureTask.get(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262496293Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingestBlockNumberIfReady(BlockHeightExtractor.kt:57) ~[classes!/:na]
2023-07-04T06:28:15.262498168Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor$$FastClassBySpringCGLIB$$d4d66bb3.invoke() ~[classes!/:na]
2023-07-04T06:28:15.262500502Z at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262502335Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262504127Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262517668Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262519585Z at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262521460Z at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:227) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262523252Z at io.micrometer.core.aop.TimedAspect.perform(TimedAspect.java:202) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262525002Z at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:194) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262526793Z at jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262528502Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262530210Z at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262533293Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262535627Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262540460Z at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262542752Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262544752Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262546835Z at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262551585Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262554002Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262555793Z at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262557627Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor$$EnhancerBySpringCGLIB$$8c897784.ingestBlockNumberIfReady() ~[classes!/:na]
2023-07-04T06:28:15.262559543Z at io.epirus.explorer.ingestion.blocks.BlockHeightDispatcher.tick(BlockHeightDispatcher.kt:30) ~[classes!/:na]
2023-07-04T06:28:15.262561335Z at io.epirus.explorer.ingestion.blocks.workers.BlockDispatcherRunner.run(BlockDispatcherRunner.kt:16) ~[classes!/:na]
2023-07-04T06:28:15.262567085Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262569835Z at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262573502Z at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262576918Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262579210Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262581043Z at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262582752Z Caused by: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:15.262584543Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:202) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262586335Z at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:111) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262588127Z at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262589918Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262591668Z at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262593460Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262595252Z at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262597002Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262599335Z at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262601085Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262606210Z at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:65) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262608085Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262609877Z at io.epirus.explorer.config.BasicHttpService$Companion$createClient$$inlined$-addInterceptor$1.intercept(OkHttpClient.kt:1152) ~[config-2.0.jar!/:na]
2023-07-04T06:28:15.262612335Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262624543Z at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:205) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262630835Z at okhttp3.internal.connection.RealCall.execute(RealCall.kt:158) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.262632710Z at org.web3j.protocol.http.HttpService.performIO(HttpService.java:165) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:15.262634460Z at org.web3j.protocol.Service.send(Service.java:48) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:15.262636585Z at org.web3j.protocol.core.Request.send(Request.java:87) ~[core-4.9.1.jar!/:na]
2023-07-04T06:28:15.262638335Z at io.epirus.explorer.ingestion.blocks.BlockExtractor.block(BlockExtractor.kt:110) ~[classes!/:na]
2023-07-04T06:28:15.262640585Z at io.epirus.explorer.ingestion.blocks.BlockExtractor.extract(BlockExtractor.kt:66) ~[classes!/:na]
2023-07-04T06:28:15.262642377Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline.add(DefaultBlocksPipeline.kt:30) ~[classes!/:na]
2023-07-04T06:28:15.262647835Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline.ingest(DefaultBlocksPipeline.kt:23) ~[classes!/:na]
2023-07-04T06:28:15.262649710Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline$$FastClassBySpringCGLIB$$7a8c7006.invoke() ~[classes!/:na]
2023-07-04T06:28:15.262652168Z at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262656918Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262662585Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262665543Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262667418Z at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262669418Z at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:227) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262671793Z at io.micrometer.core.aop.TimedAspect.perform(TimedAspect.java:202) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262674502Z at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:194) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:15.262678877Z at jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262680835Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262682668Z at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:15.262685002Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262691668Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262696293Z at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262698127Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262699960Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262701752Z at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262703502Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262705627Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262707418Z at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:15.262709043Z at io.epirus.explorer.ingestion.blocks.DefaultBlocksPipeline$$EnhancerBySpringCGLIB$$88fb505d.ingest() ~[classes!/:na]
2023-07-04T06:28:15.262710877Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.toPipelineAndStorage(BlockHeightExtractor.kt:115) ~[classes!/:na]
2023-07-04T06:28:15.262713377Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingest(BlockHeightExtractor.kt:97) ~[classes!/:na]
2023-07-04T06:28:15.262989418Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingestBlockNumberIfReady$lambda-0(BlockHeightExtractor.kt:56) ~[classes!/:na]
2023-07-04T06:28:15.263082418Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:28:15.263096752Z at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:28:15.263103085Z ... 3 common frames omitted
2023-07-04T06:28:15.263104877Z Suppressed: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:15.263106710Z ... 53 common frames omitted
2023-07-04T06:28:15.263108418Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:15.263110585Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:28:15.263112335Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:28:15.263114085Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:28:15.263115793Z ... 52 common frames omitted
2023-07-04T06:28:15.263117418Z Suppressed: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:15.263123710Z ... 53 common frames omitted
2023-07-04T06:28:15.263125502Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:15.263127252Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:28:15.263129002Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:28:15.263130627Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:28:15.263134127Z ... 52 common frames omitted
2023-07-04T06:28:15.263135793Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:28:15.263137377Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332) ~[okio-jvm-3.1.0.jar!/:na]
2023-07-04T06:28:15.263139168Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.263140960Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:15.263142918Z ... 52 common frames omitted
2023-07-04T06:28:15.263144627Z
2023-07-04T06:28:15.263146168Z 2023-07-04 06:28:15.262 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Sleeping for a while to avoid CPU hogging...
2023-07-04T06:28:20.274810837Z 2023-07-04 06:28:20.270 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Wake up!
2023-07-04T06:28:21.031125421Z 2023-07-04 06:28:21.028 INFO 1 --- [pool-4-thread-1] i.e.e.i.blocks.BlockHeightExtractor : Import reached block 1005 (0x13feab44c77f8fbfd711d46fed54f352223686d13df703fae83b5ace391b3e11)
2023-07-04T06:28:22.617260339Z 2023-07-04 06:28:22.613 ERROR 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:22.617366630Z
2023-07-04T06:28:22.617374422Z java.util.concurrent.ExecutionException: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:22.617378880Z at java.base/java.util.concurrent.FutureTask.report(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617383547Z at java.base/java.util.concurrent.FutureTask.get(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617387672Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor.ingestBlockNumberIfReady(BlockHeightExtractor.kt:57) ~[classes!/:na]
2023-07-04T06:28:22.617392547Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor$$FastClassBySpringCGLIB$$d4d66bb3.invoke() ~[classes!/:na]
2023-07-04T06:28:22.617397172Z at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617401130Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617456130Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617464755Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617469089Z at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617475589Z at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:227) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:22.617488505Z at io.micrometer.core.aop.TimedAspect.perform(TimedAspect.java:202) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:22.617494547Z at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:194) ~[micrometer-core-1.11.0.jar!/:1.11.0]
2023-07-04T06:28:22.617498880Z at jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617502964Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617507047Z at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617513255Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617517714Z at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617521922Z at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617526130Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617531214Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617536839Z at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617541047Z at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617545339Z at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617549547Z at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar!/:5.3.19]
2023-07-04T06:28:22.617553797Z at io.epirus.explorer.ingestion.blocks.BlockHeightExtractor$$EnhancerBySpringCGLIB$$8c897784.ingestBlockNumberIfReady() ~[classes!/:na]
2023-07-04T06:28:22.617558089Z at io.epirus.explorer.ingestion.blocks.BlockHeightDispatcher.tick(BlockHeightDispatcher.kt:30) ~[classes!/:na]
2023-07-04T06:28:22.617562297Z at io.epirus.explorer.ingestion.blocks.workers.BlockDispatcherRunner.run(BlockDispatcherRunner.kt:16) ~[classes!/:na]
2023-07-04T06:28:22.617590672Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617603714Z at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617610297Z at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617613797Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617618172Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617621839Z at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-07-04T06:28:22.617625214Z Caused by: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:28:22.617628797Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:202) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617633422Z at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:111) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617641089Z at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617648214Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617651714Z at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617655255Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617658755Z at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617662255Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617665797Z at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.617695089Z at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:28:22.61769

@AceLuodan
Copy link
Author

AceLuodan commented Jul 4, 2023

i use polygon supernets as my local node,sirato stop Import reached block 100 and start loop .

2023-07-04T06:30:23.020971589Z at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
2023-07-04T06:30:23.020981005Z at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-07-04T06:30:23.020984422Z ... 3 common frames omitted
2023-07-04T06:30:23.021035880Z Suppressed: java.io.IOException: unexpected end of stream on http:/127.0.0.1:8545/...
2023-07-04T06:30:23.021040464Z ... 53 common frames omitted
2023-07-04T06:30:23.021043922Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:30:23.021048464Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:30:23.021060714Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:30:23.021064380Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:30:23.021068922Z ... 52 common frames omitted
2023-07-04T06:30:23.021072964Z Suppressed: java.io.IOException: unexpected end of stream on http://127.0.0.1:8545/...
2023-07-04T06:30:23.021076464Z ... 53 common frames omitted
2023-07-04T06:30:23.021079714Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:30:23.021083214Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332)
2023-07-04T06:30:23.021086630Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29)
2023-07-04T06:30:23.021090089Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178)
2023-07-04T06:30:23.021093505Z ... 52 common frames omitted
2023-07-04T06:30:23.021096672Z Caused by: java.io.EOFException: \n not found: limit=0 content=…
2023-07-04T06:30:23.021103630Z at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:332) ~[okio-jvm-3.1.0.jar!/:na]
2023-07-04T06:30:23.021111380Z at okhttp3.internal.http1.HeadersReader.readLine(HeadersReader.kt:29) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:30:23.021115172Z at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:178) ~[okhttp-jvm-5.0.0-alpha.7.jar!/:na]
2023-07-04T06:30:23.021119755Z ... 52 common frames omitted
2023-07-04T06:30:23.021123047Z
2023-07-04T06:30:23.021646630Z 2023-07-04 06:30:23.021 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Sleeping for a while to avoid CPU hogging...
2023-07-04T06:30:28.027702716Z 2023-07-04 06:30:28.026 WARN 1 --- [pool-7-thread-1] i.e.e.i.b.workers.BlockDispatcherRunner : Wake up!
2023-07-04T06:30:28.933501758Z 2023-07-04 06:30:28.932 INFO 1 --- [pool-4-thread-2] i.e.e.i.blocks.BlockHeightExtractor : Import reached block 1005 (0x13feab44c77f8fbfd711d46fed54f352223686d13df703fae83b5ace391b3e11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant