-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Issues with External Nextcloud Storage #3720
Comments
I have the an similar issue, I get the same 503 error, but I access the SMB-Share via WebDav, and the message comes after several minutes without access |
I have new infos: |
Sadly we can't reproduce this. Maybe ask in the forums (https://help.nextcloud.com) for help, because that is the place were setup specific problems are discussed. If you have a clear way to reproduce this, we are happy to build a fix for that into our code. Sorry for the inconvenience Thanks |
Similar Issue here
Steps to reproduce
Expected behaviour
I should be able to access the folder.
Actual behaviour
Get an error (503 | Sabre\DAV\Exception\ServiceUnavailable): Storage is temporarily not available
Server configuration
Operating system:
Ubuntu
Web server:
Apache
Database:
MySQL
PHP version:
7.0+
Nextcloud version: (see Nextcloud admin page)
11.0.2 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
(Fresh) New Install
Where did you install Nextcloud from:
https://nextcloud.com/ - Archive version
Signing status:
Signing status
No errors have been found.
Enabled:
Disabled:
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'cloud.stefanovazzoler.com',
),
'datadirectory' => '',
'overwrite.cli.url' => 'https://cloud.stefanovazzoler.com',
'dbtype' => 'mysql',
'version' => '11.0.2.7',
'dbname' => '',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => '',
'dbpassword' => '***',
'logtimezone' => 'UTC',
'installed' => true,
);
Config report
{
"system": {
"instanceid": "ockdlk2gei4x",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.stefanovazzoler.com"
],
"datadirectory": "/var/www/other/cloud-data",
"overwrite.cli.url": "https://cloud.stefanovazzoler.com",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true
}
}
Are you using external storage, if yes which one: nextclout
Are you using encryption: yes (disabled on external storage)
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chrome
Operating system: Windows 10
Logs
Web server error log
Web server error log
No Errors
Nextcloud log (data/nextcloud.log)
Nextcloud log
{"reqId":"***","remoteAddr":"***","app":"core","message":"Default encryption module not loaded","level":3,"time":"2017-03-05T17:00:00+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Sharename","user":"***","version":"11.0.2.7"} {"reqId":"***","remoteAddr":"***","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 Storage is temporarily not available\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(939): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Sharename')\\n#1 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(336): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Sharename', Array, 1)\\n#2 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropFind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#4 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#5 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#7 \\\/var\\\/www\\\/subdomain\\\/cloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/subdom...')\\n#8 {main}\",\"File\":\"\\\/var\\\/www\\\/subdomain\\\/cloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/ObjectTree.php\",\"Line\":162,\"User\":\"***\"}","level":4,"time":"2017-03-05T17:00:00+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/Sharename","user":"***","version":"11.0.2.7"}Browser log
Browser log
PROPFIND https://cloud.stefanovazzoler.com/remote.php/webdav/Tungsten 503 ()
The text was updated successfully, but these errors were encountered: