cfchart - no longer working cfmx 6.1 standard IIS6 2003standard - URGENT HELP REQUIRED

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

  1. #1

    Default cfchart - no longer working cfmx 6.1 standard IIS6 2003standard - URGENT HELP REQUIRED

    Hi, for some reason our cfchart tag is no longer generating flash charts....

    the web page just sits there waiting for the flash file but nothing appears -
    the chart gets created in the cache folder but does not display, this has
    affected all our sites that run cfchart and is an urgent issue -

    any suggestions will be greatly appreciated :(



    John2 Guest

  2. Similar Questions and Discussions

    1. Can't get CFMX 7 on IIS6 running at all
      Have a clean install of Win 2003 Standard SP1 w/ IIS 6. Installed CFMX 7. (Twice, the first installe failed to install a JRE so I manually installed...
    2. how to disable .jsp in cfmx 7.0.1 on IIS6?
      All, any tips on how to disable .jsp in cfmx 701 on IIS6? I tried commenting out the jsplicenseservlet lines as per mpsb02-04, and also as per...
    3. CFMX 6.1 won't work after Windows 2003/IIS6 install
      As I don't have a ton of experience installing and maintaining ColdFusion MX server-side, I assumed it would be a fairly carefree issue. However...
    4. CFCHART not working in CFMX 6.1
      The CFCHART tag abruptly stopped working at my hosting provider (CF6.1,IIS). These two links demo the failure mode, ...
    5. CFMX 6 CFCHART
      What can I do about a flash chart taking forever to display when there are 200-1000 datapoints to chart? right now, it takes about 30-40...
  3. #2

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    forgot to say - the cfchart can generate jpg graphs But not flash !!!!

    the code is all correct and has been working for ages... no cf patches have been applied :|
    John2 Guest

  4. #3

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    You might wanna checkout this thread :
    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=143&thre[/url]
    adid=671390&forumid=1
    It's about people with problems that could be simmilarly related.

    What helped for me was the latest reply I ('Cubensis') wrote on this thread.

    Cubensis Guest

  5. #4

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    thanks for the link - however its not shed any light on the problem... or found
    a solution...
    all the connectors are correct - tried creating the cfide folder and file, its
    as if the path being generated is wrong ....

    I still have no fix.... HELP !!

    John2 Guest

  6. #5

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    Hereby a repost of what worked for me (changing the jvm.config file):
    _________________________________________________

    Fixed my problem :)

    Seems like it has to be -Djava instead of -java in my arg list for some reason
    from now on.

    Hereby my jvm.config
    ____________________________________
    #
    # VM configuration
    #
    # Where to find JVM, if {java.home}/jre exists then that JVM is used
    # if not then it must be the path to the JRE itself
    java.home=C:\\CFusionMX\\runtime\\jre

    java.args=-DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS
    -Xbootclasspath/a:{application.home}/../lib/webchartsJava2D.jar -Xmx512m
    -XX:MaxPermSize=256m
    -Djava.awt.graphicsenv=com.gp.java2d.ExHeadlessGrap hicsEnvironment



    #
    # commas will be converted to platform specific separator and the result will
    be passed
    # as -Djava.ext.dirs= to the VM
    java.ext.dirs={jre.home}/lib/ext

    #
    # where to find shared libraries

    java.library.path={application.home}/../lib,{application.home}/../jintegra/bin,{
    application.home}/../jintegra/bin/international,{application.home}/../lib/_nti40
    /bin

    system.path.first=false


    # JVM classpath

    java.class.path={application.home}/servers/lib,{application.home}/../lib/cfusion
    ..jar,{application.home}/../lib,{application.home}/../runtime/lib/jrun.jar,{appli
    cation.home}/../runtime/lib,

    ____________________________________
    Text

    Cubensis Guest

  7. #6

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    yeah gave that a worl - i have reinstalled cfmx and its fine again
    gah
    John2 Guest

  8. #7

    Default Re: cfchart - no longer working cfmx 6.1 standard IIS62003 standard - URGENT HELP REQUIRED

    I'm having the same trouble as well on CF7 using the developer edition setup.
    Been going around in circles with the jvm.config file but not getting there.

    However, I am able to get a chart out using the JPG or PNG format, but not
    flash.

    cf_razor 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