Opened 12 years ago
#1115 new defect
PDF / Error when number of thumbnails is too large
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future release |
Component: | General | Version: | |
Keywords: | Cc: |
Description
If the catalog contains lot of record with thumbnails, PDF document for search results may return:
- UnsupportedOperationException : readRaster not supported!
- OutOfMemory exception
Printing PDF with thousand of records works well as far as not so much thumbnails has to be added to the PDF document (eg. 20sec for PDF with 300 pages ~ 3000 records).
It looks also that the issue occurs mainly when thumbnail are retrieved from the catalog (through resource.get). Printing PDF with thumbnail retrieved using a remote HTTP url looks to work much better.
Options :
- add a parameter to limit the number to take into account
- make thumbnail accessible though http without the overhead of Jeeves services and privileges check - a thumbnail could be considered public ?
Note:
See TracTickets
for help on using tickets.