[appengine-java] com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Set failed to set 1 keys: [...@1669ea1

2010-12-02 Thread sagar misal
Till yesterday my application was performing well with more number of users than today but today suddenly it started raising this exception com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Set failed to set 1 keys: [...@1669ea1 Can you please guide me what i need to do to

[appengine-java] Re: data in xml format from data store

2010-12-02 Thread pac
That’s great then Stephen, appreciated the feedback. Thanks. On Dec 2, 1:44 am, Stephen Johnson onepagewo...@gmail.com wrote: I believe Ikai's statement The 30 second limit is imposed on the time it takes the servlet to finish. is confirming what I said. On Wed, Dec 1, 2010 at 5:52 PM, pac

[appengine-java] Re: How to deserialize a LIST using GSON ?

2010-12-02 Thread Valter Henrique
Hi, i found my solution here : http://stackoverflow.com/questions/4318458/how-to-deserialize-a-list-using-gson-or-another-json-to-java What you think about it ? Is a good choice ? Thanks by your answer. Best regards, Valter Henrique. On 1 dez, 18:25, Didier Durand durand.did...@gmail.com

[appengine-java] Re: How to deserialize a LIST using GSON ?

2010-12-02 Thread Didier Durand
Gson is a good solution for what you want to do. I tought that you wanted to serialize your object in the Java sense, i.e as byte[]. This is more efficient if you move from Java to Java. For example, if your client is Android. There is then no need to go through intermediate Json translations.

[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support. Is logout working properly? The warning seems to be removed from the docs. Daniel On Nov 30, 12:38 pm, AmaltasCoder agarwalmegh...@gmail.com wrote: I am

[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
PAPE seems to be unsupported: http://code.google.com/intl/ja/appengine/articles/openid.html#uf On Dec 2, 4:00 pm, dflorey daniel.flo...@gmail.com wrote: Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support.

[appengine-java] process large file in BlobStore?

2010-12-02 Thread Toby
Hi, I am trying to figure out how to programatically process a file from the BlobStore. It is a CSV file of about 100MB. I read that the limit is 1MB but I have seen in Pyton that it can be read partially (they call it BlobReader). Is this a feature currently not available in Java? Or is there a

[appengine-java] Re: process large file in BlobStore?

2010-12-02 Thread Didier Durand
Hi, you have to distinguish between a Blob stored in Datastore whose limit is 1 Mbyte and a blob stored in the blobstore whose limit is 2 Gbytes For the blob in the blobstore you access it by chunks via the api: see the byte range in

[appengine-java] Custom Domain Name - Server not found

2010-12-02 Thread Metin Döşlü
Still have the same problem. Do anybody has a solution or explanation? http://groups.google.com/group/google-appengine-java/browse_thread/thread/7541a94c0d5895b7 -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group,

Re: [appengine-java] 1.4 eclipse plugin

2010-12-02 Thread Guillaume Laforge
I don't see any Java API in the javadocs about the Channel API. Is it normal?? On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com wrote: Actually, one can download the SDK here at least: http://code.google.com/p/googleappengine/downloads/list On Thu, Dec 2, 2010 at 21:50,

Re: [appengine-java] 1.4 eclipse plugin

2010-12-02 Thread Ikai Lan (Google)
The docs aren't live yet. They'll be live later in the day. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge

Re: [appengine-java] 1.4 eclipse plugin

2010-12-02 Thread Ikai Lan (Google)
They're still rolling out: http://code.google.com/appengine/docs/java/channel/ If you see an error, wait a bit and refresh. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter:

[appengine-java] jsessionid not present anymore

2010-12-02 Thread Ioan
Hello to all, I develop my application since about 5 months and everything looked ok till two days ago. I've noticed that suddenly I do not have jsessionid cookie anymore in the responses from the server. This is strange since in the last days i did not uploaded any version of my application and

Re: [appengine-java] jsessionid not present anymore

2010-12-02 Thread Stephen Johnson
My session cookies are working. Have you verified you still have: sessions-enabledtrue/sessions-enabled in your appengine-web.xml file. Steve On Thu, Dec 2, 2010 at 3:00 PM, Ioan trivia4...@yahoo.com wrote: Hello to all, I develop my application since about 5 months and everything looked

[appengine-java] URLFetch weirdness

2010-12-02 Thread hector
Have you guys noticed any weirdness with URLFetch today? One of my appspots is getting intermittent IOException through the URLFetchService. Most of the time it fails, once in a while it goes through. I've verified the target web service and it is up (and has been up). -- You received this

[appengine-java] Announcing free online GWT/GAE mini-book

2010-12-02 Thread marius.andreiana
Hi everyone, I'm glad to announce a free, online GWT 2.1 GAE mini-book. It's available at http://code.google.com/p/gwt-gae-book The book aims to introduce engineers on how to professionally develop applications using Google Web Toolkit and App Engine by developing a full real application step

[appengine-java] Re: 1.4 eclipse plugin

2010-12-02 Thread emerix
Great release! Are there some libraries/docs for GWT and the Channel API ? On Dec 2, 10:17 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: They're still rolling out: http://code.google.com/appengine/docs/java/channel/ If you see an error, wait a bit and refresh. -- Ikai Lan

[appengine-java] Old Tasks stopped working -- http://gae/api/appversion/cloneblobs?... return HTTP 500!

2010-12-02 Thread Dom Derrien
Hi, I've an application heavily relying on tasks and sooner this afternoon, the tasks stopped to be scheduled as normal. No error reported, just them having disappeared. Thinking it might be a side-effect of the deprecation of the API from the labs, I updated my environment for 1.4.0, upgraded

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-02 Thread Ikai Lan (Google)
Dance dance robot is a bit older and the API may have changed slightly (not sure, I have not done a visual check), but it's a good example of how to use JSNI with the Channel API: http://code.google.com/p/dance-dance-robot/ -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger:

[appengine-java] Tic Tac Toe not there

2010-12-02 Thread Thomas Wiradikusuma
I just read 1.4.0 release announcement, congrats to GAE team! Btw the sample project doesn't seem to exist http://code.google.com/p/java-channel-tac-toe/ -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

[appengine-java] Re: Old Tasks stopped working -- http://gae/api/appversion/cloneblobs?... return HTTP 500!

2010-12-02 Thread Dom Derrien
Before posting my message here, I looked at various sources to see if someone else was experiencing the same issue... After 20 minutes of successives retries, being afraid to be really stuck, I decided to post my message. And guess what: 5-10mn later my update finally passes through!!! Hurray :D

[appengine-java] Any idea on channel api without javascript?

2010-12-02 Thread Benjamin
Hi there, I am currently using GAE as our game's server, we are not using javascript as the frontend, but channel api is quite a useful stuff for us. Is there any way we can use the channel api without javascript? -- You received this message because you are subscribed to the Google Groups