Skip to main content
Participant
May 19, 2008
Question

CF 8.0.1 RDS 500 Error

  • May 19, 2008
  • 1 reply
  • 542 views
/CFIDE/main/ide.cfm returns a 500 status "The specified module could not be found.". This server was recently upgraded from Coldfusion MX 6 and hasn't worked since. CFIDE is set up as a virtual directory and pointed over to D:\inetpub\wwwroot\CFIDE.

The CF Admin works fine, but the file browser component seems broken too. Thanks in advance!
    This topic has been closed for replies.

    1 reply

    Community Manager
    May 21, 2008
    Hi,

    Perhaps RDS was not enabled when you installed 801. Refer to this technote to enable RDS:

    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17276&sliceId=2

    Let me know if you are still having issues.

    Thanks,
    Vamsee
    Participant
    May 27, 2008
    RDS was already enabled. I disabled, restarted CF, then enabled, and restarted again. I have the same issue. Some extra information:
    -Browsing file gives "IO error on server communication"
    -I can run http://localhost/CFIDE/administrator/index.cfm along with http://<fqdn>/CFIDE/administrator/index.cfm and access CFAdmin just fine, however, I get a 404 on http://localhost/CFIDE/main/ide.cfm and http://<fqdn>/CFIDE/administrator/index.cfm gives "The specified module could not be found."

    The ISAPI filter settings for the .cfm extension and global tab match on both virtual hosts except localhost runs out of D:\ColdFusion8\runtime\lib\wsconfig\1 and the <fqdn> one runs out of D:\ColdFusion8\runtime\lib\wsconfig\2. The localhost virtual host has the actual /CFIDE directory within it, and the <fqdn> virtual host has just a virtual directory mapped over for CFIDE.