SonarQube 6.7.1 crashing with NoNodeAvailableException, NodeNotConnectedException

629 views
Skip to first unread message

sopal...@draftkings.com

unread,
Mar 20, 2018, 11:39:13 AM3/20/18
to SonarQube
I'm having some issues with SonarQube 6.7.1 crashing with what appears to be org.elasticsearch.transport.NodeNotConnectedException 
and org.elasticsearch.transport.NoNodeAvailableException errors. 

It looks like the ElasticSearch node goes away and SonarQube isn't expecting that and this coincides with a CPU spike. I'm not entirely sure why it looks like Sonarqube is trying to shutdown.

This is running out of the SonarQube container from Docker Hub. I'm not entirely sure how to diagnose the problem or how to fix this. Any help is appreciated.

I'm also happy to provide any other logs if needed. 

Sample stack traces follow:

Stack trace A

2018.03.20 14:55:24 WARN  app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [es]: 137
2018.03.20 14:55:24 INFO  app[][o.s.a.SchedulerImpl] Process [es] is stopped
2018.03.20 14:55:24 INFO  ce[][o.s.p.StopWatcher] Stopping process
2018.03.20 14:55:24 INFO  ce[][o.s.ce.app.CeServer] Compute Engine is stopping...
2018.03.20 14:55:24 INFO  ce[][o.s.c.t.CeProcessingSchedulerImpl] Waiting for workers to finish in-progress tasks
2018.03.20 14:55:25 ERROR ce[AWJD6Du531kjgVw9dS6y][o.s.c.t.CeWorkerImpl] Failed to execute task AWJD6Du531kjgVw9dS6y
org.sonar.server.computation.task.projectanalysis.component.VisitException: Visit of Component {key=test,uuid=AVrcy-9XE2iO6E5bn_v4,type=PROJECT} failed
        at org.sonar.server.computation.task.projectanalysis.component.VisitException.rethrowOrWrap(VisitException.java:44)
        at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visit(DepthTraversalTypeAwareCrawler.java:41)
        at org.sonar.server.computation.task.projectanalysis.step.PurgeDatastoresStep.execute(PurgeDatastoresStep.java:72)
        at org.sonar.server.computation.task.step.ComputationStepExecutor.executeSteps(ComputationStepExecutor.java:64)
        at org.sonar.server.computation.task.step.ComputationStepExecutor.execute(ComputationStepExecutor.java:52)
        at org.sonar.server.computation.task.projectanalysis.taskprocessor.ReportTaskProcessor.process(ReportTaskProcessor.java:73)
        at org.sonar.ce.taskprocessor.CeWorkerImpl.executeTask(CeWorkerImpl.java:134)
        at org.sonar.ce.taskprocessor.CeWorkerImpl.findAndProcessTask(CeWorkerImpl.java:97)
        at org.sonar.ce.taskprocessor.CeWorkerImpl.withCustomizedThreadName(CeWorkerImpl.java:81)
        at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:73)
        at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:43)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        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:748)
Caused by: java.lang.IllegalStateException: Fail to execute ES refresh request on indices 'components'
        at org.sonar.server.es.request.ProxyRefreshRequestBuilder.get(ProxyRefreshRequestBuilder.java:44)
        at org.sonar.server.es.request.ProxyRefreshRequestBuilder.get(ProxyRefreshRequestBuilder.java:32)
        at org.sonar.server.es.BulkIndexer.stop(BulkIndexer.java:115)
        at org.sonar.server.component.index.ComponentIndexer.delete(ComponentIndexer.java:163)
        at org.sonar.server.computation.dbcleaner.IndexPurgeListener.onComponentsDisabling(IndexPurgeListener.java:44)
        at org.sonar.db.purge.PurgeDao.purgeDisabledComponents(PurgeDao.java:154)
        at org.sonar.db.purge.PurgeDao.purge(PurgeDao.java:68)
        at org.sonar.server.computation.dbcleaner.ProjectCleaner.purge(ProjectCleaner.java:64)
        at org.sonar.server.computation.task.projectanalysis.step.PurgeDatastoresStep.execute(PurgeDatastoresStep.java:78)
        at org.sonar.server.computation.task.projectanalysis.step.PurgeDatastoresStep.access$000(PurgeDatastoresStep.java:40)
        at org.sonar.server.computation.task.projectanalysis.step.PurgeDatastoresStep$1.visitProject(PurgeDatastoresStep.java:65)
        at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visitNode(DepthTraversalTypeAwareCrawler.java:70)
        at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visitImpl(DepthTraversalTypeAwareCrawler.java:51)
        at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visit(DepthTraversalTypeAwareCrawler.java:39)
        ... 17 common frames omitted
Caused by: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{3upHVk4STv-tWiGXRhC4YA}{127.0.0.1}{127.0.0.1:9001}]
        at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:347)
        at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:245)
        at org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
        at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:363)
        at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
        at org.elasticsearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1256)
        at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
        at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
        at org.sonar.server.es.request.ProxyRefreshRequestBuilder.get(ProxyRefreshRequestBuilder.java:42)
        ... 30 common frames omitted
2018.03.20 14:55:25 ERROR ce[AWJD6Du531kjgVw9dS6y][o.s.c.t.CeWorkerImpl] Executed task | project=test | type=REPORT | id=AWJD6Du531kjgVw9dS6y | time=8696ms
2018.03.20 14:55:27 INFO  ce[][o.s.ce.app.CeServer] Compute Engine is stopped
2018.03.20 14:55:28 INFO  app[][o.s.a.SchedulerImpl] Process [ce] is stopped
2018.03.20 14:55:28 INFO  web[][o.s.p.StopWatcher] Stopping process
2018.03.20 14:55:31 INFO  app[][o.s.a.SchedulerImpl] Process [web] is stopped
2018.03.20 14:55:31 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped

Stack trace B

2018.03.19 19:23:10 WARN  app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [es]: 137
2018.03.19 19:23:10 INFO  app[][o.s.a.SchedulerImpl] Process [es] is stopped
2018.03.19 19:23:10 WARN  web[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xa584e929, L:0.0.0.0/0.0.0.0:38380 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  web[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xdcce1006, L:0.0.0.0/0.0.0.0:38386 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x9dd73cb4, L:0.0.0.0/0.0.0.0:39346 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xda022b67, L:0.0.0.0/0.0.0.0:39358 ! R:/127.0.0.1:9001])
java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:51)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:417)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:362)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:823)
at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1296)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.handler.logging.LoggingHandler.flush(LoggingHandler.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.channel.ChannelDuplexHandler.flush(ChannelDuplexHandler.java:117)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.access$1500(AbstractChannelHandlerContext.java:38)
at io.netty.channel.AbstractChannelHandlerContext$WriteAndFlushTask.write(AbstractChannelHandlerContext.java:1137)
at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:1078)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:462)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at java.lang.Thread.run(Thread.java:748)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xf322c6d5, L:0.0.0.0/0.0.0.0:39356 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x223ec7e2, L:0.0.0.0/0.0.0.0:39368 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x7ed35c42, L:0.0.0.0/0.0.0.0:39370 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x52e38f30, L:0.0.0.0/0.0.0.0:39354 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xcbccad2f, L:0.0.0.0/0.0.0.0:39366 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x5b357089, L:0.0.0.0/0.0.0.0:39362 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x6c81767b, L:0.0.0.0/0.0.0.0:39348 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x4f1abc5b, L:0.0.0.0/0.0.0.0:39364 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x8dd01561, L:0.0.0.0/0.0.0.0:39352 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  ce[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xd38d4d29, L:0.0.0.0/0.0.0.0:39360 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xaecd1b20, L:0.0.0.0/0.0.0.0:38258 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x3a9ec775, L:0.0.0.0/0.0.0.0:38250 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xf890040c, L:0.0.0.0/0.0.0.0:38262 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xbdb6c920, L:0.0.0.0/0.0.0.0:38248 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xfc94be89, L:0.0.0.0/0.0.0.0:38246 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x96e5f1d4, L:0.0.0.0/0.0.0.0:38270 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xcfa3eb34, L:0.0.0.0/0.0.0.0:38272 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xdc5400c0, L:0.0.0.0/0.0.0.0:38252 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0x31e58f92, L:0.0.0.0/0.0.0.0:38254 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xa040120b, L:0.0.0.0/0.0.0.0:38264 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 WARN  app[][o.e.t.n.Netty4Transport] write and flush on the network layer failed (channel: [id: 0xd3665754, L:0.0.0.0/0.0.0.0:38260 ! R:/127.0.0.1:9001])
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
2018.03.19 19:23:10 ERROR web[AWI/D5An7z87AGZiAAou][o.s.s.w.WebServiceEngine] Fail to process request http://sonar.build.dkinternal.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=java-sonar-way-70075&p=1&ps=500
java.lang.IllegalStateException: Fail to execute ES search request 'SearchRequest{searchType=QUERY_THEN_FETCH, indices=[rules], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_alisases_to_multiple_indices=true, forbid_closed_indices=true], types=[rule], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=0, batchedReduceSize=512, preFilterShardSize=128, source={
<remove json> }}' on indices '[rules]' on types '[rule]'
at org.sonar.server.es.request.ProxySearchRequestBuilder.get(ProxySearchRequestBuilder.java:44)
at org.sonar.server.es.request.ProxySearchRequestBuilder.get(ProxySearchRequestBuilder.java:32)
at org.sonar.server.rule.index.RuleIndex.search(RuleIndex.java:164)
at org.sonar.server.rule.ws.SearchAction.doSearch(SearchAction.java:351)
at org.sonar.server.rule.ws.SearchAction.handle(SearchAction.java:162)
at org.sonar.server.ws.WebServiceEngine.execute(WebServiceEngine.java:103)
at org.sonar.server.ws.WebServiceFilter.doFilter(WebServiceFilter.java:86)
at org.sonar.server.platform.web.MasterServletFilter$GodFilterChain.doFilter(MasterServletFilter.java:126)
at org.sonar.server.platform.web.MasterServletFilter.doFilter(MasterServletFilter.java:95)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.sonar.server.user.UserSessionFilter.doFilter(UserSessionFilter.java:87)
at org.sonar.server.user.UserSessionFilter.doFilter(UserSessionFilter.java:71)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.sonar.server.platform.web.SecurityServletFilter.doHttpFilter(SecurityServletFilter.java:72)
at org.sonar.server.platform.web.SecurityServletFilter.doFilter(SecurityServletFilter.java:48)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.sonar.server.platform.web.RedirectFilter.doFilter(RedirectFilter.java:61)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.sonar.server.platform.web.requestid.RequestIdFilter.doFilter(RequestIdFilter.java:63)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.sonar.server.platform.web.RootFilter.doFilter(RootFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at ch.qos.logback.access.tomcat.LogbackValve.invoke(LogbackValve.java:256)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes were available: [{sonarqube}{o91d86_5S5eGSdTUmGiLSg}{C4UsSXVjTJmrdxXfsyvKGQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}]
at org.elasticsearch.client.transport.TransportClientNodesService$RetryListener.onFailure(TransportClientNodesService.java:291)
at org.elasticsearch.action.ActionListenerResponseHandler.handleException(ActionListenerResponseHandler.java:51)
at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:510)
at org.elasticsearch.action.TransportActionNodeProxy.execute(TransportActionNodeProxy.java:51)
at org.elasticsearch.client.transport.TransportProxyClient.lambda$execute$0(TransportProxyClient.java:59)
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:250)
at org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:363)
at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
at org.sonar.server.es.request.ProxySearchRequestBuilder.get(ProxySearchRequestBuilder.java:42)
... 46 common frames omitted
Caused by: org.elasticsearch.transport.NodeNotConnectedException: [sonarqube][127.0.0.1:9001] Node not connected
at org.elasticsearch.transport.TcpTransport.getConnection(TcpTransport.java:637)
at org.elasticsearch.transport.TcpTransport.getConnection(TcpTransport.java:117)
at org.elasticsearch.transport.TransportService.getConnection(TransportService.java:530)
at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:506)
... 55 common frames omitted

Reply all
Reply to author
Forward
0 new messages