Ignore my other thread on this issue ... there was a typo causing that other error ...
I'm back to: Error: /undefinedfilename in (and) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push --nostringval-- --nostringval-- Dictionary stack: --dict:1012/1123(ro)(G)-- --dict:0/20(G)-- --dict:67/200(L)-- Current allocation mode is local Last OS error: No such file or directory I'm getting this error with a local file, so this is definately not a permissions problem. It's also not a problem of the file or path being wrong. I even tried "escaping" the slashes, as somebody suggested ... no help. I should as hell would like to know why this app executes at the command line, but not through CFExecute when I can run the livedocs example without a hitch. H. > -----Original Message----- > From: Owens, Howard [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 1:26 PM > To: CF-Talk > Subject: grr ... it's not a permissions problem (was: RE: ImageMagick > and CFExecute) > > Just double checked the server ... the CF service has all the rights it > needs on the network ... > > So,while I'm getting a different error when I run IM against a local file, > I > don't see any permissions settings I can change that is going to help me > with the original error on a networked file. > > H. > > > > > -----Original Message----- > > From: Owens, Howard [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, January 30, 2003 12:22 PM > > To: CF-Talk > > Subject: RE: ImageMagick and CFExecute > > > > OK, I'll bite ... what's the timeout issue? > > > > After reading your suggestions, it occured to me that I had not tried > > running CFExecute against a local file (instead of something off the > > network > > drive), so I did that, and I got this error: > > > > An exception occurred when invoking an external process. > > > > Which I'm guessing might be related to this cryptic reference you make > to > > CFEXECUTE and TIMEOUT. > > > > I've search the macromedia site and the Web through google and found > > nothing > > helpful ... also looked at the docs for CFMX. > > > > H. > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > > > Sent: Thursday, January 30, 2003 11:44 AM > > > To: CF-Talk > > > Subject: Re: ImageMagick and CFExecute > > > > > > Make sure that your CFMX server is set up with the appropriate > > > permissions. > > > Also, make sure you're aware of the TIMEOUT issue with CFEXECUTE tag > in > > > CFMX. I doubt that's your problem but once you get everything working > > it > > > will probably be your next question. ;-) > > > > > > So, permissions would be the first thing I would check. > > > > > > I'm using CFMX, CFEXECUTE, and ImageMagic without any problems. > > > > > > -Novak > > > > > > ----- Original Message ----- > > > From: "Owens, Howard" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > Sent: Thursday, January 30, 2003 11:24 AM > > > Subject: ImageMagick and CFExecute > > > > > > > > > > I have an application I built on my CF 5.0 workstation (win2k), and > it > > > was > > > > working fine (outside of cfschedule bugginess). > > > > > > > > I moved it to our new CFMX (win2k) machine, and I'm having some > > problems > > > ... > > > > > > > > The application uses ImageMagick/GhostScript to convert PDFs to > JPGs. > > > It > > > > called IM through CFExecute. > > > > > > > > I can run IM find through the command line ... put in the same exact > > > > attributes that I'm using in my CFExecute tag, and everything works > > > > perfectly. But with CFExecute, I get an error. > > > > > > > > Here is my CFExecute code and the error I get .... anybody got any > > > ideas > > > as > > > > to what is going on (again, all of this works on my own machine, IM > > and > > > GS > > > > are installed correctly on the new machine, and I've confirmed all > the > > > path > > > > and file names are correct)? > > > > > > > > CODE: > > > > <cfsavecontent variable="debugReport"> > > > > <CFEXECUTE > > > > NAME="E:\ImageMagick-5.5.3-Q8\mogrify.exe" > > > > ARGUMENTS="-format jpg \\webpdf\inserts\manual\test.pdf > > > > \\webpdf\inserts\manual\test.jpg" > > > > TIMEOUT="200"> > > > > </CFEXECUTE> > > > > </cfsavecontent> > > > > > > > > > > > > <cfoutput>#htmlcodeformat(debugReport)#</cfoutput> > > > > > > > > > > > > ERROR: > > > > > > > > Error: /undefinedfilename in (and) > > > > Operand stack: > > > > > > > > Execution stack: > > > > %interp_exit .runexec2 --nostringval-- --nostringval-- > > > > --nostringval-- 2 %stopped_push --nostringval-- > > --nostringval-- > > > > --nostringval-- false 1 %stopped_push --nostringval-- > > > > --nostringval-- > > > > Dictionary stack: > > > > --dict:1012/1123(ro)(G)-- --dict:0/20(G)-- --dict:67/200(L)-- > > > > Current allocation mode is local > > > > Last OS error: No such file or directory > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > Howard Owens > > > > Internet Operations Coordinator > > > > InsideVC.com/Ventura County Star > > > > [EMAIL PROTECTED] > > > > AIM: GoCatGo1956 > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

