Hi all,

When I uploaded my Google App (java) to Google server, I met the error
below:

Unable to upload:

java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=xxx&version=1&;
400 Bad Request
Error when loading application configuration:
Invalid object:
Found more than 100 URLMap entries in application configuration

        at com.google.appengine.tools.admin.ServerConnection.send
(ServerConnection.java:140)
        at com.google.appengine.tools.admin.ServerConnection.post
(ServerConnection.java:78)
        at com.google.appengine.tools.admin.AppVersionUpload.send
(AppVersionUpload.java:345)
        at
com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
(AppVersionUpload.java:159)
        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:68)
        at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:49)
        at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
(AppEngineBridgeImpl.java:271)
        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:55)

What's the meaning of 100 URLMap entries here?

I tested it through my web.xml and found  the actual max amount of
<servlet-mapping>  I could use was 40 (too small for my application),
not 100.

Is there anyone here know this issure?

Thank You

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to