Hello everyone,
I'm currently trying to install Carbonio 25.3.1 as part of a migration from Zimbra. I'm following the official documentation for a single-node manual installation:
<a href=" removed link " target="_blank" rel="noopener"> removed link
The installation process completes without errors. However, when I attempt to create a task via the WebUI, I can enter the task details, but after clicking "Save", nothing happens — the task is not created.
I checked the status of the carbonio-tasks
service and found this:
● carbonio-tasks.service - Carbonio Tasks daemon Loaded: loaded ( removed link ; enabled; vendor preset: enabled) Drop-In: removed link └─override.conf Active: active (running) since Mon 2025-03-31 09:09:58 CEST; 3s ago Main PID: 2380681 (carbonio-tasks) Tasks: 24 (limit: 17723) Memory: 134.7M CPU: 6.185s CGroup: removed link ├─2380681 /bin/bash /usr/bin/carbonio-tasks └─2380682 /opt/zextras/common/bin/java -Djava.net.preferIPv4Stack=true -Xms1024m -Xmx2048m -DTASKS_LOG_LEVEL=warn -jar removed link mars 31 09:09:58 mylab.local systemd[1]: Started Carbonio Tasks daemon. mars 31 09:09:59 mylab.local carbonio-tasks[2380682]: SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] mars 31 09:10:00 mylab.local carbonio-tasks[2380682]: 09:10:00.975 [main] WARN c.z.c.t.c.ServiceDiscoverHttpClient - Unable to retrieve the config db-username from consul mars 31 09:10:00 mylab.local carbonio-tasks[2380682]: 09:10:00.983 [main] WARN c.z.c.t.c.ServiceDiscoverHttpClient - Unable to retrieve the config db-password from consul mars 31 09:10:00 mylab.local carbonio-tasks[2380682]: 09:10:00.989 [main] WARN c.z.c.t.c.ServiceDiscoverHttpClient - Unable to retrieve the config db-name from consul mars 31 09:10:00 mylab.local carbonio-tasks[2380682]: 09:10:00.994 [main] WARN c.z.c.t.c.ServiceDiscoverHttpClient - Unable to retrieve the config hikari-max-pool-size from consul mars 31 09:10:01 mylab.local carbonio-tasks[2380682]: 09:10:01.001 [main] WARN c.z.c.t.c.ServiceDiscoverHttpClient - Unable to retrieve the config hikari-min-idle-connections from consul
After that, the service ends up crashing (status changes to failed).
🧪 Additional Checks
I also tried the following command to inspect Consul KV entries:
But it returns nothing, as if the necessary keys are missing.
I’ve already:
-
Reinstalled from scratch 5 times
-
Ensured all dependencies and prerequisites were met
-
Looked through multiple forum threads, including this similar case:
https://community.zextras.com/forum/carbonio-setup/upgrading-to-24-5-0-cannot-run-script-file-etc-carbonio-message-dispatcher-sql-scripts-migrations-6-0-0-sql/
Still, I’m stuck at the same point every time.
I've tried several thing to fix this issue but I'm unable to find... I've done the full clean install 5 times and every times I get this error.
Does anyone have an idea what could be missing or misconfigured?
Any help or guidance would be greatly appreciated.
Thanks in advance!
Ok guys, I've found a solution using the brand new Ansible Installation method.
Thanks to my luck you've updated Carbonio this week-end with the Ansible method.
Now the tasks is working fine. Idk what is the difference between manual install and ansible install but whatever it works now.
I've still needed to manually done the tasks described here: https://community.zextras.com/forum/carbonio-setup/upgrading-to-24-5-0-cannot-run-script-file-etc-carbonio-message-dispatcher-sql-scripts-migrations-6-0-0-sql/
Thanks.