ES Error [FIELDDATA] Data too large, data for [project] would be larger than limit of [622775500/593.9mb]

232 views
Skip to first unread message

rga...@excentia.es

unread,
Dec 11, 2015, 4:46:47 AM12/11/15
to SonarQube
Hi everyone!

We have problems in our Sonarqube 5.2 instance.
  • OpenJDK 1.7
  • Sonarqube 5.2
  • 8,431,742 LOC
  • 75,781 Files
  • 3,577,517 issues
These problems are related to ES indexes.

Accessing UI to show file info we saw this error:

Fail to execute ES search request '{"size":1000,"query":{"bool":{"must":[{"term":{"fileUuid":"3a1588ac-a661-4561-95a6-06c8cb98e82d"}},{"range":{"line":{"from":1,"to":1000,"include_lower":true,"include_upper":true}}}]}},"sort":[{"line":{"order":"asc"}}]}' on indices '[sourcelines]' on types '[sourceline]'


And a second error that fails again ES query:
Fail to execute ES search request '{"from":0,"size":999999,"query":{"filtered":{"query":{"match_all":{}},"filter":{"bool":{"must":[{"has_parent":{"query":{"filtered":{"query":{"match_all":{}},"filter":{"bool":{"must":{"or":{"filters":[{"term":{"groups":"Anyone"}}]}},"_cache":true}}}},"parent_type":"authorization"}},{"missing":{"field":"resolution"}},{"terms":{"component":["3a1588ac-a661-4561-95a6-06c8cb98e82d"]}}]}}}},"sort":[{"project":{"order":"asc","missing":"_first"}},{"filePath":{"order":"asc","missing":"_first"}},{"line":{"order":"asc","missing":"_first"}},{"severityValue":{"order":"desc","missing":"_first"}},{"key":{"order":"asc","missing":"_first"}}]}' on indices '[issues]' on types '[issue]'

In Sonarqube log file we can see a firs message related to index limit:

2015.12.11 10:33:32 WARN   es[o.e.indices.breaker]  [sonar-1449821580638] [FIELDDATA] New used memory 628620752 [599.4mb] from field [project] would be larger than configured breaker: 622775500 [593.9mb], breaking


That value is configured from ES and I think we can't configure throught Sonarqube... 

And the error message 'Fail to process request' caused by '[FIELDDATA] Data too large, data for [project] would be larger than limit of [622775500/593.9mb]':

2015.12.11 10:33:32 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://sonar.gva.es/api/issues/search?componentUuids=3a1588ac-a661-4561-95a6-06c8cb98e82d&extra_fields=actions%2Ctransitions%2CassigneeName%2CactionPlanName&resolved=false&s=FILE_LINE&asc=true&ignorePaging=true
java
.lang.IllegalStateException: Fail to execute ES search request '{"from":0,"size":999999,"query":{"filtered":{"query":{"match_all":{}},"filter":{"bool":{"must":[{"has_parent":{"query":{"filtered":{"query":{"match_all":{}},"filter":{"bool":{"must":{"or":{"filters":[{"term":{"groups":"Anyone"}}]}},"_cache":true}}}},"parent_type":"authorization"}},{"missing":{"field":"resolution"}},{"terms":{"component":["3a1588ac-a661-4561-95a6-06c8cb98e82d"]}}]}}}},"sort":[{"project":{"order":"asc","missing":"_first"}},{"filePath":{"order":"asc","missing":"_first"}},{"line":{"order":"asc","missing":"_first"}},{"severityValue":{"order":"desc","missing":"_first"}},{"key":{"order":"asc","missing":"_first"}}]}' on indices '[issues]' on types '[issue]'
 at org
.sonar.server.es.request.ProxySearchRequestBuilder.get(ProxySearchRequestBuilder.java:49) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.es.request.ProxySearchRequestBuilder.get(ProxySearchRequestBuilder.java:37) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.issue.index.IssueIndex.search(IssueIndex.java:191) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.issue.IssueService.search(IssueService.java:351) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.issue.ws.SearchAction.execute(SearchAction.java:304) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.issue.ws.SearchAction.handle(SearchAction.java:279) ~[sonar-server-5.1.2.jar:na]
 at org
.sonar.server.ws.WebServiceEngine.execute(WebServiceEngine.java:84) ~[sonar-server-5.1.2.jar:na]
 at sun
.reflect.GeneratedMethodAccessor193.invoke(Unknown Source) ~[na:na]
 at sun
.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_71]
 at java
.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_71]
 at org
.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:425) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:292) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:44) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:70) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Api::JavaWsController$$index_18AF0797CD66B4E310384A14E2B9EE369902E67F1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/app/controllers/api/java_ws_controller.rb:30) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Api::JavaWsController$$index_18AF0797CD66B4E310384A14E2B9EE369902E67F1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/app/controllers/api/java_ws_controller.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyClass.finvoke(RubyClass.java:527) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyBasicObject.send(RubyBasicObject.java:2590) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyKernel.send(RubyKernel.java:2223) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyKernel$INVOKER$s$send.call(RubyKernel$INVOKER$s$send.gen) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$perform_action_DA0FC0A901DD1257EC969DB0C482DD8514B8F04B1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb:1333) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$perform_action_DA0FC0A901DD1257EC969DB0C482DD8514B8F04B1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:185) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$call_filters_A7E1D3FFBF56E3CB7C0EBA850688505249A05AE91516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb:617) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$call_filters_A7E1D3FFBF56E3CB7C0EBA850688505249A05AE91516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:236) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$perform_action_with_filters_4C7C67B4A5564FF5DC76344AF2372660F608839C1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb:610) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$perform_action_with_filters_4C7C67B4A5564FF5DC76344AF2372660F608839C1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:185) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Benchmarking$$perform_action_with_benchmark_303676EADF39D1B66CBA6FF2131B0D6C74E043451516382161.block_0$RUBY$__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/benchmarking.rb:68) [jruby-complete-1.7.9.jar:na]
 at rubyjit$ActionController
::Benchmarking$$perform_action_with_benchmark_303676EADF39D1B66CBA6FF2131B0D6C74E043451516382161$block_0$RUBY$__file__.call(rubyjit$ActionController::Benchmarking$$perform_action_with_benchmark_303676EADF39D1B66CBA6FF2131B0D6C74E043451516382161$block_0$RUBY$__file__) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:112) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:95) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:75) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.Block.yieldSpecific(Block.java:111) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Module$$ms_A9C6E2920290A1221EDA9CE357DE380BBA9B1BD91516382161.block_0$RUBY$__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activesupport-2.3.15/lib/active_support/core_ext/benchmark.rb:17) [jruby-complete-1.7.9.jar:na]
 at rubyjit$Module$$ms_A9C6E2920290A1221EDA9CE357DE380BBA9B1BD91516382161$block_0$RUBY$__file__
.call(rubyjit$Module$$ms_A9C6E2920290A1221EDA9CE357DE380BBA9B1BD91516382161$block_0$RUBY$__file__) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:112) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:95) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:75) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.Block.yieldSpecific(Block.java:111) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Benchmark$$realtime_D80759D5ED3DED92A37F972B3598DFDF9CC64E2A1516382161.__file__(jar:file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-complete-1.7.9.jar!/META-INF/jruby.home/lib/ruby/1.8/benchmark.rb:308) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Benchmark$$realtime_D80759D5ED3DED92A37F972B3598DFDF9CC64E2A1516382161.__file__(jar:file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-complete-1.7.9.jar!/META-INF/jruby.home/lib/ruby/1.8/benchmark.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:193) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.WrapperMethod.call(WrapperMethod.java:74) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Module$$ms_A9C6E2920290A1221EDA9CE357DE380BBA9B1BD91516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activesupport-2.3.15/lib/active_support/core_ext/benchmark.rb:17) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Module$$ms_A9C6E2920290A1221EDA9CE357DE380BBA9B1BD91516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activesupport-2.3.15/lib/active_support/core_ext/benchmark.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Benchmarking$$perform_action_with_benchmark_303676EADF39D1B66CBA6FF2131B0D6C74E043451516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/benchmarking.rb:68) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Benchmarking$$perform_action_with_benchmark_303676EADF39D1B66CBA6FF2131B0D6C74E043451516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/benchmarking.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:185) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Rescue$$perform_action_with_rescue_C881D7FD614DB6154FDE67AADAA1B18CFBA9E44D1516382161.chained_0_rescue_1$RUBY$SYNTHETIC__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/rescue.rb:160) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Rescue$$perform_action_with_rescue_C881D7FD614DB6154FDE67AADAA1B18CFBA9E44D1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/rescue.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Rescue$$perform_action_with_rescue_C881D7FD614DB6154FDE67AADAA1B18CFBA9E44D1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/rescue.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:185) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Flash::InstanceMethods$$perform_action_with_flash_00190F39E4A509D41D1870DF577ADEFF4F2D86E01516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/flash.rb:151) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Flash::InstanceMethods$$perform_action_with_flash_00190F39E4A509D41D1870DF577ADEFF4F2D86E01516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/flash.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:193) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:81) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyClass.finvoke(RubyClass.java:527) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyBasicObject.send(RubyBasicObject.java:2590) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyKernel.send(RubyKernel.java:2223) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyKernel$INVOKER$s$send.call(RubyKernel$INVOKER$s$send.gen) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:350) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callVarargs(CachingCallSite.java:103) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$process_0CD993B4C06E435A5AD30338E2A0816E502066551516382161.chained_0_ensure_1$RUBY$__ensure__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb:532) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$process_0CD993B4C06E435A5AD30338E2A0816E502066551516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$process_0CD993B4C06E435A5AD30338E2A0816E502066551516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:50) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:233) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:71) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:236) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callVarargs(CachingCallSite.java:105) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$process_with_filters_77F73D0F3CFC9652FC1D8F99FD6ECB9ACFAEB2BE1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb:606) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Filters::InstanceMethods$$process_with_filters_77F73D0F3CFC9652FC1D8F99FD6ECB9ACFAEB2BE1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/filters.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:46) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:221) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:217) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:66) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$process_D1BAE9F2F7D6D00DAEDE9A175F15297655D718711516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb:391) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$process_D1BAE9F2F7D6D00DAEDE9A175F15297655D718711516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:221) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$call_8944B8D4A6D3AF4F57DE7885AE3EA09ADFDAED2A1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb:386) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Base$$call_8944B8D4A6D3AF4F57DE7885AE3EA09ADFDAED2A1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/base.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Routing::RouteSet$$call_426E45DA86B30E16B94E5379DB9F140F78AE4BF41516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/routing/route_set.rb:450) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Routing::RouteSet$$call_426E45DA86B30E16B94E5379DB9F140F78AE4BF41516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/routing/route_set.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$dispatch_8AA750B78C06FEA2C9269E628FA684BF9C3014791516382161.chained_1_rescue_1$RUBY$SYNTHETIC__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb:87) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$dispatch_8AA750B78C06FEA2C9269E628FA684BF9C3014791516382161.chained_0_ensure_1$RUBY$__ensure__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$dispatch_8AA750B78C06FEA2C9269E628FA684BF9C3014791516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb:85) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$dispatch_8AA750B78C06FEA2C9269E628FA684BF9C3014791516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:141) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$_call_CD38443163AC875A33B6E9F44AC41E096715B2081516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb:121) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$_call_CD38443163AC875A33B6E9F44AC41E096715B2081516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:384) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:336) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.BlockBody.call(BlockBody.java:73) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.Block.call(Block.java:101) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyProc.call(RubyProc.java:290) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyProc.call(RubyProc.java:224) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyProc$INVOKER$i$0$0$call.call(RubyProc$INVOKER$i$0$0$call.gen) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::QueryCache$$call_A14988755E65051CA93890DA44DDBD1292F522011516382161.block_0$RUBY$__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/query_cache.rb:29) [jruby-complete-1.7.9.jar:na]
 at rubyjit$ActiveRecord
::QueryCache$$call_A14988755E65051CA93890DA44DDBD1292F522011516382161$block_0$RUBY$__file__.call(rubyjit$ActiveRecord::QueryCache$$call_A14988755E65051CA93890DA44DDBD1292F522011516382161$block_0$RUBY$__file__) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:112) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:95) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:75) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.Block.yieldSpecific(Block.java:111) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::QueryCache$$cache_A633D695A7F60465017E9EF9D11E22D24BBB2F4C1516382161.chained_0_ensure_1$RUBY$__ensure__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/query_cache.rb:34) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::QueryCache$$cache_A633D695A7F60465017E9EF9D11E22D24BBB2F4C1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/query_cache.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::QueryCache$$cache_A633D695A7F60465017E9EF9D11E22D24BBB2F4C1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/query_cache.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:149) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::QueryCache::ClassMethods$$cache_F67A1FFCC8AF52449A8884B5FC24C1FD70A7AFD21516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/query_cache.rb:9) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::QueryCache::ClassMethods$$cache_F67A1FFCC8AF52449A8884B5FC24C1FD70A7AFD21516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/query_cache.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::QueryCache$$call_A14988755E65051CA93890DA44DDBD1292F522011516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/query_cache.rb:28) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::QueryCache$$call_A14988755E65051CA93890DA44DDBD1292F522011516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/query_cache.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::ConnectionManagement$$call_90D2EFA9453A4B4B189AB976C186F4E8E3F4ECFD1516382161.chained_0_ensure_1$RUBY$__ensure__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/connection_pool.rb:361) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::ConnectionManagement$$call_90D2EFA9453A4B4B189AB976C186F4E8E3F4ECFD1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/connection_pool.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActiveRecord::ConnectionAdapters::ConnectionManagement$$call_90D2EFA9453A4B4B189AB976C186F4E8E3F4ECFD1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract/connection_pool.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::StringCoercion$$call_D51288B7BF2BE6EC36483A8B41C5A7EAE6E2E5E71516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/string_coercion.rb:25) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::StringCoercion$$call_D51288B7BF2BE6EC36483A8B41C5A7EAE6E2E5E71516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/string_coercion.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Head$$call_11E01435D8E4F85C3AFDDE7D971052B5110D07791516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/head.rb:9) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Head$$call_11E01435D8E4F85C3AFDDE7D971052B5110D07791516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/head.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::MethodOverride$$call_A192A02E0A99D7CFCD654C9DE135FDC02C454D651516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/methodoverride.rb:24) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::MethodOverride$$call_A192A02E0A99D7CFCD654C9DE135FDC02C454D651516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/methodoverride.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::ParamsParser$$call_FD7B93C776B6EA91369F872184F90A76E29E01DF1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/params_parser.rb:15) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::ParamsParser$$call_FD7B93C776B6EA91369F872184F90A76E29E01DF1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/params_parser.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.JRuby::Rack::Session::SessionStore$$context_0E1F4BFDA407ED836479344660DBC64CEA03CE011516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/jruby/rack/session_store.rb:70) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.JRuby::Rack::Session::SessionStore$$context_0E1F4BFDA407ED836479344660DBC64CEA03CE011516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/jruby/rack/session_store.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Session::Abstract::ID$$call_995B04BBF18C14C6F594A803A25290E93788D13E1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/session/abstract/id.rb:58) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Session::Abstract::ID$$call_995B04BBF18C14C6F594A803A25290E93788D13E1516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/rack-1.1.6/lib/rack/session/abstract/id.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Failsafe$$call_C56662FB7D6C93EA6FAA101961E670BAD61A30961516382161.chained_0_rescue_1$RUBY$SYNTHETIC__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/failsafe.rb:26) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Failsafe$$call_C56662FB7D6C93EA6FAA101961E670BAD61A30961516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/failsafe.rb) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Failsafe$$call_C56662FB7D6C93EA6FAA101961E670BAD61A30961516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/failsafe.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$call_E48E93D5AB66D9883FF2780317A0C66F0B9A3F181516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb:106) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.ActionController::Dispatcher$$call_E48E93D5AB66D9883FF2780317A0C66F0B9A3F181516382161.__file__(/srv_apl/sonar/sonarqube-5.1.2/web/WEB-INF/gems/gems/actionpack-2.3.15/lib/action_controller/dispatcher.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Adapter::Rails$$serve_rails_7BB0718E629FB97D01DE161C75D4AB1B2287DB201516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/adapter/rails.rb:34) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Adapter::Rails$$serve_rails_7BB0718E629FB97D01DE161C75D4AB1B2287DB201516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/adapter/rails.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Adapter::Rails$$call_53C2561E82BE13BC6589E138533EBF83460FC2371516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/adapter/rails.rb:39) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Adapter::Rails$$call_53C2561E82BE13BC6589E138533EBF83460FC2371516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/adapter/rails.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Handler::Servlet$$call_8E7740794C2C9B2AA48C4FF36A45D7CC91DA05601516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/handler/servlet.rb:22) [jruby-complete-1.7.9.jar:na]
 at rubyjit
.Rack::Handler::Servlet$$call_8E7740794C2C9B2AA48C4FF36A45D7CC91DA05601516382161.__file__(file:/srv_apl/sonar/sonarqube-5.1.2/lib/server/jruby-rack-1.1.13.2.jar!/rack/handler/servlet.rb) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyClass.finvoke(RubyClass.java:690) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.runtime.Helpers.invoke(Helpers.java:498) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:363) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.javasupport.JavaEmbedUtils$1.callMethod(JavaEmbedUtils.java:143) [jruby-complete-1.7.9.jar:na]
 at org
.jruby.rack.DefaultRackApplication.call(DefaultRackApplication.java:64) [jruby-rack-1.1.13.2.jar:na]
 at org
.jruby.rack.AbstractRackDispatcher.process(AbstractRackDispatcher.java:33) [jruby-rack-1.1.13.2.jar:na]
 at org
.jruby.rack.AbstractFilter.doFilter(AbstractFilter.java:66) [jruby-rack-1.1.13.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.sonar.server.platform.SecurityServletFilter.doFilter(SecurityServletFilter.java:41) [sonar-server-5.1.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.sonar.server.platform.MasterServletFilter.doFilter(MasterServletFilter.java:80) [sonar-server-5.1.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.sonar.server.user.UserSessionFilter.doFilter(UserSessionFilter.java:42) [sonar-server-5.1.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.sonar.server.user.DatabaseSessionFilter.doFilter(DatabaseSessionFilter.java:36) [sonar-server-5.1.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.sonar.server.platform.ProfilingFilter.doFilter(ProfilingFilter.java:85) [sonar-server-5.1.2.jar:na]
 at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at ch
.qos.logback.access.tomcat.LogbackValve.invoke(LogbackValve.java:189) [logback-access-1.1.2.jar:na]
 at org
.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:516) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1086) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:659) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:223) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1558) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at org
.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1515) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at java
.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_71]
 at java
.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_71]
 at org
.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.18.jar:8.0.18]
 at java
.lang.Thread.run(Thread.java:745) [na:1.7.0_71]
Caused by: org.elasticsearch.action.search.SearchPhaseExecutionException: Failed to execute phase [query_fetch], all shards failed; shardFailures {[5Yo7gqRKRC2WX5tWYU6EEg][issues][0]: QueryPhaseExecutionException[[issues][0]: query[filtered(ConstantScore(BooleanFilter(+CustomQueryWrappingFilter(parent_filter[authorization](filtered(ConstantScore(cache(BooleanFilter(+cache(groups:Anyone)))))->cache(_type:authorization))) +cache(NotFilter(cache(BooleanFilter(_field_names:resolution)))) +cache(component:3a1588ac-a661-4561-95a6-06c8cb98e82d))))->cache(_type:issue)],from[0],size[999999],sort[<custom:"project": org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource@6f0fe774>,<custom:"filePath": org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource@7d24a9a2>,<custom:"line": org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource@71fd0add>,<custom:"severityValue": org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource@1bd46da2>!,<custom:"key": org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource@1769b4f4>]: Query Failed [Failed to execute main query]]; nested: ElasticsearchException[org.elasticsearch.common.breaker.CircuitBreakingException: [FIELDDATA] Data too large, data for [project] would be larger than limit of [622775500/593.9mb]]; nested: UncheckedExecutionException[org.elasticsearch.common.breaker.CircuitBreakingException: [FIELDDATA] Data too large, data for [project] would be larger than limit of [622775500/593.9mb]]; nested: CircuitBreakingException[[FIELDDATA] Data too large, data for [project] would be larger than limit of [622775500/593.9mb]]; }
 at org
.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.onFirstPhaseResult(TransportSearchTypeAction.java:233) ~[elasticsearch-1.4.4.jar:na]
 at org
.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$1.onFailure(TransportSearchTypeAction.java:179) ~[elasticsearch-1.4.4.jar:na]
 at org
.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:565) ~[elasticsearch-1.4.4.jar:na]
 at java
.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_71]
 at java
.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_71]
 
... 1 common frames omitted


We fix these errors reindexing all data in Sonarqube, but we have no clue to avoid correctly the error

Any ideas or recommendations to avoid problems with indexes, limits, corrupted, etc... ?

Best regards,
Ricardo.

Caio Carlo Candido

unread,
Mar 27, 2017, 5:25:26 PM3/27/17
to SonarQube
Ricardo,

Boa tarde,

Estou com o mesmo problema.
Você conseguiu alguma solução definitiva para resolvê-lo?

No aguardo,

Caio

G. Ann Campbell

unread,
Mar 28, 2017, 3:56:20 AM3/28/17
to SonarQube
Hi

Please stick to English in this group.


Thx,
Ann
Reply all
Reply to author
Forward
0 new messages