I have made a fresh installation on Ubuntu 18.04, using MariaDB 10.3, followed all the steps with nodejs, grunt, go 1.12, database user pydio granted all rights, but when it comes to launch up ./cells start it complains the following:
2020-10-06T03:31:20.572-0600 INFO pydio.gateway.proxy Restart done
2020-10-06T03:31:23.446-0600 ERROR pydio.grpc.data.sync.pydiods1 Could not run {“error”: “index not reachable”}
2020-10-06T03:31:23.446-0600 INFO pydio.grpc.data.sync.pydiods1 stopping
2020-10-06T03:31:23.446-0600 INFO pydio.grpc.data.sync.pydiods1 Stopping sync task and registry watch
2020-10-06T03:31:23.653-0600 ERROR pydio.grpc.data.sync.personal Could not run {“error”: “index not reachable”}
2020-10-06T03:31:23.653-0600 INFO pydio.grpc.data.sync.personal stopping
2020-10-06T03:31:23.653-0600 INFO pydio.grpc.data.sync.personal Stopping sync task and registry watch
2020-10-06T03:31:23.739-0600 ERROR pydio.grpc.data.sync.cellsdata Could not run {“error”: “index not reachable”}
What can I do?
Thanks