I tested deploying on both 1.7.7 and 1.7.7.1 and received the same error on each of these versions of the SDK. I reverted back to 1.7.6 (which is what I upgraded from to 1.8 originally) and it works on this version.
On Tuesday, May 21, 2013 6:04:53 PM UTC-6, Jeff Lockhart wrote: > > This is my PATH: > > %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program > > Files (x86)\Common > Files\Acronis\SnapAPI\;%JAVA_HOME%\bin;%ANT_HOME%\bin;%M2%;C:\Program > Files\Calibre2\;C:\android-sdk\platform-tools;C:\android-sdk\tools;C:\Program > Files (x86)\Git\cmd;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program > Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files > (x86)\QuickTime\QTSystem\;C:\Program Files\Microsoft\Web Platform > Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web > Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance > Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program > Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files > (x86)\Intel\OpenCL SDK\2.0\bin\x64;%PYTHONHOME%;C:\Program > Files\TortoiseGit\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program > Files\Common > Files\Intel\WirelessCommon\;C:\appengine-java-sdk\bin;C:\appengine-python-sdk\ > > I only have the latest Java and Python app engine SDKs installed. I'm not > employing a framework in my app, but use several libraries including > objectify, geomodel and gwt. These are the jars in my WEB-INF\lib: > > > appengine-api-1.0-sdk-1.8.0.jar, appengine-api-labs.jar, > appengine-endpoints.jar, appengine-jsr107cache-1.8.0.jar, > commons-fileupload-1.2.2.jar, commons-io-2.1.jar, commons-lang-2.6.jar, > datanucleus-appengine-1.0.10.final.jar, datanucleus-core-1.1.5.jar, > datanucleus-jpa-1.1.5.jar, geocell-0.0.8.jar, > geronimo-jpa_3.0_spec-1.1.1.jar, geronimo-jta_1.1_spec-1.1.1.jar, > gson-2.1.jar, gwt-servlet.jar, jdo2-api-2.3-eb.jar, jsr107cache-1.1.jar, > objectify-3.1.jar > > I initially received the error attempting to deploy from Eclipse using GPE > as I usually do. I tried appcfg afterwards and received the same error. > This is what the Eclipse console output looks like at the end after > performing GWT compile: > > Compiling module com.... > Compiling 6 permutations > Compiling permutation 0... > Compiling permutation 1... > Compiling permutation 2... > Compiling permutation 3... > Compiling permutation 4... > Compiling permutation 5... > Compile of permutations succeeded > Linking into ...\war\... > Link succeeded > Compilation succeeded -- 15.126s > > ------------ Deploying frontend ------------ > > Preparing to deploy: > Created staging directory at: > '...\AppData\Local\Temp\appcfg6861684504252175230.tmp' > Scanning for jsp files. > Scanning files on local disk. > java.io.IOException: Jar > ...\AppData\Local\Temp\appcfg6861684504252175230.tmp\WEB-INF\classes\war\WEB-INF\lib\appengine-api-1.0-sdk-1.8.0.jar > > is too large. Consider using --enable_jar_splitting. > > Debugging information may be found in > ...\AppData\Local\Temp\appengine-deploy6317367442822226075.log > > And the contents of the log file: > > Unable to update: > java.io.IOException: Jar > ...\AppData\Local\Temp\appcfg6861684504252175230.tmp\WEB-INF\classes\war\WEB-INF\lib\appengine-api-1.0-sdk-1.8.0.jar > > is too large. Consider using --enable_jar_splitting. > at > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:107) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:386) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:55) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148) > at > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) > > Hopefully you can make something of the problem with this info. Is there > any other info that would be helpful? Thanks. > > On Tuesday, May 21, 2013 3:19:02 PM UTC-6, Ludovic Champenois wrote: >> >> How can we reproduce this error? So far, we can't so we need more >> information about your set up. >> Can you share your PATH, env variables? >> Do you have another app engine SDK installed? >> Which framework do you use from your web app? >> >> >> >> On Tuesday, May 21, 2013 3:00:04 AM UTC-7, Jeff Lockhart wrote: >>> >>> I'm getting this error when attempting to deploy my app after updating >>> to 1.8. >>> >>> java.io.IOException: Jar ...\appengine-api-1.0-sdk-1.8.0.jar is too >>> large. Consider using --enable_jar_splitting. >>> >>> I ran appcfg from the SDK bin directory. It is the latest 1.8 version >>> and still get the error. Windows 8 x64. Tried with both Java 7u21 x64 and >>> Java 6u38 x64. >>> >>> On Friday, May 17, 2013 1:45:53 PM UTC-6, Vishwanath Arondekar wrote: >>>> >>>> I observed that this error comes If you are using old version of appcfg >>>> with 1.8 version of jar. Run appcfg from 1.8 SDK bin and it should work. >>>> >>>> On Saturday, 11 May 2013 03:02:32 UTC+5:30, Matt Staten wrote: >>>>> >>>>> I'm getting errors regarding the size of the API jar: >>>>> "appengine-api-1.0-sdk-1.8.0.jar is too large. Consider using >>>>> --enable_jar_splitting." I thought this was fixed with 1.7.7.1... did it >>>>> get bugged again? >>>>> >>>>> On Wednesday, May 8, 2013 4:36:21 PM UTC-7, Richmond Manzana wrote: >>>>>> >>>>>> Hi everyone, >>>>>> >>>>>> We're happy to announce that we have released the 1.8.0 SDK. >>>>>> >>>>>> >>>>>> For more details, please read our blog post and release notes. >>>>>> >>>>>> Release notes for Python: >>>>>> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes >>>>>> >>>>>> Release notes for Java: >>>>>> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes >>>>>> >>>>>> Release notes for Go: >>>>>> https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes >>>>>> >>>>>> Cheers! >>>>>> >>>>>> P.S. If you don't see the appengine-maven-plugin release, it takes a >>>>>> while to replicate. You can either wait a little bit, or if you add the >>>>>> following in the pom you can see the master: >>>>>> >>>>>> <repositories> >>>>>> <repository> >>>>>> <id>sonatype-google-releases</id> >>>>>> <name>Sonatype Google Releases</name> >>>>>> <url> >>>>>> https://oss.sonatype.org/service/local/repositories/google-releases/content >>>>>> </url> >>>>>> </repository> >>>>>> </repositories> >>>>>> >>>>>> Richmond Manzana >>>>>> Technical Program Manager >>>>>> Google App Engine >>>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
