Hello,

I'm in my first days of experimenting with Google App Engine and am
getting an error when I try to deploy using the eclipse plugin.  My
initial deploy went smoothly a couple of days ago, and several updates
as well, but trying to redeploy now, I see the console output indicate
some sort of connection issue develops:

.
.
.
Deploying new version.
Will check again in 1 seconds.
Will check again in 2 seconds.
...(falls back to waiting twice as long until it gets to 128)...
Will check again in 128 seconds.
Rolling back the update.
javaj.lang.RuntimeException:  Version not ready.

the stack trace in the log has this:

Unable to update:
java.lang.RuntimeException: Version not ready.
    at com.google.appengine.tools.admin.AppVersionUpload.commit
(AppVersionUpload.java:361)
    at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:114)
    at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:56)
    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)

yet, my admin console log page indicates the update went ok (or at
least no problem is indicated).  Checking the url reveals the update
did not succeed.

Any help would be greatly appreciated!

Jed

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to