Does anyone know why I get the following when I attempt to use a large XML file as a generator? (a blank page in my browser that looks like this...)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD> <BODY></BODY></HTML>
I get no errors or anything else.. this only happens with large files. If I cut the file down it works just fine. I've seen this behavior on different machines for different projects (the last time was trying to use XSP/esql to process about 10K database rows).
Where have you looked for the errors? Make sure you look in your servlet container (jetty, tomcat, whatever) logs, as well as all cocoon logs. The console (depending on how you started the container) may have some as well. Generally I think empty pages like that happen under some error conditions I don't quite remember. Maybe when no handle-errors section is defined? Maybe under really bad exceptions like out of memory (which is likely to be your problem here).
Geoff
I'm using Cocoon to process XMLTV results to view a television grid. I have DirecTV with quite a few channels, and 7 days of TV data in XML format turns out to be a 5.8MB file.
I think I'll probably just write something that just parses this file and dumps the data into a database and go from there.. but this is the second time I've noticed this behavior.
Thanks,
- Brent
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
