agreeable-belgium-70840
09/09/2022, 12:38 PMCaused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthContributorRegistry]: Factory method 'healthContributorRegistry' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'solrHealthContributor' defined in class path resource [org/springframework/boot/actuate/autoconfigure/solr/SolrHealthContributorAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthContributor]: Factory method 'solrHealthContributor' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/impl/BaseHttpSolrClient$RemoteSolrException
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 26 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'solrHealthContributor' defined in class path resource [org/springframework/boot/actuate/autoconfigure/solr/SolrHealthContributorAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthContributor]: Factory method 'solrHealthContributor' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/impl/BaseHttpSolrClient$RemoteSolrException
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:671)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:659)
at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1300)
at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration.healthContributorRegistry(HealthEndpointConfiguration.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 27 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthContributor]: Factory method 'solrHealthContributor' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/impl/BaseHttpSolrClient$RemoteSolrException
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at
agreeable-belgium-70840
09/09/2022, 12:38 PMorg.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 45 common frames omitted
Caused by: java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/impl/BaseHttpSolrClient$RemoteSolrException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
at java.lang.Class.getConstructor0(Class.java:3075)
at java.lang.Class.getDeclaredConstructor(Class.java:2178)
at org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration.createIndicator(AbstractCompositeHealthContributorConfiguration.java:64)
at org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration.createContributor(AbstractCompositeHealthContributorConfiguration.java:54)
at org.springframework.boot.actuate.autoconfigure.solr.SolrHealthContributorAutoConfiguration.solrHealthContributor(SolrHealthContributorAutoConfiguration.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 46 common frames omitted
Caused by: java.lang.ClassNotFoundException: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 58 common frames omitted
ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.8ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.8[otel.javaagent 2022-09-09 12:29:11:634 +0000] [grpc-default-executor-2] ERROR io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter - Failed to export metrics. Server is UNAVAILABLE. Make sure your collector is running and reachable from this network.UNAVAILABLE: io exception
12:29:21.555 [pool-9-thread-1] ERROR c.d.m.ingestion.IngestionScheduler - Failed to retrieve ingestion sources! Skipping updating schedule cache until next refresh. start: 0, count: 30
com.linkedin.r2.RemoteInvocationException: com.linkedin.r2.RemoteInvocationException: Failed to get response from server for URI <http://datahub-gms:8080/entities>
at com.linkedin.restli.internal.client.ExceptionUtil.wrapThrowable(ExceptionUtil.java:135)
at com.linkedin.restli.internal.client.ResponseFutureImpl.getResponseImpl(ResponseFutureImpl.java:130)
at com.linkedin.restli.internal.client.ResponseFutureImpl.getResponse(ResponseFutureImpl.java:94)
at com.linkedin.common.client.BaseClient.sendClientRequest(BaseClient.java:36)
at com.linkedin.entity.client.RestliEntityClient.list(RestliEntityClient.java:356)
at com.datahub.metadata.ingestion.IngestionScheduler$BatchRefreshSchedulesRunnable.run(IngestionScheduler.java:216)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.linkedin.r2.RemoteInvocationException: Failed to get response from server for URI <http://datahub-gms:8080/entities>
at com.linkedin.r2.transport.http.common.HttpBridge$1.onResponse(HttpBridge.java:67)
at com.linkedin.r2.transport.http.client.common.AbstractNettyClient.errorResponse(AbstractNettyClient.java:296)
at com.linkedin.r2.transport.http.client.common.AbstractNettyClient.writeRequest(AbstractNettyClient.java:215)
at com.linkedin.r2.transport.http.client.common.AbstractNettyClient.restRequest(AbstractNettyClient.java:159)
at com.linkedin.r2.transport.http.client.HttpClientFactory$MixedClient.restRequest(HttpClientFactory.java:1709)
at com.linkedin.r2.filter.transport.ClientRequestFilter.onRestRequest(ClientRequestFilter.java:68)
at com.linkedin.r2.filter.TimedRestFilter.onRestRequest(TimedRestFilter.java:76)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:146)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:132)
at com.linkedin.r2.filter.FilterChainIterator.onRequest(FilterChainIterator.java:62)
at com.linkedin.r2.filter.TimedNextFilter.onRequest(TimedNextFilter.java:55)
at com.linkedin.r2.disruptor.DisruptFilter.disruptRequest(DisruptFilter.java:146)
at com.linkedin.r2.disruptor.DisruptFilter.onRestRequest(DisruptFilter.java:125)
at com.linkedin.r2.filter.TimedRestFilter.onRestRequest(TimedRestFilter.java:76)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:146)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:132)
at com.linkedin.r2.filter.FilterChainIterator.onRequest(FilterChainIterator.java:62)
at com.linkedin.r2.filter.TimedNextFilter.onRequest(TimedNextFilter.java:55)
at com.linkedin.r2.filter.transport.ClientQueryTunnelFilter.onRestRequest(ClientQueryTunnelFilter.java:46)
at com.linkedin.r2.filter.TimedRestFilter.onRestRequest(TimedRestFilter.java:76)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:146)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:132)
at com.linkedin.r2.filter.FilterChainIterator.onRequest(FilterChainIterator.java:62)
at com.linkedin.r2.filter.TimedNextFilter.onRequest(TimedNextFilter.java:55)
at com.linkedin.r2.filter.compression.ClientCompressionFilter.onRestRequest(ClientCompressionFilter.java:228)
at com.linkedin.r2.filter.TimedRestFilter.onRestRequest(TimedRestFilter.java:76)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:146)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:132)
at com.linkedin.r2.filter.FilterChainIterator.onRequest(FilterChainIterator.java:62)
at com.linkedin.r2.filter.TimedNextFilter.onRequest(TimedNextFilter.java:55)
at com.linkedin.r2.filter.message.rest.RestFilter.onRestRequest(RestFilter.java:50)
at com.linkedin.r2.filter.TimedRestFilter.onRestRequest(TimedRestFilter.java:76)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:146)
at com.linkedin.r2.filter.FilterChainIterator$FilterChainRestIterator.doOnRequest(FilterChainIterator.java:132)
at com.linkedin.r2.filter.FilterChainIterator.onRequest(FilterChainIterator.java:62)
at com.linkedin.r2.filter.FilterChainImpl.onRestRequest(FilterChainImpl.java:106)
at com.linkedin.r2.filter.transport.FilterChainClient.restRequest(FilterChainClient.java:85)
at com.linkedin.r2.transport.http.client.HttpClientFactory$FactoryClient.restRequest(HttpClientFactory.java:1633)
at com.linkedin.r2.transport.common.bridge.client.TransportClientAdapter.restRequest(TransportClientAdapter.java:82)
at com.linkedin.restli.client.RestClient.sendRestRequestImpl(RestClient.java:803)
at com.linkedin.restli.client.RestClient.access$300(RestClient.java:133)
at com.linkedin.restli.client.RestClient$2.onSuccess(RestClient.java:410)
at com.linkedin.restli.client.RestClient$2.onSuccess(RestClient.java:393)
at com.linkedin.restli.client.RestClient.lambda$getProtocolVersionForService$0(RestClient.java:449)
at com.linkedin.common.callback.Callbacks$1.onSuccess(Callbacks.java:87)
at com.linkedin.r2.transport.common.AbstractClient.getMetadata(AbstractClient.java:98)
at com.linkedin.restli.client.RestClient.getProtocolVersionForService(RestClient.java:438)
at com.linkedin.restli.client.RestClient.sendRestRequest(RestClient.java:392)
at com.linkedin.restli.client.RestClient.sendRequestNoScatterGather(RestClient.java:322)
at com.linkedin.restli.client.RestClient.sendRequest(RestClient.java:295)
at com.linkedin.restli.client.RestClient.sendRequest(RestClient.java:244)
at com.linkedin.restli.client.RestClient.sendRequest(RestClient.java:672)
... 10 common frames omitted
Caused by: java.lang.IllegalStateException: Client is SHUTDOWN
... 60 common frames omitted
better-orange-49102
09/09/2022, 12:47 PMagreeable-belgium-70840
09/09/2022, 12:53 PM