CF10 - Random Access Denied errors (java.io.FilePermission)
i've been having error randomly plaguing me. reason, following error message:
the web site accessing has experienced unexpected error.
please contact website administrator.
the following information meant website developer debugging purpose!
error occurred while processing request j
security: requested template has been denied
access c:/coldfusion10/cfusionl/wwwroot/cfide.
the following internal exception message: access denied (java.io.filepermission c:/coldfusion10/cfusionl/wwwroot/cfide read)
resources:
. enable robust exception information provide greater detail source
of errors, in administrator, click debugging & logging > debug output
settings, , select robust exception information option.
. check coldfusion documentation verify using correct
syntax.
. search knowledge base find solution problem.
screenshot:
whenever error, if refresh, return page expected. seems happen if site has been idle time. if refresh 100 times in row afterwards, loads every time without problem.
here code file:
<cfquery name="columntest" datasource="myds">
select table_name
user_tables
</cfquery>
<cfdump var="#columntest#">
this on windows server 2008 r2, coldfusion 10 update 7. application inside security sandbox. thought might need add path security sandbox of application work doesn't make sense why refresh of page magically make work.
the cfide directory in iis virtual directory pointing portions of /cfide directory such /cfide/scripts , /cfide/classes.
any ideas?
is vd pointing same cfide show error message referring in screenshot (that within instance1 cfide)? if not, may 1 you’re pointing (if elsewhere) may not cf10 version of cfide files.
/charlie
More discussions in ColdFusion Server Administration
adobe
Comments
Post a Comment