Hi, I just signed up for google app engine and installed the Eclipse
plugin. I did not add any other code to the default app and am able to
run the app in my local eclipse env without any problem.

I get error while deploying the app to google server

my app id is : twittermutuality

Here is console output when tried second time:
----------------------------
Compiling module test.Test
   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 C:\Workspaces\Personal\Test\war\test.
   Link succeeded
   Compilation succeeded -- 16.828s
Creating staging directory
Scanning for jsp files.
Scanning files on local disk.
Initiating update.
Cloning 32 static files.
Cloning 56 application files.
Uploading 0 files.
Initializing precompilation...
Deploying new version.
Will check again in 1 seconds
Will check again in 2 seconds
Will check again in 4 seconds
Will check again in 8 seconds
Will check again in 16 seconds
Will check again in 32 seconds
Will check again in 64 seconds
Will check again in 128 seconds
Rolling back the update.
java.lang.RuntimeException: Version not ready.


Below are the logs:
-----------------------
Unable to update:
java.lang.RuntimeException: Version not ready.
        at
com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:
466)
        at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
127)
        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)

Any help will be appreciated.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to