[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-12-16 Thread nnhobbit

I think for sure there's some sort of delay of deployment sometimes.
It does not always happen.

You don't have to deploy your app again, just have to wait long enough
(time frame unpredictable) for your new deployment instance get going.
Even though in the console says the app is deployed and running, it is
not.

This unpredictability of deployment is really some serious issue.

p.s. the version number is changed, it is set to default, and it's
definitely no cache.


On Oct 30, 10:58 am, dilbert  wrote:
> It is not about a change of version and it is not just about hitting
> F5.
>
> On Oct 30, 9:59 am, andrew  wrote:
>
> > As mentioned, IF you are changing version number you will need to set
> > latest as default. Check "versions" page in dashboard.
>
> > I have seen some slight delays after default is changed for switchover
> > to new version to occur. A minute maybe.
>
> > Also, on browser, while on your app page, hit Control F5 to force
> > refresh.

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-30 Thread dilbert
It is not about a change of version and it is not just about hitting
F5.

On Oct 30, 9:59 am, andrew  wrote:
> As mentioned, IF you are changing version number you will need to set
> latest as default. Check "versions" page in dashboard.
>
> I have seen some slight delays after default is changed for switchover
> to new version to occur. A minute maybe.
>
> Also, on browser, while on your app page, hit Control F5 to force
> refresh.

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-30 Thread andrew
As mentioned, IF you are changing version number you will need to set
latest as default. Check "versions" page in dashboard.

I have seen some slight delays after default is changed for switchover
to new version to occur. A minute maybe.

Also, on browser, while on your app page, hit Control F5 to force
refresh.

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-29 Thread dilbert
I have similar issues. Sometimes I have to deploy twice in order for
the changes to be visible on the production server. It is really
annoying since it takes a lot of time if the project is large. I'm
using Idea to deploy so maybe it is an Idea issue. What are You using
to deploy?

On Oct 29, 2:17 am, nnhobbit  wrote:
> Is version number change necessary? If I deploy it with the same
> version number, shouldn’t the old one simply be replaced?
>
> The page is not cached and I’m not behind any proxy. I’m now thinking
> it’s more likely there’s a zombie process running?
>
> On Oct 16, 10:12 am, Benjamin  wrote:
>
> > are you changing the version number? You'd need to go to the console
> > and change the version that's being served.
>
> > Maybe you're caching behind a proxy or viewing a cached version on
> > your end? try loading the url in a browser and hit F5
>
> > On Oct 15, 4:21 pm, nnhobbit  wrote:
>
> > > I deployed an app, in which an URL was originally serving simply a
> > > “hello”. Later I changed the content served from that URL to something
> > > else and deployed it again. However the new content did not show up
> > > and the page still showed the original “hello”.
>
> > > Another (possibly related) issue I'm experiencing is that an URL that
> > > was removed from my code remained accessible for about a day or so
> > > after the new code was deployed. (The issue could be either from the
> > > delayed deployment or some sort of cache?)
>
> > > p.s. everything is working as expected on devel environment.
> > > p.s. admin console shows successful deployment.
>
> > > Anyone encountered similar issues? Any suggestions?
>
> > > Thanks
>
>

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-28 Thread nnhobbit
Is version number change necessary? If I deploy it with the same
version number, shouldn’t the old one simply be replaced?

The page is not cached and I’m not behind any proxy. I’m now thinking
it’s more likely there’s a zombie process running?


On Oct 16, 10:12 am, Benjamin  wrote:
> are you changing the version number? You'd need to go to the console
> and change the version that's being served.
>
> Maybe you're caching behind a proxy or viewing a cached version on
> your end? try loading the url in a browser and hit F5
>
> On Oct 15, 4:21 pm, nnhobbit  wrote:
>
> > I deployed an app, in which an URL was originally serving simply a
> > “hello”. Later I changed the content served from that URL to something
> > else and deployed it again. However the new content did not show up
> > and the page still showed the original “hello”.
>
> > Another (possibly related) issue I'm experiencing is that an URL that
> > was removed from my code remained accessible for about a day or so
> > after the new code was deployed. (The issue could be either from the
> > delayed deployment or some sort of cache?)
>
> > p.s. everything is working as expected on devel environment.
> > p.s. admin console shows successful deployment.
>
> > Anyone encountered similar issues? Any suggestions?
>
> > Thanks
>
>

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-28 Thread nnhobbit
Is version number change necessary? If I deploy it with the same
version number, shouldn’t the old one simply be replaced?

The page is not cached and I’m not behind any proxy. I’m now thinking
it’s more likely there’s a zombie process running?


On Oct 16, 10:12 am, Benjamin  wrote:
> are you changing the version number? You'd need to go to the console
> and change the version that's being served.
>
> Maybe you're caching behind a proxy or viewing a cached version on
> your end? try loading the url in a browser and hit F5
>
> On Oct 15, 4:21 pm, nnhobbit  wrote:
>
> > I deployed an app, in which an URL was originally serving simply a
> > “hello”. Later I changed the content served from that URL to something
> > else and deployed it again. However the new content did not show up
> > and the page still showed the original “hello”.
>
> > Another (possibly related) issue I'm experiencing is that an URL that
> > was removed from my code remained accessible for about a day or so
> > after the new code was deployed. (The issue could be either from the
> > delayed deployment or some sort of cache?)
>
> > p.s. everything is working as expected on devel environment.
> > p.s. admin console shows successful deployment.
>
> > Anyone encountered similar issues? Any suggestions?
>
> > Thanks
>
>

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



[appengine-java] Re: Newly deployed app doesn’t se em always reflected on the server.

2010-10-16 Thread Benjamin
are you changing the version number? You'd need to go to the console
and change the version that's being served.

Maybe you're caching behind a proxy or viewing a cached version on
your end? try loading the url in a browser and hit F5



On Oct 15, 4:21 pm, nnhobbit  wrote:
> I deployed an app, in which an URL was originally serving simply a
> “hello”. Later I changed the content served from that URL to something
> else and deployed it again. However the new content did not show up
> and the page still showed the original “hello”.
>
> Another (possibly related) issue I'm experiencing is that an URL that
> was removed from my code remained accessible for about a day or so
> after the new code was deployed. (The issue could be either from the
> delayed deployment or some sort of cache?)
>
> p.s. everything is working as expected on devel environment.
> p.s. admin console shows successful deployment.
>
> Anyone encountered similar issues? Any suggestions?
>
> Thanks

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