Hello, I need help. I'm trying to boot up query-se...
# support
u
Hello, I need help. I'm trying to boot up query-service on signoz-docker environment in WSL. However I got error message like belows. Any ideas?
Copy code
{"level":"\u001b[31mFATAL\u001b[0m","timestamp":"2024-05-09T18:20:58.696+0900","caller":"query-service/main.go:95","msg":"Failed to create server{error 26 0  Storage type:  is not supported in query service}","stacktrace":"main.main\n\t/root/signoz/pkg/query-service/main.go:95\nruntime.main\n\t/snap/go/10585/src/runtime/proc.go:271"}
exit status 1
root@hjchoi-samsung:~/signoz/pkg/query-service# CGO_ENABLED=1 go run main.go # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c12804910: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c12800910: note: declared here 128009 | Select standin; | ^~~~~~~ SigNoz version : -- Commit SHA-1 : -- Commit timestamp : -- Branch : -- Go version : go1.22.2 For SigNoz Official Documentation, visit https://signoz.io/docs For SigNoz Community Slack, visit http://signoz.io/slack For discussions about SigNoz, visit https://community.signoz.io Check SigNoz Github repo for license details. Copyright 2022 SigNoz {"level":"\u001b[33mWARN\u001b[0m","timestamp":"2024-05-09T182048.691+0900","caller":"query-service/main.go:88","msg":"No JWT secret key is specified."} {"level":"\u001b[31mFATAL\u001b[0m","timestamp":"2024-05-09T182058.696+0900","caller":"query-service/main.go:95","msg":"Failed to create server{error 26 0 Storage type: is not supported in query service}","stacktrace":"main.main\n\t/root/signoz/pkg/query-service/main.go95\nruntime.main\n\t/snap/go/10585/src/runtime/proc.go271"} exit status 1
p
Hi @최현진 👋 Windows is not officially supported by SigNoz yet. However, you could still get SigNoz cluster to work in WSL by replacing volume mounts to Docker volumes as mentioned in the thread below. https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1710913564483749?thread_ts=1710743844.765379&cid=C01HWQ1R0BC