CollaboraOnline / Docker-CODE

Dockerfile and scripts to generate CODE Docker image
147 stars 67 forks source link

[ loolkit ] WRN Waking up dead poll thread [kit], started: false, finished: false| ./net/Socket.hpp:550 #37

Open krueuw opened 6 years ago

krueuw commented 6 years ago

CODE 3.0.0 without problems, since update to 3.3.1 it stable dont work with the same docker-compose.yml

[ loolkit ] WRN Waking up dead poll thread [kit], started: false, finished: false| ./net/Socket.hpp:550

version: 2
services:
  office:
    image: collabora/code
    restart: always
    expose:
      - 9980
    cap_add:
      - MKNOD
    environment:
      - domain=owncloud\\.xy\\.de
      - VIRTUAL_NETWORK=nginxproxy_default
      - VIRTUAL_PORT=9980
      - VIRTUAL_PROTO=https
      - VIRTUAL_HOST=office.xy.de
      - LETSENCRYPT_HOST=office.xy.de
      - LETSENCRYPT_EMAIL=webadmin@xy.de
    networks:
      - nginxproxy_default

networks:
  nginxproxy_default:
     external: true
micah commented 6 years ago

I get this warning with the non-docker version as well. It spits it out on every character typed in a document, quickly filling logs.

micah commented 6 years ago

I just turned off warning logging to help with this

thebearon commented 6 years ago

That warning log entry is irrelevant for users, and will be moved to a different log level in the next release. Now the question is, what doesn't work?