The first thing to do is always to check if your statement in CFML works on the shell itself. So open up that shell and enter your statement there. 99£% of the time, it is because there are some problems.
Remember cfexecute will just swallow errors and not return anything. Thus always test it in the shell. Kind Regards, Nitai On Thu, Jan 14, 2010 at 5:30 AM, Jason King <[email protected]> wrote: > Ok, thanks, I know that the jetty service has full rights on the > server. Cfimage can read/write/delete to the appropriate folders. So > is it that I need to give jetty rights to imagemagick? > > > > On 1/13/10, Alan Holden <[email protected]> wrote: >> I haven't looked at your CFML or ImageMagick, but I have found - in >> general - that issues like this with an outside process like this are >> often caused by file permissions; not only in the application's >> (ImageMagick) permission to write a file, but also in the permission of >> [whatever user is running your J2EE/CFML] to execute the outside process >> as well. >> >> Alan K Holden >> >> > > -- > Sent from Gmail for mobile | mobile.google.com > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- See for yourself how easy it is to manage files today. Join the revolution! Razuna SaaS On-Demand - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Follow us on Twitter http://twitter.com/razunahq
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
