CollaboraOnline / Docker-CODE

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

Setting one of username, domain or password var, send a Tag mismatch #68

Open thomaslc66 opened 5 years ago

thomaslc66 commented 5 years ago

The docker code is starting ok when no variables are added.

But when i had one of the 3 that are recommanded. The docker vm doesn't boot anymore and give me this 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
Setting up watches.
Watches established.
SAXParseException: Tag mismatch in '/etc/loolwsd/loolwsd.xml', line 133 column 6
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
Setting up watches.
Watches established.
SAXParseException: Tag mismatch in '/etc/loolwsd/loolwsd.xml', line 133 column 
fnst-yule commented 4 years ago

I met the same problem

fnst-yule commented 4 years ago

I tried some other password specified by "-e" parameter and the problem resolved. I think "-e" parameters contains some characters like "$" caused this problem.