Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-29 Thread Kurzenberger, Eric
Thanks for the response, Van. I don't quite follow what you mean. I am running the filter-media command as the dspace user, but I'm not sure what is meant by the all operations on files in /tmp part, since the filter-media command seems to put the converted files there by default. Can you

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-27 Thread Van Ly
On 22/10/2009, at 12:57 AM, Kurzenberger, Eric wrote: Turning on debug logging and run the filter-media command results in the several errors of this type in the log: 2009-10-21 09:26:43,478 ERROR org.dspace.app.mediafilter.XPDF2Text @ PDF conversion proc failed, returns=-1,

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-21 Thread Kurzenberger, Eric
Thanks for the responses. I checked the permissions on /usr/bin/pdftoppm and verified that I could run it as the dspace user, so it doesn't seem to be a permissions issue. Turning on debug logging and run the filter-media command results in the several errors of this type in the log:

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Kurzenberger, Eric
Just an update to this issue, it looks like there's a section missing from the DSpace documentation. I believe this dependency needs to be added to the pom.xml in the dspace-api directory: dependency groupIdcom.sun.media/groupId artifactIdjai_imageio/artifactId

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
is. Sue -Original Message- From: Kurzenberger, Eric [mailto:eric.kurzenber...@yale.edu] Sent: Tuesday, October 20, 2009 10:52 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Filtering errors with XPDF Tools Just an update to this issue, it looks like there's a section

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Stuart Lewis
Hi Eric, When you installed XPDF, did it install the following application: - /usr/bin/pdftoppm The error message suggests that the script is missing. Thanks, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Kurzenberger, Eric
Hi Stuart, Pdftoppm is indeed in /usr/bin, along with the other XPDF tools, pdfinfo and pdftotext. I ran /usr/bin/pdftoppm manually on a test file, and it converted my test pdf to a ppm successfully. But for some reason, Java's giving those errors when running the command. Is there some

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Stuart Lewis
Hi Eric, Pdftoppm is indeed in /usr/bin, along with the other XPDF tools, pdfinfo and pdftotext. I ran /usr/bin/pdftoppm manually on a test file, and it converted my test pdf to a ppm successfully. But for some reason, Java's giving those errors when running the command. Is there

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-20 Thread Larry Stone
These errors imply that the JVM cannot access the executable file. Since the file exists, make sure the user under whose UID the JVM is running has read and execute access to the file /usr/bin/pdftoppm (as well as the /usr and /usr/bin directories, although those are usually world-rx).

[Dspace-tech] Filtering errors with XPDF Tools

2009-10-19 Thread Kurzenberger, Eric
Hello, I'm running DSpace 1.5.2 XMLUI on a Linux system, and I've been trying to install the XPDF tools for PDF thumbnails, following the recommendation of a user on this list. I followed the instructions to install the tools in the 1.5.2 documentation and believe I've successfully installed