Hi,
We have Dspace 1.6.2.
I am trying to enable  thumbnail creation.
Ran ./filter-media  in dspace/bin directory

Got following errors while executing script. After the execution I could see
thumbnail image for png item but couldn't see anything for the pdf and other
text items.

I was expecting filter-media will create image file from pdf and Word
documents but its creating .txt file instead.

Saw previous emails on thumbnail creation in this mailing list.  Is  xpdf
filter is better choice for  pdfs and docs ?
 
-------
SKIPPED: bitstream 401 (item: 123456789/131) because
'thesisJPWoodcock1997-1.pdf.txt' already exists
SKIPPED: bitstream 415 (item: 123456789/300) because
'SHAHTransnationalHindu2009FINAL.pdf.txt' already exists
SKIPPED: bitstream 439 (item: 123456789/135) because
'CARBONI_D_FINAL.pdf.txt' already exists
ERROR filtering, skipping bitstream:
        Item Handle: 123456789/136
        Bundle Name: ORIGINAL
        File Size: 110763816
        Checksum: 044ce0fc33dbaf9299248cd17cf24828 (MD5)
        Asset Store: 0
java.io.FileNotFoundException:
/opt/dspace/assetstore-ad1/16/32/42/163242047713616019554023286382622639427
(No such file or directory)
SKIPPED: bitstream 445 (item: 123456789/137) because
'RAMSDEN_PhD_FINAL.pdf.txt' already exists
SKIPPED: bitstream 447 (item: 123456789/138) because 'WU_T_FINAL.pdf.txt'
already exists
SKIPPED: bitstream 578 (item: 123456789/1113) because
'ADETORONumericalAndExperimental2009FINAL.pdf.txt' already exists
ERROR filtering, skipping bitstream:
        Item Handle: 123456789/163
        Bundle Name: ORIGINAL
        Bundle Name: ORIGINAL
        Bundle Name: ORIGINAL
        File Size: 270417
        Checksum: 8360d7bd72fe23ead9de220a78b047e3 (MD5)
        Asset Store: 0
java.io.FileNotFoundException:
/opt/dspace/assetstore-ad1/10/21/49/102149325471428675497688294414612838518
(No such file or directory)
ERROR filtering, skipping bitstream:

-----------------

Here are my settings in dpspace.cfg

---
webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title,
dc.contributor.*
webui.itemlist.widths = *, 130, 60%, 40%
webui.itemlist.dateaccessioned.columns = thumbnail,
dc.date.accessioned(date), dc.title, dc.contributor.*
publications.bundles.allowed = ORIGINAL, DELETED, LICENSE, THUMBNAILS
webui.browse.thumbnail.show = true
webui.browse.thumbnail.maxheight = 80
webui.browse.thumbnail.maxwidth = 80
webui.item.thumbnail.show = true
webui.browse.thumbnail.linkbehaviour = item
# maximum width and height of generated thumbnails
thumbnail.maxwidth  80
thumbnail.maxheight 80

---


Thanks
Kirti


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to