[appengine-java] uploading a new version of my app doesnt affect the running system

2012-01-26 Thread vega
hi everyone

when i deploy changes to the server, the upload is working (Deployment 
completed successfully)
but when i open a page, i get the old version of my app, not the new. also 
when i use strg+f5.

the logs says for the first request after uploading the new version:

This request caused a new process to be started for your application, and thus 
caused your application code to be loaded for the first time. This request may 
thus take longer and use more CPU than a typical request for your application.

and no, ive not changed the version number of the app to 2.0 or something, that 
i would have to select it (where so ever) in the dashboard.

what to do?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/t2siFZU3SXoJ.
To post to this group, send email to google-appengine-java@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.



Re: [appengine-java] uploading a new version of my app doesnt affect the running system

2012-01-26 Thread Matthew Jaggard
Could you try changing the version? I think some people have seen issues
before if I remember correctly and they resolved it by changing the version
and then setting the new version as the default.

On 26 January 2012 10:29, vega _v...@vr-web.de wrote:

 hi everyone

 when i deploy changes to the server, the upload is working (Deployment
 completed successfully)
 but when i open a page, i get the old version of my app, not the new. also
 when i use strg+f5.

 the logs says for the first request after uploading the new version:

 This request caused a new process to be started for your application, and 
 thus caused your application code to be loaded for the first time. This 
 request may thus take longer and use more CPU than a typical request for your 
 application.

 and no, ive not changed the version number of the app to 2.0 or something, 
 that i would have to select it (where so ever) in the dashboard.

 what to do?

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/t2siFZU3SXoJ.
 To post to this group, send email to
 google-appengine-java@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.


-- 
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-java@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.