CFMX7 app not working on server

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default CFMX7 app not working on server

    I created a CFMX7 application on my pc but when it was loaded to the CF server
    to be deployed it's not working. I have the debugging turned on, but it
    doesn't say there is anything wrong.

    IE gives an error that there is an expected object on line 84, but I have
    checked the coding and don't see anything wrong. It works on my computer, why
    doesn't it work on the server?

    Can anyone help me PLEASE? I really need help since this application should
    have been launched a month ago and I can't seem to figure out why it's not
    working.

    Thanks in advance.

    lgschulz Guest

  2. Similar Questions and Discussions

    1. Cannot get CFMX7 working, it gives 404 null
      I'm using CF5 still on NT server at the moment and it's working fantasticly good. Now we have to migrate to W2003 server and as such I also want to...
    2. Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
    3. Dreamweaver MX 2004 + CFMX7 Extension Not Working
      I am really in a predicament with Dreamweaver MX 2004 CFMX 7 support. I added a test site with coldfusion support enabled and then went on to,...
    4. Hash Function example not working CFMX7
      I've copied the Hash example code to cfm page. When I attempt to run the page, I get a 'sql missing operator error'. If I test it in the Recordset...
    5. cfforms not working properly cfmx7
      The problem that I am having is that the generated flash movie for the cfform tag is displaying significantly different based on the clients...
  3. #2

    Default Re: CFMX7 app not working on server

    Is this a flash form-based application, and are you running on IIS with virtual
    directories for your site(s)? If so, you have to create a virtual mapping to
    the CFIDE folder in the C:\Inetpub\wwwroot folder (this folder contains the
    scripts/cfform.js which provides the backbone for the flashform).

    My office actually ran into this problem a couple days ago and it caused many
    headaches!

    If it's not an issue with flash forms, I'm afraid I don't have any other
    suggestions.

    existdissolve Guest

  4. #3

    Default Re: CFMX7 app not working on server

    Yes, I am using Flash Form/Grids. How do you set up a virtual mapping?

    Thanks
    lgschulz Guest

  5. #4

    Default Re: CFMX7 app not working on server

    Unfortunately, I don't do much with the server-side operations, so I'm not
    entirely sure of the process. I do know that in IIS, you will right click on
    the virtual directory of the website for which you want to create a virtual
    mapping. In the popup options, there should be an option for virtual mapping.
    From there, I'm not entirely sure, but I think you simply specify the absolute
    path to the CFIDE folder on the Inetpub\wwwroot directory.

    I know that we had some permissions issues that had to be taken care of after
    the mapping was made, but it worked splendidly after that.

    I apologize that I do not have more information. However, the guy who made
    the mapping will be in the office tomorrow--I will email him this thread and
    ask him to supply more information.

    Good luck!

    existdissolve Guest

  6. #5

    Default Re: CFMX7 app not working on server

    Here are the instructions that my co-worker sent me:

    Open up the IIS manager

    Select any of the secondary websites that are affected by the
    problem (presumably all of them)

    Right click and add new virtual directory

    Provide the alias of "CFIDE" (on some systems, case matters)

    Browse to the location of the originally installed CFIDE directory
    (by default: c:\inetpub\wwwroot\cfide)

    Allow Read and Run Scripts Permissions (You are done with that step)

    On the same website definition, right click and add new virtual
    directory

    Provide the alias of "JRunScripts" (on some systems, case matters)

    Browse to the location of the original Java run time library (by
    default: C:\CFusionMX7\runtime\lib\wsconfig\1)

    Allow Read and Run and *EXECTUTE*

    Restart the website by stopping it, and restarting it from within IIS

    Hope this helps, and let me know if it works for you---this may be an issue
    that needs to be more fully documented.

    existdissolve Guest

  7. #6

    Default Re: CFMX7 app not working on server

    I contacted my IT network dept. and this is their reply to your previous question on ISS.

    Yes we are, and we already have the mapping

    So is there any other suggestions?
    lgschulz 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