I am trying out the cfx_sleep tag and it seems to
get the following error when I run the cfm page
Error: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader). Java exception occurred in call to method.
I am running CF 5 on Solaris and have in the JVM and Java setting of the Administrator -
under system Options - java.lang.Compiler=NONE java.security.manager=java.rmi.RMISecurityManager
Is there something else I need to set on the CF administrator to get this to work , or is my code wrong ?
My code has the following within a loop that sends out email, I need it to sleep before each email gets sent.
<cfx_sleep duration = "100">
Thanks,
olmos.
get the following error when I run the cfm page
Error: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader). Java exception occurred in call to method.
I am running CF 5 on Solaris and have in the JVM and Java setting of the Administrator -
under system Options - java.lang.Compiler=NONE java.security.manager=java.rmi.RMISecurityManager
Is there something else I need to set on the CF administrator to get this to work , or is my code wrong ?
My code has the following within a loop that sends out email, I need it to sleep before each email gets sent.
<cfx_sleep duration = "100">
Thanks,
olmos.