but the protocol error you had in this post is gone?
from what i can see in your config, you should use a ip address of the network interface you want to expose sonarqube to on the property sonar.web.host
and not the FQDN. also i see that you set the sonar.web.context
to /sonarqube
and in the access.log
you try to access only /
without the web context, so maybe try to navigate to http://192.168.200.111:9000/sonarqube
and see if you can view the sonarqube interface there.
as a last note: please change your database password as you posted it in the sonar.properties
file and this is a public forum