• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

RDS connection fails

Guest
Sep 17, 2009 Sep 17, 2009

Copy link to clipboard

Copied

Hey,

I have setup ColdFusion and ColdFusion Builder on a development workstation.  Now I'm trying to get debugging to work however I'm having heck of a time trying to get RDS to work.  I have made sure the RDS is not commented out in web.xml and retyped the RDS password.  I'm using the following:


Host Name: localhost
Port: 8500
Context Root: C:\ColdFusion8\wwwroot\
Username:
Password: ***

RDS_Error.png

Any words of wisdom or pointers in the right direction?

Kasia

TOPICS
Builder

Views

2.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Sep 17, 2009 Sep 17, 2009

Hi,

Is your server running?

Can you access the Admin page successfully?

Did you try adding it through the server manager?

-Bhakti

Votes

Translate

Translate
Guest
Sep 17, 2009 Sep 17, 2009

Copy link to clipboard

Copied

At this point I'm trying anything

SettingsResults

Description: localhost

Host Name: localhost

Port Number: 5005

Context Root: /

User Name:

Password: ****

Unable to contact the RDS Server "localhost."

Premature EOF encountered

Changed to:

Context Root: /tests/fusebox_catclub

Unable to contact the RDS Server "localhost."

null



Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 17, 2009 Sep 17, 2009

Copy link to clipboard

Copied

Hi,

Is your server running?

Can you access the Admin page successfully?

Did you try adding it through the server manager?

-Bhakti

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 18, 2009 Sep 18, 2009

Copy link to clipboard

Copied

Thanks for replying Bhakti!

You have pointed me to the right direction.  I'm new to ColdFusion (transferring from PHP and Java) and going to Server Manager page was the answer.  However that opened another box of warms, since I'm running IIS 5.1 which apparently doesn't mix well with RDS.  It a good excuse to change to server 2003 though.

Thanks again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 11, 2009 Nov 11, 2009

Copy link to clipboard

Copied

hi,

   So you mean IIS and RDS has some issue? because currently I have a problem on RDS and IIS.

And there is an error (A connection to the RDS Server could not be established because the webserver was unreachable).

Even if I enable the RDS in Coldfusion. And use Port 80.

Please advise..

thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 11, 2009 Nov 11, 2009

Copy link to clipboard

Copied

LATEST

Check your line debugger settings.  Make sure that "Allow Line Debugging" is on (by default it's turned off); if you're using CF9 you will be able start/restart the debugger server on the same page, if you're on CF8 you might have to do a restart through services.

My settings are:

DEBUGGER SETTINGS:

Allow Line debugging - ON

Debugger Port: 5005

Maximum Simultaneous Debugging Sessions: 5

ECLIPSE SERVER SETTINGS:

Servername: localhost

Application Server: Jrun

Host Name: localhost

WebServer Port: 80

RDS User Name: admin

RDS Password: ******

Another IMPORTANT factor is... make sure you are running eclipse 3.4.2 not the latest 3.5.1 which is not supported by the ColdFusion Builder installed as eclipse plugin.

Hope that helps,

Kasia

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation