'Chronicle Queue: Client id file not present
I'm experimenting with running chronicle queue inside docker containers. Why do I get the following error only when running in a container, and not when running directly on host?
What is this .chronicle.analytics.client.id file used for?
Client id file not present: /root/.chronicle.analytics.client.id java.nio.file.NoSuchFileException: /root/.chronicle.analytics.client.id
Solution 1:[1]
The file ~/.chronicle.analytics.client.id is created unless it already exists and will contain a random UUID number used by Google Analytics as per https://github.com/OpenHFT/Chronicle-Queue/blob/ea/DISCLAIMER.adoc
The message is not an error but an information message.
Using the link above, you can get information on how to turn off this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Per-Ã…ke Minborg |
