• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

exclamation: "This is impossible!"

New Here ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

We have a large site with lots of traffic.
I have reieved a number of errors in our log files
EX: Application:The request has exceeded the allowable time limit Tag: CFSTOREDPROC

The only problem is, according to this document.
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19438

The CFSTOREDPROC is an exception to the timeout rule.
Document snippet:
Tag exceptions:
There are certain tags that will not "obey" a timeout, whether it's set in the ColdFusion Administrator or in code on the CFM page. These tags are cfstoredproc,cfcontent, cfftp, cfexecute and cfobject. Also, CFX tags fall into the category of not obeying the ColdFusion



Has anyone else seen this issue?
TOPICS
Advanced techniques

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

We were having a similar issue and the culprit wound up being our database connection settings on our firewall. Sounds like your error is CF generated, so that may not be a big help, but just to be sure I would double check the settings of the hardware you have between your server and your db (if they are running on separate boxes).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jan 03, 2007 Jan 03, 2007

Copy link to clipboard

Copied

That technote does not mean that you will not see that error in the logs.
It's just warning about cases when you could see a hung thread rather than the timeout you would otherwise expect.

Your logs mean that the CFSTOREDPROC took too long but did eventually return.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 04, 2007 Jan 04, 2007

Copy link to clipboard

Copied

LATEST
quote:

Originally posted by: MikerRoo
That technote does not mean that you will not see that error in the logs.
It's just warning about cases when you could see a hung thread rather than the timeout you would otherwise expect.

Your logs mean that the CFSTOREDPROC took to long but did eventually return.


If that is just a warning then CFMX/JRUN should be more explicit about the so called 'exception' to the rule.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation