The Packages and the CFCs listed within them cannot belisted

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default The Packages and the CFCs listed within them cannot belisted

    Hi,

    I'm trying to set up DWMX 2004 to view the CFCs on our development server (MX
    6.1). I've defined sites, and configured RDS on the server by configuring
    cf_root\wwwroot\web-inf\web.xml :

    <servlet-mapping>
    <servlet-name>RDSServlet</servlet-name>
    <url-pattern>/CFIDE/main/ide.cfm</url-pattern>
    </servlet-mapping>

    Within Dreamweaver (application panel) I can now see all the datasources
    configured in CF administrator, which I think is a good indication RDS is
    working (i'm new to RDS to pls correct me if wrong). When i click the
    components tab, all the options are ticked - site, document type, testing
    server, RDS login - but when I try to refresh the list of components I get the
    "The Packages and the CFCs listed within them cannot be listed" error message.

    The site is configured correctly - I can see all local and remote files, and
    check in and out fine. I've tried enabling directory browsing in IIS, tried
    using different paths, all sorts of things, but the problem is stubborn. Any
    ideas? I was wondering if NTFS permissions are conflicting with RDS preventing
    a file read of all the CFCs.

    Anyway, if anyone has any suggestions that would be great.


    Frog_Tantrum Guest

  2. Similar Questions and Discussions

    1. cftransaction across cfcs
      Hi there, There seems to be a REALLY irritating 'feature' of Coldfusion MX, to do with using cftransaction across function call boundaries, which...
    2. CFCs & Dot Notation
      Here is what I have. A CFC with filename amCurPatientCount.cfc which is located in the "components" folder under the webroot. I have been able to...
    3. CFCs and MX7
      I have a site with a photo album that utilizes CFCs and it worked great until my ISP switched to MX7. When they asked me if I thought I would have...
    4. Is cfinclude'ing from CFCs bad?
      Is it bad to CFINCLUDE a cfm file from a ColdFusion Component? We have run into some strange problems, which we believe are related to a shortage...
    5. CFCs and OO design
      Howdy folks, I am new to using CFC's (and to be honest, new to OO in general), and I'm trying to use them for the first time. Let me explain my...
  3. #2

    Default Re: The Packages and the CFCs listed within them cannotbe listed

    Further to this I tried hard-coding the IP address of our development server
    into site definitions > testing server > url prefix, and I've had some success
    listing some CFCs on our server. Does RDS work with multiple IIS sites
    configured using host header names? That's how we're set up, and I the "The
    Packages and the CFCs listed within them cannot be listed" error occurred when
    I switch back to using a DNS name. I've ensured that the DSN name is resolvable
    on the target server....

    So close, yet so far...

    Frog_Tantrum 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