Docker-CODE icon indicating copy to clipboard operation
Docker-CODE copied to clipboard

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

Open thomaslc66 opened this issue 6 years ago • 2 comments

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 

thomaslc66 avatar Sep 09 '19 18:09 thomaslc66

I met the same problem

fnst-yule avatar May 22 '20 03:05 fnst-yule

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

fnst-yule avatar May 22 '20 03:05 fnst-yule