Collabora with fresh Docker container does not work anymore

I’ve pulled a fresh container of Collabora according to the official installation instructions.

Now i have an emtpy page when opening an office document and a warning: “Es konnte kein Verbindung zu Ihrem Dokument hergestellt werden. Bitte versuchen Sie es erneut.”

####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
loolforkit version details: 2.0.2 - 2.0.2
wsd-00024-0025 11:22:07.008252 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:422
wsd-00024-0025 11:22:12.017099 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:422
wsd-00024-0025 11:22:17.026643 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:422
wsd-00024-0025 11:22:22.029000 [ client_ws_0001 ] WRN  getNewChild: No available child. Sending spawn request to forkit and failing.| wsd/LOOLWSD.cpp:422
wsd-00024-0025 11:22:27.037952 [ client_ws_0001 ] ERR  Failed to get new child. Service Unavailable.| wsd/LOOLWSD.cpp:880
wsd-00024-0025 11:22:27.039999 [ client_ws_0001 ] ERR  ClientRequestHandler::handleClientRequest: WebSocketErrorMessageException: error: cmd=socket kind=serviceunavailable| wsd/LOOLWSD.cpp:1208
wsd-00024-0025 11:22:34.978308 [ client_req_hdl ] ERR  File [/usr/share/loolwsd//loleaflet/1.9.8/loleaflet.html] does not exist.
office version details: { "ProductName": "Collabora Office", "ProductVersion": "5.1", "ProductExtension": ".10.17", "BuildId": "ee821f3cc68838910e1a06b6141c2580152640d3" }
wsd-00024-0025 11:34:05.422425 [ client_req_hdl ] ERR  File [/usr/share/loolwsd//loleaflet/1.9.8/loleaflet.html] does not exist

What went wrong there?

I could fix the error “File [/usr/share/loolwsd//loleaflet/1.9.8/loleaflet.html] does not exist” with the help of that posting:

But it does not fix the errors at all, i still have docker errors:

office version details: { "ProductName": "Collabora Office", "ProductVersion": "5.1", "ProductExtension": ".10.17", "BuildId": "ee821f3cc68838910e1a06b6141c2580152640d3" }
wsd-00024-0027 05:22:18.504741 [ client_req_hdl ] WRN  WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:255
wsd-00024-0159 05:23:20.451315 [ client_ws_0002 ] ERR  Error in client request handler: Timeout| wsd/LOOLWSD.cpp:1038

did it already work before?

Hello,

I have exactly the same, some help is appreciated.
Thanks.

Yes it did.

I’ve just added nocanon to Apache conf

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

don’t forget to change

AllowEncodedSlashes on

to

AllowEncodedSlashes NoDecode

too.