You cannot deploy war files bigger than 150000000 bytes. You might consider storing the mp3 files in the datastore.
[email protected] ha scritto: > Hi, > > I'm working on a web application where users can listen to mp3's > through a open source web player. The war file is around 400mb, > containing 579 files. > > I got the application working with a handful of mp3's. However, I've > now tried to up the number of mp3's I'm uploading onto the app engine > and I'm getting the following error: > > java.io.IOException: Applications are limited to 150000000 bytes of > resource files, you have 154353960. > > I've done a number of deployments to the app engine during the day, as > part of my testing. The mp3 files are part of the static files I'm > uploading within the war file. At present, I have 6 versions of my > application on the app engine. > > Have I hit the maximum size of my war file? Or is the limit I've > reached to do with doing numerous uploads to the app engine? In doing > multiple uploads to the app engine, I have changed the structure of my > static files, renaming folders and files along with moving the mp3 > files into different folders. Could this be a cause of hitting the > resource file limit? > > Would paying to increase my quota, which I'm prepared to do, solve the > problem? > > Thanks in advance for the help! If my goal of creating an application > containing so many mp3 files is ill-advised for a google app engine > application, then please let me know! > > Thanks > Sulaiman > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
