[appengine-java] Re: GAE down? Response Error 500

2009-09-04 Thread Cliff Hill
Still unable to do datastore gets. Well, for about 3 hours yesterday, it
worked, and then it stopped. And it is still stopped as of this morning. Any
chance that I'll be able to use my datastore code sometime in the near
future? My app really kinda relies on the datastore to, well, work.

On Thu, Sep 3, 2009 at 5:34 AM, Traveler1980 jshar...@gmail.com wrote:


 Datastore GET error rate is still 100%.  Any ETA on when this will be
 resolved?

 Regards,
 JS

 On Sep 3, 3:41 am, Hani Naguib haninag...@gmail.com wrote:
  I am also getting many error 500 pages.
  This is happening since the issue I mentioned here:
 http://groups.google.com/group/google-appengine-java/browse_thread/th...
 



-- 
I'm not responcabel fer my computer's spleling errnors - Xlorep DarkHelm
Website: http://darkhelm.org

--~--~-~--~~~---~--~~
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: Logging Levels....

2009-08-24 Thread Cliff Hill
I'm getting the impression I'm missing something ridiculously simple here.
The logging levels I see access to (which show up in the log interface in
the GAE dashboard) are:

java.util.logger.Level.INFO -- Info
java.util.logger.Level.WARNING -- Warning
java.util.logger.Level.SEVERE -- Error

But there also seems to be something for:

Debug = 
Critical = 

Of particular interest to me is the Debug level, as I'd love to be able to
use it if possible when I'm wanting debugging output on an app engine file,
however I'm kinda stuck here. I've looked, and it appears these are levels
in the Log4J system for apache, but if there is a way to have those other
additional levels without using Log4J, I'd like to know.

On Sat, Aug 22, 2009 at 1:12 PM, Xlorep DarkHelm ch...@darkhelm.org wrote:


 I'm in search of a way to get the non-standard (that is, not java
 logging) levels which are apparently used in GAE/J. Like fatal, and
 debug (specifically, I'd like to use the debug level). I'm having a
 heck of a time doing this... do I need to make my own Level class
 derived from the java base one, and make my own debug and fatal levels?
 



-- 
I'm not responcabel fer my computer's spleling errnors - Xlorep DarkHelm
Website: http://darkhelm.org

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