About the 100 URLMap entries limit

7 views
Skip to first unread message

Jarod Zhu

unread,
Jun 19, 2009, 2:27:18 AM6/19/09
to Google App Engine
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
Reply all
Reply to author
Forward
0 new messages