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

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

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,

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,

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

[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

[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

[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

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

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:

[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

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

[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

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,

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