I've been running into several problems recently that seem to relate to file
permission/access changes. It seems that Cold Fusion can no longer read/write
to many of the files that are used in scripts on the site, although it doesn't
seem universal.

For one, scheduled CF tasks that write to files no longer seem to be working.

Here is another example of a script that reads a file; I'm assuming the IO
error is because CF can't read the file:

javax.xml.transform.TransformerConfigurationExcept ion:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: Had IO Exception with
stylesheet file:
[url]https://secure.gmpartsdirect.com/secure/maintenance/upc-ean.xsl[/url] A
[Transformer] object cannot be created that satisfies the
configuration requested. This could be due to a failure in compiling
the [XSL] text. javax.xml.transform.TransformerConfigurationExcept ion:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: Had IO Exception with
stylesheet file:
[url]https://secure.gmpartsdirect.com/secure/maintenance/upc-ean.xsl[/url]
The error occurred on line 16.

This worked fine up until a few days ago.

I'm not sure where to start looking, but it seems it must have something to do
with the recent patche(s).

Thanks