CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Owens, Howard
sorry for the resend ... but I'm kind of anxious to solve this issue
and move on ... hoping a change in subject line will encourage someobdy who
knows this issue to read the message ...



> 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:
> > > 
> > >  > > NAME="E:\ImageMagick-5.5.3-Q8\mogrify.exe"
> > > ARGUMENTS="-format jpg \\webpdf\inserts\manual\test.pdf
> > > \\webpdf\inserts\manual\test.jpg"
> > > TIMEOUT="200">
> > > 
> > > 
> > >
> > >
> > > #htmlcodeformat(debugReport)#
> > >
> > >
> > > 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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-02-03 Thread Nuovo
I get this on CF5 also.  We opened a ticket with Macromedia to resolve the
issue and the official fix is to restart Cold Fusion Server to correct the
problem.  They don't know what it is!

Ryan

- Original Message -
From: "Owens, Howard" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 3:19 PM
Subject: CFExecute timeout issue (was: ImageMagick and CFExecute)


> sorry for the resend ... but I'm kind of anxious to solve this issue
> and move on ... hoping a change in subject line will encourage someobdy
who
> knows this issue to read the message ...
>
>
>
> > 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:
> > > > 
> > > >  > > > NAME="E:\ImageMagick-5.5.3-Q8\mogrify.exe"
> > > > ARGUMENTS="-format jpg \\webpdf\inserts\manual\test.pdf
> > > > \\webpdf\inserts\manual\test.jpg"
> > > > TIMEOUT="200">
> > > > 
> > > > 
> > > >
> > > >
> > > > #htmlcodeformat(debugReport)#
> > > >
> > > >
> > > > 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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Sean A Corfield
On Thursday, Jan 30, 2003, at 13:19 US/Pacific, Owens, Howard wrote:
>> OK, I'll bite ... what's the timeout issue?
>> ...
>> Which I'm guessing might be related to this cryptic reference you 
>> make to
>> CFEXECUTE and TIMEOUT.

Only in CFMX - the original question was about CF5.

Oh, what is the issue? cfexecute always waits for the entire timeout 
period instead of returning as soon as the executed command completes. 
(Known bug, fix is coming).

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread cf-talk
Sean,

The original question he had WAS about CFMX.

= snip =
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 ...
= snip =

I encountered errors with ImageMagick and CFMX right from the start.  But my
errors were different than his.  He has written me off list and I've emailed
him some code that I'm successfully using on CFMX.  Hopefully that helps
him.

Any idea when the CFEXECUTE / TIMEOUT fix is coming?

-Novak


- Original Message -
From: "Sean A Corfield" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 9:31 PM
Subject: Re: CFExecute timeout issue (was: ImageMagick and CFExecute)


> On Thursday, Jan 30, 2003, at 13:19 US/Pacific, Owens, Howard wrote:
> >> OK, I'll bite ... what's the timeout issue?
> >> ...
> >> Which I'm guessing might be related to this cryptic reference you
> >> make to
> >> CFEXECUTE and TIMEOUT.
>
> Only in CFMX - the original question was about CF5.
>
> Oh, what is the issue? cfexecute always waits for the entire timeout
> period instead of returning as soon as the executed command completes.
> (Known bug, fix is coming).
>
> Sean A Corfield -- http://www.corfield.org/blog/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
> 
~|
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




Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Sean A Corfield
On Thursday, Jan 30, 2003, at 22:33 US/Pacific, <[EMAIL PROTECTED]> 
wrote:
> The original question he had WAS about CFMX.

My bad... I misread it :(

> Any idea when the CFEXECUTE / TIMEOUT fix is coming?

I don't know for sure. Christian might be able to comment.

Sean A Corfield -- Director, Architecture
Web Technology Group -- Macromedia, Inc.
tel: (415) 252-2287 -- cell: (415) 717-8473
aim/iChat: seancorfield -- http://www.macromedia.com
An Architect's View -- http://www.macromedia.com/go/arch_blog

ColdFusion MX and JRun 4 now available for Mac OS X!
http://www.macromedia.com/go/cfmxosx

~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Christian Cantrell
I can't give a specific date, but I can confirm that it will be fixed 
very soon.  I will post here and on my weblog when the fix is available.

Christian

On Friday, January 31, 2003, at 01:43 AM, Sean A Corfield wrote:

> On Thursday, Jan 30, 2003, at 22:33 US/Pacific, 
> <[EMAIL PROTECTED]> wrote:
>> The original question he had WAS about CFMX.
>
> My bad... I misread it :(
>
>> Any idea when the CFEXECUTE / TIMEOUT fix is coming?
>
> I don't know for sure. Christian might be able to comment.
>
> Sean A Corfield -- Director, Architecture
> Web Technology Group -- Macromedia, Inc.
> tel: (415) 252-2287 -- cell: (415) 717-8473
> aim/iChat: seancorfield -- http://www.macromedia.com
> An Architect's View -- http://www.macromedia.com/go/arch_blog
>
> ColdFusion MX and JRun 4 now available for Mac OS X!
> http://www.macromedia.com/go/cfmxosx
>

~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4