Vadim, I'm not sure how to debug a cocoon app, seeing as there is no code to put a breakpoint in, just sitemap and stylesheets. Is there a tutorial out there for this? Martyn Wilson
----- Original Message ---- From: Vadim Gritsenko <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, March 27, 2008 12:18:41 PM Subject: Re: Upper limit to excel spreadsheet size On Mar 27, 2008, at 12:21 PM, Martyn Wilson wrote: > Vadim, > > I ran tomcat from the command line and I get nothing when the app > errors out. Any other ideas? I think I ran out of them. Next step, I'd put a breakpoint and see what really is happening (and why exception, if any, is not logged). Vadim > Martyn Wilson > > > ----- Original Message ---- > From: Vadim Gritsenko <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, March 27, 2008 10:41:54 AM > Subject: Re: Upper limit to excel spreadsheet size > > 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] ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
