There is a [Plugin unavailable] error when i add iotdb datasource plugin

there is a [Plugin unavailable] error when i add iotdb datasource plugin,there is no more infomation in /var/log/grafana/grafana.log, the complate log is :

logger=context userId=1 orgId=1 uname=admin t=2023-02-27T10:11:30.52347128+08:00 level=error msg="Request Completed" method=POST path=/api/ds/query status=500 remote_addr=***** time_ms=1 duration=1.075144ms size=98 referer="http://*****:3000/explore?left=%7B%22datasource%22%3A%22AnSXmGbVz%22%2C%22queries%22%3A%5B%7B%22refId%22%3A%22A%22%2C%22datasource%22%3A%7B%22type%22%3A%22apache-iotdb-datasource%22%2C%22uid%22%3A%22AnSXmGbVz%22%7D%2C%22sqlType%22%3A%22SQL%3A+Full+Customized%22%2C%22expression%22%3A%5B%22%2A%22%5D%2C%22prefixPath%22%3A%5B%22root.ln.wf01.wt01%22%5D%2C%22condition%22%3A%22%22%2C%22control%22%3A%22%22%2C%22isDropDownList%22%3Afalse%2C%22aggregateFun%22%3A%22%22%2C%22fillClauses%22%3A%22%22%7D%5D%2C%22range%22%3A%7B%22from%22%3A%22now-1h%22%2C%22to%22%3A%22now%22%7D%7D&orgId=1" handler=/api/ds/query
logger=context userId=1 orgId=1 uname=admin t=2023-02-27T10:11:39.28598236+08:00 level=error msg="Internal server error" error="[plugin.unavailable] plugin unavailable" remote_addr=****** traceID=
logger=context userId=1 orgId=1 uname=admin t=2023-02-27T10:11:39.286068012+08:00 level=error msg="Request Completed" method=POST path=/api/ds/query status=500 remote_addr=***** time_ms=0 duration=908.596µs size=98 referer="http://*****:3000/explore?left=%7B%22datasource%22%3A%22AnSXmGbVz%22%2C%22queries%22%3A%5B%7B%22refId%22%3A%22A%22%2C%22datasource%22%3A%7B%22type%22%3A%22apache-iotdb-datasource%22%2C%22uid%22%3A%22AnSXmGbVz%22%7D%2C%22sqlType%22%3A%22SQL%3A+Full+Customized%22%2C%22expression%22%3A%5B%22%2A%22%5D%2C%22prefixPath%22%3A%5B%22root.ln.wf01.wt01%22%5D%2C%22condition%22%3A%22%22%2C%22control%22%3A%22%22%2C%22isDropDownList%22%3Afalse%2C%22aggregateFun%22%3A%22%22%2C%22fillClauses%22%3A%22%22%7D%5D%2C%22range%22%3A%7B%22from%22%3A%22now-1h%22%2C%22to%22%3A%22now%22%7D%7D&orgId=1" handler=/api/ds/query

1 Like

In my case, I was running dockers on Windows 10. Unconsciously, I used windows version of the plugin, while the docker only supports linux verion, hence this error.