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.