Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-20 Thread Vik
and there is no data as well getting stored.

The call gets lost after FileService fileService =
FileServiceFactory.getFileService();


Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Mon, Mar 19, 2012 at 10:59 PM, Stuart Langley slang...@google.comwrote:

 I don't see any errors


 On Tue, Mar 20, 2012 at 4:46 PM, Vik vik@gmail.com wrote:

 Sorry may be i lost in the different branches.

 Though results are same. I just double checked it.

 and attaching that file again which is now at server as well.




 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 10:29 PM, Stuart Langley slang...@google.comwrote:

 what's this at line 485?

 }catch(Exception e){
 e.printStackTrace();
  log.severe(Exception in finally of execute of getGoogleDoc);
 log.severe(Exception class is : +
e.getClass().getName());
 log.severe(Exception is : + e.getMessage());
 throw new Exception(e.getMessage() +  Issue while reading
 document from google docs);


 On Tue, Mar 20, 2012 at 3:15 PM, Vik vik@gmail.com wrote:

 Hie Stuart

 I removed the catch block and i still do not see stack trace at all.
  Log still shows only java.io.exception.
 Please advise


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 7:00 PM, Jean-François Geyelin 
 jfgeye...@gmail.com wrote:

 For what it's worth, right now the database is not working:


 http://code.google.com/status/​​​appengine/detail/datastore/​​​2012/03/19#ae-trust-detail-​​​datastore-put-error_ratehttp://code.google.com/status/appengine/detail/datastore/2012/03/19#ae-trust-detail-datastore-put-error_rate


 On Tuesday, March 20, 2012 2:06:36 AM UTC+1, Stuart Langley wrote:

 Is this it?

  2012-03-17 16:08:46.653


 vik.sakshum.sakshumweb.server.**​​​common.CommonServiceCode 
 createCertificate: Exception class is :java.io.IOException



 On Tue, Mar 20, 2012 at 12:02 PM, Vik vik@gmail.com wrote:

 Hie

 It is:  sakshumweb20

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 6:00 PM, Stuart Langley slang...@google.com
  wrote:

 what's the app id?


 On Tue, Mar 20, 2012 at 11:58 AM, Vik vik@gmail.com wrote:

 Hie

 I updated the post again. I dont see a stack trace at all.  just a
 java.io.exception.

 See at http://stackoverflow.com/**qu​​​estions/9755670/storing-**
 data​-​​to-google-cloud-storage-**usi​ng​-​gae-for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java

 Please advise, we are blocked on this now


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 6:04 PM, Stuart Langley 
 slang...@google.com wrote:

 What do you think is a bug? When using the dev server all of the
 APIs are simulated on the local machine.

 For the null ptr you need to post the stack trace and/or a repro.


 On Mon, Mar 19, 2012 at 12:02 PM, Vik vik@gmail.com wrote:

  yes i saw that though I do not see the possible solution for it?

 Is it a bug in google app engine or cloud storage apis?


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 2:40 PM, Stuart Langley 
 slang...@google.com wrote:

 I responded to your question in SO


 On Sunday, 18 March 2012 16:45:38 UTC+11, vikceo wrote:

 Hie

 Can someone help on  http://stackoverflow.com/**quest**
 ​​​ions/9755670/storing-**data-​to-**​g​oogle-cloud-storage-**
 usin​g-**ga​e-​for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java
 please?

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org

  --
 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/**ms​​​g/google-appengine-java/-/**
 rL​6​n​AxmHFbkJhttps://groups.google.com/d/msg/google-appengine-java/-/rL6nAxmHFbkJ
 .

 To post to this group, send email to google-appengine-java@**
 googlegr​​​oups.com google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+**unsubscr​​​i...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at http://groups.google.com/
 **group​​​/google-appengine-java?**hl=enhttp://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@**
 googlegr​​​oups.com google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-20 Thread Stuart Langley
No doubt - you don't set an object name and most likely you don't own the
bucket called blood and no doubt your catching and swallowing the
exception somewhere else in the code

On Tue, Mar 20, 2012 at 5:04 PM, Vik vik@gmail.com wrote:

 and there is no data as well getting stored.

 The call gets lost after FileService fileService =
 FileServiceFactory.getFileService();


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 10:59 PM, Stuart Langley slang...@google.comwrote:

 I don't see any errors


 On Tue, Mar 20, 2012 at 4:46 PM, Vik vik@gmail.com wrote:

 Sorry may be i lost in the different branches.

 Though results are same. I just double checked it.

 and attaching that file again which is now at server as well.




 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 10:29 PM, Stuart Langley slang...@google.comwrote:

 what's this at line 485?

 }catch(Exception e){
 e.printStackTrace();
  log.severe(Exception in finally of execute of getGoogleDoc);
 log.severe(Exception class is : +
e.getClass().getName());
 log.severe(Exception is : + e.getMessage());
 throw new Exception(e.getMessage() +  Issue while reading
 document from google docs);


 On Tue, Mar 20, 2012 at 3:15 PM, Vik vik@gmail.com wrote:

 Hie Stuart

 I removed the catch block and i still do not see stack trace at all.
  Log still shows only java.io.exception.
 Please advise


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 7:00 PM, Jean-François Geyelin 
 jfgeye...@gmail.com wrote:

 For what it's worth, right now the database is not working:


 http://code.google.com/status/​​​appengine/detail/datastore/​​​2012/03/19#ae-trust-detail-​​​datastore-put-error_ratehttp://code.google.com/status/appengine/detail/datastore/2012/03/19#ae-trust-detail-datastore-put-error_rate


 On Tuesday, March 20, 2012 2:06:36 AM UTC+1, Stuart Langley wrote:

 Is this it?

  2012-03-17 16:08:46.653

 vik.sakshum.sakshumweb.server.**​​​common.CommonServiceCode 
 createCertificate: Exception class is :java.io.IOException



 On Tue, Mar 20, 2012 at 12:02 PM, Vik vik@gmail.com wrote:

 Hie

 It is:  sakshumweb20

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 6:00 PM, Stuart Langley 
 slang...@google.com wrote:

 what's the app id?


 On Tue, Mar 20, 2012 at 11:58 AM, Vik vik@gmail.com wrote:

 Hie

 I updated the post again. I dont see a stack trace at all.  just
 a java.io.exception.

 See at http://stackoverflow.com/**qu​​​estions/9755670/storing-**
 data​-​​to-google-cloud-storage-**usi​ng​-​gae-for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java

 Please advise, we are blocked on this now


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 6:04 PM, Stuart Langley 
 slang...@google.com wrote:

 What do you think is a bug? When using the dev server all of the
 APIs are simulated on the local machine.

 For the null ptr you need to post the stack trace and/or a repro.


 On Mon, Mar 19, 2012 at 12:02 PM, Vik vik@gmail.com wrote:

  yes i saw that though I do not see the possible solution for
 it?

 Is it a bug in google app engine or cloud storage apis?


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 2:40 PM, Stuart Langley 
 slang...@google.com wrote:

 I responded to your question in SO


 On Sunday, 18 March 2012 16:45:38 UTC+11, vikceo wrote:

 Hie

 Can someone help on  http://stackoverflow.com/**quest**
 ​​​ions/9755670/storing-**data-​to-**​g​oogle-cloud-storage-*
 *usin​g-**ga​e-​for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java
 please?

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org

  --
 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/**ms​​​g/google-appengine-java/-/*
 *rL​6​n​AxmHFbkJhttps://groups.google.com/d/msg/google-appengine-java/-/rL6nAxmHFbkJ
 .

 To post to this group, send email to google-appengine-java@**
 googlegr​​​oups.com google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+**unsubscr​​​i...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/**group​​​/google-appengine-java?**
 hl=enhttp://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 

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-20 Thread Vik
i gave u both the files which are calling this code.

I have created that bucked blood so i should only own it.

and above all how to find if that is the case? I am not really eating up
the exception anywhere

Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org


On Mon, Mar 19, 2012 at 11:08 PM, Stuart Langley slang...@google.comwrote:

 No doubt - you don't set an object name and most likely you don't own the
 bucket called blood and no doubt your catching and swallowing the
 exception somewhere else in the code


 On Tue, Mar 20, 2012 at 5:04 PM, Vik vik@gmail.com wrote:

 and there is no data as well getting stored.

 The call gets lost after FileService fileService =
 FileServiceFactory.​getFileService();


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 10:59 PM, Stuart Langley slang...@google.comwrote:

 I don't see any errors


 On Tue, Mar 20, 2012 at 4:46 PM, Vik vik@gmail.com wrote:

 Sorry may be i lost in the different branches.

 Though results are same. I just double checked it.

 and attaching that file again which is now at server as well.




 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 10:29 PM, Stuart Langley 
 slang...@google.comwrote:

 what's this at line 485?

 }catch(Exception e){
 e.printStackTrace();
  log.severe(Exception in finally of execute of getGoogleDoc);
 log.severe(Exception class is : +
e.getClass().getName());
 log.severe(Exception is : + e.getMessage());
 throw new Exception(e.getMessage() +  Issue while reading
 document from google docs);


 On Tue, Mar 20, 2012 at 3:15 PM, Vik vik@gmail.com wrote:

 Hie Stuart

 I removed the catch block and i still do not see stack trace at all.
  Log still shows only java.io.exception.
 Please advise


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 7:00 PM, Jean-François Geyelin 
 jfgeye...@gmail.com wrote:

 For what it's worth, right now the database is not working:


 http://code.google.com/status/appengine/detail/datastore/2012/03/19#ae-trust-detail-datastore-put-error_ratehttp://code.google.com/status/appengine/detail/datastore/2012/03/19#ae-trust-detail-datastore-put-error_rate


 On Tuesday, March 20, 2012 2:06:36 AM UTC+1, Stuart Langley wrote:

 Is this it?

  2012-03-17 16:08:46.653


 vik.sakshum.sakshumweb.server.**common.CommonServiceCode 
 createCertificate: Exception class is :java.io.IOException



 On Tue, Mar 20, 2012 at 12:02 PM, Vik vik@gmail.com wrote:

 Hie

 It is:  sakshumweb20

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Mon, Mar 19, 2012 at 6:00 PM, Stuart Langley 
 slang...@google.com wrote:

 what's the app id?


 On Tue, Mar 20, 2012 at 11:58 AM, Vik vik@gmail.com wrote:

 Hie

 I updated the post again. I dont see a stack trace at all.  just
 a java.io.exception.

 See at http://stackoverflow.com/**questions/9755670/storing-
 **dat​a​-​​to-google-cloud-storage-**u​si​ng​-​gae-for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java

 Please advise, we are blocked on this now


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 6:04 PM, Stuart Langley 
 slang...@google.com wrote:

 What do you think is a bug? When using the dev server all of
 the APIs are simulated on the local machine.

 For the null ptr you need to post the stack trace and/or a
 repro.


 On Mon, Mar 19, 2012 at 12:02 PM, Vik vik@gmail.comwrote:

  yes i saw that though I do not see the possible solution for
 it?

 Is it a bug in google app engine or cloud storage apis?


 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org


 On Sun, Mar 18, 2012 at 2:40 PM, Stuart Langley 
 slang...@google.com wrote:

 I responded to your question in SO


 On Sunday, 18 March 2012 16:45:38 UTC+11, vikceo wrote:

 Hie

 Can someone help on  http://stackoverflow.com/**quest**
 ions/9755670/storing-**data-​​to-**
 ​g​oogle-cloud-storage-**usin​​g-**ga​e-​for-javahttp://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java
 please?

 Thankx and Regards

 Vik
 Founder
 http://www.sakshum.org
 http://blog.sakshum.org

  --
 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/-/**r​L​6​n​AxmHFbkJhttps://groups.google.com/d/msg/google-appengine-java/-/rL6nAxmHFbkJ
 .

 To post to this group, send email to google-appengine-java@**
 googlegroups.com google-appengine-java@googlegroups.com
 .
 To unsubscribe from this group, send email to
 

Re: [appengine-java] Re: Google App Engine blobstore uploader and Google storage

2012-03-20 Thread doright
Hi Christian,

I came across this same problem too.  However the next gotcha is that, as 
far as I can see, these same fields are then translated into Parameters 
when forwarded to your own servlet that you specify via the 
createUploadUrl.  i.e. you need to send as hidden fields from your form, 
but then parse for parameters in your servlet that you arrive at after the 
blobstore created is made.  The nasty bit, as you say, is that it works 
completely differently in DEV.



On Sunday, March 18, 2012 1:42:16 PM UTC+1, Christian Goudreau wrote:

 I resolved my problem. 

 The problem is simple: using blobstore.createUploadUrl doesn't always work 
 in production while it's working in development. There's no symptoms, but a 
 cryptic error 500 and it is why you didn't understood my problem, there's 
 nothing more to say about it. Before using createUploadUrl, my upload was 
 working, but well, I couldn't upload large files.

 After some time of trying to resolve this, I jumped on a post where the 
 guy was sending malformed httprequest (missing space, etc.) and started to 
 wonder if mine were well formed, which is weird since I'm sending a form. 
 Then I remembered that I added URL Parameters! And those where the ones 
 that was causing my request to not being forwarded to my upload servlet 
 correctly!

 Conclusion: don't use url parameters with createUploadUrl! - I ddn't 
 tryed to add the url parameters inside the createUploadUrl, maybe it would 
 have worked.

 I used hidden fields instead which I think is a better solution than 
 adding parameters into the url anyway.

 Cheers,

 On Sun, Mar 18, 2012 at 5:08 AM, Stuart Langley slang...@google.comwrote:

 I read your post a few times but I'm struggling to understand what it is 
 you're trying to say - can you make it a little clearer what your symptoms 
 are and what you've tried to do to fix it?

 Thanks


 On Sunday, 18 March 2012 04:16:45 UTC+11, Christian Goudreau wrote:

 Hi folks,

 I'm hitting a blocker issue in one of our projects where my files 
 doesn't get uploaded to Google storage when I use the blobstore generated 
 upload handler, while my files get uploaded to Google storage when I don't 
 use the blobstore generated upload handlers. This is important to use 
 because we need to store files the goes between 100 and 200mo, which 
 doesn't work without the blobstore generated upload handler.

 And this is weird, because it's working locally and it's not when I 
 publish to app engine...

 My GAE version is 1.6.3 on my local environment.

 -- 
 Christian Goudreau
 www.arcbees.com

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




 -- 
 Christian Goudreau
 www.arcbees.com



-- 
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/-/FZDqCYDme2AJ.
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] Re: Slow cold starts

2012-03-20 Thread doright
I would like to add my voice to this expression of concern that Google is 
not delivering on its promises.

I have been running a GAEJ Saas since the end of 2009.  On Friday I had my 
first discussion with a paying client of mine who now has serious doubts 
that my application will be able to support his business, given the 
performance he's seen in the last few weeks, notably the big delays seen on 
Friday.  I was checking the system status that day and it said anomaly 
across all languages and investigating Peformance was truly terrible with 
errors, huge latencies and lots of loading requests.  I was keen to see 
what the official investigation would turn up, but incredulous to see that 
its now just marked as a tick for that day!  To me this is a serious breach 
of trust.  It smells of cover up.

I have a paid app, and have been experimenting for a while now with 
fine-tuning, min instances, max instances, pending latencies etc. I am now 
experimenting with warm-up requests but even that is not very evident, and 
I have yet to have it working. Documentation is definitely lacking in this 
crucial area.

From what I read on these forums lately I see a huge amount of concern from 
the community and a deafening silence from Google.  Is this really the 
thanks we get for being early adopters and trusting Google to deliver on 
their promises?  Don't get me wrong I've been very impressed with GAE and 
the rate at which features are being rolled out, however this cannot be at 
the expense of stability and performance.  I really fear I might now lose 
everything that I've built up over the last 18 months because my client 
trust is being eroded by all of these problems.  I can't even blame Google 
coz they haven't even put out a statement.

Googlers, how do I raise this to a production issue?  Its make or break now 
for my application.



On Saturday, March 10, 2012 9:23:29 AM UTC+1, andrew wrote:

 Yes. More votes for a Google response on this.

 Anyone with a premium account and better support want to take up the cause 
 on all our behalf?

 Submit a defect report we can all star?
 Please post link to it here



-- 
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/-/6HX2lHpopPYJ.
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.



[appengine-java] Re: Average memory - what does it mean?

2012-03-20 Thread doright
I would like to know exactly the same thing, its just not clear from the 
documentation what relevance the memory limits on instance types has.


On Monday, January 9, 2012 4:58:29 PM UTC+1, Nirmallya wrote:

 What does the average memory represent? We have an application in Java 
 and we have not seen the average memory go down. We figured it is the 
 sum of instance memory (sessions and other objects)  memcache. We 
 hardly use the httpsession (eg user preferences, user object; nothing 
 else) and now we have introduced memcache cleanall as well. Even after 
 memcache clean up there is no reduction in the average memory, the 
 memcache size does go down. 

 Furthermore, as time progresses the avg memory rises. We are not sure 
 if this automatically bumps up the frontend instance to F2 from our 
 default F1. We would like to know how exactly the average memory is 
 calculated. When does it reduce? What triggers the reduction? Any help 
 will be appreciated. 


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



[appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
It's giving me a runtime error that I don't understand:

Caused by: java.lang.NoSuchMethodError: 
com.google.appengine.api.datastore.DatastoreService.beginTransaction


has this been deprecated in some way?  Why no compile error?


Can anyone help me understand what's going on?  Many thanks if you can..

-- 
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/-/oHO1F-dykXkJ.
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.



[appengine-java] Presentation: Developing WordPong.com on Google App Engine

2012-03-20 Thread Mike Lawrence
Presenting this slide deck at DevNexus 2012 this week:
http://goo.gl/RspSm

It details my experiences developing
http://WordPong.com, a web-based social game, on GAE.

Mike Lawrence

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



Re: [appengine-java] Re: Slow cold starts

2012-03-20 Thread Matthew Jaggard
I noticed that nearly all the non-tick days on the status pages say
investigating, even going back over a year!
On Mar 20, 2012 7:21 AM, doright doug.stodd...@gmail.com wrote:

 I would like to add my voice to this expression of concern that Google is
 not delivering on its promises.

 I have been running a GAEJ Saas since the end of 2009.  On Friday I had my
 first discussion with a paying client of mine who now has serious doubts
 that my application will be able to support his business, given the
 performance he's seen in the last few weeks, notably the big delays seen on
 Friday.  I was checking the system status that day and it said anomaly
 across all languages and investigating Peformance was truly terrible with
 errors, huge latencies and lots of loading requests.  I was keen to see
 what the official investigation would turn up, but incredulous to see that
 its now just marked as a tick for that day!  To me this is a serious breach
 of trust.  It smells of cover up.

 I have a paid app, and have been experimenting for a while now with
 fine-tuning, min instances, max instances, pending latencies etc. I am now
 experimenting with warm-up requests but even that is not very evident, and
 I have yet to have it working. Documentation is definitely lacking in this
 crucial area.

 From what I read on these forums lately I see a huge amount of concern
 from the community and a deafening silence from Google.  Is this really the
 thanks we get for being early adopters and trusting Google to deliver on
 their promises?  Don't get me wrong I've been very impressed with GAE and
 the rate at which features are being rolled out, however this cannot be at
 the expense of stability and performance.  I really fear I might now lose
 everything that I've built up over the last 18 months because my client
 trust is being eroded by all of these problems.  I can't even blame Google
 coz they haven't even put out a statement.

 Googlers, how do I raise this to a production issue?  Its make or break
 now for my application.



 On Saturday, March 10, 2012 9:23:29 AM UTC+1, andrew wrote:

 Yes. More votes for a Google response on this.

 Anyone with a premium account and better support want to take up the
 cause on all our behalf?

 Submit a defect report we can all star?
 Please post link to it here

  --
 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/-/6HX2lHpopPYJ.
 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.



Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread Matthew Jaggard
This is nearly always caused by pre-compiled code being used. Empty your
caches and do a clean build.
On Mar 20, 2012 11:08 AM, doright doug.stodd...@gmail.com wrote:

 It's giving me a runtime error that I don't understand:

 Caused by: java.lang.NoSuchMethodError:
 com.google.appengine.api.datastore.DatastoreService.beginTransaction


 has this been deprecated in some way?  Why no compile error?


 Can anyone help me understand what's going on?  Many thanks if you can..

 --
 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/-/oHO1F-dykXkJ.
 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.



[appengine-java] Re: Google app engine problem

2012-03-20 Thread vega
i had this problem too brought me near to a heart atack that nothing i 
did changed anything, cause i thought it would be more likly that i´m 
making a very stupid mistake.

let your code run locally on the dev server, before you upload it. that 
solved this problem for me (run as... in eclipse)

-- 
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/-/XjKQy1RY8poJ.
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] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
thanks for the reply Matthew, 

it is indeed some sort of build problem, coz I deployed to GAE and it 
works.  But I always do a clean build and still get the problem on dev. 
 What do you mean by empty your caches?  I thought clean build did that - 
clearly not.

cheers 
Doug

On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:

 This is nearly always caused by pre-compiled code being used. Empty your 
 caches and do a clean build. 
 On Mar 20, 2012 11:08 AM, doright  wrote:

 It's giving me a runtime error that I don't understand:

 Caused by: java.lang.NoSuchMethodError: 
 com.google.appengine.api.datastore.DatastoreService.beginTransaction


 has this been deprecated in some way?  Why no compile error?


 Can anyone help me understand what's going on?  Many thanks if you can..

 -- 
 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/-/oHO1F-dykXkJ.
 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
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.



[appengine-java] Re: Presentation: Developing WordPong.com on Google App Engine

2012-03-20 Thread doright
good stuff. Particularly interested in your performance section. Nice to 
hear some GAE good news right now in the midst of all these recent GAE 
performance / instance startup problems.

I'm currently struggling with getting my warmup requests to work.  I 
thought I'd followed the (limited) docs to the letter, but they don't seem 
to be getting called.  Do they just call the get method of the servlet I 
specify? I'm running GAEJ 



On Tuesday, March 20, 2012 12:35:03 PM UTC+1, Mike Lawrence wrote:

 Presenting this slide deck at DevNexus 2012 this week:
 http://goo.gl/RspSm

 It details my experiences developing
 http://WordPong.com, a web-based social game, on GAE.

 Mike Lawrence



-- 
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/-/ANjwwzj-QqwJ.
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] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread Matthew Jaggard
On Netbeans, I occasionally have to empty .netbeans/var/cache but that's
generally for IDE related issues (such as auto-completion not working) I've
never had a problem when I explicitly select Clean then Build or Clean
Build (which in Netbeans does the same ant tasks).


On Mar 20, 2012 2:36 PM, doright doug.stodd...@gmail.com wrote:

 thanks for the reply Matthew,

 it is indeed some sort of build problem, coz I deployed to GAE and it
 works.  But I always do a clean build and still get the problem on dev.
  What do you mean by empty your caches?  I thought clean build did that -
 clearly not.

 cheers
 Doug

 On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:

 This is nearly always caused by pre-compiled code being used. Empty your
 caches and do a clean build.
 On Mar 20, 2012 11:08 AM, doright  wrote:

 It's giving me a runtime error that I don't understand:

 Caused by: java.lang.NoSuchMethodError: com.google.appengine.api.**
 datastore.DatastoreService.**beginTransaction


 has this been deprecated in some way?  Why no compile error?


 Can anyone help me understand what's going on?  Many thanks if you can..

 --
 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/-/**oHO1F-dykXkJhttps://groups.google.com/d/msg/google-appengine-java/-/oHO1F-dykXkJ
 .
 To post to this group, send email to google-appengine-java@**
 googlegroups.com google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to google-appengine-java+**
 unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=enhttp://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 view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
 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.



Re: [appengine-java] migrating to SDK 1.6.3 from 1.5.3

2012-03-20 Thread doright
thanks, (I'm on eclipse)

actually I found I had an out of date data nucleus library in my WEB-INF 
directory after updating:
http://stackoverflow.com/questions/8595485/fubar-after-update-to-gae-java-sdk-1-6-0-1-6-1-persistencemanager-singleton/9791666#9791666



On Tuesday, March 20, 2012 8:16:58 PM UTC+1, Matthew Jaggard wrote:

 On Netbeans, I occasionally have to empty .netbeans/var/cache but that's 
 generally for IDE related issues (such as auto-completion not working) I've 
 never had a problem when I explicitly select Clean then Build or Clean 
 Build (which in Netbeans does the same ant tasks).


 On Mar 20, 2012 2:36 PM, doright wrote:

 thanks for the reply Matthew, 

 it is indeed some sort of build problem, coz I deployed to GAE and it 
 works.  But I always do a clean build and still get the problem on dev. 
  What do you mean by empty your caches?  I thought clean build did that - 
 clearly not.

 cheers 
 Doug

 On Tuesday, March 20, 2012 1:51:19 PM UTC+1, Matthew Jaggard wrote:

 This is nearly always caused by pre-compiled code being used. Empty your 
 caches and do a clean build. 
 On Mar 20, 2012 11:08 AM, doright  wrote:

 It's giving me a runtime error that I don't understand:

 Caused by: java.lang.NoSuchMethodError: com.google.appengine.api.**
 datastore.DatastoreService.**beginTransaction


 has this been deprecated in some way?  Why no compile error?


 Can anyone help me understand what's going on?  Many thanks if you can..

 -- 
 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/-/**oHO1F-dykXkJhttps://groups.google.com/d/msg/google-appengine-java/-/oHO1F-dykXkJ
 .
 To post to this group, send email to google-appengine-java@**
 googlegroups.com google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to google-appengine-java+**
 unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at http://groups.google.com/**
 group/google-appengine-java?**hl=enhttp://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 view this discussion on the web visit 
 https://groups.google.com/d/msg/google-appengine-java/-/9KfboKjZKmQJ.
 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/tG4-A6FG5JQJ.
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.