It looks like there may be a problem with your development environment--check the permissions on the " /home/baz/Source/AbitaReno/war/www" directory. Regarding the startup errors, the "Failed to register GaeVFS with H2" error is expected and harmless, since we haven't finished H2 integration yet. The javac errors have nothing to do with OpenBD, but indicate that you're running with a JRE instead of a JDK, and it therefore can't find the java compiler.
Vince On Sat, Oct 10, 2009 at 7:46 PM, Bassil Karam <[email protected]> wrote: > Hi, > > When I run this line of code: > > <cfdirectory action="list" directory="#expandPath('./')#" name="kaka"> > > > I get this error: > > TypeApplication DetailCFDIRECTORY is not supported if it does not have > FileIOPermission to the specified directory.Tag ContextCFOUTPUT > (/home/baz/Source/AbitaReno/war/www/index.cfm, Line=16, Column=1) > | > +-- CFDIRECTORY (/home/baz/Source/AbitaReno/war/www/index.cfm, Line=19, > Column=1)Source > > 16: <cfoutput> > 17: <cfset currentDir = expandPath( "./" )> > > > 18: <cfdump var="#currentDir#"> > 19: <cfdirectory action="list" directory="/home/baz/Source/AbitaReno/war" > name="kaka"> > 20: <cfdump var="#kaka#"> > > ^ Snippet from underlying CFML source > I am using GAE-OpenBD that I downloaded last week (not sure what version as > it doesn't seem to say anywhere in the download), with the built-in GAE > Eclipse plugin server on Ubuntu 9.04. > > I also get these startup errors: http://paste.ubuntu.com/290402/ > > Cheers, > Baz > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
