DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5424>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5424 problem parsing config.xml ------- Additional Comments From [EMAIL PROTECTED] 2001-12-14 14:54 ------- The error occurs at: file:/D:/verity/src/kahuna2/dist/KahunaServer/SAR-INF/config.xml:2:9 But line 2 of config.xml contains: <config> which has only 8 characters. So you've got an invisible character after the '>'. I suspect something botched a linefeed conversion, and you've got \r\r\n instead of \r\n. You can check this by opening the file in Notepad (not anything fancier, since they're likely to mask the problem), or if you have cygwin, type 'cat -vet config.xml'. --Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>