Console-testsuite test is blocked for encoding error ----------------------------------------------------
Key: GERONIMO-2820 URL: https://issues.apache.org/jira/browse/GERONIMO-2820 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: console Affects Versions: 2.0-M2 Environment: Windows XP Chinese version Reporter: Sean Qiu when i run the console-testsuite, it will hang there for the encoding reason which reported in file "console-testsuite\target\geronimo-logs\org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log" ===== Error Message ===== Booting Geronimo Kernel (in Java 1.5.0_08)... 11:42:38,781 ERROR [LocalAttributeManager] Unable to read saved manageable attributes. Fatal SAX parse error: Invalid byte 1 of 1-byte UTF-8 sequence. at line 19, column 59 in entity file:///C:/qxx/auto/geronimo/trunk/testsuite/console-testsuite/target/geronimo-jetty6-jee5-2.0-SNAPSHOT/var/config/config.xml 11:42:38,781 ERROR [LocalAttributeManager] Unable to read saved manageable attributes org.xml.sax.SAXParseException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) In file console-testsuite\target\geronimo-jetty6-jee5-2.0-SNAPSHOT\var\config\config.xml at line 19 It contain a byte that cannot encoded correctly in a Platform of Chinese language as the default (English one has no problem). <!-- $Rev: 502583 $ $Date: 2007-02-02 19:36:02 +0800 (星期�?, 02 二月 2007) $ --> If remove this line of comment or in a english language platform, the test can run successfully. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.