| Summary: | Akonadi server is not starting | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | sourcemaker <kde-bugzilla> |
| Component: | server | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sourcemaker
2021-12-20 21:22:41 UTC
I deleted the Akonadi configuration and database and made a second attempt.
Clean fresh configuration.
Same issue again:
The Akonadi personal information management service is not operational
The SQL statement that caused the error:
=================================
SELECT Count(DISTINCT pimitemtable.id),
Sum(pimitemtable.size),
Sum(CASE
WHEN ( SeenFlags.flag_id IS NOT NULL
OR IgnoredFlags.flag_id IS NOT NULL ) THEN 1
ELSE 0
END),
pimitemtable.collectionid
FROM pimitemtable
LEFT JOIN pimitemflagrelation AS SeenFlags
ON ( pimitemtable.id = SeenFlags.pimitem_id
AND SeenFlags.flag_id = ? )
LEFT JOIN pimitemflagrelation AS IgnoredFlags
ON ( pimitemtable.id = IgnoredFlags.pimitem_id
AND IgnoredFlags.flag_id = ? )
GROUP BY pimitemtable.collectionid
This ticket is obsolete. The error no longer occurred in current versions. |