jhuckaby / performa

A multi-server monitoring system with a web based UI.
Other
424 stars 20 forks source link

When starting I get Error: Failed to fetch key: global/alerts: File not found #13

Closed spidgorny closed 3 years ago

spidgorny commented 3 years ago

When starting I get Error: Failed to fetch key: global/alerts: File not found.

I believe it comes from https://github.com/jhuckaby/pixl-server-storage

[1627995905.023][2021-08-03 15:05:05][761k7y2][18804][API][debug][3][Adding API namespace: app][]
[1627995905.03][2021-08-03 15:05:05][761k7y2][18804][WebServer][debug][3][Adding custom URI handler: /^\/fi
les/: File][]
[1627995905.033][2021-08-03 15:05:05][761k7y2][18804][WebServer][debug][3][Adding custom request method han
dler: OPTIONS: CORS Preflight][]
[1627995905.041][2021-08-03 15:05:05][761k7y2][18804][Performa][error][startup][Component startup error: Er
ror: Failed to fetch key: global/alerts: File not found][]
[1627995905.042][2021-08-03 15:05:05][761k7y2][18804][Performa][debug][1][Component startup error: Error: F
ailed to fetch key: global/alerts: File not found][]
[1627995905.043][2021-08-03 15:05:05][761k7y2][18804][Performa][debug][2][Shutting down][]
[1627995905.082][2021-08-03 15:05:05][761k7y2][18804][Performa][error][1][Startup process was interrupted,
exiting][]

Any ideas?

jhuckaby commented 3 years ago

You have to run the setup script first. It creates all the necessary storage records.

https://github.com/jhuckaby/performa#setup

/opt/performa/bin/control.sh setup

-- Joseph Huckaby @.***

On Tue, Aug 3, 2021, at 6:08 AM, Slawa Pidgorny wrote:

When starting I get Error: Failed to fetch key: global/alerts: File not found.

I believe it comes from https://github.com/jhuckaby/pixl-server-storage

[1627995905.023][2021-08-03 15:05:05][761k7y2][18804][API][debug][3][Adding API namespace: app][] [1627995905.03][2021-08-03 15:05:05][761k7y2][18804][WebServer][debug][3][Adding custom URI handler: /^\/fi les/: File][] [1627995905.033][2021-08-03 15:05:05][761k7y2][18804][WebServer][debug][3][Adding custom request method han dler: OPTIONS: CORS Preflight][] [1627995905.041][2021-08-03 15:05:05][761k7y2][18804][Performa][error][startup][Component startup error: Er ror: Failed to fetch key: global/alerts: File not found][] [1627995905.042][2021-08-03 15:05:05][761k7y2][18804][Performa][debug][1][Component startup error: Error: F ailed to fetch key: global/alerts: File not found][] [1627995905.043][2021-08-03 15:05:05][761k7y2][18804][Performa][debug][2][Shutting down][] [1627995905.082][2021-08-03 15:05:05][761k7y2][18804][Performa][error][1][Startup process was interrupted, exiting][] Any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhuckaby/performa/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFLCXNINIW6LQWH4MON4WTT27S3JANCNFSM5BOZVOGQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

spidgorny commented 3 years ago

Thank you. It totally works.