Hello, we have previously deployed signoz to aws t...
# support
i
Hello, we have previously deployed signoz to aws through eks and it worked. Recentley we have made some changes and we cant figure out how to solve this problem:
Copy code
$ kubectl logs -f signoz-query-service-0 -n platform
2023-06-14T13:09:54.277Z	INFO	version/version.go:43

SigNoz version   : v0.20.2
Commit SHA-1     : 84c4668
Commit timestamp : 2023-06-09T08:52:13Z
Branch           : HEAD
Go version       : go1.18.10

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


2023-06-14T13:09:54.277Z	WARN	query-service/main.go:61	No JWT secret key is specified.
main.main
	/go/src/github.com/signoz/signoz/ee/query-service/main.go:61
runtime.main
	/usr/local/go/src/runtime/proc.go:250
2023-06-14T13:09:55.390Z	INFO	license/manager.go:127	No active license found, defaulting to basic plan
2023-06-14T13:09:55.391Z	INFO	app/server.go:117	Using ClickHouse as datastore ...
ts=2023-06-14T13:09:55.393Z caller=query_logger.go:113 level=error component=activeQueryTracker msg="Failed to create directory for logging active queries"
ts=2023-06-14T13:09:55.394Z caller=engine.go:349 level=debug component="query engine" msg="Lookback delta is zero, setting to default value" value=5m0s
ts=2023-06-14T13:09:55.394Z caller=reader.go:364 level=info msg="Loading configuration file" filename=/root/config/prometheus.yml
ts=2023-06-14T13:09:55.395Z caller=query_logger.go:113 level=error msg="Failed to create directory for logging active queries"
ts=2023-06-14T13:09:55.399Z caller=reader.go:381 level=info msg="Completed loading of configuration file" filename=/root/config/prometheus.yml
ts=2023-06-14T13:09:55.401Z caller=engine.go:349 level=debug component="promql evaluator" msg="Lookback delta is zero, setting to default value" value=5m0s
2023-06-14T13:09:55.404Z	INFO	alertManager/notifier.go:94	Starting notifier with alert manager:[<http://signoz-alertmanager:9093/api/>]
2023-06-14T13:09:55.404Z	INFO	app/server.go:587	rules manager is ready
2023-06-14T13:09:55.411Z	DEBUG	rules/apiParams.go:86	postable rule(parsed):%!(EXTRA *rules.PostableRule=&{High Latency Warning TRACES_BASED_ALERT  threshold_rule 300000000000 0 {"op":"1","target":20000,"matchType":"4"} map[details:<https://olt-ui.preprod-vcmts.ngan.comcast.net/traces> severity:warning] map[description:A new trace-based alert] false <https://olt-ui.preprod-vcmts.ngan.comcast.net/alerts/new> [Signoz-Alerts]  })
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x1047f40]

goroutine 1 [running]:
<http://go.signoz.io/signoz/pkg/query-service/rules.parseIntoRule({{0x0|go.signoz.io/signoz/pkg/query-service/rules.parseIntoRule({{0x0>, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, 0x0, ...}, ...)
	/go/src/github.com/signoz/signoz/pkg/query-service/rules/apiParams.go:114 +0x4e0
<http://go.signoz.io/signoz/pkg/query-service/rules.parsePostableRule(...)|go.signoz.io/signoz/pkg/query-service/rules.parsePostableRule(...)>
	/go/src/github.com/signoz/signoz/pkg/query-service/rules/apiParams.go:63
<http://go.signoz.io/signoz/pkg/query-service/rules.ParsePostableRule({0xc0001b5000|go.signoz.io/signoz/pkg/query-service/rules.ParsePostableRule({0xc0001b5000>?, 0xc00077b800?, 0x768?})
	/go/src/github.com/signoz/signoz/pkg/query-service/rules/apiParams.go:59 +0x65
<http://go.signoz.io/signoz/pkg/query-service/rules.(*Manager).initiate(0xc00016e080)|go.signoz.io/signoz/pkg/query-service/rules.(*Manager).initiate(0xc00016e080)>
	/go/src/github.com/signoz/signoz/pkg/query-service/rules/manager.go:156 +0x16a
<http://go.signoz.io/signoz/pkg/query-service/rules.(*Manager).Start(0xc00004c420?)|go.signoz.io/signoz/pkg/query-service/rules.(*Manager).Start(0xc00004c420?)>
	/go/src/github.com/signoz/signoz/pkg/query-service/rules/manager.go:130 +0x25
<http://go.signoz.io/signoz/ee/query-service/app.(*Server).Start(0xc00019c540)|go.signoz.io/signoz/ee/query-service/app.(*Server).Start(0xc00019c540)>
	/go/src/github.com/signoz/signoz/ee/query-service/app/server.go:454 +0x93
main.main()
	/go/src/github.com/signoz/signoz/ee/query-service/main.go:71 +0x574