Kbase P62076: Migration to Fathom 2.1A - Error loading Fathom project file. (10148)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Fathom Management 2.1A
UNIX
SYMPTOM(s):
Error starting Fathom
[Fathom] * Error starting Fathom probe: "Error loading Fathom project file." (10148)
fathom.xml 1st line contains: <?xml version="1.0" encoding="US-ASCII,ISO-8859-1"?>
Error loading Fathom Project file, Error reading file, Fatal Error, File = 0, line = 1, invalid encoding name (10192)
CHANGE:
Migrated from Fathom Management 2.0A to 2.1A
CAUSE:
The US-ASCII,ISO-8859-1 within 1st line of fathom.xml is incorrect encoding from the XML point of view.
FIX:
In order to fix the issue:
1) Stop the AdminServer
2) Edit $FATHOM/config/fathom.xml and change the 1st line
from <?xml version="1.0" encoding="US-ASCII,ISO-8859-1"?>
to <?xml version="1.0" encoding="ISO-8859-1"?>
3) Edit $FATHOM/config/fathom.properties and add a following line there
saxparserencoding=ISO-8859-1
4) Start the AdminServer
5) Now the migration will be completed