Re: [Rabbit-proxy-users] Rabbit on Windows 2000 / Convert Error
Brought to you by:
ernimril
From: Robert O. <d9...@na...> - 2004-01-07 21:08:56
|
On Wed, 7 Jan 2004, Brett Hays wrote: > Here's what I have in rabbit.conf for convert > convert=/c:/Program Files/convert/convert.exe > > Here's what I have for cache dir > directory=/c:/program files/rabbit/rcache Ok, why the initial slash? why forward slashes on a windows machine? can you try to change it to convert=c:\Program Files\convert\convert.exe and directory=c:\Program Files\rabbit\cache > >> .... > >> [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] Ok, rabbit does use the file systems directory separator, but you have given forward slashes, this may confuse rabbit and/or windows. /robo |