On Mar 27, 2008, at 11:17 AM, Martyn Wilson wrote:
Vadim, thanks for your response.

I am running tomcat as a service. I'm not sure what you mean by the console?

Tomcat has a stdout stream it writes to, which usually is a console window if tomcat is started from command line. If it is running as a service, it should end up in some log file - not tomcat.log - check your service configuration.

If you can't find that console log, shut down your service and start it up from command line and try hitting that problematic URL.


I have looked in the tomcat logs and see nothing about an out of memory error. Also as soon as i limit hte entries in thespreadsheet below the 4420 threshhold everything works, which suggests to me that there was no out of memory error, no?

IIRC, the limits on excel spreadsheets are 256 columns by 65536 rows. So 4420 is not excel or POI limitation.

Vadim


Any other ideas. I'm kinda out of them right now.


Martyn Wilson


----- Original Message ----
From: Vadim Gritsenko <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, March 25, 2008 7:23:06 PM
Subject: Re: Upper limit to excel spreadsheet size

On Mar 25, 2008, at 5:44 PM, Martyn Wilson wrote:
> I have a cocoon app that generates an excel spreadsheet. The app
> fails when the spreadsheet hits 4420 entries. I get a 500 error, but
> nothing appears in the logs.
>
> Any ideas.

Take a look at the tomcat's console. If you are hitting, for example,
OutOfMemoryError, it will appear in the tomcat's console, not in
cocoon's error logs.

Vadim


> I am running Cocoon 2.1.11 on Tomcat 5.5.20 on Windows XP
> professional.
>
> Martyn Wilson

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to