Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Ayera Tech #1
java.io.FilePermission for CFDOCUMENT PDF files
Our users are getting an error (access denied (example: java.io.FilePermission
c:\winnt\fonts\arialbd.ttf read) ) when trying to generate PDF files from
CFDOCUMENT. We are usnig CFMX7 with Sandbox Security. This is obviously what
is causing the problem because our Windows directory is actually
'C:\WINNT\Fonts\' and I do believe the java.io sandbox is case sensitive. We
tried updating the C:\CFusionMX7\lib\neo-document.xml file to reflect the
mixed-case path, but CF seems to overwite them back to lower case when the
service is restarted. Seems the only way to solve this currently seems to be
to manually re-add all the fonts via the CF Admin 'Font Management' section,
but this seems just wrong. FYI, CFDOCUMENT with type=FlashPapaer does not have
this problem. Can anyone else verify this issue?
Ayera Tech Guest
-
java.io.FilePermission ERROR
I enabled sandbox security to block a few tags and once I enable it I am getting the following error when I try uploading an image or PDF using the... -
java.io.IOException: Too many open files
How can I avoid the error "java.io.IOException: Too many open files" when copying a large number of files? Hint: the correct answer is not to copy... -
CFdocument on local files
I am working on a paperless transaction system, that will make use of the new cfdocument tag. How ever I am not using a remote webpage or file. I am... -
configuring cfx java using jar files on a per-server basis
Under CFMX6.1, I would like to deploy my cfx java tags using a jar file, but only have the tags available to one JRun server instance. So far,... -
Cfdocument and merging PDF files?
Hello, I?m using cfdocument tag to create individual PDF files. I was wondering if there is a way to merge them into a single PDF file in an... -
Ayera Tech #2
Re: java.io.FilePermission for CFDOCUMENT PDF files
And, by the way...yes, the 'C:\WINNT\Fonts\' is added to the user's sandbox directory for read access
Ayera Tech Guest
-
Dean Harmon #3
Re: java.io.FilePermission for CFDOCUMENT PDF files
Does the user that the ColdFusion service is running have access to this
folder as well?
Dean
"Ayera Tech" <webforumsuser@macromedia.com> wrote in message
news:d00dvh$5rn$1@forums.macromedia.com...sandbox directory for read access> And, by the way...yes, the 'C:\WINNT\Fonts\' is added to the user's
Dean Harmon Guest



Reply With Quote

