Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default CFChart hangs

    Has anyone encountered this? On our Dev Server (MX6.1 Win2K), pages with
    CFChart are not loading.. the call goes to the servlet and just hangs. We're
    using the trial version of iistracer and we can see the request but the page
    doesn't load. Some of these requests get up into the 10000s of seconds and it
    seems the only way to kill them is to restart the CF service. We've checked the
    mapping of CFIDE and it looks good. Has anyone ran into this? Is there some
    setting in the config files to cause a servlet to time out after a given period
    or will they just run forever? Thanks!

    gmorphis Guest

  2. Similar Questions and Discussions

    1. cfchart
      I have some financial templates where I use cfchart. If I use the png or jpg format the pages take about 27 seconds to load. If I use the flash...
    2. MX 6.1 cfchart hangs
      I am trying to fix a problem on one of our development machines, where cfchart was working and has all of a sudden stopped working. I have found...
    3. CF hangs when database server hangs or crashes
      This may be as simple as a configuration change, but hoping someone understands this behavior and can offer suggestions (or at least additional...
    4. cfchart help
      I'm using the following to try to generate a pie chart. The first query is taking the types of roles available and the second query is supposed to...
    5. CF7 cfchart
      Can a Gantt chart be created with version 6.1?
  3. #2

    Default Re: CFChart hangs

    I remember having this problem a year ago and it was all due to a missing file
    name. What was happening was that it would hang after the first chart but when
    I would hover my mouse over the area where it was supposed to appear and right
    clicking would show me that a flash file was indeed there. In the end it was
    due to a missing file called GraphData.cfm I believe. Right click over where
    your chart is supposed to be and check the properties to find the path and the
    name of the file. Once you have that just create the file, leave it blank it
    just needs to be there, and put it in the directory specified. That fixed our
    problem.

    Dyomides Guest

  4. #3

    Default Re: CFChart hangs

    Thanks for the response,
    None of the pages we have the cfcharts on are loading..
    Nothing on the page shows.. it just hangs. Nothing loads.

    gmorphis 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