More than likely you have included import packages with your project that have to be uploaded to GAE as well. So, you may have only 2000 files, but "ReallyImportantThirdPartyProjectImport" (or whatever) may contain another 2000+ files.
Just a guess. Maybe its a ghost in the machine. On Thu, Oct 21, 2010 at 2:36 AM, MasterGaurav <[email protected]>wrote: > Point taken. > > But then, why are 2000 files being counted at 4000+ files? > > > -Gaurav > > > On Oct 21, 8:40 am, sodso <[email protected]> wrote: > > compress ur files into 1 zip file or something like > > that...........thats what google recommends for uploading large number > > of files...cheers ! > > > > On Oct 20, 10:52 pm, MasterGaurav <[email protected]> wrote: > > > > > Hi, > > > > > I have 2079 files in my war folder. > > > When I do a "appcfg update <war>", 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. > > > > > -Gauravwww.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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
