Collabora won't display any documents

Nextcloud version: 10.0.1
Collabora version: 1.1.14

I did an installation of Apache, MariaDB and PHP7 (LAMP Stack) on Ubuntu 16.04 LTS:

After this, the docker installation:

Finally, the Collabora installation:
https://www.linuxbabe.com/cloud-storage/integrate-collabora-online-server-nextcloud-ubuntu-16-04

I’m using self signed certificates instead of Let’s Encrypt. After copying the certs to /var/www/nextcloud/resources/config/ca-bundle.crt and starting docker with

docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=nextcloud\\.lan' -e 'username=admin' -e 'password=123456' --restart always --cap-add MKNOD collabora/code

i can see my documents in Nextcloud:

In my case, the Nextcloud Server is https://nextcloud.lan and the Collabora Online Server is https://office.nextcloud.lan

I can see the https://office.nextcloud.lan/hosting/discovery directory

If i try to create a new document or open an existing one, i’ll always get a blank page in Firefox. Chrome or Opera will display “Website not available or moved permanently”

I have no idea how to fix that error :frowning:

Apache log

office.nextcloud.lan:443 172.16.16.2 - - [28/Nov/2016:23:01:02 +0100] "POST /loleaflet/1.9.8/loleaflet.html?WOPISrc=https%3A%2F%2Fnextcloud.lan%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F43&title=About.odt&lang=de-de&closebutton=1&revisionhistory=1 HTTP/1.1" 200 1881 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36 OPR/41.0.2353.69"

Docker log

Generating RSA private key, 2048 bit long modulus
…+++
…+++
e is 65537 (0x10001)
Generating RSA private key, 2048 bit long modulus
…+++
…+++
e is 65537 (0x10001)
Signature ok
subject=/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=localhost
Getting CA Private Key
loolwsd version details: 1.9.8 - 1.9.8
loolforkit version details: 1.9.8 - 1.9.8
office version details: { “ProductName”: “Collabora Office”, “ProductVersion”: “5.1”, “ProductExtension”: “.10.12”, “BuildId”: “653cc4c38dd2c05aecbee156aef460f5a361e579” }
Generating RSA private key, 2048 bit long modulus
…+++
…+++
e is 65537 (0x10001)
Generating RSA private key, 2048 bit long modulus
…+++
…+++
e is 65537 (0x10001)
Signature ok
subject=/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=localhost
Getting CA Private Key
loolwsd version details: 1.9.8 - 1.9.8
loolforkit version details: 1.9.8 - 1.9.8
office version details: { “ProductName”: “Collabora Office”, “ProductVersion”: “5.1”, “ProductExtension”: “.10.12”, “BuildId”: “653cc4c38dd2c05aecbee156aef460f5a361e579” }
wsd-00025-0027 0:24:32.409028 [ client_req_hdl ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found
wsd-00025-0027 0:24:54.268368 [ client_req_hdl ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found: Invalid admin login
wsd-00025-0027 0:25:15.456165 [ client_req_hdl ] ERR FileServerRequestHandler: File not found: /usr/share/loolwsd//loleaflet/dist/admin/l10n/ui-de.json
wsd-00025-0028 0:25:56.447521 [ admin_ws_2 ] WRN Connection closed.| IoUtil.cpp:115
wsd-00025-0027 0:25:56.718846 [ client_req_hdl ] ERR FileServerRequestHandler: File not found: /usr/share/loolwsd//loleaflet/dist/admin/l10n/ui-de.json

Kernel version
Linux nextcloud 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

AUFS
grep AUFS_X /boot/config-4.4.0-47-generic
CONFIG_AUFS_XATTR=y

Today i updated Collabora Online to version 1.1.15 and i also changed those self signed certificates to Let’s Encrypt - unfortunately no effect. I still can’t display any office documents.

:frowning2:

I found a posting on Github: https://github.com/owncloud/richdocuments/issues/140

It’a a bug!

Here is the solution: