It is the dashboard json file from exporting via the share button on the
dashboard page.
I would recommend removing it from that directory, because it is not needed
there and can only serve to confuse someone later on.
t=2019-06-18T08:41:43-0600 lvl=eror msg=“Plugins: Failed to load plugin json
file: C:\Grafana\public\app\plugins\datasource\testdata\plugin.json,
err: Plugin with same id already exists”
That’s not so serious, but you should still deal with it.
t=2019-06-18T08:41:43-0600 lvl=info msg=“HTTP Server Listen”
logger=http.server address=0.0.0.0:80 protocol=http subUrl= socket=
t=2019-06-18T08:41:43-0600 lvl=eror msg=“Stopped HTTPServer” logger=server
reason=“listen tcp 0.0.0.0:80: bind: Only one usage of each socket address
(protocol/network address/port) is normally permitted.”
That one is serious, and needs dealing with, otherwise Grafana will never
start.
It tells me you have some other process already listening on port 80 on this
machine (Grafana normally listens on port 3000, so you must have changed this
in a config file), therefore Grafana can’t use port 80 as well.
t=2019-06-18T08:41:43-0600 lvl=eror msg=“Server shutdown” logger=server
reason="listen tcp 0.0.0.0:80: bind: Only one usage of each socket address
(protocol/network address/port) is normally permitted.
path: 'C:\Grafana\conf\provisioning'
This is what I’ve changed it to.
I suppose that’s alright, although it strikes as being just a little bit
recursive…
If it works after you’ve fixed the network port problem, though, then it’s
obviously fine.
Antony.