Brand new SonarQube 5.3 install crashing while doing issue differential -


here have done far;

  • installed sonarqube 5.3
  • pointed sq 5.3 @ empty sonar database valid sonar user
  • run analysis on project
  • run analysis on project again

when @ project page after second analysis , there new issues, click link says "30 new issues" show me introduced issues. builds url this:

http://sonar-server:9000/component_issues?id=myproject#resolved=false|createdafter=2016-07-21t18%3a20%3a08%2b0000

but large pink elasticsearch error, boils down this:

numberformatexception[for input string: "gmt+00"]; @ org.elasticsearch.action.search.type.transportsearchtypeaction$baseasyncaction.onfirstphaseresult(transportsearchtypeaction.java:237) ~[elasticsearch-1.7.2.jar:na] @ org.elasticsearch.action.search.type.transportsearchtypeaction$baseasyncaction$1.onfailure(transportsearchtypeaction.java:183) ~[elasticsearch-1.7.2.jar:na] ... 

the offending snippet of json can see contains string looks this:

"createdat": {"date_histogram": {"field":"issuecreatedat",   "interval":"1d", "min_doc_count":0, "pre_zone":"gmt+00:00", "post_zone":"gmt+00:00", "format":"yyyy-mm-dd't'hh:mm:ssz" 

someone appears have had similar issue recently, did not answer: sonarqube 5.x differential views ko (json parsing exception)

i tried solution issue - forcing user.timezone - if put wrapper.conf in "don't mess this" section additional property, not passed underlying java processes (when check ps -ef | grep java).

i googled, stackoverflow-searched, searched google group , sonarqube-jira searched things numberformatexception sonarqube, etc. @ loss. brand new install of sq 5.3, onto machine time zone set gmt.

thank assistance.


Comments