[google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Rmac
Of course I can't deploy right when I am having a production issue and need to get a new release out NOW... the timing for Google's periodic problems couldn't have happened at a worse time. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] Index problem with GAE for Java

2010-11-09 Thread Rmac
Thanks Jeff... here you go... The string query supplied to the Query: select from myPackage.HospitalData where Version == '1' order by Hospital_Name asc The GAE response: no matching index found.. datastore-index kind=HospitalData ancestor=false source=manual property name=Version

[google-appengine] Re: Index problem with GAE for Java

2010-11-09 Thread Rmac
Nope, that throws a different error: Identifier expected at character 1 in * On Nov 9, 10:43 am, Jeff Schwartz jefftschwa...@gmail.com wrote: Try: select * from HospitalData where Version = '1' order by Hospital_Name asc Jeff On Tue, Nov 9, 2010 at 11:16 AM, Rmac rony...@gmail.com wrote

[google-appengine] Re: Index problem with GAE for Java

2010-11-09 Thread Rmac
by it. Jeff On Tue, Nov 9, 2010 at 2:30 PM, Rmac rony...@gmail.com wrote: Nope, that throws a different error:  Identifier expected at character 1 in * On Nov 9, 10:43 am, Jeff Schwartz jefftschwa...@gmail.com wrote: Try: select * from HospitalData where Version = '1' order

[google-appengine] Index problem with GAE for Java

2010-11-08 Thread Rmac
Hi, I am struggling with getting a query to work that has a simple equality condition on one property in the where clause and one sort by on another property. GAE responds with a no matching index found error along with the index entries to put in the datastore-indexes.xml file. I put those

[google-appengine] Re: Problems with the logging system?

2009-05-26 Thread Rmac
I just set up my app deployment today so I am not experienced with the Java app engine, but I also cannot see any logger.info() messages either. If you get it working, I'd like to know how you did it. On May 25, 5:31 am, Marcelo Alcantara mar...@gmail.com wrote: Do you mean in the class? I

[google-appengine] Re: Problems with the logging system?

2009-05-26 Thread Rmac
on Python, maybe you need ask to this group:http://groups.google.com/group/google-appengine-java 2009/5/27 Rmac rony...@gmail.com Yes, I have done all that was indicated in the documentation. Are you saying you have successfully used Java logging and seen output on GAE's console