Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor fixes: changed the spelling, added intro for the procedure.

...

To solve the issue, you need to replace the reserved characters in XML with their correspondent corresponding entities or update the password so that it doesn't contain any of the reserved characters ( listed below in the table below.

CharacterEntity

&

&

<

&lt;

>

&gt;

"

&quot;

'

&apos;

To do so:

  1. Stop AppServer.
  2. Open the AppServerX.xml file and navigate to the line mentioned in the error message.
  3. Replace reserved characters that cause the crash of XML with their appropriate entities. 
  4. Save changes in the AppServerX.xml file and start AppServer to apply changes. 

...