Request timed out waiting for an available thread to run

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Request timed out waiting for an available thread to run

    Running 6.1 on red hat 7.2 with MySQL 4.0.26

    As of yesterday after roughly an hour sites appear to stop working and I see
    the following over and over again in cfserver.log

    java.lang.RuntimeException: Request timed out waiting for an available thread
    to run. You may want to consider increasing the number of active threads in the
    thread pool.
    at jrunx.scheduler.ThreadPool$Throttle.enter(ThreadPo ol.java:125)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:448)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:294)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)

    I've tried increasing the "Maximum number of simultaneous requests"
    dramatically but it appears to have no difference.

    Any ideas?



    coldmusion Guest

  2. Similar Questions and Discussions

    1. 'waiting on condition' in thread dump while CPU is 100%
      Every once and while, one of our servers has the CPU goto 100%, mostly jrun.exe. Even if we leave it alone for hours, it never resolves itself. ...
    2. Request timed out waiting for an available thread to run. CFMX 6.1
      We are getting this error on an internal database server running RedHat, MySQL 4.1.11 and ColdFusion 6.1. This server gets hit pretty hard at...
    3. CF: JRun Connector Proxy request timed out
      Every so often we enounter the following error: JRun Connector Proxy request timed out on our production CF 5 server. We are able to restart our...
    4. [PHP-DEV] request for thread safety advice
      nice for that would be some macros (somewhere in zend????) which help in the following way (the ext_skel should generate the code, too): a)...
    5. Request thread id
      Can anybody tell me how to get thread id for each request in a web application
  3. #2

    Default Re: Request timed out waiting for an available thread torun

    Try this [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19351[/url]

    Andy
    xentrix Guest

  4. #3

    Default Re: Request timed out waiting for an available thread to run

    Also have you load tested your system? While you should defintely do
    what Xentrix sugested your CF server can throw this error for a very
    large number of reasons. I suggest you also read

    [url]http://www.robisen.com/index.cfm?mode=entry&entry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF[/url]

    as well as
    [url]http://www.robisen.com/index.cfm?mode=entry&entry=4A30683D-1111-5896-40536407D49F8877[/url]

    robisen@gmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139