pydio / cells

Future-proof content collaboration platform
https://pydio.com
GNU Affero General Public License v3.0
1.81k stars 179 forks source link

Cannot start cells server.. #404

Closed smart2k closed 2 years ago

smart2k commented 2 years ago

Hi, I had used previous pydio server before cells, and I'm trying to use cells now. I followed the instructions for cells installation here (https://pydio.com/en/docs/kb/deployment/install-cells-macosx). I finished mysql setting and tried "./cells start" but failed with some ERROR messages and "[SQL] Server does not answer yet, will retry in 10 seconds...", below log was shown for whole night.

Could you please take a look and let me know what I did wrong for this? I don't have much background knowledge about it, please help me. (now I'm running CrushFTP at port 21, 9090, 2222 and no other servers. for previous pydio server I used MAMP but not now.)

=============================================================================

YKui-Macmini:pydio-cells-3 hopedespair$ ./cells configure

Welcome to Pydio Cells Home Edition installation Pydio Cells Home Edition (v3.0.6) will be configured to run on this machine. Make sure to prepare access and credentials to a MySQL 5.6+ (or MariaDB equivalent) server. Pick your installation mode when you are ready.

✔ Browser-based (requires a browser access) 2022-04-13T01:17:05.970+0900 INFO pydio.gateway.rest Started 2022-04-13T01:17:06.131+0900 INFO pydio.rest.install Started [DEV NOTICE] Registered directive 'pydioproxy' before 'proxy' Activating privacy features... done. https://192.168.0.4:8080

Installation Server is starting... Listening to: 192.168.0.4:8080

2022-04-13T01:17:08.156+0900 INFO pydio.gateway.proxy Restarting proxy {"caddyfile": "\n\n192.168.0.4:8080 {\n\troot \"/Users/hopedespair/Library/Application Support/Pydio/cells/static/install\"\n\tproxy /install 192.168.0.4:59224\n\n\t\n\ttls \"/Users/hopedespair/Library/Application Support/Pydio/cells/certs/0252f5158dc3a9531907fb42c00a4138.pem\" \"/Users/hopedespair/Library/Application Support/Pydio/cells/certs/0252f5158dc3a9531907fb42c00a4138-key.pem\"\n}\n\n\n\n\t "} 2022-04-13T01:17:08.658+0900 INFO pydio.gateway.proxy Restart done

Opening URL https://192.168.0.4:8080 in your browser. Please copy/paste it if the browser is not on the same machine. 2022-04-13T01:18:06.352+0900 INFO pydio.rest.install Stopping 2022-04-13T01:18:06.419+0900 INFO pydio.gateway.data Started 2022-04-13T01:18:06.426+0900 INFO pydio.grpc.statics Started 2022-04-13T01:18:06.426+0900 INFO pydio.grpc.data.sync Started 2022-04-13T01:18:06.426+0900 INFO pydio.gateway.rest Started 2022-04-13T01:18:06.426+0900 INFO pydio.grpc.update Started 2022-04-13T01:18:06.426+0900 INFO pydio.grpc.registry Started [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:18:06.427+0900 INFO pydio.grpc.data.sync Starting umbrella service pydio.grpc.data.sync. with sources {"sources": ["pydiods1", "personal", "cellsdata", "versions", "thumbnails"]} 2022-04-13T01:18:06.429+0900 INFO pydio.grpc.data.objects Started 2022-04-13T01:18:06.436+0900 INFO pydio.grpc.data.objects Starting umbrella service pydio.grpc.data.objects. with sources {"sources": ["local1"]} 2022-04-13T01:18:06.460+0900 INFO pydio.grpc.broker Started https://192.168.0.4:8080 2022-04-13T01:18:06.502+0900 INFO pydio.gateway.proxy Started 2022-04-13T01:18:06.528+0900 INFO pydio.grpc.docstore Started 2022-04-13T01:18:06.548+0900 INFO pydio.grpc.log Started 2022-04-13T01:18:07.506+0900 INFO pydio.grpc.data.sync.cellsdata Trying to contact object service data.objects.local1 (retry 1) 2022-04-13T01:18:07.526+0900 INFO pydio.grpc.data.sync.thumbnails Trying to contact object service data.objects.local1 (retry 1) 2022-04-13T01:18:07.527+0900 INFO pydio.grpc.data.sync.pydiods1 Trying to contact object service data.objects.local1 (retry 1) 2022-04-13T01:18:07.528+0900 INFO pydio.grpc.data.sync.versions Trying to contact object service data.objects.local1 (retry 1) 2022-04-13T01:18:07.546+0900 INFO pydio.grpc.data.sync.personal Trying to contact object service data.objects.local1 (retry 1) 2022-04-13T01:18:07.549+0900 INFO pydio.grpc.data.objects.local1 Started 2022-04-13T01:18:07.562+0900 INFO pydio.grpc.data.objects.local1 Starting local objects service local1 on /Users/hopedespair/Library/Application Support/Pydio/cells/data 2022-04-13T01:18:08.361+0900 INFO pydio.grpc.jobs Started 2022-04-13T01:18:08.394+0900 INFO pydio.grpc.tasks Started 2022-04-13T01:18:08.542+0900 INFO pydio.grpc.timer Registering Job {"job": "flush-mailer-queue"} 2022-04-13T01:18:08.542+0900 INFO pydio.grpc.timer Registering Job {"job": "internal-prune-jobs"} 2022-04-13T01:18:08.542+0900 INFO pydio.grpc.timer Registering Job {"job": "prune-versions-job"} 2022-04-13T01:18:08.542+0900 INFO pydio.grpc.timer Registering Job {"job": "users-activity-digest"} 2022-04-13T01:18:08.543+0900 INFO pydio.grpc.timer Started 2022-04-13T01:18:09.081+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' 2022-04-13T01:18:09.082+0900 ERROR pydio.grpc.mailer Error while configuring sender {"error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:18:09.082+0900 INFO pydio.grpc.mailer Started 2022-04-13T01:18:12.511+0900 INFO pydio.grpc.data.sync.cellsdata Trying to contact object service data.objects.local1 (retry 2) 2022-04-13T01:18:12.522+0900 INFO pydio.grpc.data.sync.cellsdata Successfully listed objects from bucket cellsdata 2022-04-13T01:18:12.533+0900 INFO pydio.grpc.data.sync.thumbnails Trying to contact object service data.objects.local1 (retry 2) 2022-04-13T01:18:12.535+0900 INFO pydio.grpc.data.sync.pydiods1 Trying to contact object service data.objects.local1 (retry 2) 2022-04-13T01:18:12.535+0900 INFO pydio.grpc.data.sync.versions Trying to contact object service data.objects.local1 (retry 2) 2022-04-13T01:18:12.539+0900 INFO pydio.grpc.data.sync.thumbnails Successfully listed objects from bucket thumbs 2022-04-13T01:18:12.541+0900 INFO pydio.grpc.data.sync.versions Successfully listed objects from bucket versions 2022-04-13T01:18:12.541+0900 INFO pydio.grpc.data.sync.pydiods1 Successfully listed objects from bucket pydiods1 2022-04-13T01:18:12.552+0900 INFO pydio.grpc.data.sync.personal Trying to contact object service data.objects.local1 (retry 2) 2022-04-13T01:18:12.559+0900 INFO pydio.grpc.data.sync.personal Successfully listed objects from bucket personal [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:18:16.830+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:19:06.427+0900 ERROR pydio.grpc.user-key Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:20:06.429+0900 ERROR pydio.grpc.token Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:20:16.827+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:20:16.830+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-cfcd9267"} 2022-04-13T01:20:16.864+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-cfcd9267"} 2022-04-13T01:20:16.864+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-cfcd9267", "error": "cannot configure mailer: missing compulsory password"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:21:06.432+0900 ERROR pydio.grpc.config Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:21:07.509+0900 ERROR pydio.grpc.data.sync.cellsdata Could not run {"error": "index not reachable"} 2022-04-13T01:21:07.531+0900 ERROR pydio.grpc.data.sync.thumbnails Could not run {"error": "index not reachable"} 2022-04-13T01:21:07.533+0900 ERROR pydio.grpc.data.sync.pydiods1 Could not run {"error": "index not reachable"} 2022-04-13T01:21:07.535+0900 ERROR pydio.grpc.data.sync.versions Could not run {"error": "index not reachable"} 2022-04-13T01:21:07.551+0900 ERROR pydio.grpc.data.sync.personal Could not run {"error": "index not reachable"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:22:06.434+0900 ERROR pydio.grpc.acl Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:23:06.438+0900 ERROR pydio.grpc.oauth Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:24:06.441+0900 ERROR pydio.grpc.user-meta Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:25:06.445+0900 ERROR pydio.grpc.meta Could not prepare start {"error": "storage mysql is not available"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:25:16.820+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:25:16.821+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:25:16.821+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:25:16.822+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-e9420af9"} 2022-04-13T01:25:16.827+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-d2142176"} 2022-04-13T01:25:16.987+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-d2142176"} 2022-04-13T01:25:16.987+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-d2142176", "error": "cannot configure mailer: missing compulsory password"} [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... [SQL] Server does not answer yet, will retry in 10 seconds... 2022-04-13T01:26:06.447+0900 ERROR pydio.grpc.policy Could not prepare start {"error": "storage mysql is not available"} 2022-04-13T01:26:06.522+0900 INFO pydio.grpc.chat Started 2022-04-13T01:26:06.557+0900 INFO pydio.gateway.websocket Started 2022-04-13T01:28:16.817+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T01:30:16.816+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:30:16.821+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-66f4c892"} 2022-04-13T01:30:16.930+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-66f4c892"} 2022-04-13T01:30:16.931+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-66f4c892", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:35:16.813+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:35:16.819+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-c0ce6d6c"} 2022-04-13T01:35:16.993+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-c0ce6d6c"} 2022-04-13T01:35:16.993+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-c0ce6d6c", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.workspace Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.acl Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.grpc.workspace Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.frontend Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.user Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.gateway.wopi Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.grpc.tree Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.meta Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.share Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.user-meta Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.gateway.dav Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.gateway.grpc Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.tree Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.templates Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.search Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.web.oauth Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.auth Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.grpc.user Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.web.statics Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.grpc.data.index Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.395+0900 ERROR pydio.rest.role Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.396+0900 ERROR pydio.rest.graph Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.396+0900 ERROR pydio.test.objects Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.396+0900 ERROR pydio.rest.config Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.396+0900 ERROR pydio.rest.policy Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.396+0900 ERROR pydio.rest.activity Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.398+0900 ERROR pydio.grpc.data-key Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.402+0900 ERROR pydio.grpc.role Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.461+0900 ERROR pydio.rest.update Could not prepare start {"error": "timeout"} 2022-04-13T01:38:06.545+0900 ERROR pydio.rest.log Could not prepare start {"error": "timeout"} 2022-04-13T01:38:07.391+0900 ERROR pydio.grpc.search Could not prepare start {"error": "timeout"} 2022-04-13T01:38:08.351+0900 ERROR pydio.grpc.activity Could not prepare start {"error": "timeout"} 2022-04-13T01:38:08.351+0900 ERROR pydio.grpc.versions Could not prepare start {"error": "timeout"} 2022-04-13T01:38:08.399+0900 ERROR pydio.rest.jobs Could not prepare start {"error": "timeout"} 2022-04-13T01:38:09.096+0900 ERROR pydio.rest.mailer Could not prepare start {"error": "timeout"} 2022-04-13T01:38:16.814+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T01:40:16.811+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:40:16.811+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:40:16.812+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:40:16.816+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-9efaa39c"} 2022-04-13T01:40:16.816+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-adab226f"} 2022-04-13T01:40:17.157+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-9efaa39c"} 2022-04-13T01:40:17.157+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-9efaa39c", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:45:16.816+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:45:16.846+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-073eb7da"} 2022-04-13T01:45:16.992+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-073eb7da"} 2022-04-13T01:45:16.992+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-073eb7da", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:48:16.807+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T01:50:16.815+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:50:16.822+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-76f5e718"} 2022-04-13T01:50:16.939+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-76f5e718"} 2022-04-13T01:50:16.939+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-76f5e718", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:55:16.799+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:55:16.800+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T01:55:16.802+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-5de2d33a"} 2022-04-13T01:55:16.809+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T01:55:17.953+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-16ad7065"} 2022-04-13T01:55:18.028+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-16ad7065"} 2022-04-13T01:55:18.028+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-16ad7065", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T01:58:16.806+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:00:16.808+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:00:16.811+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-c0e7fd06"} 2022-04-13T02:00:16.893+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-c0e7fd06"} 2022-04-13T02:00:16.894+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-c0e7fd06", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:05:16.812+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:05:16.817+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-cb5953db"} 2022-04-13T02:05:16.873+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-cb5953db"} 2022-04-13T02:05:16.873+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-cb5953db", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:08:16.803+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:10:16.787+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:10:16.788+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:10:16.789+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-d40559d2"} 2022-04-13T02:10:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:10:16.943+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-c944c06b"} 2022-04-13T02:10:17.014+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-c944c06b"} 2022-04-13T02:10:17.014+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-c944c06b", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:15:16.812+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:15:16.818+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-8075fe2a"} 2022-04-13T02:15:16.874+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-8075fe2a"} 2022-04-13T02:15:16.875+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-8075fe2a", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:18:16.795+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:20:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:20:16.917+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-e64a7b10"} 2022-04-13T02:20:17.220+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-e64a7b10"} 2022-04-13T02:20:17.221+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-e64a7b10", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:25:16.775+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:25:16.776+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:25:16.777+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-4f6fc562"} 2022-04-13T02:25:16.814+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:25:17.915+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-14677639"} 2022-04-13T02:25:18.024+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-14677639"} 2022-04-13T02:25:18.024+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-14677639", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:28:16.787+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:30:16.815+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:30:17.094+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-781c6ec2"} 2022-04-13T02:30:18.393+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-781c6ec2"} 2022-04-13T02:30:18.394+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-781c6ec2", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:35:16.811+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:35:16.820+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-ecc13ab9"} 2022-04-13T02:35:16.953+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-ecc13ab9"} 2022-04-13T02:35:16.954+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-ecc13ab9", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:38:16.778+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:40:16.764+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:40:16.765+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:40:16.767+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-5f0389da"} 2022-04-13T02:40:16.808+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:40:16.835+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-3686f0dd"} 2022-04-13T02:40:16.855+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-3686f0dd"} 2022-04-13T02:40:16.855+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-3686f0dd", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:45:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:45:16.817+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-5ce77c44"} 2022-04-13T02:45:16.933+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-5ce77c44"} 2022-04-13T02:45:16.933+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-5ce77c44", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:48:16.774+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T02:50:16.804+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:50:16.818+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-bbcca306"} 2022-04-13T02:50:17.150+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-bbcca306"} 2022-04-13T02:50:17.150+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-bbcca306", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:55:16.753+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:55:16.807+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T02:55:16.808+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T02:55:16.809+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-39fae8fd"} 2022-04-13T02:55:16.813+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-a69e4cfe"} 2022-04-13T02:55:16.900+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-a69e4cfe"} 2022-04-13T02:55:16.900+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-a69e4cfe", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T02:58:16.764+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:00:16.803+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:00:16.806+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-f51c1fe3"} 2022-04-13T03:00:16.941+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-f51c1fe3"} 2022-04-13T03:00:16.942+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-f51c1fe3", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:05:16.799+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:05:16.814+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-720cb8af"} 2022-04-13T03:05:17.606+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-720cb8af"} 2022-04-13T03:05:17.606+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-720cb8af", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:08:16.753+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:10:16.742+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:10:16.747+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:10:16.750+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-7934f23b"} 2022-04-13T03:10:16.803+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:10:16.839+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-d0547d68"} 2022-04-13T03:10:16.883+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-d0547d68"} 2022-04-13T03:10:16.883+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-d0547d68", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:15:16.806+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:15:16.812+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-8d561443"} 2022-04-13T03:15:16.850+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-8d561443"} 2022-04-13T03:15:16.850+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-8d561443", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:18:16.750+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:20:16.809+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:20:16.814+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-8ecdfedc"} 2022-04-13T03:20:16.880+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-8ecdfedc"} 2022-04-13T03:20:16.880+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-8ecdfedc", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:25:16.725+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:25:16.726+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:25:16.729+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-50474cfd"} 2022-04-13T03:25:16.804+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:25:17.901+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-bebae028"} 2022-04-13T03:25:17.967+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-bebae028"} 2022-04-13T03:25:17.968+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-bebae028", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:28:16.743+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:30:16.803+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:30:16.806+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-146a22bd"} 2022-04-13T03:30:16.890+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-146a22bd"} 2022-04-13T03:30:16.890+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-146a22bd", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:35:16.805+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:35:16.807+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-2ddee55e"} 2022-04-13T03:35:16.890+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-2ddee55e"} 2022-04-13T03:35:16.890+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-2ddee55e", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:38:16.735+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:40:16.709+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:40:16.713+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:40:16.714+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-ad143738"} 2022-04-13T03:40:16.806+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:40:17.351+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-5af00842"} 2022-04-13T03:40:17.609+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-5af00842"} 2022-04-13T03:40:17.609+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-5af00842", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:45:16.802+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:45:16.804+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-a75a6b7f"} 2022-04-13T03:45:16.896+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-a75a6b7f"} 2022-04-13T03:45:16.896+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-a75a6b7f", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:48:16.733+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T03:50:16.806+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:50:16.810+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-f7bb2b17"} 2022-04-13T03:50:16.845+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-f7bb2b17"} 2022-04-13T03:50:16.845+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-f7bb2b17", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:55:16.700+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:55:16.700+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T03:55:16.704+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-c9d20fa3"} 2022-04-13T03:55:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T03:55:17.787+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-c952bb32"} 2022-04-13T03:55:17.857+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-c952bb32"} 2022-04-13T03:55:17.857+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-c952bb32", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T03:58:16.731+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T04:00:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:00:16.813+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-030f68e5"} 2022-04-13T04:00:16.901+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-030f68e5"} 2022-04-13T04:00:16.901+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-030f68e5", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:05:16.814+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:05:16.818+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-b6416579"} 2022-04-13T04:05:16.880+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-b6416579"} 2022-04-13T04:05:16.880+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-b6416579", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:08:16.728+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T04:10:16.690+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T04:10:16.690+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T04:10:16.692+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-85b901ee"} 2022-04-13T04:10:16.808+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:10:16.891+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-f1eda8b7"} 2022-04-13T04:10:16.958+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-f1eda8b7"} 2022-04-13T04:10:16.958+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-f1eda8b7", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:15:16.813+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:15:16.820+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-ed872684"} 2022-04-13T04:15:16.926+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-ed872684"} 2022-04-13T04:15:16.926+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-ed872684", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:18:16.718+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T04:20:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:20:16.814+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-8d8b5677"} 2022-04-13T04:20:16.882+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-8d8b5677"} 2022-04-13T04:20:16.883+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-8d8b5677", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:25:16.673+0900 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T04:25:16.674+0900 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT15M" 2022-04-13T04:25:16.675+0900 WARN pydio.grpc.tasks Nothing has started at root level : spawn a fake action just to update status. {"OperationUuid": "users-activity-digest-107be384"} 2022-04-13T04:25:16.810+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:25:17.806+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-281b2d23"} 2022-04-13T04:25:17.955+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-281b2d23"} 2022-04-13T04:25:17.955+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-281b2d23", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:28:16.708+0900 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:03/PT10M" 2022-04-13T04:30:16.809+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:30:16.812+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-ca938258"} 2022-04-13T04:30:16.960+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-ca938258"} 2022-04-13T04:30:16.960+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-ca938258", "error": "cannot configure mailer: missing compulsory password"} 2022-04-13T04:35:16.803+0900 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:"R/2012-06-04T19:25:16.828696-07:00/PT5M" 2022-04-13T04:35:16.810+0900 INFO pydio.grpc.mailer Mailer configuration has changed. Refreshing sender and queue {"OperationUuid": "flush-mailer-queue-b228cddf"} 2022-04-13T04:35:16.853+0900 INFO pydio.grpc.mailer Starting mailer with queue 'boltdb' {"OperationUuid": "flush-mailer-queue-b228cddf"} 2022-04-13T04:35:16.853+0900 ERROR pydio.grpc.mailer Error while configuring sender {"OperationUuid": "flush-mailer-queue-b228cddf", "error": "cannot configure mailer: missing compulsory password"}

smart2k commented 2 years ago

I cut some repeating messages due to too long body message.

cdujeu commented 2 years ago

Hello @smart2k

Please use the forum instead of github for configuration/install issues. Github is only for "qualified" bugs. :-)

That said, the message seems quite clear : [SQL] Server does not answer yet, will retry in 10 seconds... Your MySQL DB is not available. How did you install it on your mac ? Homebrew?

cdujeu commented 2 years ago

Closing as it's a db connection issue...