Skip to main content
January 27, 2009
Question

Style not found

  • January 27, 2009
  • 2 replies
  • 1195 views
This has happened to me twice and I have no idea why.

I am getting the following error from ColdFusion:

Could not locate the style file Blue

A pie chart is located with in the cfr. Where is it looking for the Blue...( I assume Blue.xml)
How do I resolve this issue and how does it get lost/go missing/messed up?

I have reinstalled the Report Builder MX 7 with no results.
I followed the directions to reinstall styles with no results.
I do have Flex 3 on the same machine and am using the Developers edition of CFMX 7 version:7,0,2,142559
This topic has been closed for replies.

2 replies

Inspiring
January 27, 2009
ssmacwilliams wrote:
> Just as a FYI. As a temp fix:
> 1) I copied a .xml file from C:\CFusionMX7\logs\charting\styles into the
> directory of the CFR (the file directly relates to what type of chart was in
> the cfr. ie pie, bar, etc)
> 2) Removed the .xml extention. and named it 'Blue' and it worked.
>
> I don't know how to have report builder look back e
> C:\CFusionMX7\logs\charting\styles directory. But somehow it lost its setting.
>

Well that kind of thing is usually done with 'Mappings' in the
ColdFusion administrator. And the fact that ColdFusion is looking for
its style sheets in the CFusiongMX7\logs\ directory speaks to me of
somebodies mappings getting messed up. That is a very odd place for CF
to be looking.

January 27, 2009
Just as a FYI. As a temp fix:
1) I copied a .xml file from C:\CFusionMX7\logs\charting\styles into the directory of the CFR (the file directly relates to what type of chart was in the cfr. ie pie, bar, etc)
2) Removed the .xml extention. and named it 'Blue' and it worked.

I don't know how to have report builder look back e C:\CFusionMX7\logs\charting\styles directory. But somehow it lost its setting.