Internal Server Error after Collabora installation

Hi there!

I recently installed Collabora on my nextcloud as described here:

My vHost File looks like this:

root@Taylor:/etc/apache2/sites-available# cat office-glaubs-net.conf 
<VirtualHost *:443>
ServerName office.glaubs.net:443

# SSL configuration, you may want to take the easy route instead and use Lets Encrypt!
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/office.glaubs.net/cert.pem
SSLCertificateChainFile /etc/letsencrypt/live/office.glaubs.net/chain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/office.glaubs.net/privkey.pem
SSLProtocol             all -SSLv2 -SSLv3
SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
SSLHonorCipherOrder     on

# Encoded slashes need to be allowed
AllowEncodedSlashes NoDecode

# Container uses a unique non-signed certificate
SSLProxyEngine On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off

# keep the host
ProxyPreserveHost On

# static html, js, images, etc. served from loolwsd
# loleaflet is the client part of LibreOffice Online
ProxyPass           /loleaflet https://127.0.0.1:9980/loleaflet retry=0
ProxyPassReverse    /loleaflet https://127.0.0.1:9980/loleaflet

# WOPI discovery URL
ProxyPass           /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0
ProxyPassReverse    /hosting/discovery https://127.0.0.1:9980/hosting/discovery

# Main websocket
ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon

# Admin Console websocket
ProxyPass   /lool/adminws wss://127.0.0.1:9980/lool/adminws

# Download as, Fullscreen presentation and Image upload operations
ProxyPass           /lool https://127.0.0.1:9980/lool
ProxyPassReverse    /lool https://127.0.0.1:9980/lool
</VirtualHost>

I created a subdomain office.glaubs.net, SSL secured it via Lets Encrypt and adjust the settings in collabora to: https://office.glaubs.net:443

Everytime I try to open a document I get an internal server error:

Error - richdocuments OCP\Files\NotPermittedException: No create permission for path

Anyone have an idea what I did wrong?
I tried to google it now for hours, without success.

Thanks for your help!
BR Kai

What does your logs say?

  • nextcloud log
  • apache error.log from nextcloud host
  • apache error.log from reverse proxy host
  • collabora docker log (docker logs -f )

nextcloud log:

|Error|index|OCP\Files\NotPermittedException: No create permission for path

  1. /var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFolder.php - line 83: OC\Files\Node\Folder->newFile(‘icon-core-filet…’)
  2. /var/www/nextcloud/apps/theming/lib/ImageManager.php - line 94: OC\Files\SimpleFS\SimpleFolder->newFile(‘icon-core-filet…’)
  3. /var/www/nextcloud/apps/theming/lib/Controller/IconController.php - line 108: OCA\Theming\ImageManager->setCachedImage(‘icon-core-filet…’, ‘<svg xmlns="htt…’)
  4. [internal function] OCA\Theming\Controller\IconController->getThemedIcon(‘core’, ‘filetypes/x-off…’)
  5. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 161: call_user_func_array(Array, Array)
  6. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 91: OC\AppFramework\Http\Dispatcher->executeController(Object(OCA\Theming\Controller\IconController), ‘getThemedIcon’)
  7. /var/www/nextcloud/lib/private/AppFramework/App.php - line 115: OC\AppFramework\Http\Dispatcher->dispatch(Object(OCA\Theming\Controller\IconController), ‘getThemedIcon’)
  8. /var/www/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47: OC\AppFramework\App main(‘OCA\Theming\Con…’, ‘getThemedIcon’, Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
  9. [internal function] OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
  10. /var/www/nextcloud/lib/private/Route/Router.php - line 297: call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)
  11. /var/www/nextcloud/lib/base.php - line 999: OC\Route\Router->match(‘/apps/theming/i…’)
  12. /var/www/nextcloud/index.php - line 42: OC handleRequest()
  13. {main}|

apache log:

[Tue Sep 25 19:11:25.310527 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/help.php’ not found or unable to stat
[Tue Sep 25 19:11:25.815305 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/java.php’ not found or unable to stat
[Tue Sep 25 19:11:26.113427 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/_query.php’ not found or unable to stat
[Tue Sep 25 19:11:26.390737 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/test.php’ not found or unable to stat
[Tue Sep 25 19:11:28.482851 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/logon.php’ not found or unable to stat
[Tue Sep 25 19:11:28.756567 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/help-e.php’ not found or unable to stat
[Tue Sep 25 19:11:29.032654 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/license.php’ not found or unable to stat
[Tue Sep 25 19:11:31.082629 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/log.php’ not found or unable to stat
[Tue Sep 25 19:11:31.600658 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/hell.php’ not found or unable to stat
[Tue Sep 25 19:11:31.879170 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/pmd_online.php’ not found or unable to stat
[Tue Sep 25 19:11:32.152576 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/x.php’ not found or unable to stat
[Tue Sep 25 19:11:32.428723 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/shell.php’ not found or unable to stat
[Tue Sep 25 19:11:32.704984 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/desktop.ini.php’ not found or unable to stat
[Tue Sep 25 19:11:34.303013 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/z.php’ not found or unable to stat
[Tue Sep 25 19:11:34.822952 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/lala.php’ not found or unable to stat
[Tue Sep 25 19:11:35.123293 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/lala-dpr.php’ not found or unable to stat
[Tue Sep 25 19:11:36.180796 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wpo.php’ not found or unable to stat
[Tue Sep 25 19:11:36.715036 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/text.php’ not found or unable to stat
[Tue Sep 25 19:11:36.992916 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wp-config.php’ not found or unable to stat
[Tue Sep 25 19:11:37.274663 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/muhstik.php’ not found or unable to stat
[Tue Sep 25 19:11:37.552701 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/muhstik2.php’ not found or unable to stat
[Tue Sep 25 19:11:39.147606 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/muhstiks.php’ not found or unable to stat
[Tue Sep 25 19:11:39.663115 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/muhstik-dpr.php’ not found or unable to stat
[Tue Sep 25 19:11:39.936842 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/lol.php’ not found or unable to stat
[Tue Sep 25 19:11:40.359252 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/uploader.php’ not found or unable to stat
[Tue Sep 25 19:11:40.633006 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmd.php’ not found or unable to stat
[Tue Sep 25 19:11:40.911037 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmx.php’ not found or unable to stat
[Tue Sep 25 19:11:41.184841 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmv.php’ not found or unable to stat
[Tue Sep 25 19:11:43.144618 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmdd.php’ not found or unable to stat
[Tue Sep 25 19:11:43.662910 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/knal.php’ not found or unable to stat
[Tue Sep 25 19:11:45.574861 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmd.php’ not found or unable to stat
[Tue Sep 25 19:11:46.094812 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/shell.php’ not found or unable to stat
[Tue Sep 25 19:11:48.072737 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/appserv.php’ not found or unable to stat
[Tue Sep 25 19:11:56.197004 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wuwu11.php’ not found or unable to stat
[Tue Sep 25 19:11:56.475175 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xw.php’ not found or unable to stat
[Tue Sep 25 19:11:56.752655 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xw1.php’ not found or unable to stat
[Tue Sep 25 19:11:57.030576 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/9678.php’ not found or unable to stat
[Tue Sep 25 19:11:58.076879 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wc.php’ not found or unable to stat
[Tue Sep 25 19:11:59.076754 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xx.php’ not found or unable to stat
[Tue Sep 25 19:11:59.352808 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/s.php’ not found or unable to stat
[Tue Sep 25 19:12:00.103127 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/w.php’ not found or unable to stat
[Tue Sep 25 19:12:00.390627 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/sheep.php’ not found or unable to stat
[Tue Sep 25 19:12:00.674713 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/qaq.php’ not found or unable to stat
[Tue Sep 25 19:12:01.752941 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/db.init.php’ not found or unable to stat
[Tue Sep 25 19:12:02.839179 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wp-admins.php’ not found or unable to stat
[Tue Sep 25 19:12:03.118585 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/m.php’ not found or unable to stat
[Tue Sep 25 19:12:05.488724 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/mx.php’ not found or unable to stat
[Tue Sep 25 19:12:07.130969 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wshell.php’ not found or unable to stat
[Tue Sep 25 19:12:07.646829 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xshell.php’ not found or unable to stat
[Tue Sep 25 19:12:08.348995 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/qq.php’ not found or unable to stat
[Tue Sep 25 19:12:08.626739 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/conflg.php’ not found or unable to stat
[Tue Sep 25 19:12:08.904584 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/lindex.php’ not found or unable to stat
[Tue Sep 25 19:12:09.178992 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/phpstudy.php’ not found or unable to stat
[Tue Sep 25 19:12:11.076730 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/phpStudy.php’ not found or unable to stat
[Tue Sep 25 19:12:11.592826 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/weixiao.php’ not found or unable to stat
[Tue Sep 25 19:12:13.209032 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/feixiang.php’ not found or unable to stat
[Tue Sep 25 19:12:13.748893 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/ak47.php’ not found or unable to stat
[Tue Sep 25 19:12:14.419260 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/ak48.php’ not found or unable to stat
[Tue Sep 25 19:12:14.690841 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xiao.php’ not found or unable to stat
[Tue Sep 25 19:12:14.966721 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/yao.php’ not found or unable to stat
[Tue Sep 25 19:12:15.242635 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/defect.php’ not found or unable to stat
[Tue Sep 25 19:12:16.851235 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/webslee.php’ not found or unable to stat
[Tue Sep 25 19:12:17.391203 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/q.php’ not found or unable to stat
[Tue Sep 25 19:12:17.670714 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/pe.php’ not found or unable to stat
[Tue Sep 25 19:12:19.294955 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/hm.php’ not found or unable to stat
[Tue Sep 25 19:12:19.808734 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cainiao.php’ not found or unable to stat
[Tue Sep 25 19:12:20.085036 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/zuoshou.php’ not found or unable to stat
[Tue Sep 25 19:12:21.699922 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/zuo.php’ not found or unable to stat
[Tue Sep 25 19:12:22.238682 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/aotu.php’ not found or unable to stat
[Tue Sep 25 19:12:22.917177 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/cmd.php’ not found or unable to stat
[Tue Sep 25 19:12:23.228637 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/bak.php’ not found or unable to stat
[Tue Sep 25 19:12:23.512809 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/system.php’ not found or unable to stat
[Tue Sep 25 19:12:23.788849 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/l6.php’ not found or unable to stat
[Tue Sep 25 19:12:25.331124 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/l7.php’ not found or unable to stat
[Tue Sep 25 19:12:25.844867 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/l8.php’ not found or unable to stat
[Tue Sep 25 19:12:26.116819 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/q.php’ not found or unable to stat
[Tue Sep 25 19:12:27.512780 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/56.php’ not found or unable to stat
[Tue Sep 25 19:12:28.040947 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/mz.php’ not found or unable to stat
[Tue Sep 25 19:12:28.316619 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/xx.php’ not found or unable to stat
[Tue Sep 25 19:12:28.593192 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/yumo.php’ not found or unable to stat
[Tue Sep 25 19:12:30.206967 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/min.php’ not found or unable to stat
[Tue Sep 25 19:12:30.722835 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wan.php’ not found or unable to stat
[Tue Sep 25 19:12:31.429052 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/wanan.php’ not found or unable to stat
[Tue Sep 25 19:12:31.708689 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/ssaa.php’ not found or unable to stat
[Tue Sep 25 19:12:31.984698 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/qq.php’ not found or unable to stat
[Tue Sep 25 19:12:32.260813 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/aw.php’ not found or unable to stat
[Tue Sep 25 19:12:34.152828 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/12.php’ not found or unable to stat
[Tue Sep 25 19:12:34.669491 2018] [:error] [pid 13966] [client 186.139.38.211:37545] script ‘/var/www/nextcloud/hh.php’ not found or unable to stat
[Tue Sep 25 19:12:40.758689 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/ak.php’ not found or unable to stat
[Tue Sep 25 19:12:42.987306 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/ip.php’ not found or unable to stat
[Tue Sep 25 19:12:43.265260 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/infoo.php’ not found or unable to stat
[Tue Sep 25 19:12:43.539543 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qq.php’ not found or unable to stat
[Tue Sep 25 19:12:43.813438 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qwe.php’ not found or unable to stat
[Tue Sep 25 19:12:44.085484 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/1213.php’ not found or unable to stat
[Tue Sep 25 19:12:44.359420 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/post.php’ not found or unable to stat
[Tue Sep 25 19:12:45.429413 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/h1.php’ not found or unable to stat
[Tue Sep 25 19:12:45.901838 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/test.php’ not found or unable to stat
[Tue Sep 25 19:12:46.197776 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/3.php’ not found or unable to stat
[Tue Sep 25 19:12:46.473319 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/phpinfi.php’ not found or unable to stat
[Tue Sep 25 19:12:46.785214 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/aaaa.php’ not found or unable to stat
[Tue Sep 25 19:12:47.899467 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/9510.php’ not found or unable to stat
[Tue Sep 25 19:12:50.021439 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/python.php’ not found or unable to stat
[Tue Sep 25 19:12:50.533693 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/default.php’ not found or unable to stat
[Tue Sep 25 19:12:51.053536 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/sean.php’ not found or unable to stat
[Tue Sep 25 19:12:51.343571 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/app.php’ not found or unable to stat
[Tue Sep 25 19:12:51.617497 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/help.php’ not found or unable to stat
[Tue Sep 25 19:12:52.669554 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/tiandi.php’ not found or unable to stat
[Tue Sep 25 19:12:53.193907 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/miao.php’ not found or unable to stat
[Tue Sep 25 19:12:53.485212 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/xz.php’ not found or unable to stat
[Tue Sep 25 19:12:53.769669 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/linuxse.php’ not found or unable to stat
[Tue Sep 25 19:12:54.065281 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/zuoindex.php’ not found or unable to stat
[Tue Sep 25 19:12:55.097195 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/zshmindex.php’ not found or unable to stat
[Tue Sep 25 19:12:56.069579 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/tomcat.php’ not found or unable to stat
[Tue Sep 25 19:12:56.365420 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/ceshi.php’ not found or unable to stat
[Tue Sep 25 19:12:57.093287 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/1hou.php’ not found or unable to stat
[Tue Sep 25 19:12:57.381368 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/boots.php’ not found or unable to stat
[Tue Sep 25 19:12:57.653196 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/she.php’ not found or unable to stat
[Tue Sep 25 19:12:58.743391 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/s.php’ not found or unable to stat
[Tue Sep 25 19:12:59.753590 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qw.php’ not found or unable to stat
[Tue Sep 25 19:13:00.029475 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/test.php’ not found or unable to stat
[Tue Sep 25 19:13:00.745532 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/caonma.php’ not found or unable to stat
[Tue Sep 25 19:13:01.021556 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/ss.php’ not found or unable to stat
[Tue Sep 25 19:13:01.297386 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/wcp.php’ not found or unable to stat
[Tue Sep 25 19:13:02.389278 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/uuu.php’ not found or unable to stat
[Tue Sep 25 19:13:02.903757 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/sss.php’ not found or unable to stat
[Tue Sep 25 19:13:03.181635 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/1.php’ not found or unable to stat
[Tue Sep 25 19:13:03.473621 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/2.php’ not found or unable to stat
[Tue Sep 25 19:13:03.745504 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qaz.php’ not found or unable to stat
[Tue Sep 25 19:13:04.793566 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/sha.php’ not found or unable to stat
[Tue Sep 25 19:13:05.521253 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/1.php’ not found or unable to stat
[Tue Sep 25 19:13:05.795586 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/confg.php’ not found or unable to stat
[Tue Sep 25 19:13:06.069598 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/ver.php’ not found or unable to stat
[Tue Sep 25 19:13:06.510190 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/hack.php’ not found or unable to stat
[Tue Sep 25 19:13:06.785412 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qa.php’ not found or unable to stat
[Tue Sep 25 19:13:07.077782 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/Ss.php’ not found or unable to stat
[Tue Sep 25 19:13:07.351481 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/xxx.php’ not found or unable to stat
[Tue Sep 25 19:13:09.447382 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/92.php’ not found or unable to stat
[Tue Sep 25 19:13:10.145520 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/z.php’ not found or unable to stat
[Tue Sep 25 19:13:10.661711 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/xiaoma.php’ not found or unable to stat
[Tue Sep 25 19:13:10.957623 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/xiaomae.php’ not found or unable to stat
[Tue Sep 25 19:13:12.999581 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/xiaomar.php’ not found or unable to stat
[Tue Sep 25 19:13:13.517673 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/qq.php’ not found or unable to stat
[Tue Sep 25 19:13:14.051528 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/data.php’ not found or unable to stat
[Tue Sep 25 19:13:14.329535 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/log.php’ not found or unable to stat
[Tue Sep 25 19:13:14.601243 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/fack.php’ not found or unable to stat
[Tue Sep 25 19:13:16.485581 2018] [:error] [pid 13977] [client 186.139.38.211:48652] script ‘/var/www/nextcloud/angge.php’ not found or unable to stat

The docker file throws no error when trying to open a file.
Are any more logs needed for troubleshotting?

Thanks in advance!

Do you mean the collabora docker? If that log has no errors you first have to fix the nextcloud ones.

Investigate why nextcloud has no write permission in the directory where it tries to create a new file.

Why are there so many ‘file not found’ errors? Does the rest of your nextcloud instance work (documents, calendar, contacts, etc)?

P.S. maybe use pastebin for such logs.

The apache log looks like your site is being scanned from ‘outside’. If I were you I would not allow access from the internet until you have everything working and secured.

I have honestly no idea where these errors come from, it was installed like a week ago. Everything besides collabora works perfect, already handling all my mails, contacts and calendar with it. Syncs with my phone, everything works.

Its secured already, changed the standart ssh port, blocked all other, set up a firewall and access only with private key.

Nothing till now was as frustrating as the collabora installation^^

does the collabora docker log or the reverse proxy apche log show that it is being accessed at all? did setting the server address in the collabora app work?

when searching for :
|Error|index|OCP\Files\NotPermittedException: No create permission for path
and lib/private/Files/SimpleFS/SimpleFolder.php
it looks like you have a permission or ownership problem in your netxcloud directory.

yes it can be very frustrating. but it can really work so don’t give up…

I’m not sure if its the right log, but I found this:

If not, could you tell me the location?
Also I cant find the reverse apache log

I just changed the permissions, to check if the error message disappears.
I changed both, the /var/www/nextcloud folder and my storage space which I declared in the nextcloud config to /mnt/storagespace to “chmod -R ugo+rwx”.

Does nextcloud access as root? I wasnt sure so I gave the permission to all users.
Still the same error message appears in the nextcloud log.
What could possibly be wrong with the permission rights?

You cannot find the log of the reverse proxy? How can that be? Did you configure it? Then you should be able to find the logs or specify where they should be saved.

Please do not open up all permissions just to get ‘something’ working. You will en up with a highly insecure server or even an unusable one.

As what user does your nextcloud webserver run? On ubuntu it is www-data.