velocity.log Lock Error

2004-07-19 Thread Saad Zia
hi. I'm experiencing a Lock error on the velocity.log file. ERROR 2004-07-16 13:18:41,783 - Checks.printCheck:? - Error while Printing check java.lang.Exception: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: D:\Tomcat4.1\bin\velocity.log (The process cannot access the

too many files open error

2004-11-04 Thread Saad Zia
Hi. i am experiencing a problem when generating a velocity template. suppose i am printing it multiple times, over and over. what happens is that after a very large number, something like after printing the same template over and over 18,000 plus times, the error thrown on Tomcat is that :

problem with velocity in Excel -- help

2004-12-08 Thread Saad Zia
Hi. I am experiencing a problem when using the following code in Excel : #foreach ($fnc in $fncmap) $fnc.Name #end Using the above code in a .rtf file generates correctly, even with the new-line indentations. However, when I place these lines in seperate cells in an Excel sheet, like so :

RE: problem with velocity in Excel -- help

2004-12-08 Thread Saad Zia
Excel file in a text editor to get a feel of what it looks like to Velocity. Perhaps you'd be better off generating a CSV or SYLK file instead, or even HTML/XML but forcing the browser to open it in Excel. - simon Saad Zia wrote: Hi. I am experiencing a problem when using the following code

multiple sheets in Excel workbook

2005-02-17 Thread Saad Zia
hi. I have velocity-variables coded onto multiple sheets in the same workbook. when i execute and generate the report, only the first sheet gets executed while the remaining sheets show the velocity-variables as they were put there in the template. since the code on all the sheets is the same, if