{"level":"fatal","timestamp":"2025-06-26T14:05:11.632+0530","caller":"query-service/main.go:153","msg":"Could not start servers{error 26 0 listen tcp 0.0.0.0:8080: bind: address already in use}","stacktrace":"main.main\n\t/Users/karuna/signoz/pkg/query-service/main.go:153\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:283"}
exit status 1
make: *** [go-run-community] Error 1
hi team getting this error when running
make go-run-community
l
LC
06/26/2025, 5:46 PM
the error message is pretty clear. you already have a service using port 8080. Unless it tried started itself twice..
"Could not start servers{error 26 0 listen tcp 0.0.0.08080 bind: address already in use}"
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.