-
Notifications
You must be signed in to change notification settings - Fork 77
Failed to start backend plugin v2.0.2 #331
Comments
Hi @tmanh17, |
Hi @ofir5300 Could you please share any news. I saw that there was a pull request to update binary builds at #332. But when I try to run locally again, I get some other errors Firstly, I tried to test alert by builder query then get the following error when click Test Rule button
Then tried to create the chart by SQL then get another error when click Test Rule button
|
Hi @tmanh17, Regarding your local run, those alert errors are healthy - meaning you are running the last update of the alert feature. |
@ofir5300 That's good to hear. I added location. then create a query and it get another errors then I remove WHERE condition, It occurs another error |
Updated, It works if the macro is removed. Thanks |
Bug Report
I tried to use alert feature in the PR #322 but can't not start backend plugin v2.0.2.
some logs:
Steps to Reproduce the Problem
Install plugin v2.0.2 manually from branch OfirCohen/v2.0.2
cd /var/lib/grafana/plugins/
git clone -b OfirCohen/v2.0.2 https://github.com/doitintl/bigquery-grafana.git doitintl-bigquery-datasource
restart grafana
service grafana-service restart
Try to fix some errors as the following
Tried
try to add allow_loading_unsigned_plugins = doitintl-bigquery-datasource to [plugins] in /etc/grafana/grafana.ini
get error:
msg="Failed to start plugin" logger=plugins.backend pluginId=doitintl-bigquery-datasource error="fork/exec /var/lib/grafana/plugins/doitintl-bigquery-datasource/dist/doitintl-bigquery-datasource_linux_amd64: permission denied"
then try
chmod 755 doitintl-bigquery-datasource_linux_amd64
get error:
Specifications
The text was updated successfully, but these errors were encountered: