[Rabbit-proxy-users] Rabbit on Windows 2000 / Convert Error
Brought to you by:
ernimril
From: Brett H. <bh...@ht...> - 2004-01-07 05:55:37
|
I have installed rabbit proxy tonight on a windows 2000 machine and it is running fine, but it is failing to convert images. I downloaded and installed the ImageMagick package and it runs fine from command line. When rabbit attempts to pass an image to convert.exe, however, I get error=123. It seems like the problem is the output from the $filename variable. The slashes need to go the other way to work on windows platform. Is there a way I can make this change? I will paste a couple of lines from my error_log below. [07/Jan/2004:05:23:18 GMT][MSG][Configuration loaded, ready for action.] [07/Jan/2004:05:23:18 GMT][MSG][Started] [07/Jan/2004:05:24:43 GMT][WARN][Error writing request:java.io.IOException: CreateProcess: /c:/Program Files/convert/convert.exe -quality 10 -flatten /c:/program files/rabbit/rcache\temp\382 jpeg:/c:/program files/rabbit/rcache\temp\382.c error=123] [07/Jan/2004:05:24:43 GMT][WARN][Error writing request:java.io.IOException: CreateProcess: /c:/Program Files/convert/convert.exe -quality 10 -flatten /c:/program files/rabbit/rcache\temp\385 jpeg:/c:/program files/rabbit/rcache\temp\385.c error=123] [07/Jan/2004:05:24:44 GMT][WARN][Error writing request:java.io.IOException: CreateProcess: /c:/Program Files/convert/convert.exe -quality 10 -flatten /c:/program files/rabbit/rcache\temp\388 jpeg:/c:/program files/rabbit/rcache\temp\388.c error=123] |