You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem & Symptoms

After enabling SSL Connection with AppServer, it doesn't work and in the Logs files from /<WSC_Installation_Path>/WSC/AppServer/Logs you can see a message:


Cannot parse ini file "...\AppServer\AppServerX.xml". Reason: XmlDomParser. Invalid token in line <00> column <00> error code 17

Solution


The error means that you use inappropriate symbol(s) in the AppServerX.xml file (.../AppServer/AppServerX.xml). Please open the file and find the mentioned line in the error message. Copy the value with the inappropriate symbols and put it to the string conversion resource. The output use for the AppServerX.xml file.


Example:


Invalid: <SSLCertificatePassword>1<rfgcyJ</SSLCertificatePassword>

Valid: <SSLCertificatePassword>1&lt;rfgcyJ</SSLCertificatePassword>


  • No labels