[google-appengine] App engine GaeVFS java.io.FilePermission

2011-06-08 Thread xiu
when i use app engine to develop my apps,and i just want to read the file stored in the gaevfs using the code : this.shpAccessFile = new RandomAccessFile(this.shpFileName, r); but it throw new AccessControlException(access denied +perm, perm); so can someone tell me how to solve the problem?

Re: [appengine-java] Mapper Blobstore bytes read limit

2010-12-16 Thread xiu
; } } but when it goes to InputStream b = a.getInputStream(); it's debug is com.google.appengine.api.urlfetch.ResponseTooLargeException: The response from url localhost:/dem.bil was too large. .so can you can tell me why?or some wrong with my codes? thanks. xiu Cyrille Vincey wrote: I've been