-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
NC Client Uploading some files - Error Could not resolve filesService! Class filesService does not exist #9351
Comments
I have a similar Nextcloud Server with quite the same config file but with less RAM and i don't have this kind of errors. On the client Side i got this error log : |
This seems to be caused by files_fulltextsearch. |
No it is not. I delete it and retry, nothing get better... so it isn’t closed. |
That can't be the same issue. As your log shows it is looking for a class from the fulltextsearch app. /var/www/nextcloud/apps/files_fulltextsearch/lib/Hooks/FilesHooks.php(52): OC\AppFramework\DependencyInjection\DIContainer->query('OCA\\Files_FullT...') |
No here is the logs i got without full text search beta
|
It looks like deadlock in oc filecache but i don’t know how to trigger it correctly... |
Well see that is a totally different error. @icewind1991 any idea^^ |
(pray) Hope dev team or helpful people could find what's going wrong with this Nextcloud instance. |
Little UP, |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
have exact bug when sync 50Gb folder with 6,5k files on almost exact config except 13.0.4.0 , php 7.1 , nginx
have free memory and CPU resources on server |
Steps to reproduce
Expected behaviour
Normally you should get a sync without error.
Actual behaviour
Some randomly files get reds with Errors... Waiting that your sync is over to get clues, but the next sync will bring those crashed files into a welly synced files... It's anoying because the user get lost about this state and don't know if the client works well.
Server configuration detail
Operating system: Linux 4.4.0-121-generic #145-Ubuntu SMP Fri Apr 13 13:47:23 UTC 2018 x86_64
4Cores - 16Go of RAM
Webserver: Apache/2.4.18 (Ubuntu) (apache2handler)
Database: mysql 10.2.14 - MariaDB
PHP version: 7.0.28-0ubuntu0.16.04.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, mysqlnd, PDO, xml, apcu, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, json, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 13.0.2 - 13.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install:
Updated form 13.0.1 - just a fresh install the bug was present on this version too
Where did you install Nextcloud from: .zip file from the website
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: NO
Are you using encryption: no
Are you using an external user-backend, if yes which one: No
Logs :
{"reqId":"WJSH3j9VOki8a3KF5BRM","level":3,"time":"2018-04-27T16:38:44+00:00","remoteAddr":"10.114.45.5","user":"USER","app":"no app in context","method":"PUT","url":"/remote.php/dav/files/USER/images/Nouveau%20dossier/IMGP3441.JPG","message":"Exception: {"Exception":"OCP\\AppFramework\\QueryException","Message":"Could not resolve filesService! Class filesService does not exist","Code":0,"Trace":"#0 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(118): OC\\AppFramework\\Utility\\SimpleContainer->resolve('filesService')
#1 \/var\/www\/nextcloud\/lib\/private\/ServerContainer.php(132): OC\\AppFramework\\Utility\\SimpleContainer->query('filesService')
#2 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/DependencyInjection\/DIContainer.php(441): OC\\ServerContainer->query('filesService')
#3 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(74): OC\\AppFramework\\DependencyInjection\\DIContainer->query('filesService')
#4 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(97): OC\\AppFramework\\Utility\\SimpleContainer->buildClass(Object(ReflectionClass))
#5 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(118): OC\\AppFramework\\Utility\\SimpleContainer->resolve('OCA\\\\Files_FullT...')
#6 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/DependencyInjection\/DIContainer.php(467): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\Files_FullT...')
#7 \/var\/www\/nextcloud\/lib\/private\/AppFramework\/DependencyInjection\/DIContainer.php(438): OC\\AppFramework\\DependencyInjection\\DIContainer->queryNoFallback('OCA\\\\Files_FullT...')
#8 \/var\/www\/nextcloud\/apps\/files_fulltextsearch\/lib\/Hooks\/FilesHooks.php(52): OC\\AppFramework\\DependencyInjection\\DIContainer->query('OCA\\\\Files_FullT...')
#9 \/var\/www\/nextcloud\/apps\/files_fulltextsearch\/lib\/Hooks\/FilesHooks.php(66): OCA\\Files_FullTextSearch\\Hooks\\FilesHooks::getController()
#10 \/var\/www\/nextcloud\/lib\/private\/legacy\/hook.php(106): OCA\\Files_FullTextSearch\\Hooks\\FilesHooks::onNewFile(Array)
#11 \/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php(309): OC_Hook::emit('OC_Filesystem', 'post_create', Array)
#12 \/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php(241): OCA\\DAV\\Connector\\Sabre\\File->emitPostHooks(false)
#13 \/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php(151): OCA\\DAV\\Connector\\Sabre\\File->put(Resource id #22)
#14 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1096): OCA\\DAV\\Connector\\Sabre\\Directory->createFile('IMGP3441.JPG', Resource id #22)
#15 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(525): Sabre\\DAV\\Server->createFile('files\/USER..', Resource id #22, NULL)
#16 [internal function]: Sabre\\DAV\\CorePlugin->httpPut(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))
#17 \/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)
#18 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:PUT', Array)
#19 \/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))
#20 \/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()
#21 \/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()
#22 \/var\/www\/nextcloud\/remote.php(164): require_once('\/var\/www\/nextcl...')
#23 {main}","File":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php","Line":103}","userAgent":"Mozilla/5.0 (Macintosh) mirall/2.3.3 (build 84) (Nextcloud)","version":"13.0.2.1"}
The text was updated successfully, but these errors were encountered: