Hello, In fact is it really useful to deploy “appengine-api-1.0- sdk-1.5.1.jar” in GAE? Isn't it provided in GAE context, as the Java EE jars are in the EJB containers. I also have my gwt-dev.jar that is very big (27Mb) and cannot be deployed without splitting. Since the deployed application runs in production mode, is it necessary to upload gwt-dev.jar in GAE?
Thanks. JM On 16 août, 23:38, "Ikai Lan (Google)" <[email protected]> wrote: > Is that the largest JAR file, or could you have other JAR files? > > I wonder if another possibility is that you just have a large file, and > you're getting a wrong error message? > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > > > On Tue, Aug 16, 2011 at 5:04 AM, Fuankarion <[email protected]> wrote: > > Hi > > > This is most likely a silly mistake, but I just can't figure out > > what's wrong, so I have to ask it here. > > > I'm trying to upload an application to GAE, with the folloing command > > > {pathToAppEngineSKD}/bin/appcfg.sh update {pathToNetbeansProjectDir}/ > > build/web/ > > > This worked fine until last week, but now I always get the error > > report: > > > “java.lang.IllegalStateException: Found a jar file too large to > > upload” > > > It also says “Consider using --enable_jar_splitting”, but if I change > > the input on the command line to > > > {pathToAppEngineSKD}/bin/appcfg.sh --enable_jar_splitting update > > {pathToNetbeansProjectDir}/build/web/ > > > I keep getting the same error, apparently the --enable_jar_splitting > > option has no effect. > > > What is really weird here is that I have uploaded the same project > > with the same command (first one) many many times to GAE without > > having any problems, and suddenly it never worked again; the large jar > > “appengine-api-1.0-sdk-1.5.1.jar” has been there all the time. > > > What am I missing? > > > Thanks > > Fuanka > > > -- > > 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. -- 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.
