Jump to content
We've recently updated our Privacy Statement, available here ×

prani_vel

Members
  • Posts

    9
  • Joined

  • Last visited

prani_vel's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, Still not able to find the answer. This is very urgent . Please reply if you have some pointers TIA Siva
  2. Hi, I Have a report of 250 pages .This report is generated by fecthing and manpulating data in java class and jr bean collection datasource is set as a datasource to it. When i run it on my windows local machine the report takes about 20-30 sec .When i run the same thing on linux environment , it is taking about 2:30 minutes . I have seen the logs ang verified that filling up of the report is taking about 1:50 minutes. I am using a verdana font on report which is not available on linux so i had to use verdana.jar along with spring.jar , this is creating huge logs like 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [springExtensionsRegistry] Getting bean fontBean126719993065724366 as extension of type net.sf.jasperreports.engine.fonts.FontFamily 09-22-2010 10:46:35 DEBUG [XmlBeanFactory] Returning cached instance of singleton bean 'fontBean126719993065724366' 09-22-2010 10:46:35 DEBUG [JRVerticalFiller] Fill 1162357696: detail Can anyone tell if this could be the reason for the delay ?. or do i need to do some work around to generate the report faster. Please advise. Note :the log pasted is only small part of the 10 mb file generated. Thanks and regards Siva.
  3. Hi Teodor , Thanks for the quick reply. I donot get any exception there on the line and the report is not exported to pdf. Is there anyway we can stop showing the URL when you hover your mouse over it? This also solves my issue. I have requested for an enhancement in the trackers Thank you Siva.
  4. What is the Jar version you are using ? Try using jasperReports3.5 or 3.6
  5. I guess the problem is with the API you are using . Try using JExcelAPI your problem will be resolved. Code:JExcelApiExporter excelApiExporter = new JExcelApiExporter(); excelApiExporter.setParameter(JRExporterParameter.JASPER_PRINT, jPrint); excelApiExporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME,outputdirectory + reportName + ".xls"); excelApiExporter.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.FALSE); excelApiExporter.setParameter(JRXlsExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS,Boolean.TRUE); excelApiExporter.setParameter(JRXlsExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_COLUMNS,Boolean.TRUE); excelApiExporter.exportReport(); Post Edited by prani_vel at 07/19/2010 07:32
  6. You can do one thing. Enclose the subreport in a rectangle and since your subreport grows or shrinks set the property "Stretch Type" of the rectangle to "Relative to Tallest Object."
  7. Hi I am facing the same problem trying to get the tooltips to my pdf document .Is there any way to do get the tootips on to pdf and xls document? or is there any way of hiding or masking the url that appears when you hover the mouse pointer. thanks in advance... Regards Siva Praneeth
  8. Hi I am facing the same problem trying to get the tooltips to my pdf document . I have used the above code but facing some issue on the line "chunk.setAnnotation(pushButton)" .It is getting stuck here and not moving to the second line of detail if i comment the above line , everything goes fine but pdf created is without a hyperlink. Is there any way to do get the tootips on to xls document? or is there any way of hiding or masking the url that appears when you hover the mouse pointer. thanks in advance... Regards Siva Praneeth
×
×
  • Create New...