[appengine-java] Re: Cannot Deploy - backend null. java.lang.RuntimeException: Version not ready.

2012-03-01 Thread Asaf
Same here the last 24 hours I can't deploy, someone need to fix this thing fast On Feb 29, 11:40 pm, treguess tregu...@gmail.com wrote: Hi All, The problem started last night. Since then, I was not able to deploy. Deploy get stuck at 86%

Re: [appengine-java] Re: Deploy Hangs - Please help

2012-03-01 Thread Amir
Having the same issue, i've been trying for a full 24 hours now... tried incrementing version, no luck. Google has a huge opportunity in taking the lead on cloud computing, but this is failure. We haven't released our app yet, i can only imagine how disastrous this kind of an outage could be

[appengine-java] Unable to deploy java web app

2012-03-01 Thread Prabu Uthirapathi
When I try to deploy the application in eclipse, It stays there at 86% and says verifying availability of front end. -- 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

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread dilbert
Not sure what you mean by make your .svn directories writable. I develop on linux and all the .svn folders have rwx for the user under which I develop. The development server runs as the same user. Should I make the adjustments for group and others? What about the subfolders inside the .svn

[appengine-java] malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hi, i just downloaded the Java GAE SDK 1.6.3 and my Anti virus program (Microsoft Essentials) tells me, it detected Malware in the zip file?! Exploit:Java/CVE-2008-5353.WX Allegedly it would be here: appengine-java-sdk-1.6.3.zip.crdownload -

[appengine-java] Re: malware detected in 1.6.3 java sdk?

2012-03-01 Thread Sven Busse
Hm, downloading it a second time did not bring up a warning. -- 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/-/mi2YtIdmkgIJ. To post to

[appengine-java] Thread question

2012-03-01 Thread Aswath Satrasala
Hello, In Appengine, after a request is served by a Thread, is there any configuration to automatically discard the ThreadLocal data of the Thread. I want to ensure that every request coming does not have the ThreadLocal data that may have been stored by an earlier request. Regards -Aswath --

[appengine-java] Re: Thread question

2012-03-01 Thread Aswath Satrasala
I am already resetting the ThreadLocal variables to null in the first filter in the web.xml. But, wanted to find out, if any other configuration is available. Regards -Aswath On Thu, Mar 1, 2012 at 5:16 PM, Aswath Satrasala aswath.satras...@gmail.com wrote: Hello, In Appengine, after a

[appengine-java] send channel message per page

2012-03-01 Thread Luke
is there any technique to send out only channel message if user is viewing particular ajax page? what technique do you folks use to check whether user is viewing particular ajax page? because it would be waste of bandwidth to send out all channel messages to all users (example 10,000) users if

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread Rick Mangi
Dilbert, see my reply on the ticket. Max - that comment about svn being writable is nonsense. I wish you guys would talk to your own support engineers. I tried that solution with my premier support contact and it doesn't even make sense. svn directories are always writable. This is a bug, it's

Re: [appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread Jeff Schnitzer
Time to migrate to Git! :-) Jeff On Thu, Mar 1, 2012 at 9:25 AM, Rick Mangi r...@broadcastr.com wrote: Dilbert, see my reply on the ticket. Max - that comment about svn being writable is nonsense. I wish you guys would talk to your own support engineers. I tried that solution with my

[appengine-java] Objectify + RequestFactory: Server Error: No class with kind '__Stat_Kind_IsRootEntity__' was registered

2012-03-01 Thread Alexander Orlov
Locally the code works fine, but on GAE this code (RF callback): *@Override* *public void onFailure(ServerFailure error) {* *Core.log(error.getMessage());* *Core.log(Error: + error);* *}* ...delivers this message to the Chrome

Re: [appengine-java] Re: Deploy Hangs - Please help

2012-03-01 Thread Jonathan Chen
On Thursday, 1 March 2012 19:57:55 UTC+13, Amir wrote: Having the same issue, i've been trying for a full 24 hours now... tried incrementing version, no luck. They've finally fixed it. It now works for me. -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] Re: Deploy Hangs - Please help

2012-03-01 Thread Amir
Yeah we noticed it was fixed at 12:12AM last night. I wish they'd give an explanation for what happened, and why it won't happen again. We've got a lot riding on GAE. On Thursday, March 1, 2012 9:53:06 AM UTC-8, Jonathan Chen wrote: On Thursday, 1 March 2012 19:57:55 UTC+13, Amir wrote:

[appengine-java] Re: gae.parent-encoded-pk or how to combine gae.parent-pk and gae.encoded-pk?

2012-03-01 Thread Niklas Lönn
I have found a solution for creating owned relationships within an entity group, and still be portable, the best part, you dont need to manually handle key and parentKey. Check out my blog post at: http://blog.wp.weightpoint.se/2012/03/01/portable-owned-jdo-relations-appengine/ On Tuesday,

[appengine-java] Enhancing class issue using GAEJ+Spring+JPA+Cloud SQL

2012-03-01 Thread Vasu
Hi All, I am developing an application using GAE+Java+Spring+JPA+Google CLoud SQL. When i retrieve the data from Database i'm getting the below error. *org.datanucleus.exceptions.NucleusUserException: Found Meta-Data for class CLASS-NAME but this class is not enhanced!! Please enhance the class

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread dilbert
Thanks Rick for the valuable information. I do not like the idea of mixing jars from different versions just for svn's sake. For now I'll remove GAE SDK from svn and handle things manually which is a real pain. Hope they fix this issue soon. On Thursday, March 1, 2012 3:25:39 PM UTC+1, Rick

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread Jonathan Chen
On Friday, 2 March 2012 08:24:40 UTC+13, dilbert wrote: Thanks Rick for the valuable information. I do not like the idea of mixing jars from different versions just for svn's sake. For now I'll remove GAE SDK from svn and handle things manually which is a real pain. Hope they fix this

Re: [appengine-java] Re: Deploy Hangs - Please help

2012-03-01 Thread Jonathan Chen
On Friday, 2 March 2012 06:55:46 UTC+13, Amir wrote: Yeah we noticed it was fixed at 12:12AM last night. I wish they'd give an explanation for what happened, and why it won't happen again. We've got a lot riding on GAE. Yeah, same here. The status pages didn't even register any issue

Re: [appengine-java] Enhancing class issue using GAEJ+Spring+JPA+Cloud SQL

2012-03-01 Thread Paul Ford
I got the same error and resolved it. I have to dig up my old code tonight and research will let you know On Thu, Mar 1, 2012 at 5:18 AM, Vasu srinivas.che...@gmail.com wrote: Hi All, I am developing an application using GAE+Java+Spring+JPA+Google CLoud SQL. When i retrieve the data from

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-03-01 Thread Rick Mangi
That's on our roadmap, but I'm waiting for Atlassian OnDemand to start supporting maven repos for artifact deployment. It's a good goal, but adding an SDK to subversion shouldn't cause it to break... On Mar 1, 2:34 pm, Jonathan Chen j...@chen.org.nz wrote: On Friday, 2 March 2012 08:24:40

[appengine-java] Re: publishing html files

2012-03-01 Thread Mike Lawrence
How about a public google doc? https://support.google.com/docs/bin/answer.py?hl=enanswer=184006 On Feb 26, 2:28 pm, Vik vik@gmail.com wrote: Hie I am generated html documents using a google text doc as template (reading it using gdata apis and then doing some text manipulation). Now, I

[appengine-java] Understanding id generation (local test environment)

2012-03-01 Thread Marcel Overdijk
Hi, I'm using Objectify to store data on Google App Engine. When creating new entities a entity is put without it's Long id filled. This causes App Engine to assign a generated key automatically. I would like to understand how this key generation works, and more specifically in the local test

[appengine-java] AWS, Signed Requests work locally but not when deployed to GAE

2012-03-01 Thread reston
Amazon WS (AWS) requires signed requests to access their Product Advertising API. I have a working application running locally using the Play! framework that sends a signed request using java.net.URL and receives a valid item lookup response, which basically can you tell whatever you might