[jdom-interest] large non-xml-file handeling
philip.nelson at omniresources.com
philip.nelson at omniresources.com
Mon Jun 25 20:01:01 PDT 2001
Now *that* is a stack trace ;-)
> java.security.AccessControlException: access denied
> (java.io.FilePermission
> c:\tomcat\jakarta\webapps\wwtest\temp\bm11.t
> mp delete)
> at
> java.security.AccessControlContext.checkPermission(AccessContr
> olContext.java
> :272)
Perhaps up until 20K you are all in memory but over 20K you must write to a
temp file where you get this security error. Just a guess but I think you
will be sunk until you get this one figured out.
More information about the jdom-interest
mailing list