I created a simpler test without using coldspring. Here is the
following error:
Security: The requested template has been denied access to \research
\5part\admin\cfdns\lib\dnsjava-2.0.3.jar.
The following is the internal exception message: access denied
(java.io.FilePermission \research\5part\admin\cfdns\lib
\dnsjava-2.0.3.jar read)
The error occurred in D:\INETPUB\DomainID110178\research\5part\admin
\cfdns\javaloader\JavaLoader.cfc: line 48
Called from D:\INETPUB\DomainID110178\research\5part\admin\cfdns\util
\JavaLoaderFactory.cfc: line 44
Called from D:\INETPUB\DomainID110178\research\5part\admin\cfdns\util
\JavaLoaderFactory.cfc: line 64
Called from D:\INETPUB\DomainID110178\research\5part\admin\cfdns
\test2.cfm: line 14
46 : {
47 : file = createObject("java",
"java.io.File").init(iterator.next());
48 : if(NOT file.exists())
GArlington - 27 Mar 2008 11:19 GMT
On Mar 26, 4:11 pm, reed.emm...@gmail.com wrote:
> I created a simpler test without using coldspring. Here is the
> following error:
[quoted text clipped - 18 lines]
> "java.io.File").init(iterator.next());
> 48 : if(NOT file.exists())
Assuming that the path is correct (you will have to check and re-check
that yourself) as far as I remember *nix platform always disliked
world executable scripts. Make sure that the permissions are NOT
higher than 755...
reed.emmons@gmail.com - 27 Mar 2008 14:54 GMT
Yes, the paths are definitely correct and I tried it at 755 and 777.
This is an IIS 6.0 *Shared Hosting* setup. Is there anything in the
IIS configuration that would disable this?
GArlington - 27 Mar 2008 15:54 GMT
On Mar 26, 4:11 pm, reed.emm...@gmail.com wrote:
> I created a simpler test without using coldspring. Here is the
> following error:
[quoted text clipped - 18 lines]
> "java.io.File").init(iterator.next());
> 48 : if(NOT file.exists())
I am getting completely different error when I use your code:
"The selected method exists was not found."
Read http://livedocs.adobe.com/coldfusion/7/htmldocs/00000187.htm#2711961