influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.7k stars 3.54k forks source link

Erreur téléchargement InfluxDB #23282

Open Mayelle26 opened 2 years ago

Mayelle26 commented 2 years ago

Bonjour, j'ai essayé de télécharger influxDB a l'aide de ces sites : https://technixleo.com/how-to-install-influxdb-on-windows/ et https://docs.influxdata.com/influxdb/v2.2/install/ . Je suis sous windows et lorsque j'execute ./influxd j'obtiens le message suivant:

PS C:\Program Files\InfluxData\influxdb\influxdb2-2.1.1-windows-amd64> ./influxd
2022-04-19T08:07:17.016343Z     info    Welcome to InfluxDB     {"log_id": "0_xDck60000", "version": "2.1.1", "commit": "657e1839de", "build_date": "2021-11-09T03:03:48Z"}
2022-04-19T08:07:17.016343Z     error   Failed opening bolt     {"log_id": "0_xDck60000", "error": "unable to create directory C:\\Users\\cardr\\.influxdbv2\\influxd.bolt: mkdir C:\\Users\\cardr\\.influxdbv2: Access is denied."}
Error: unable to create directory C:\Users\cardr\.influxdbv2\influxd.bolt: mkdir C:\Users\cardr\.influxdbv2: Access is denied.
See 'influxd -h' for help

Auriez-vous des solutions à me proposer?

JerYme commented 2 years ago

Hello,

You encounter an permission error, when trying to write to a user path : C:\Users\cardr\.influxdbv2: Access is denied

Try creating manually this directory or change the permission on this folder to give influxd the right to create this directory.

Regards.