[appengine-java] Re: Server Error : Deployment Failed

2011-08-21 Thread Nichole
you can get notifications for the issue at: http://code.google.com/p/googleappengine/issues/detail?id=5474 On Aug 20, 12:10 am, steveb steve.buikhui...@gmail.com wrote: and me On Aug 20, 3:13 pm, BoulderGae sc...@scmlabs.com wrote: Me Too! On Aug 19, 10:34 pm, culov

Re: [appengine-java] Re: Server Error : Deployment Failed

2011-08-21 Thread JT
No issue here.deployed fine. On Aug 21, 2011 4:00 AM, Nichole nichole.k...@gmail.com wrote: you can get notifications for the issue at: http://code.google.com/p/googleappengine/issues/detail?id=5474 On Aug 20, 12:10 am, steveb steve.buikhui...@gmail.com wrote: and me On Aug 20, 3:13 pm,

[appengine-java] Mail API calls - Quota

2011-08-21 Thread realdope
Hi, According to http://code.google.com/appengine/docs/quotas.html#Billable_Quotas_and_Fixed_Quotas, Resource Free Default Quota Billing Enabled Default Quota Daily Limit Maximum Rate Daily Limit Maximum Rate Mail API Calls 7,000 calls 32 calls/minute 1,700,000 calls 4,900 calls/minute

[appengine-java] Session beans (JSF2, xhtml) do not work

2011-08-21 Thread aprendiz
I have a serious problem. I am developing an online store with JSF2, and I have to implement a shopping cart, but the GAE's documentation indicates: JSP session beans are not supported, to enable parsing, add % @ page isElIgnored = false % to your JSP and % @ tag isElIgnored = false % to tag your

[appengine-java] Appsstats for cronjob

2011-08-21 Thread Sydney
I configured my web.xml to enable appstats for my cron job. My cron job is handled by a servlet at the URL /cron/myjob and execute once an hour. When I access the appstats admin interface. I can see stats about /appstats URLs but not about /cron. I was expecting appstats to record events

Re: [google-appengine] Building index for on entity taking over 8 hours?

2011-08-21 Thread Robert Kluin
Hi Mike, Sometimes index building gets really backed up and slow. I think there are several issues related to this, such as requests for better status info. If you've given an index enough time to build (at least 6 to 8 hours) and it still says building, it may be stuck. You can file a

Re: [google-appengine] High-performance, high-precision sharded counters in the HRD

2011-08-21 Thread Robert Kluin
Hey Jeff, If I remember correctly, I've used the memcache incr function without issue at maybe a couple hundred ops / second. I've got some processing that is quite similar to what you're describing, I periodically see keys get in a sort of stuck state for brief time -- maybe 30 seconds to a

[google-appengine] Re: GAE data store benchmark

2011-08-21 Thread Bruce Aloe
Hey Robert, Thanks for your reply! My system can basically query the data from a model stored in GAE and do join among the models in GAE as well. I want to increase the amount of data up to different levels (e.g 1k, 10k, 100k, 1m, etc) stored in the models and see how my system performance will

Re: [google-appengine] High-performance, high-precision sharded counters in the HRD

2011-08-21 Thread Stephen
On Sun, Aug 21, 2011 at 12:49 AM, Jeff Schnitzer j...@infohazard.org wrote: Just to add a few bits of complexity that I didn't mention the first time:  * The UI must display the # of units left If you're selling up to 1000/s is this a meaningful number? By the time the user has read the

Re: [google-appengine] Pending queue in the scheduler.

2011-08-21 Thread Wendel
The website has always at least one instance up because of the regular visitors. The problem is a design issue in the scheduler, a request that causes a new process to be started, is placed on hold till the new instance becomes available. This can take up to 8 seconds or more, although, based

[google-appengine] Re: full text search and/or external search services

2011-08-21 Thread Adam Sah
we use SOLR on linode, and it's worked well for us (fast, cheap, scalable, ...) and avoids vendor downtime and lockin, while giving you complete control/flexibility over indexing. that said, if I were starting over, I'd probably try indextank and then graduate to self-hosted SOLR when I needed

Re: [google-appengine] Re: GAE data store benchmark

2011-08-21 Thread Robert Kluin
Hey Bruce, I don't really know of or have any general examples. One solution I've used in the past is to manually generate a user's worth of realistic data by using an app. I then wrote a simple process to analize that data then randomly generate data with similar patterns -- relationships,

[google-appengine] Re: SMS verification issues

2011-08-21 Thread Michael
Until now nobody replied. On the other side I now successfully created an app using a friends mobile phone number. Playing around with it... But I doubt I will follow this path much further. I am really surprised how Google handles this (or better - doesn't). What use does such a hosting option

RE: [google-appengine] Re: full text search and/or external search services

2011-08-21 Thread Brandon Wirtz
Google Custom Search on a Paid Plan = Awesome. Google Search Engine Appliance either using their hardware or the software version on your own, both work well. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Adam Sah Sent: Sunday, August 21,

Re: [google-appengine] Should Google deprecate Master/Slave data store option?

2011-08-21 Thread Mike Lawrence
For the one week off of Master/Slave and on HR: - up-time has been 100% - max response time has improved... down from 22+ seconds to about 2-6 seconds. - Average response time is still sub-second for the week.

[google-appengine] DELETE Query

2011-08-21 Thread Bruno Sandivilli
Hi, how can i delete all entities in datastore using the data viewer? If i cant, how can i achieve this? 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

[google-appengine] Re: Upload errors

2011-08-21 Thread Andrew
I'm getting the same error. htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body text=#00 bgcolor=#ff h1Error: Server Error/h1 h2The server encountered an error and could not complete your request.pIf the problem persists, please A

Re: [google-appengine] Re: SDK 1.5.3 - deployment fails with the message Found interface com.google.appengine.tools.admin.Application, but class was expected.

2011-08-21 Thread Martin Dvorak
Thanks! :) -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/_7jQ8A4UuWcJ. To post to this group, send email to google-appengine@googlegroups.com. To

[google-appengine] Search Feature

2011-08-21 Thread mattkrae34
Any word on when the search functionality demoed at the Google IO conference this year will be releasing. I believe they mentioned at least a test release this summer at IO. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Firewall blocks new goog.appengine.Channel(token);

2011-08-21 Thread Mike Wesner
Our customers also generally block talkgadget . It would be best if a channel API endpoint existed on appspot.com, or better yet through our actual appids so that we can give the customer a single domain for which they can allow. They would be able to block everyone else's channel endpoints but

[google-appengine] Re: Firewall blocks new goog.appengine.Channel(token);

2011-08-21 Thread Mike Wesner
Our customers also generally block talkgadget . It would be best if a channel API endpoint existed on appspot.com, or better yet through our actual appids so that we can give the customer a single domain for which they can allow. They would be able to block everyone else's channel endpoints but

[google-appengine] How to upload an attachment to Google sites.

2011-08-21 Thread project gcourse
Hi. I want to upload an attachment to my Google sites with a Java HttpServlet. The object that I want to upload is an InputStream class object. Google sites API supports a method that receive in input an object of the class File, but in the app engine I can't use the OutputStream in order to

[google-appengine] Sign up problem

2011-08-21 Thread zbg090194
Hello, I have a problem with my phone number. I wanted to create an account to App Engine, and had to write phone number to receive messages that activation code account. But I got the message and tried to enter the number several times. Now only can create account with this number because I tried

[google-appengine] Re: SDK Upgrade 1.5.2: --datastore_path ignored?

2011-08-21 Thread dop
Very nice move, Google team, very nice... Keeping developers busy with really exciting stuff (unlike the actual developing), eh? Joking aside, I was able to see the old data with the --default- partition option, but because I run django-nonrel it's a bit tricky to add this option support to every

[google-appengine] Session beans do not work.

2011-08-21 Thread sinkope
I have a serious problem. I am developing an online store with JSF2, and I have to implement a shopping cart, but the GAE's documentation indicates: JSP session beans are not supported, to enable parsing, add % @ page isElIgnored = false % to your JSP and % @ tag isElIgnored = false % to tag your

Re: [google-appengine] DELETE Query

2011-08-21 Thread Robert Kluin
Hi Bruno, GQL is a read-only query language. No inserts, updates, or deletes. There is, however, an included Datastore Admin which will allow you to delete all entities of a given Kind: http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html Robert On Sun, Aug 21,

Re: [google-appengine] Re: Team member Google+ profiles

2011-08-21 Thread Wesley C (Google)
mine is https://plus.google.com/102108625619739868700/posts cheers, -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Core Python Programming, Prentice Hall, (c)2007,2001 Python Fundamentals, Prentice Hall, (c)2009 http://corepython.com wesley.chun : wesc+api at google.com

Re: [google-appengine] Sign up problem

2011-08-21 Thread Robert Kluin
Fill out the SMS issues form: http://code.google.com/appengine/kb/sms.html#error On Sat, Aug 20, 2011 at 17:39, zbg090194 zbg090...@gmail.com wrote: Hello, I have a problem with my phone number. I wanted to create an account to App Engine, and had to write phone number to receive