For first post, please answer the questions below!
Describe your issue in detail
I installed pydio cells by following [Pydio | Install Cells on Debian/Ubuntu] docs.
Just for you information, as I’m running the server under university, I changed my port to 80 even if it might be dangerous.(I’m gonna change the port to 443 after finishing debugging.)
By the way, I’m facing 2 main issues;
-
when I enter ‘cells start’,
2025-02-14T14:29:39.952+0900 ERROR pydio.grpc.tasks [goque] Received error while consuming messagesinternal-prune-jobs {“error”: “leveldb: not found”}
2025-02-14T14:29:39.976+0900 INFO pydio.grpc.data.sync.cellsdata Successfully retrieved first object from bucket cellsdata (67.044239ms)
2025-02-14T14:29:39.980+0900 INFO pydio.grpc.data.sync.pydiods1 Successfully retrieved first object from bucket pydiods1 (67.031317ms)
2025-02-14T14:29:40.453+0900 ERROR pydio.grpc.tasks [goque] Received error while consuming messagesinternal-prune-jobs {“error”: “leveldb: not found”}
2025-02-14T14:29:40.954+0900 ERROR pydio.grpc.tasks [goque] Received error while consuming messagesinternal-prune-jobs {“error”: “leveldb: not found”}
2025-02-14T14:29:41.454+0900 ERROR pydio.grpc.tasks [goque] Received error while consuming messagesinternal-prune-jobs {“error”: “leveldb: not found”}
I see leveldb: not found error infinitely. -
I’m assuming it’s because of the first error but anyway, I can’t login with my admin id/password even if it’s the correct one.
Can someone please help me??
What version of Cells are you using?
pydio cells home edition
4.4.9
What is the server OS? Database name/version? Browser name or mobile device description (if issue appears client-side)?
OS: Ubuntu 22.04 (jammy)
Database: mysql, ver 8.0
What steps have you taken to resolve this issue already?
I installed leveldb with apt-get install libleveldb
I created new directory /var/cells/data/leveldb
I checked pydio.json file and pydio.grpc.tasks directory but had no idea what’s wrong
…