java.io.IOException: Applications are limited to 3000 files, you have 3865.

98 views
Skip to first unread message

Alberto Gomez Toribio

unread,
Dec 7, 2011, 2:10:14 PM12/7/11
to Google App Engine, alvaro...@gmail.com
Hello!

I want to buy a premium account to deploy my app.

Now, with the normal account, when deploy de app obtain the error:
java.io.IOException: Applications are limited to 3000 files, you have
3865.

Does this happen also with the premium account?

The Premium Account has a file limit?

My project is a Maven project... how can deploy it? with the kindle
maven plugin I get the error of file limits.

Thanks in advance!

Brandon Wirtz

unread,
Dec 7, 2011, 4:49:27 PM12/7/11
to google-a...@googlegroups.com
Why do you need so many files? 5. You only need 5. I picked that number at
random. But seriously no one can keep track of nearly 4000 files.

More seriously. Premiere apps get support to my knowledge that doesn't get
you extra quota, more memory, more app space, or larger file counts.


-----Original Message-----
From: google-a...@googlegroups.com
[mailto:google-a...@googlegroups.com] On Behalf Of Alberto Gomez
Toribio
Sent: Wednesday, December 07, 2011 11:10 AM
To: Google App Engine
Cc: alvaro...@gmail.com
Subject: [google-appengine] java.io.IOException: Applications are limited to
3000 files, you have 3865.

Hello!

I want to buy a premium account to deploy my app.

Now, with the normal account, when deploy de app obtain the error:
java.io.IOException: Applications are limited to 3000 files, you have 3865.

Does this happen also with the premium account?

The Premium Account has a file limit?

My project is a Maven project... how can deploy it? with the kindle maven
plugin I get the error of file limits.

Thanks in advance!

--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


darrell dupas

unread,
Dec 7, 2011, 10:35:42 PM12/7/11
to google-a...@googlegroups.com
this is just a guess but it sounds like they are using the maven
source code as part of their project files - if this is the case, they
could solve the problem by using a jar in the lib folder and removing
all the included source code from maven -

Abhishek Mathur

unread,
Dec 8, 2011, 3:35:57 AM12/8/11
to google-a...@googlegroups.com
Hi Alberto

If possible, then remove  all your classes from war/WEB-INF/classes (or wherever in war they are) and put them in a single jar, add this jar to your war/WEB-INF/lib and include it in the build-path. Then deploy your application from command line with appcfg using option "--enable_jar_splitting".
This will split your jar into smaller jars and deploy your application without complaining about number of files.

--Abhishek


Sahid Orentino Ferdjaoui

unread,
Dec 8, 2011, 12:17:24 PM12/8/11
to google-a...@googlegroups.com, alvaro...@gmail.com
I think that, there is a bug.
Check the doc: http://code.google.com/appengine/docs/quotas.html#Deployments

The limit is defined by 10000 files. I suggest you to report a bug into the issue tracker.
Reply all
Reply to author
Forward
0 new messages