Should I be able to do this on OpenBD on GAE

 

According to this I should:
http://www.mail-archive.com/[email protected]/msg02238.html

 

 


Type

Internal


Tag Context

CFDIRECTORY (/base/data/home/apps/someAppOfMine/1.336548637643828781/e.cfm,
Line=3, Column=1)


Source

1: <cfset currentDir = expandPath( "./" ) />

2: 

3: <cfdirectory action="list" directory="#currentDir#" name="q" />

4: 

5: <cfdump var="#q#" />

^ Snippet from underlying CFML source


Stack Trace

java.lang.NoClassDefFoundError: java.net.URLStreamHandler is a restricted
class. Please see the Google App Engine developer's guide for more details.

        at
com.google.appengine.runtime.Request.process-92123ca66179fd7c(Request.java)

        at
org.apache.commons.vfs.provider.AbstractFileObject$1.run(AbstractFileObject.
java:408)

        at
java.security.AccessController.doPrivileged(AccessController.java:64)

        at
org.apache.commons.vfs.provider.AbstractFileObject.getURL(AbstractFileObject
.java:404)

        at com.nary.io.FileUtils.getAbsolutePath(Unknown Source)

        at com.nary.io.FileUtils.createFileVector(Unknown Source)

        at com.naryx.tagfusion.cfm.tag.cfDIRECTORY.listDirectory(Unknown
Source

 

Sometimes the same pages also gets this error in the stacktrace:

 

java.lang.NoClassDefFoundError: Could not initialize class
org.apache.commons.vfs.provider.DefaultURLStreamHandler

 

 

Paul.


--~--~---------~--~----~------------~-------~--~----~
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 !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to