jdbc pool fail on cfmx 6.1 with jrun

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default jdbc pool fail on cfmx 6.1 with jrun

    Hello,
    This is essentially a FYI; as I cannot get any answers on this problem, but if
    you are running a similar setup to this:
    - Windows 2003 v5.2,
    - ColdFusion MX 6,1,0,8376 with multiple instances on JRun 4 Updater 5 version
    92909
    - Apache 2.0.52
    - Oracle 8i
    and experiencing problems as per:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=f7736ad[/url]

    (though I can't be sure if this article is "exactly" the cause of this
    problem, but it looks related as this problem occurs during VERY VERY light
    loads - basically nothing at all)

    Then the problem appears to be related to JDBC connection pooling. When the db
    goes offline for scheduled maintenance, the JDBC connections in the pool appear
    to "get broken" and then all the proceeding coldfusion query calls start to
    mount up until the CPU reaches 100% and thus making all future access to the
    box very very slow with eventual timeouts.

    You will recieve occasionaly errors like this in the JRun logs:
    ORA-01033: ORACLE initialization or shutdown in progress

    A few like these:
    Error establishing socket. Connection timed out: connect

    And most definitely a lot of these:
    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.

    As it is multiple instances install, a quick restart the coldfusion/ jrun
    services without restarting the box flushs out the broken connections, but I
    would have thought the drivers should be able to handle this.

    Anyway, let me know if anyone has any thoughts.




    EOIN HICKEY Guest

  2. Similar Questions and Discussions

    1. Informix 10 & CFMX 6.1 & JDBC
      I'm getting following error on <cfapplication> tag in Application.cfm: Reason of failure "java.sql.SQLException: Exception generated during...
    2. CFMX Std standalone to CFMX Ent on JRUN
      I have CFMX 6.1 Standard Edtion running as a stand alone server on my dev box. Now I want to test CFMX 6.1 Enterprise Edition running it as a Jrun...
    3. Can remote object use jdbc connection pool?
      Hi, Can a remote object use a jdbc connection pool? Does it have access to the connection pools running on the application server? Thanks, ED
    4. Jrun & CFMX & beyond ...
      Hello Gang .. I got a project here which presents all sorts of challenges .. We have a peoplesoft portal running in weblogic which needs to be able...
    5. JDBC driver problem w/ CFMX 7
      I have copied the .jar file to the web-inf/lib directory, and added the class path as:...
  3. #2

    Default Re: jdbc pool fail on cfmx 6.1 with jrun

    I'm assuming you're using ColdFusion datasources not JRun (J2EE) datasources.

    It's best that you use the latest 3.4 build 50 drivers. I believe this set
    fixes the problem you describe.

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1a3c2ad0[/url]

    Stephen Dupre
    Macromedia QA

    sdupre 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