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
I tried some other password specified by "-e" parameter and the problem resolved.
I think "-e" parameters contains some characters like "$" caused this problem.
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.