[google-appengine] Re: ImagesService.getServingUrl returning old image with Google Cloud Storage

2012-09-17 Thread Tim
The image url is: https://lh3.ggpht.com/gpsljr0tsbBZM8g1GhV3KnTe4I5veZpIux0jJGSqbpJA_pSEWACtHpNbguEoqWpzTuTDTae1LgG05AAeZybBog The GCS name is: gs://86010.mypanel.eu/projects/372001.jpg I currently use the ID of the datastore object for the GCS name, everytime I upload a new image using this sam

Re: [google-appengine] Re: ImagesService.getServingUrl returning old image with Google Cloud Storage

2012-09-17 Thread Nickolas Daskalou
I can confirm we also have (or at least had) this issue. In the end we bit the bullet and created timestamped copies of any file we updated in Google Cloud Storage, then used the serving URL of the timestamped version. If I can find the URLs I'll send them through. Nick On 17 September 2012 18

Re: [google-appengine] Avanced sort expressions in Search feature (Java)

2012-09-17 Thread Jordi Planadecursach Soler
Hello, Thanks for your answers. I'll take the precomputing solution as it is more flexible. I tried both in dev server and work correctly. Let's see in prod. Thanks, Jordi. On Mon, Sep 17, 2012 at 5:57 AM, Amy Unruh wrote: > > On 12 September 2012 23:57, Jason wrote: > >> In order to do it i

[google-appengine] Re: Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-09-17 Thread Arne S
I have added a request to reintroduce this functionality http://code.google.com/p/googleappengine/issues/detail?id=8139 On Friday, August 31, 2012 11:49:57 PM UTC+2, Bommelmutze wrote: > > Does Google new provide any similar Library or API? > Actually it seems to be very hard to convert PDFs wi

[google-appengine] Re: What are the costs of SSL on a custom domain?

2012-09-17 Thread Jon Stevens
Hi Peter, Please be the 31st person to star this issue: http://code.google.com/p/googleappengine/issues/detail?id=7932 For now, consider using CloudFlare. While they haven't been 100% reliable (neither has AppEngine for that matter), they do offer great pricing and overall I'm happy enough wit

[google-appengine] Re: Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-09-17 Thread Jon Stevens
I'll come up with something in October as I need this functionality. Basically, you just need a simple nodejs (or whatever) wrapper around imagemagick/ghostscript. I'll probably make it super simple to deploy a service to heroku. jon On Friday, August 31, 2012 2:49:57 PM UTC-7, Bommelmutze wr

[google-appengine] Re: datastore admin not working?

2012-09-17 Thread Bill Strathearn
As a workaround, if you disable Datastore Admin, then re-enable, you should be able to use it. On Friday, September 14, 2012 9:36:55 AM UTC-7, sebastián serrano wrote: > > Hi, > Is anybody else also getting: "Datastore Admin is loading and will be > ready momentarily." accesing the datastore a

[google-appengine] Re: datastore admin not working?

2012-09-17 Thread William H. Strathearn
I am now. I'm not quite sure how long 'momentarily' is supposed to be. I've been trying about 30 minutes. On Friday, September 14, 2012 9:36:55 AM UTC-7, sebastián serrano wrote: > > Hi, > Is anybody else also getting: "Datastore Admin is loading and will be > ready momentarily." accesing the

Re: [google-appengine] Re: Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-09-17 Thread Andrius A
Hi All, I am thinking to create a webservice for this as I have much of experience converting various file formats. How much would you be willing to pay per file conversion? per batch? Regards, Andrius On 17 September 2012 21:52, Jon Stevens wrote: > I'll come up with something in October as I

Re: [google-appengine] Re: Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-09-17 Thread Jon Stevens
I thought about making something that is worth charging for, but I think the market is too small. Thus, I think that this should be free. It should just be some simple webservice that people can deploy to heroku on a free tier app. It shouldn't be that hard to develop and if we all work together on

Re: [google-appengine] Re: Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-09-17 Thread Andrius A
Just using imagemagick and ffmepg is easy, but it is not perfect in real life. It will fail occasionally with various PDF versions or different codecs, will leak memory or consume resources. To make this work requires a lot of effort and using proprietary applications so it's not really viably to m

Re: [google-appengine] Re: App deployment stuck and then failed with "version not ready"

2012-09-17 Thread Jason Collins
We are also seeing deployment problems today "*Server Error (500)*" app id www-vendasta, HR datastore. On Friday, 14 September 2012 19:25:26 UTC-6, gks wrote: > > I am still experiencing the same deployment issue in my app. I don't think > it's fully fixed. My app IDs are: aos-prod-1, aos-prod-2

Re: [google-appengine] Re: App deployment stuck and then failed with "version not ready"

2012-09-17 Thread Christina Ilvento
Hi Jason, Can you send us a specific time for your last failed deployment? Thanks, Christina On Mon, Sep 17, 2012 at 2:41 PM, Jason Collins wrote: > We are also seeing deployment problems today "*Server Error (500)*" app > id www-vendasta, HR datastore. > > > On Friday, 14 September 2012 19:25

Re: [google-appengine] Re: java.util.ConcurrentModificationException on committing a transaction with only task queue entries

2012-09-17 Thread David Hardwick
We can say unequivocally that under high load, if you have a transaction around a task enqueue without any database calls, you will get the ConcurrentModificationException error. This is how the Pipeline library is setup for FINALIZE_JOB. If you need to implement this pattern, then I would crea

[google-appengine] SSL VIP pricing changed to $39/mo

2012-09-17 Thread Jeff Schnitzer
Haven't seen it mentioned on this list yet, just saw this: http://googleappengine.blogspot.com/2012/09/announcing-new-pricing-for-virtual-ip.html Definitely an improvement. Thanks, Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: App deployment stuck and then failed with "version not ready"

2012-09-17 Thread vivpuri
Deployments are failing of us too for the past 2 hours. Succeeded only once in the past 2 hours. Please fix it at the earliest. On Tuesday, September 18, 2012 3:39:22 AM UTC+5:30, Christina Ilvento wrote: > > Hi Jason, > > Can you send us a specific time for your last failed deployment? > > >

Re: [google-appengine] Re: App deployment stuck and then failed with "version not ready"

2012-09-17 Thread Christina Ilvento
Hi, It's generally helpful if you can provide an application-ID and the time of your most recent failed deployment for these types of issues. Are you still having the problem now? Thanks, Christina On Mon, Sep 17, 2012 at 11:09 PM, vivpuri wrote: > Deployments are failing of us too for the pa

[google-appengine] help me !I use java when I take String cast to Text then has some wrong

2012-09-17 Thread IVE
I USE STRUT2 IN THE gae ,and when the action accepted the String ,then I cast to Text and I will stored in the database,but after cast to Text and print the variable ,it become "< Text .> " cast once it add more "< text> "then become "< text< text>...>" I get from the database, it al

[google-appengine] Run time error occurred while running the project

2012-09-17 Thread sai
Usage: [options] Options: --help, -h Show this help message and exit. --server=SERVERThe server to use to determine the latest -s SERVER SDK version. --address=ADDRESS The address of the interface on the local machine -a ADDRESS

[google-appengine] Why do I get: NoClassDefFoundError: .../enhancer/Enhance during compile when "Use Datanucleus JDO/ JPA..." is checked.

2012-09-17 Thread Hima
I'm getting below when "Use Datanucleus JDO/ JPA to access the datastore" option is checked. Tried adding appengine-tools-api.jar directly to the class-path and also under web-inf\lib. Appreciate any thoughts! java.lang.NoClassDefFoundError: com/google/appengine/tools/enhancer/Enhance Caused b