exit value = 1
Posted: 2009-07-27T07:25:33-07:00
Hi
I am getting the error "exit value = 1" when the following command is executed via a java application. The same code runs fine when run on the command line.
/opt/local/bin/convert /Library/WebServer/Documents/uploads/logo.jpg -debug all -resize 150x150\> /Library/WebServer/Documents/images/members/logos/logo.jpg
the following commands works fine
/opt/local/bin/convert /Library/WebServer/Documents/cropped/open-hand-2.jpg -quality 100% /Library/WebServer/Documents/images/members/open-hand-2.jpg
I have checked permissions on both output directories and they are fine - are there any options for increasing the debugging output in order to determine what may be the culprit here? I'm running 6.5.2-7 of ImageMagick.
I am getting the error "exit value = 1" when the following command is executed via a java application. The same code runs fine when run on the command line.
/opt/local/bin/convert /Library/WebServer/Documents/uploads/logo.jpg -debug all -resize 150x150\> /Library/WebServer/Documents/images/members/logos/logo.jpg
the following commands works fine
/opt/local/bin/convert /Library/WebServer/Documents/cropped/open-hand-2.jpg -quality 100% /Library/WebServer/Documents/images/members/open-hand-2.jpg
I have checked permissions on both output directories and they are fine - are there any options for increasing the debugging output in order to determine what may be the culprit here? I'm running 6.5.2-7 of ImageMagick.