Re: [google-appengine] App previously running fine started throwing NoClassDefFoundError

2011-03-25 Thread Christopher Hilla
Can you attach a log or stack trace where this error occurs?

--Chris

On Fri, Mar 25, 2011 at 3:07 AM, radomir radomi...@gmail.com wrote:

 Hi,

 For one of my apps that was running fine yesterday GAE started
 throwing NoClassDefFoundError about few hours ago and the app is
 totally broken now! I've tried switching to older version, deploying a
 new version but it didn't help.

 Google, please help! The app is on HR and has enabled billing. (I
 already filled billing issue sending app id.)

 Anyone else seeing this issue?

 Thanks.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Error: Server Error

2011-03-23 Thread Christopher Hilla
I'm getting the same thing. Deploys were giving me trouble and now the
app is up and down. Seems intermittent.

Keep an eye on http://code.google.com/status/appengine
--Chris

On Mar 23, 2:27 am, Jay Herrick jay.herr...@branditty.com wrote:
 I'm getting this when I log into appengine.google.com or if I try to use the
 appcfg.sh tool:

 Error: Server ErrorThe server encountered an error and could not complete
 your request.

 If the problem persists, please 
 reporthttp://code.google.com/appengine/community.htmlyour problem and 
 mention this error message and the query that caused it.

 My app is still running, I just can't administer it.

 -Jay

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] queue.xml does not validate against .xsd

2011-03-17 Thread Christopher Hilla
I found adding the total-storage-limit element without newlines resolved
this issue for me. For example:

queue-entries
  total-storage-limit50M/total-storage-limit
  queue
   ...


may resolve your issue.

Hope that helps,
--Chris

On Tue, Mar 15, 2011 at 8:43 AM, Brian Lim brian.lim...@gmail.com wrote:

 This is the error upon deployment:

 An internal error occurred during: Deploying ResponderDs to Google.
 XML error validating /home/brian/javawork/ResponderDs/war/WEB-INF/queue.xml
 against
 /home/brian/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111810/appengine-java-sdk-1.4.2/docs/queue.xsd

 !-- queue.xml --
 queue-entries
   total-storage-limit
 50M
   /total-storage-limit
   queue
 namedefault/name
 rate100/s/rate
 bucket-size10/bucket-size
 max-concurrent-requests15/max-concurrent-requests
 retry-parameters
   task-retry-limit4/task-retry-limit
   task-age-limit5m/task-age-limit
   min-backoff-seconds10/min-backoff-seconds
   max-backoff-seconds20/max-backoff-seconds
 /retry-parameters
   /queue
 /queue-entries

 My question is: where is the documentation that says what is wrong with
 this queue configuration?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.