-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextCloud-reloaded - Collabora set allow domain failed #111
Comments
I commented out problematic lines, playbook runs into cycle, consumed over 8GB of RAM, and aborted with error.
|
It seems that the playbook is currently broken. I'll try to fix the playbook, but that may take a while. |
I have the same problem also without Collabora at step: I wasn't entirely sure what you meant with your advise to downgrade ansible to 2.9. I have now done the following:
This worked on my target setup (Debian 10.8.0 VM on Proxmox). I also tried out Ubuntu Server 20.04.2 (on Virtualbox) and I get the following error in the I am happy to have it run on Debian, but maybe this observation helps someone. Thank you for all your great work! EDIT: Nope, I was wrong. Not working on Debian either. Playbook runs through to the end and tells me that the server is up and running, but when I try to connect via Browser, I get Error EDIT2: Possible related problem with solution: |
This is the corresponding log entry to my 500 error: {
"reqId": "GFo4Q8ztgtnTdQMvbGW1",
"level": 3,
"time": "2021-03-05T22:17:19+00:00",
"remoteAddr": "",
"user": "admin",
"app": "no app in context",
"method": "",
"url": "--",
"message": {
"Exception": "OCP\\AppFramework\\QueryException",
"Message": "Could not resolve OCA\\Files_Versions\\Versions\\IVersionManager! Class can not be instantiated",
"Code": 0,
"Trace": [
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 126,
"function": "resolve",
"class": "OC\\AppFramework\\Utility\\SimpleContainer",
"type": "->",
"args": [
"OCA\\Files_Versions\\Versions\\IVersionManager"
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 455,
"function": "query",
"class": "OC\\AppFramework\\Utility\\SimpleContainer",
"type": "->",
"args": [
"OCA\\Files_Versions\\Versions\\IVersionManager"
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 427,
"function": "queryNoFallback",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"OCA\\Files_Versions\\Versions\\IVersionManager"
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php",
"line": 56,
"function": "query",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"OCA\\Files_Versions\\Versions\\IVersionManager"
]
},
{
"file": "/var/www/nextcloud/apps/files_versions/lib/AppInfo/Application.php",
"line": 119,
"function": "get",
"class": "OC\\AppFramework\\Utility\\SimpleContainer",
"type": "->",
"args": [
"OCA\\Files_Versions\\Versions\\IVersionManager"
]
},
{
"file": "/var/www/nextcloud/apps/files_versions/lib/AppInfo/Application.php",
"line": 106,
"function": "loadBackend",
"class": "OCA\\Files_Versions\\AppInfo\\Application",
"type": "->",
"args": [
{
"@attributes": {
"for": "OCP\\Files\\Storage\\IStorage"
},
"@value": "OCA\\Files_Versions\\Versions\\LegacyVersionsBackend"
},
{
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
},
{
"__class__": "OC\\AppFramework\\Logger"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Bootstrap/FunctionInjector.php",
"line": 68,
"function": "registerVersionBackends",
"class": "OCA\\Files_Versions\\AppInfo\\Application",
"type": "->",
"args": [
{
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
},
{
"__class__": "OC\\App\\AppManager"
},
{
"__class__": "OC\\AppFramework\\Logger"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Bootstrap/BootContext.php",
"line": 52,
"function": "injectFn",
"class": "OC\\AppFramework\\Bootstrap\\FunctionInjector",
"type": "->",
"args": [
{
"__class__": "Closure"
}
]
},
{
"file": "/var/www/nextcloud/apps/files_versions/lib/AppInfo/Application.php",
"line": 91,
"function": "injectFn",
"class": "OC\\AppFramework\\Bootstrap\\BootContext",
"type": "->",
"args": [
{
"__class__": "Closure"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php",
"line": 168,
"function": "boot",
"class": "OCA\\Files_Versions\\AppInfo\\Application",
"type": "->",
"args": [
{
"__class__": "OC\\AppFramework\\Bootstrap\\BootContext"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/legacy/OC_App.php",
"line": 191,
"function": "bootApp",
"class": "OC\\AppFramework\\Bootstrap\\Coordinator",
"type": "->",
"args": [
"files_versions"
]
},
{
"file": "/var/www/nextcloud/lib/private/legacy/OC_App.php",
"line": 131,
"function": "loadApp",
"class": "OC_App",
"type": "::",
"args": [
"files_versions"
]
},
{
"file": "/var/www/nextcloud/apps/dav/lib/AppInfo/Application.php",
"line": 113,
"function": "loadApps",
"class": "OC_App",
"type": "::",
"args": [
[
"dav"
]
]
},
{
"file": "/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php",
"line": 168,
"function": "boot",
"class": "OCA\\DAV\\AppInfo\\Application",
"type": "->",
"args": [
{
"__class__": "OC\\AppFramework\\Bootstrap\\BootContext"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/legacy/OC_App.php",
"line": 191,
"function": "bootApp",
"class": "OC\\AppFramework\\Bootstrap\\Coordinator",
"type": "->",
"args": [
"dav"
]
},
{
"file": "/var/www/nextcloud/lib/private/legacy/OC_App.php",
"line": 131,
"function": "loadApp",
"class": "OC_App",
"type": "::",
"args": [
"dav"
]
},
{
"file": "/var/www/nextcloud/lib/private/legacy/OC_Util.php",
"line": 201,
"function": "loadApps",
"class": "OC_App",
"type": "::",
"args": [
[
"filesystem"
]
]
},
{
"file": "/var/www/nextcloud/lib/private/User/Session.php",
"line": 554,
"function": "setupFS",
"class": "OC_Util",
"type": "::",
"args": [
"*** sensitive parameter replaced ***"
]
},
{
"file": "/var/www/nextcloud/lib/private/User/Session.php",
"line": 415,
"function": "prepareUserLogin",
"class": "OC\\User\\Session",
"type": "->",
"args": [
true,
"*** sensitive parameter replaced ***"
]
},
{
"file": "/var/www/nextcloud/lib/private/User/Session.php",
"line": 624,
"function": "completeLogin",
"class": "OC\\User\\Session",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/lib/private/User/Session.php",
"line": 367,
"function": "loginWithPassword",
"class": "OC\\User\\Session",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/lib/private/Setup.php",
"line": 436,
"function": "login",
"class": "OC\\User\\Session",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/core/Command/Maintenance/Install.php",
"line": 106,
"function": "install",
"class": "OC\\Setup",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/3rdparty/symfony/console/Command/Command.php",
"line": 255,
"function": "execute",
"class": "OC\\Core\\Command\\Maintenance\\Install",
"type": "->",
"args": [
{
"__class__": "Symfony\\Component\\Console\\Input\\ArgvInput"
},
{
"__class__": "Symfony\\Component\\Console\\Output\\ConsoleOutput"
}
]
},
{
"file": "/var/www/nextcloud/3rdparty/symfony/console/Application.php",
"line": 1000,
"function": "run",
"class": "Symfony\\Component\\Console\\Command\\Command",
"type": "->",
"args": [
{
"__class__": "Symfony\\Component\\Console\\Input\\ArgvInput"
},
{
"__class__": "Symfony\\Component\\Console\\Output\\ConsoleOutput"
}
]
},
{
"file": "/var/www/nextcloud/3rdparty/symfony/console/Application.php",
"line": 271,
"function": "doRunCommand",
"class": "Symfony\\Component\\Console\\Application",
"type": "->",
"args": [
{
"__class__": "OC\\Core\\Command\\Maintenance\\Install"
},
{
"__class__": "Symfony\\Component\\Console\\Input\\ArgvInput"
},
{
"__class__": "Symfony\\Component\\Console\\Output\\ConsoleOutput"
}
]
},
{
"file": "/var/www/nextcloud/3rdparty/symfony/console/Application.php",
"line": 147,
"function": "doRun",
"class": "Symfony\\Component\\Console\\Application",
"type": "->",
"args": [
{
"__class__": "Symfony\\Component\\Console\\Input\\ArgvInput"
},
{
"__class__": "Symfony\\Component\\Console\\Output\\ConsoleOutput"
}
]
},
{
"file": "/var/www/nextcloud/lib/private/Console/Application.php",
"line": 215,
"function": "run",
"class": "Symfony\\Component\\Console\\Application",
"type": "->",
"args": [
{
"__class__": "Symfony\\Component\\Console\\Input\\ArgvInput"
},
{
"__class__": "Symfony\\Component\\Console\\Output\\ConsoleOutput"
}
]
},
{
"file": "/var/www/nextcloud/console.php",
"line": 100,
"function": "run",
"class": "OC\\Console\\Application",
"type": "->",
"args": []
},
{
"file": "/var/www/nextcloud/occ",
"line": 11,
"args": [
"/var/www/nextcloud/console.php"
],
"function": "require_once"
}
],
"File": "/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php",
"Line": 111,
"CustomMessage": "Could not boot files_versionsCould not resolve OCA\\Files_Versions\\Versions\\IVersionManager! Class can not be instantiated"
},
"userAgent": "--",
"version": "20.0.8.1"
} |
I think it's right now version 2.9.18. I'm not sure if there is version 2.9.0. |
I fixed the nextcloud-reloaded branch. default php version is now 8.0 I tested it on ubuntu 20.04 with nextcloud 21 and collabora. |
I can confirm this is working on Debian 10.8 (VM on Proxmox). "Vanilla" install of the playbook, only changed the FQDN. EDIT: It was a VM on Proxmox, not an LXC container |
Hi,
One of the last tasks of "reloaded" branch fail with this message.
The text was updated successfully, but these errors were encountered: