[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472921 ] Jason Dillon commented on GERONIMO-2820: I don't think removing keywords from xml files is a good idea... > 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). > > 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.
[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472726 ] Kevan Miller commented on GERONIMO-2820: Sean Subversion is automatically performing substitutions on $Date$. For me that line looks like: For you, svn is substituting a chinese-style date. Since the encoding of our config.xml is UTF-8, the Chinese character representation of "Date" is not parsable. I think you'll need to set your locale to a non-Chinese locale when running svn checkout. FYI, here's some relevant information on SVN's locale processing: http://svnbook.red-bean.com/en/1.2/svn.advanced.l10n.html If this is a big issue for our users, we'd certainly work on a better solution (e.g. alternate encodings or removing svn keywords from xml files, or something better...). > 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). > > 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.
[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472537 ] Sean Qiu commented on GERONIMO-2820: I have no idea about the detail. But i want to stress that it was only suspended in OS whose default language is Chinese. And if the this line is delete, it works well again. > 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). > > 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.
[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[
https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472511
]
Jason Dillon commented on GERONIMO-2820:
Odd... why is it trying to parse things in comments?
But also, why is the {{$Date$}} all whack?
> 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).
>
> 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.
[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472509 ] Sean Qiu commented on GERONIMO-2820: Yes, you are right. When i input mvn -Ptools geronimo:start It encounters the same problem. > 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). > > 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.
[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472325 ] Prasad Kashyap commented on GERONIMO-2820: -- Can you please confirm that you will see the same problem when you start a standalone server ? You should see the same problem there too. > 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). > > 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.
