[google-appengine] Total Files - Limit

2010-10-20 Thread MasterGaurav
Hi,

I have 2079 files in my war folder.
When I do a "appcfg update ", I get a file-limit error for having
4141 files.

How can 2079 files turn into 4141 files... where am I missing out?
I remember having read somewhere that each file is counted twice in
some conditions... don't remember what's the scenario...


Any help is appreciated.


-Gaurav
www.mastergaurav.com


0% Creating staging directory
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Scanned 250 files.
28% Scanned 500 files.
31% Scanned 750 files.
33% Scanned 1000 files.
34% Scanned 1250 files.
35% Scanned 1500 files.
36% Scanned 1750 files.
37% Scanned 2000 files.
37% Scanned 2250 files.
37% Scanned 2500 files.
37% Scanned 2750 files.
37% Scanned 3000 files.
37% Scanned 3250 files.
37% Scanned 3500 files.
37% Scanned 3750 files.
37% Scanned 4000 files.

java.io.IOException: Applications are limited to 3000 files, you have
4141.
Unable to update app: Applications are limited to 3000 files, you have
4141.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Total Files - Limit

2010-10-21 Thread suyash singh
 i think there may subfile in it u may recheck it or may create when
execution.:) good for next

On Wed, Oct 20, 2010 at 10:52 AM, MasterGaurav wrote:

> Hi,
>
> I have 2079 files in my war folder.
> When I do a "appcfg update ", I get a file-limit error for having
> 4141 files.
>
> How can 2079 files turn into 4141 files... where am I missing out?
> I remember having read somewhere that each file is counted twice in
> some conditions... don't remember what's the scenario...
>
>
> Any help is appreciated.
>
>
> -Gaurav
> www.mastergaurav.com
>
>
> 0% Creating staging directory
> 5% Scanning for jsp files.
> 20% Scanning files on local disk.
> 25% Scanned 250 files.
> 28% Scanned 500 files.
> 31% Scanned 750 files.
> 33% Scanned 1000 files.
> 34% Scanned 1250 files.
> 35% Scanned 1500 files.
> 36% Scanned 1750 files.
> 37% Scanned 2000 files.
> 37% Scanned 2250 files.
> 37% Scanned 2500 files.
> 37% Scanned 2750 files.
> 37% Scanned 3000 files.
> 37% Scanned 3250 files.
> 37% Scanned 3500 files.
> 37% Scanned 3750 files.
> 37% Scanned 4000 files.
>
> java.io.IOException: Applications are limited to 3000 files, you have
> 4141.
> Unable to update app: Applications are limited to 3000 files, you have
> 4141.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
~*suyash*~

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
Hi,

I have put up an updated Unzippper servlet to serve static files
(actually based on 
http://code.google.com/p/googleappengine/issues/detail?id=161#c68)...
just in case you are looking for a solution.

http://code.google.com/p/googleappengine/issues/detail?id=161#c88


My addendum:
  - Respond with a 304 in case of "If-Modified-Since".


Hope you find it useful :)

-Gaurav
www.mastergaurav.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.