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

  1. #1

    Default Closed Connections?

    We were all set to go live yesterday with the new server. However, The DSN
    keeps reporting "closed connections". I can sqlplus to the database from the
    new server and I can use Java to connect to the Database. But Coldfusion
    simply does not want to connect. I used to the same environment with my java
    program that coldfusion would do.

    The last time the new server worked was around 3pm yesterday prior to me
    shutting it down to commence the an upgrade to an application from old server
    to the new server. We didn't even touch the Coldfusion App directory which is
    the strangest thing.

    But after we tried to start the server

    Coldfusion error message:

    Connection verification failed for data source: LAW
    java.sql.SQLException: Closed Connection
    The root cause was that: java.sql.SQLException: Closed Connection


    exception.log
    "Error","jrpp-0","01/31/06","03:45:20",,"Error Executing Database Query.Closed
    Connection The specific sequence of files included or processed is:
    /opt/lawtrac5/BCFLegal/default.cfm "

    CFMX6.1 on Suse Linux
    Apache 2
    Java 1.4.2
    Oracle 9.2.0.4.0

    agoerig Guest

  2. Similar Questions and Discussions

    1. connection not REALLY closed with AS3
      I'm using media server with AS3, when I say "application.rejectConnection(client);" at the server side code the clients counter at the management...
    2. #25939 [Ver]: feof no longer detects connections closed by the server
      ID: 25939 User updated by: mlemos at acm dot org Reported By: mlemos at acm dot org Status: Verified Bug Type: ...
    3. #25939 [Opn->Ver]: feof no longer detects connections closed by the server
      ID: 25939 Updated by: iliaa@php.net Reported By: mlemos at acm dot org -Status: Open +Status: Verified Bug Type: Sockets...
    4. #25939 [NEW]: feof no longer detects connections closed by the server
      From: mlemos at acm dot org Operating system: PHP version: 4.3.4RC2 PHP Bug Type: Sockets related Bug description: feof no...
    5. connection closed
      yes i did close the connection, infact ultradev did this for me. This works before, I mean in other files and I am using the same format to build new...
  3. #2

    Default Re: Closed Connections?

    Is your database server still running? if so, what settings do you use for datasource in the Coldfusion Administrator?


    BKBK 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