Hello,
I am having issues running (./cells-enterprise start). It all goes well until it gets hung up on the "pydio.grpc.tasks section.
Some info:
Webserver: CentOS 7 VPS hosted through a2hosting
Here is a transcript of installation and starting. At the end is where it just stalls forever…
pydio1@server [~]# ./cells-enterprise install
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
[Configs] Upgrading: setting default config services/pydio.grpc.auth/dex/issuer to https://amx.iss-na.com/auth/dex
[Configs] Upgrading: setting default config services/pydio.grpc.auth/dex/web/http to https://amx.iss-na.com/auth/dex
[Configs] Upgrading: setting default config services/pydio.web.oauth/issuer to https://amx.iss-na.com/oidc/
[Configs] Upgrading: updating out-of-band redirect URI
[Configs] successfully saved config after upgrade - Reloading from source
Welcome to Pydio Cells Enterprise Distribution installation
Pydio Cells Enterprise Distribution will be configured to run on this machine. Make sure to prepare the following data
- IPs and ports for binding the webserver to outside world
- MySQL 5.6+ (or MariaDB equivalent) server access
Pick your installation mode when you are ready.
Command line (performed in this terminal)
0.0.0.0:8080
Disable TLS (staging environments only, never recommended!)
Your instance will be accessible at http://0.0.0.0:8080. If you are behind a reverse proxy or inside a private network, you may need to manually set an alternative External URL. Do not change this is you are not sure!
Set another URL
External Url used to access application from outside world: http://amx.iss-na.com
Database Connection
Socket
Socket File: /tmp/mysql.sock
Database Name: cells
Database User: pydio1
Database Password (leave empty if not needed): *********
Successfully connected to the database
Frontend Configuration
Admin Login (leave passwords empty if an admin is already created): admin
Admin Password: *********
Confirm Password: *********
Advanced Settings
There are some advanced settings for ports and initial data storage. Do you want to edit them: y
Path to the default datasource: /home/pydio1/.config/pydio/cells/data
OpenIdConnect ClientID (for frontend): cells-front
OpenIdConnect ClientID (for frontend): s7938YgPnmbPQAJMZHWhm1tS
Performing Installation
2020-01-21T15:59:51.427-0500 INFO Starting installation now {“bindUrl”: “http://0.0.0.0:8080”}
Created main database
Created default datasources
Configuration of gateway services
Creation of logs directory
Installation Finished: please restart with ‘./cells-enterprise start’ command
pydio1@server [~]# ./cells-enterprise start
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
Error while reading license file: open /home/pydio1/.config/pydio/cells/pydio-license: no such file or directory
To request a trial license, please send an email to services@pydio.com indicating how many users you need.
pydio1@server [~]# logout
[root@server:/root] cd /
[root@server:/] cp home/amerime1/pydio/pydio-license home/pydio1/.config/pydio/cells
[root@server:/]$ su - pydio1
Last login: Tue Jan 21 15:58:10 EST 2020 on pts/0
pydio1@server [~]# ./cells-enterprise start
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
License found for up to 20 users and expiring on Thursday, 07-Jan-21 17:59:59 EST
2020-01-21T16:00:58.449-0500 INFO pydio.gateway.rest started
2020-01-21T16:00:58.450-0500 INFO pydio.grpc.update started
2020-01-21T16:00:58.450-0500 INFO pydio.grpc.data.sync started
2020-01-21T16:00:58.450-0500 INFO pydio.grpc.data.sync Starting umbrella service pydio.grpc.data.sync. with sources {“sources”: [“pydiods1”, “personal”, “cellsdata”]}
2020-01-21T16:00:58.451-0500 INFO pydio.grpc.data.objects started
2020-01-21T16:00:58.451-0500 INFO pydio.grpc.data.objects Starting umbrella service pydio.grpc.data.objects. with sources {“sources”: [“local1”]}
2020-01-21T16:00:58.451-0500 INFO pydio.gateway.metrics started
2020-01-21T16:00:58.462-0500 INFO pydio.grpc.license started
2020-01-21T16:00:58.464-0500 INFO pydio.grpc.ipban started
2020-01-21T16:00:58.466-0500 INFO pydio.grpc.docstore started
2020-01-21T16:00:58.470-0500 INFO pydio.web.statics started
2020-01-21T16:00:58.483-0500 INFO pydio.grpc.config started
2020-01-21T16:00:58.488-0500 INFO pydio.grpc.log started
2020-01-21T16:00:58.499-0500 INFO pydio.grpc.acl started
2020-01-21T16:00:58.528-0500 INFO pydio.grpc.user-key started
2020-01-21T16:00:58.545-0500 INFO pydio.grpc.chat started
2020-01-21T16:00:58.567-0500 INFO pydio.grpc.user-meta started
2020-01-21T16:00:58.567-0500 INFO pydio.grpc.user-meta Inserting default namespace for metadata
2020-01-21T16:00:58.575-0500 INFO pydio.grpc.workspace started
2020-01-21T16:00:58.587-0500 INFO pydio.grpc.meta started
WARN[0003] JSON Web Key Set “hydra.openid.id-token” does not exist yet, generating new key pair…
Activating privacy features… done.
http://0.0.0.0:8080
2020-01-21T16:01:00.348-0500 INFO pydio.gateway.proxy started
2020-01-21T16:01:00.451-0500 INFO pydio.grpc.tree started
2020-01-21T16:01:00.524-0500 INFO pydio.grpc.role started
2020-01-21T16:01:00.549-0500 INFO pydio.grpc.data-key started
2020-01-21T16:01:02.451-0500 INFO pydio.gateway.grpc started
2020-01-21T16:01:02.452-0500 INFO pydio.grpc.data.index started
2020-01-21T16:01:02.452-0500 INFO pydio.grpc.data.index Starting umbrella service pydio.grpc.data.index. with sources {“sources”: [“pydiods1”, “personal”, “cellsdata”]}
2020-01-21T16:01:03.208-0500 INFO pydio.grpc.data.sync.personal Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:03.221-0500 INFO pydio.grpc.data.sync.personal started
2020-01-21T16:01:03.221-0500 INFO pydio.grpc.data.sync.personal Sync personal - Try to contact Objects
2020-01-21T16:01:03.524-0500 INFO pydio.grpc.data.sync.pydiods1 Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:03.527-0500 INFO pydio.grpc.role Created default role Root Group
2020-01-21T16:01:03.528-0500 INFO pydio.grpc.role - Policies added for role Root Group
2020-01-21T16:01:03.573-0500 INFO pydio.grpc.data.sync.pydiods1 started
2020-01-21T16:01:03.584-0500 INFO pydio.grpc.data.sync.pydiods1 Sync pydiods1 - Try to contact Objects
2020-01-21T16:01:04.159-0500 INFO pydio.grpc.role - ACLS set for role Root Group
2020-01-21T16:01:04.160-0500 INFO pydio.grpc.role Created default role Administrators
2020-01-21T16:01:04.160-0500 INFO pydio.grpc.role - Policies added for role Administrators
2020-01-21T16:01:04.560-0500 INFO pydio.grpc.role - ACLS set for role Administrators
2020-01-21T16:01:04.561-0500 INFO pydio.grpc.role Created default role External Users
2020-01-21T16:01:04.562-0500 INFO pydio.grpc.role - Policies added for role External Users
2020-01-21T16:01:05.768-0500 INFO pydio.grpc.role - ACLS set for role External Users
2020-01-21T16:01:05.769-0500 INFO pydio.grpc.role Created default role Minisite Permissions
2020-01-21T16:01:05.769-0500 INFO pydio.grpc.role - Policies added for role Minisite Permissions
2020-01-21T16:01:06.168-0500 INFO pydio.grpc.role - ACLS set for role Minisite Permissions
2020-01-21T16:01:06.169-0500 INFO pydio.grpc.role Created default role Minisite (Download Disabled)
2020-01-21T16:01:06.170-0500 INFO pydio.grpc.role - Policies added for role Minisite (Download Disabled)
2020-01-21T16:01:06.569-0500 INFO pydio.grpc.role - ACLS set for role Minisite (Download Disabled)
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:07.322-0500 INFO pydio.grpc.data.sync.personal Sync personal - Try to contact Objects
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:07.549-0500 INFO pydio.grpc.jobs started
Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:07.676-0500 INFO pydio.grpc.data.sync.cellsdata Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:07.690-0500 INFO pydio.grpc.data.sync.cellsdata started
2020-01-21T16:01:07.693-0500 INFO pydio.grpc.data.sync.cellsdata Sync cellsdata - Try to contact Objects
2020-01-21T16:01:07.723-0500 INFO pydio.grpc.data.objects.local1 Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:07.736-0500 INFO pydio.grpc.data.objects.local1 started
2020-01-21T16:01:07.741-0500 INFO pydio.grpc.data.objects.local1 Starting local objects service local1 on /home/pydio1/.config/pydio/cells/data
INFO[0011] No tracer configured - skipping tracing setup
2020-01-21T16:01:08.053-0500 INFO pydio.grpc.data.sync.pydiods1 Sync pydiods1 - Try to contact Objects
2020-01-21T16:01:08.146-0500 INFO pydio.web.oauth started
2020-01-21T16:01:08.149-0500 INFO pydio.grpc.oauth started
2020-01-21T16:01:08.172-0500 INFO pydio.grpc.data.sync.pydiods1 Successfully listed objects from bucket pydiods1
2020-01-21T16:01:08.177-0500 INFO pydio.grpc.policy started
2020-01-21T16:01:08.187-0500 INFO pydio.grpc.data.sync.cellsdata Successfully listed objects from bucket cellsdata
2020-01-21T16:01:08.259-0500 INFO pydio.grpc.data.index.pydiods1 Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:08.281-0500 INFO pydio.grpc.policy Inserted default policies
2020-01-21T16:01:08.331-0500 INFO pydio.grpc.data.index.pydiods1 2020-01-21T16:01:08.331-0500 INFO Creating root node in index
2020-01-21T16:01:08.332-0500 INFO pydio.grpc.data.index.pydiods1 started
2020-01-21T16:01:08.412-0500 INFO pydio.grpc.data.index.cellsdata Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:08.436-0500 INFO pydio.grpc.data.index.personal Warning: no private IP detected for binding broker. Will bind to 70.32.26.106, which may give public access to the broker.
2020-01-21T16:01:08.469-0500 INFO pydio.grpc.data.index.cellsdata 2020-01-21T16:01:08.469-0500 INFO Creating root node in index
2020-01-21T16:01:08.470-0500 INFO pydio.grpc.data.index.cellsdata started
2020-01-21T16:01:08.471-0500 INFO pydio.grpc.mailer Starting mailer with queue ‘boltdb’
2020-01-21T16:01:08.471-0500 INFO pydio.grpc.mailer Starting mailer with sender ‘smtp’
2020-01-21T16:01:08.483-0500 INFO pydio.grpc.mailer started
2020-01-21T16:01:08.483-0500 INFO pydio.grpc.mailer Registering default job for consuming mailer queue
2020-01-21T16:01:08.492-0500 INFO pydio.grpc.audit started
2020-01-21T16:01:08.540-0500 INFO pydio.grpc.data.index.personal 2020-01-21T16:01:08.540-0500 INFO Creating root node in index
2020-01-21T16:01:08.542-0500 INFO pydio.grpc.data.index.personal started
2020-01-21T16:01:08.547-0500 INFO pydio.grpc.activity started
2020-01-21T16:01:08.548-0500 INFO pydio.grpc.activity Registering default job for creating activities digests
2020-01-21T16:01:08.555-0500 INFO pydio.grpc.user started
2020-01-21T16:01:08.560-0500 INFO pydio.grpc.user Initialization: creating admin user: admin
2020-01-21T16:01:08.677-0500 INFO pydio.grpc.user Registering task for switching tenancy
2020-01-21T16:01:08.678-0500 INFO pydio.grpc.audit Create job to generate data audit reports
2020-01-21T16:01:08.779-0500 INFO pydio.grpc.role Role [admin role] has been updated {“MsgId”: “53”, “RoleUuid”: “8d668e60-3727-4ec8-b299-e6ba94959b08”}
2020-01-21T16:01:08.780-0500 INFO pydio.grpc.user Initialization: creating s3 anonymous user
2020-01-21T16:01:08.780-0500 INFO pydio.grpc.versions started
2020-01-21T16:01:08.781-0500 INFO pydio.grpc.versions Inserting default versioning policies
2020-01-21T16:01:08.814-0500 INFO pydio.grpc.tasks started
2020-01-21T16:01:08.883-0500 INFO pydio.grpc.role Role [pydio.anon.user role] has been updated {“MsgId”: “53”, “RoleUuid”: “471ae945-7023-45d2-8029-f961d6cf9a97”}
2020-01-21T16:01:09.956-0500 INFO pydio.gateway.websocket started
2020-01-21T16:01:09.957-0500 INFO pydio.grpc.data.sync.pydiods1 Creating job in scheduler to trigger re-indexation
2020-01-21T16:01:09.961-0500 INFO pydio.grpc.tasks Run Job resync-ds-pydiods1 on timer event
2020-01-21T16:01:10.067-0500 INFO pydio.grpc.data.sync.pydiods1 Create Hidden File for folder {“path”: “.pydio”}
2020-01-21T16:01:10.068-0500 INFO pydio.grpc.data.sync.pydiods1 2020-01-21T16:01:10.067-0500 INFO Got Stats for index://pydiods1 {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:10.072-0500 INFO pydio.grpc.data.sync.pydiods1 2020-01-21T16:01:10.071-0500 INFO Got Stats for s3://70.32.26.105:37046/pydiods1 {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:10.071-0500 INFO pydio.grpc.data.sync.pydiods1 Listing all S3 objects for path {“bucket”: “pydiods1”, “path”: “”}
2020-01-21T16:01:10.073-0500 INFO pydio.grpc.data.sync.pydiods1 2020-01-21T16:01:10.073-0500 INFO Diff Stats {“s”: {“EndpointLeft”:“s3://70.32.26.105:37046/pydiods1”,“EndpointRight”:“index://pydiods1”,“conflicts”:0,“missingLeft”:0,“missingRight”:0}}
2020-01-21T16:01:10.074-0500 INFO pydio.grpc.data.sync.pydiods1 2020-01-21T16:01:10.073-0500 INFO Finished analyzing nodes {“i”: 4}
2020-01-21T16:01:10.075-0500 INFO pydio.grpc.data.sync.pydiods1 2020-01-21T16:01:10.073-0500 INFO Sending unidirectional patch {“patch”: {“Source”:“s3://70.32.26.105:37046/pydiods1”,“Target”:“index://pydiods1”,“Type”:“TreePatch”}}
2020-01-21T16:01:10.073-0500 INFO pydio.grpc.data.sync.pydiods1 Filtering TreePatch took {“time”: “8.449µs”, “source”: “s3://70.32.26.105:37046/pydiods1”, “target”: “index://pydiods1”}
2020-01-21T16:01:10.073-0500 INFO pydio.grpc.data.sync.pydiods1 Empty Patch : nothing to do
2020-01-21T16:01:10.451-0500 INFO pydio.gateway.data started
2020-01-21T16:01:10.500-0500 INFO pydio.grpc.auth started
2020-01-21T16:01:10.504-0500 INFO pydio.grpc.auth Inserting pruning job for revoked token and reset password tokens
2020-01-21T16:01:10.570-0500 INFO pydio.web.auth keys expired, rotating
2020-01-21T16:01:10.738-0500 INFO pydio.web.auth keys rotated, next rotation: 2020-01-22 03:01:10.738064 +0000 UTC
2020-01-21T16:01:10.739-0500 INFO pydio.web.auth Listening (http) on http://amx.iss-na.com/auth/dex
2020-01-21T16:01:10.739-0500 INFO pydio.web.auth started
2020-01-21T16:01:10.757-0500 INFO pydio.grpc.timer Registering Job {“job”: “flush-mailer-queue”}
2020-01-21T16:01:10.757-0500 INFO pydio.grpc.timer Registering Job {“job”: “internal-prune-jobs”}
2020-01-21T16:01:10.757-0500 INFO pydio.grpc.timer Registering Job {“job”: “prune-versions-job”}
2020-01-21T16:01:10.757-0500 INFO pydio.grpc.timer Registering Job {“job”: “users-activity-digest”}
2020-01-21T16:01:10.757-0500 INFO pydio.grpc.timer started
2020-01-21T16:01:10.871-0500 INFO pydio.gateway.onlyoffice started
2020-01-21T16:01:10.983-0500 INFO pydio.gateway.dav started
2020-01-21T16:01:10.985-0500 INFO pydio.gateway.wopi started
2020-01-21T16:01:11.086-0500 INFO pydio.grpc.data.sync.cellsdata Creating job in scheduler to trigger re-indexation
2020-01-21T16:01:11.089-0500 INFO pydio.grpc.tasks Run Job resync-ds-cellsdata on timer event
2020-01-21T16:01:11.195-0500 INFO pydio.grpc.data.sync.cellsdata 2020-01-21T16:01:11.195-0500 INFO Got Stats for index://cellsdata {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:11.196-0500 INFO pydio.grpc.data.sync.cellsdata Create Hidden File for folder {“path”: “.pydio”}
2020-01-21T16:01:11.200-0500 INFO pydio.grpc.data.sync.cellsdata 2020-01-21T16:01:11.200-0500 INFO Got Stats for s3://70.32.26.105:37046/cellsdata {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:11.200-0500 INFO pydio.grpc.data.sync.cellsdata Listing all S3 objects for path {“bucket”: “cellsdata”, “path”: “”}
2020-01-21T16:01:11.201-0500 INFO pydio.grpc.data.sync.cellsdata 2020-01-21T16:01:11.201-0500 INFO Diff Stats {“s”: {“EndpointLeft”:“s3://70.32.26.105:37046/cellsdata”,“EndpointRight”:“index://cellsdata”,“conflicts”:0,“missingLeft”:0,“missingRight”:0}}
2020-01-21T16:01:11.203-0500 INFO pydio.grpc.data.sync.cellsdata 2020-01-21T16:01:11.201-0500 INFO Finished analyzing nodes {“i”: 4}
2020-01-21T16:01:11.203-0500 INFO pydio.grpc.data.sync.cellsdata 2020-01-21T16:01:11.202-0500 INFO Sending unidirectional patch {“patch”: {“Source”:“s3://70.32.26.105:37046/cellsdata”,“Target”:“index://cellsdata”,“Type”:“TreePatch”}}
2020-01-21T16:01:11.202-0500 INFO pydio.grpc.data.sync.cellsdata Filtering TreePatch took {“time”: “8.884µs”, “source”: “s3://70.32.26.105:37046/cellsdata”, “target”: “index://cellsdata”}
2020-01-21T16:01:11.202-0500 INFO pydio.grpc.data.sync.cellsdata Empty Patch : nothing to do
2020-01-21T16:01:11.322-0500 INFO pydio.grpc.data.sync.personal Sync personal - Try to contact Objects
2020-01-21T16:01:11.325-0500 INFO pydio.grpc.data.sync.personal Successfully listed objects from bucket personal
2020-01-21T16:01:11.327-0500 INFO pydio.grpc.data.sync.personal Creating job in scheduler to trigger re-indexation
2020-01-21T16:01:11.331-0500 INFO pydio.grpc.tasks Run Job resync-ds-personal on timer event
2020-01-21T16:01:11.334-0500 INFO pydio.grpc.search started
2020-01-21T16:01:11.436-0500 INFO pydio.grpc.data.sync.personal Create Hidden File for folder {“path”: “.pydio”}
2020-01-21T16:01:11.436-0500 INFO pydio.grpc.data.sync.personal 2020-01-21T16:01:11.436-0500 INFO Got Stats for index://personal {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:11.439-0500 INFO pydio.grpc.data.sync.personal 2020-01-21T16:01:11.439-0500 INFO Got Stats for s3://70.32.26.105:37046/personal {“stats”: {“HasChildrenInfo”:false,“HasSizeInfo”:false,“Size”:0,“Children”:0,“Folders”:0,“Files”:0}}
2020-01-21T16:01:11.439-0500 INFO pydio.grpc.data.sync.personal Listing all S3 objects for path {“bucket”: “personal”, “path”: “”}
2020-01-21T16:01:11.441-0500 INFO pydio.grpc.data.sync.personal 2020-01-21T16:01:11.441-0500 INFO Diff Stats {“s”: {“EndpointLeft”:“s3://70.32.26.105:37046/personal”,“EndpointRight”:“index://personal”,“conflicts”:0,“missingLeft”:0,“missingRight”:0}}
2020-01-21T16:01:11.442-0500 INFO pydio.grpc.data.sync.personal 2020-01-21T16:01:11.441-0500 INFO Finished analyzing nodes {“i”: 4}
2020-01-21T16:01:11.444-0500 INFO pydio.grpc.data.sync.personal 2020-01-21T16:01:11.442-0500 INFO Sending unidirectional patch {“patch”: {“Source”:“s3://70.32.26.105:37046/personal”,“Target”:“index://personal”,“Type”:“TreePatch”}}
2020-01-21T16:01:11.443-0500 INFO pydio.grpc.data.sync.personal Filtering TreePatch took {“time”: “8.713µs”, “source”: “s3://70.32.26.105:37046/personal”, “target”: “index://personal”}
2020-01-21T16:01:11.443-0500 INFO pydio.grpc.data.sync.personal Empty Patch : nothing to do
2020-01-21T16:01:14.078-0500 INFO pydio.rest.activity started
2020-01-21T16:01:14.725-0500 INFO pydio.rest.meta started
2020-01-21T16:01:14.735-0500 INFO pydio.rest.jobs started
2020-01-21T16:01:14.775-0500 INFO pydio.rest.workspace started
2020-01-21T16:01:14.777-0500 INFO pydio.rest.tree started
2020-01-21T16:01:14.783-0500 INFO pydio.rest.user-meta started
2020-01-21T16:01:14.788-0500 INFO pydio.rest.acl started
2020-01-21T16:01:14.793-0500 INFO pydio.rest.templates started
2020-01-21T16:01:14.804-0500 INFO pydio.rest.role started
2020-01-21T16:01:14.816-0500 INFO pydio.rest.log started
2020-01-21T16:01:14.822-0500 INFO pydio.rest.mailer started
2020-01-21T16:01:14.842-0500 INFO pydio.rest.license started
2020-01-21T16:01:14.853-0500 INFO pydio.rest.share started
2020-01-21T16:01:14.865-0500 INFO pydio.rest.update started
2020-01-21T16:01:14.872-0500 INFO pydio.rest.graph started
2020-01-21T16:01:14.883-0500 INFO pydio.rest.frontend started
2020-01-21T16:01:14.883-0500 INFO pydio.rest.user started
2020-01-21T16:01:14.891-0500 INFO pydio.rest.config started
2020-01-21T16:01:14.893-0500 INFO pydio.rest.search started
2020-01-21T16:01:14.900-0500 INFO pydio.rest.policy started
2020-01-21T16:01:14.901-0500 INFO pydio.rest.auth started
2020-01-21T16:01:14.908-0500 INFO pydio.rest.scheduler started
2020-01-21T16:01:14.920-0500 INFO pydio.rest.audit started
2020-01-21T16:01:22.291-0500 INFO pydio.gateway.proxy Restarting proxy {“caddyfile”: “\nhttp://0.0.0.0:8080 {\n\tproxy /a 70.32.26.106:43713 {\n\t\twithout /a\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /auth/dex 70.32.26.106:33707 {\n\t\tinsecure_skip_verify\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /oidc 70.32.26.106:35285 {\n\t\tinsecure_skip_verify\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /oidc-admin/oauth2/auth/requests 70.32.26.106:35285 {\n\t\tinsecure_skip_verify\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /io 70.32.26.106:40588 {\n\t\theader_upstream Host amx.iss-na.com\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /data 70.32.26.106:40588 {\n\t\theader_upstream Host amx.iss-na.com\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tproxy /ws 70.32.26.106:36625 {\n\t\twebsocket\n\t\twithout /ws\n\t}\n\tproxy /plug/ 70.32.26.106:40512 {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Cache-Control “public, max-age=31536000”\n\t}\n\tproxy /dav/ 70.32.26.106:41328 {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\t\n\tproxy /public/ 70.32.26.106:40512 {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\t\n\tproxy /user/reset-password/ 70.32.26.106:40512 {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\t\n\tproxy /robots.txt 70.32.26.106:40512 {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\t\n\tproxy /login 70.32.26.106:40512/gui {\n\t\twithout /login\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\n\n\tredir 302 {\n\t\t\n\t\tif {path} is /\n\t\t/ /login\n\t}\n\t\n\t\n\t\n\t\tproxy /onlyoffice/ http://localhost:9980/ {\n\t\t\theader_upstream Host {host}\n \theader_upstream X-Real-IP {remote}\n\t\t\theader_upstream X-Forwarded-Proto http\n\t\t\theader_upstream X-Forwarded-Host amx.iss-na.com/onlyoffice/\n\t\t\t\n\t\t\twebsocket\n\t\t\twithout /onlyoffice/\n\t\t}\n \n\t\n\t\n proxy /wopi/ 70.32.26.106:44304 {\n transparent\n }\n\n proxy /loleaflet/ https://localhost:9980/loleaflet {\n transparent\n insecure_skip_verify\n without /loleaflet/\n }\n\n proxy /hosting/discovery https://localhost:9980/hosting/discovery {\n transparent\n insecure_skip_verify\n without /hosting/discovery\n }\n\n proxy /lool/ https://localhost:9980/lool/ {\n transparent\n insecure_skip_verify\n websocket\n without /lool/\n }\n \n\t\n\t\n\t\tproxy /onlyofficecb 70.32.26.106:43020 {\n\t\t\ttransparent\n\t\t\twithout /onlyofficecb\n\t\t}\n\t\n\t\n\t\n\trewrite {\n\t\tif {path} not_starts_with “/a/”\n\t\tif {path} not_starts_with “/auth/”\n\t\tif {path} not_starts_with “/oidc/”\n\t\tif {path} not_starts_with “/oidc-admin/oauth2/auth/requests/”\n\t\tif {path} not_starts_with “/io”\n\t\tif {path} not_starts_with “/data”\n\t\tif {path} not_starts_with “/ws/”\n\t\tif {path} not_starts_with “/plug/”\n\t\tif {path} not_starts_with “/dav/”\n\t\t\n\t\tif {path} not_starts_with “/onlyoffice/”\n\t\t\n\t\tif {path} not_starts_with “/wopi/”\n\t\t\n\t\tif {path} not_starts_with “/loleaflet/”\n\t\t\n\t\tif {path} not_starts_with “/hosting/discovery”\n\t\t\n\t\tif {path} not_starts_with “/lool/”\n\t\t\n\t\tif {path} not_starts_with “/onlyofficecb”\n\t\t\n\t\tif {path} not_starts_with “/public/”\n\t\tif {path} not_starts_with “/user/reset-password”\n\t\tif {path} not_starts_with “/robots.txt”\n\t\tto {path} {path}/ /login\n\t}\n\n\t\n\t\n\terrors “/home/pydio1/.config/pydio/cells/logs/caddy_errors.log”\n}\n\n\n\t”}
2020-01-21T16:01:22.293-0500 INFO pydio.gateway.proxy Restart done
2020-01-21T16:01:22.775-0500 INFO pydio.rest.workspace Creating a Personal workspace
2020-01-21T16:01:22.881-0500 INFO pydio.rest.workspace Settings ACLS for workspace
2020-01-21T16:01:22.889-0500 INFO pydio.rest.workspace Creating a Common Files workspace on pydiods1
2020-01-21T16:01:22.892-0500 INFO pydio.rest.workspace Settings ACLS for workspace
2020-01-21T16:05:16.829-0500 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:00/PT5M”
2020-01-21T16:08:16.829-0500 INFO pydio.grpc.tasks Run Job internal-prune-jobs on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:03/PT10M”
2020-01-21T16:10:16.829-0500 INFO pydio.grpc.tasks Run Job prune-versions-job on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:00/PT15M”
2020-01-21T16:10:16.832-0500 INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:00/PT5M”
2020-01-21T16:10:16.832-0500 INFO pydio.grpc.tasks Run Job users-activity-digest on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:00/PT15M”