Re: [Rabbit-proxy-users] Rabbit on Windows 2000 / Convert Error
Brought to you by:
ernimril
From: Robert O. <d9...@na...> - 2004-01-07 07:20:22
|
On Wed, 7 Jan 2004, Brett Hays wrote: > 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: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] Hmmm, mixing / and \ is probably not a good idea. Windows normally accepts / as directory separator if its the only separator. What does your config say about cache dir and about convert? Probably a bug in RabbIT, but may be easy to go around with config changes. I do not have access to any windows machine where I can try so please helpt me fix it... /robo |