Docker Images Runtime Error - Clickhouse Logs Exporter Issue
TLDR Mano encountered a runtime error when running docker images related to a clickhouse logs exporter issue. Srikanth suggested checking file system permissions.
Aug 17, 2023 (1 month ago)
Mano
10:58 AMWhen I run all docker images, the two images are not running. The issue is mentioned below. If anyone is having solutions for that kindly reply.
2023-08-17 14:42:54 Error: failed to build pipelines: failed to create "clickhouselogsexporter" exporter for data type "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/fb6/fb6be57d-0ccc-4671-8138-b22820a05414/tmp_insert_all_66_66_0"] ["/var/lib/clickhouse/store/fb6/fb6be57d-0ccc-4671-8138-b22820a05414/all_66_66_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1692263573792524445)
2023-08-17 14:42:54 2023/08/17 09:12:54 application run finished with error: failed to build pipelines: failed to create "clickhouselogsexporter" exporter for data type "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/fb6/fb6be57d-0ccc-4671-8138-b22820a05414/tmp_insert_all_66_66_0"] ["/var/lib/clickhouse/store/fb6/fb6be57d-0ccc-4671-8138-b22820a05414/all_66_66_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1692263573792524445)
Aug 18, 2023 (1 month ago)
Srikanth
04:08 PMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Resolving Clickhouse Down or Unavailability Issue
Resul asks for a solution, Prashant states it's due to clickhouse being down or unavailable, advises checking the container and sharing logs if needed.
Troubleshooting Install.sh Docker Error with Clickhouse Container
Hariharan faced issues with install.sh for docker and clickhouse container creation. Srikanth identified it as a docker error and provided resources for further investigation.
Issue Resolved: Unable to Update Metrics Retention Period
Asif was having trouble updating metrics retention period. Srikanth suggested a fresh install after deletion. Asif successfully resolved his issue after removing all docker resources and recreating everything.