CFMX7 SQL 2000 DeadLocks

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

  1. #1

    Default CFMX7 SQL 2000 DeadLocks

    After putting CFMX 7 live on our production server we immediately began seeing
    deadlocks on the MS SQL server that we did not see when running CF 5. The CPU
    utilization on both servers would immediately spike to 100% no matter what kind
    of query or stored procedure was ran. We have tried both versions of the JDBC
    drivers, the one that ships with CFMX 7 and the updater, and we have tried the
    jTDS driver... all produce the same result.

    Any help, thoughts, insight on CFMX tuning or performance monitoring would be
    appreciated.



    jeff_gombala Guest

  2. Similar Questions and Discussions

    1. Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
    2. Windows 2000 CFMX7 CFIDE quit working (it times out)
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
    3. PL/PgSQL, Inheritance, Locks, and Deadlocks
      I apologize for the broadbrush subject, but I've been dealing with some anomalies that seem somewhat interrelated. In the latest manifestation, I...
    4. massive deadlocks after upgrade from 7.3 to 9.4
      Hello, we are using Informix 7.3 and upgrade to 9.4. Our database access layer generator creates code like this: EXEC SQL DECLARE C_Table...
    5. COM deadlocks under W2k but under NT 4.0
      I have ASP code that calls a COM module to perform encryption functions. The code and COM modules have been working great for two years on an two...
  3. #2

    Default Re: CFMX7 SQL 2000 DeadLocks

    Found the answer to my issue, CFMX 7 Updater 3 seems to take care of
    the situation. We also ended up using JRUN and JNDI datasources.

    jeffrows@gmail.com Guest

  4. #3

    Default Re: CFMX7 SQL 2000 DeadLocks

    If you are using Client Variables you may want to install the latest CFMX 7 hotfix [url]http://www.macromedia.com/go/fd71533[/url]

    gclausen Guest

  5. #4

    Default Re: CFMX7 SQL 2000 DeadLocks

    Did the hot fix take care of the problem? We have been having the same problem
    these past couple weeks, ever since upgrading our CFMX6.1 server to 7, and
    we've installed all the latest updaters and hot fixes. Any troubleshooting
    ideas would be greatly appreciated!

    cfoster Guest

  6. #5

    Default Re: CFMX7 SQL 2000 DeadLocks

    I was having similar deadlock errors but changing few things have helped me
    reduce them to almost Nil. I would recomed fine tuning you server based on the
    your load. Thats what I have changed.

    1. First of all I have applied all the hotfixes available out there. Specially
    (Updated DataDirect JDBC drivers (version 3.5) )
    2. Changed the Maximum number of simultaneous requests to 6. (On a Dual
    Processor)
    3. Changed the Timeout Requests after ( seconds ) 30.
    4. Changed the Maximum JVM Heap Size (MB)1024. (Total Server Memory 2Gig)
    5. Disabled the Disable global client variable updates.

    See if this helps.



    saltech 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