Timed Out Error Message

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

  1. #1

    Default Timed Out Error Message

    I keep getting an error message when trying to create a data source using the
    SQL Server that my web hosting service provides. I am running the developers
    version of CF MX7.Does any know what I can do to fix this problem. Here is the
    error message:

    Connection verification failed for data source: mssqlcf_jbspeckhard
    java.sql.SQLException: Timed out trying to establish connection
    The root cause was that: java.sql.SQLException: Timed out trying to establish
    connection

    I also get an error message when I try to connect to the MySQL 4.1 server
    that is provided for me. Here is that error message:

    Connection verification failed for data source: mysqlcf_jbspeckhard
    java.sql.SQLException: Cannot connect to MySQL server on
    mysql79.secureserver.net:3306. Is there a MySQL server running on the
    machine/port you are trying to connect to? (java.net.ConnectException)
    The root cause was that: java.sql.SQLException: Cannot connect to MySQL server
    on mysql79.secureserver.net:3306. Is there a MySQL server running on the
    machine/port you are trying to connect to? (java.net.ConnectException)

    Any help with either error that anyone could give me would be greatly
    appreciated. It doesnt matter which one gets fixed, I just need to have one
    working. Thanks for all your help.

    climbrainer Guest

  2. Similar Questions and Discussions

    1. How To Supress Acrobat Error Message And Alert Message
      Is there any way to supress those pop up message? If can't, is there any way to catch it?
    2. Telnet problem -getting timed out error -
      I am trying to connect unix server from windows xp installed with perl5.8 activestate build. I am getting error "command timed-out at...
    3. Error Message When Sending Message In Windows Mail
      Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error...
    4. Error Executing Database Query. Timed out trying toestablish connection
      Hello, I need some help/advice. We are running CF7 Enterprise on Win2003 server as our Intranet. We have many little applications with 100+...
    5. Connection timed out (Error # 10060) question
      Join the club. This started for me today after downloading a XP upgrade. I unstalled the upgrade, but I cannot get rid of the message. I thought...
  3. #2

    Default Re: Timed Out Error Message

    Hmmm, sounds like like an issue to do with port settings. Who's your web host?
    cfdude23 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