400 Bad Request http://localhost:9001/api/v2/analysis/version (39ms, unknown-length body)
I have made port change only “conf/sonar.properties”, Do i need to change somwhere else to fix this issues?
400 Bad Request http://localhost:9001/api/v2/analysis/version (39ms, unknown-length body)
I have made port change only “conf/sonar.properties”, Do i need to change somwhere else to fix this issues?
Hey there.
Since port 9001 is by default used for the embedded Elasticsearch, you should make sure you’ve also changed sonar.search.port
to a new value so that there isn’t a conflict.