You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/03/20 16:46:37 UTC

DO NOT REPLY [Bug 7275] - Parse Aborted: Lexical error

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=7275>.
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=7275

Parse Aborted: Lexical error





------- Additional Comments From otis@apache.org  2002-03-20 15:46 -------
Is it possible that your file has some invisible characters that the parser
cannot handle?
What happens if you create a new file and just put in it only characters that
you know the parser will handle?
For example, you could do this repeatedly:

echo <P>Some text to fill up the file >> file.html

Then run the demo every so often after adding more text to it and see if it
chokes even when only regular ASCII characters are inserted in the file.
Please follow up with the outcome.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>