ONLYOFFICE/DocumentBuilder

terminate called after throwing an instance of 'std::regex_error' in `/opt/onlyoffice/documentbuilder/registration`

ShockwaveNN opened this issue · 2 comments

Current dev version cause

terminate called after throwing an instance of 'std::regex_error'
  what():  regex_error
Aborted (core dumped)

error on calling /opt/onlyoffice/documentbuilder/registration
Dockerfile:

FROM ubuntu:16.04

RUN echo "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentbuilder/origin/develop/latest/amd64/ repo/" >> /etc/apt/sources.list.d/onlyoffice.list && \
    apt-get -y update && \
    apt-get -y --allow-unauthenticated install onlyoffice-documentbuilder=4.4.1-44
CMD /opt/onlyoffice/documentbuilder/registration

Stable version (4.3.2-7) not cause error:

FROM ubuntu:16.04

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
RUN echo "deb http://download.onlyoffice.com/repo/debian squeeze main" >> /etc/apt/sources.list.d/onlyoffice.list && \
    apt-get -y update && \
    apt-get -y install onlyoffice-documentbuilder=4.3.2-7
CMD /opt/onlyoffice/documentbuilder/registration

The exception occurs on this line.

Problem not reproduced on onlyoffice-documentbuilder 4.4.1-45