User lost acces to OX Drive in an attempt to upgrade to 5.0 .
What is the correct command to list user files via CLI? Where are files located? I don´t find them using regular find command.
The bellow command is not working either
root@mail:/opt/open-xchange/sbin# ./listuserfilestores -c 10 -A oxadmin -P $(cat /etc/ox-secrets/context10.secret)
There are no users with own filestores.
Usage: listuserfilestores
-h,--help Prints a help text
--environment Show info about commandline environment
--nonl Remove all newlines (\n) from output
--responsetimeout <responsetimeout> response timeout in seconds for reading response from the backend (default 0s; infinite)
-A,--adminuser <adminuser> ? Admin username
-P,--adminpass <adminpass> ? Admin password
-c,--contextid <contextid> * The id of the context
-m,--master_only Prints only the master user
-f,--filestore_id <id> The id of the filestore. Lists users for this filestore.
Seems there is a problem on one of the service according to openxchange.log.0
`ERROR: service exception:
com.openexchange.ajax.action=all
com.openexchange.ajax.module=files
com.openexchange.grizzly.method=GET
com.openexchange.grizzly.queryString=action=all&folder=969&columns=1%2C2%2C3%2C5%2C20%2C23%2C51%2C52%2C108%2C700%2C702%2C703%2C704%2C705%2C7 07%2C711%2C7040&sort=702&order=asc&pregenerate_previews=true&timezone=utc&limit=0%2C210&session=a61f27deedb8432eb05f4f945e6d4073
com.openexchange.grizzly.remoteAddress=186.188.214.3
com.openexchange.grizzly.remotePort=44168
com.openexchange.grizzly.requestURI=/ajax/files
com.openexchange.grizzly.serverName=mail.xxxxxxxxx
com.openexchange.grizzly.servletPath=/ajax/files
com.openexchange.grizzly.threadName=OXWorker-0024532
com.openexchange.grizzly.userAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safar i/537.36
com.openexchange.hostname=mail.xxxxxxxx
com.openexchange.localhost.ipAddress=xx.xx.xx.xx
com.openexchange.localhost.version=7.10.5-Rev31
com.openexchange.request.trackingId=255923455-128887644
java.lang.NoClassDefFoundError: Could not initialize class com.openexchange.file.storage.infostore.internal.FieldMapping
at com.openexchange.file.storage.infostore.AbstractInfostoreFileAccess.getDocuments(AbstractInfostoreFileAccess.java:366)
at com.openexchange.file.storage.composition.internal.AbstractCompositingIDBasedFileAccess.getDocuments(AbstractCompositingIDBasedFil eAccess.java:435)