[appengine-java] Re: Discussion for Best Practices For App Engine With Example

2010-06-30 Thread James
Jake - Thanks for sharing that!  Are you using it successfully w/
GAE?  I'm having a problem using it w/ the dev appserver.  I'm not the
only one - http://code.google.com/p/projectlombok/issues/detail?id=112

I suspect it's just a config issue...  lombok should probably only be
in the buildpath, not also in the classpath.  I'm just not quite sure
how to make that happen in Eclipse w/ the devserver.

Separately, anyone trying lombok should be aware of this little quirk
- you need to import lombok.Getter and Setter individually rather than
importing lombok.*.

James



On Jun 29, 1:47 am, RAVINDER MAAN rsmaan...@gmail.com wrote:
 Hi Jake
    Thanks .I was not aware about this project .I watched introductory video
 and It seems great.Thanks .





 On Tue, Jun 29, 2010 at 3:48 AM, Jake jbrooko...@cast.org wrote:
  Hey all,

  I've seen a lot of posts like this that are overwhelmed with getters/
  setters.  I wonder why more people haven't started to use lombok?
 http://projectlombok.org/ It is, by far, the best tool I've found
  when programming Java.  I'm just wondering why it's not more commonly
  used.

  Jake

  On Jun 28, 5:02 pm, RAVINDER MAAN rsmaan...@gmail.com wrote:
   I have set up this project athttp://code.google.com/p/forumdiscussion/
   Please look at it and let me know if I need to change something.

   2010/6/28 Andrés Cerezo acerezoguil...@gmail.com

You can share source code with a svn from eclipse, look at
   http://www.youtube.com/watch?v=15jItreEX1Mit'shttp://www.youtube.com/watch?v=15jItreEX1Mit%27san
installation and
investigate about svn and google codes.

2010/6/28 RAVINDER MAAN rsmaan...@gmail.com

I am sorry for long post .But i just want to know about other peoples
  view
on this .In a way I just want to know what is the best way to
  implement this
specification.May be it can be example project for other people .
   I am new to GAE so i dont know where to put its code and how to
  discuss
it with other people.I am sorry for that can anyone suggest me the
  best way
to discuss it with other people and how to share code ?
Thanks .

 --
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-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
  google-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java 
  %252bunsubscr...@googlegroups.com

.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

 --
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-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
  google-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java 
  %252bunsubscr...@googlegroups.com

.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

   --
   Regards,
   Ravinder Singh Maan

  --
  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-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B 
  unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

 --
 Regards,
 Ravinder Singh Maan

-- 
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-j...@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: Disable Single Property Indexes

2010-06-30 Thread James
(Clarification - I'm ok w/ disabling both composite and single-prop
indexes, just wondering how)

On Jun 30, 10:40 am, James jamesk...@gmail.com wrote:
 Thanks Nick, that's good to know.

 Is there a way to disable (single property + composite) indexes:
 1 - Using JDO
 2 - By applying this to existing data (versus some sort of delete/
 recreate an entire Kind approach)

 James

 On Jun 30, 10:23 am, Nick Johnson (Google) nick.john...@google.com
 wrote:



  Hi James,

  It's not possible to disable just the single property indexing. If you
  exclude a property from being indexed, it won't be included in these
  indexes, but it won't be included in any composite indexes, either.

  -Nick Johnson

  On Wed, Jun 30, 2010 at 3:04 PM, James jamesk...@gmail.com wrote:
   Is there a way to disable the automatic single-propery indexes using
   JDO?  Can they be disabled on data that already exists, or would I
   need to create an entirely new Kind?

   --
   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-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

  --
  Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
  Registered in Dublin, Ireland, Registration Number: 368047
  Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
  368047

-- 
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-j...@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] OAuth signed request still redirects protected URLs to signin page

2010-06-30 Thread Derek Battams
I am now using OAuth for authentication to my app.  I've protected
some URLs in my web.xml with:

auth-constraint
  role-name*/role-name
/auth-constraint

However, a signed OAuth request to one of these URLs still replies
with a 302 redirect to the Google signin page for my app.  Is this
expected behaviour?  I'd expect that a signed OAuth request to these
protected URLs would be considered signed in and would therefore not
respond with a 302, but instead process the request.

I know the request is signed properly because I am able to get the
User via the OAuthService.getCurrentUser() call and log their email
address, etc.

Can I not use auth-constraints in my web.xml when using OAuth only?

Help appreciated,

Derek

-- 
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-j...@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.



Re: [appengine-java] Regarding Datastore

2010-06-30 Thread Ikai L (Google)
Yes, you can query using the low level API for a list of Keys, then call
delete with that List. I'll be expanding my blog post series about the
low-level API sometime soon.

On Fri, Jun 25, 2010 at 4:28 AM, MANISH DHIMAN manisd...@gmail.com wrote:

 Hi All
 I have the following queries.

 -- I inserted a new entity (but do not commit the transaction) into
 the data store and then count the total number of entities in the data
 store. There is no change in the count of entities from the previous
 one. I think for that particular transaction it should be incremented
 by one i.e. for a user that insert new record into table it should be
 visible to that user even when transaction is not committed.
  Sample code:
 DatastoreService datastoreService =
 DatastoreServiceFactory.getDatastoreService();
Transaction transaction =
 datastoreService.beginTransaction();
String employee = Employee;
Query query = new Query(employee);
PreparedQuery preparedQuery =
 datastoreService.prepare(query);
int totalEntities = preparedQuery.countEntities();
response.getWriter().print(Total Row in DataSource before
 insertion:  + totalEntities + br);
Key key = KeyFactory.createKey(employee, 99656994);
Entity entity = new Entity(employee, key);
entity.setProperty(Name, ABCD);
entity.setProperty(Village, ASDF);
entity.setProperty(Designation, Constable);
datastoreService.put(entity);
totalEntities = preparedQuery.countEntities();
response.getWriter().print(Total Row After Insertion :  +
 totalEntities + br);
preparedQuery = datastoreService.prepare(query);
response.getWriter().print(Total Row After Insertion after
 reInitilization:  + totalEntities + br);
transaction.commit();

 -- Is it possible to delete an entity from table using low level api
 without providing any Kay object(On the basis of filter other than
 Key).

 --I am not able to apply filter on Key of an entity.

 --

 --
 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-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-j...@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.



Re: [appengine-java] Re: Limiting the number of requests per IP each minute

2010-06-30 Thread Ikai L (Google)
Yes, I have used your technique in the past. For the key, however, I've used
this as the key:

(Pseudocode):

strftime(%Y %m %d %h) + ipaddress

Memcache uses LRU to expire elements, so once the hour passes, the key will
be quickly expired as it falls off the end of the list.

On Wed, Jun 30, 2010 at 8:50 AM, mscwd01 mscw...@gmail.com wrote:

 Thanks for replying.

 First question, how would sharding counters be useful for limiting
 people's requests?

 Secondly, the request cannot be interrupted by a captcha as the
 request wont be done in a browser and needs to be automatic - either
 it succeeds or fails.

 Any other ideas?

 More importantly, could the memcache idea I mentioned previously work
 well enough for this?

 On Jun 29, 5:34 am, Benjamin bsaut...@gmail.com wrote:
  It's funny, i can't think of a better way to stop the abuse but i can
  think of a 100 ways to abuse it. I hate getting stuck in one of those
  spy vs spy - measure vs counter measure situations so i'm sympathetic
  to the challenge.
 
  Maybe you could randomly redirect a user to one of those prove your
  human by entering these garbled looking words that only  a human can
  read tests. Like, one in every 100 clicks or so a user gets a random
  test they have to prove they are human before continuing on.
 
  Anyway, that's my 12:30 am $0.02. good luck.
 
  - Ben
 
  On Jun 28, 7:17 am, mscwd01 mscw...@gmail.com wrote:
 
 
 
   I assume my idea was the best anyone can come up with?
 
   On Jun 27, 10:27 am, mscwd01 mscw...@gmail.com wrote:
 
Hey,
 
I am developing an app which awards users for visiting a specific
link. However, I want to ensure this is not abused by people writing
scripts to visit the link rather than manually viewing it.
 
Is there a way to check how many times a specific IP address has
accessed your application within the last minute and deny access if
the visit count is higher than, say, 20.
 
I guess I could use the memcache to insert the users IP (if they have
not visited before), then on each subsequent visit check if the IP
exists and if so increment the visit count. However, will this work
 if
you have thousands of concurrent users?
 
Is there a better way?
 
Many thanks

 --
 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-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-j...@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: Limiting the number of requests per IP each minute

2010-06-30 Thread mscwd01
Thanks for confirming that Ikai. Just a quick question, why append the
IP address with time  date?

I assume it's to determine when the last time the given IP was
inserted into the memcache?

I.e.
Key = 2010,06,30,12 - 127.0.0.1

However, how would you perform a lookup for the key in the memcache
with IP == 127.0.0.1?

I would have inserted the raw IP as the key which points to some
object that encapsulates the time of last insertion; however, if
there's a better way please correct me ;)

On Jun 30, 8:38 pm, Ikai L (Google) ika...@google.com wrote:
 Yes, I have used your technique in the past. For the key, however, I've used
 this as the key:

 (Pseudocode):

 strftime(%Y %m %d %h) + ipaddress

 Memcache uses LRU to expire elements, so once the hour passes, the key will
 be quickly expired as it falls off the end of the list.





 On Wed, Jun 30, 2010 at 8:50 AM, mscwd01 mscw...@gmail.com wrote:
  Thanks for replying.

  First question, how would sharding counters be useful for limiting
  people's requests?

  Secondly, the request cannot be interrupted by a captcha as the
  request wont be done in a browser and needs to be automatic - either
  it succeeds or fails.

  Any other ideas?

  More importantly, could the memcache idea I mentioned previously work
  well enough for this?

  On Jun 29, 5:34 am, Benjamin bsaut...@gmail.com wrote:
   It's funny, i can't think of a better way to stop the abuse but i can
   think of a 100 ways to abuse it. I hate getting stuck in one of those
   spy vs spy - measure vs counter measure situations so i'm sympathetic
   to the challenge.

   Maybe you could randomly redirect a user to one of those prove your
   human by entering these garbled looking words that only  a human can
   read tests. Like, one in every 100 clicks or so a user gets a random
   test they have to prove they are human before continuing on.

   Anyway, that's my 12:30 am $0.02. good luck.

   - Ben

   On Jun 28, 7:17 am, mscwd01 mscw...@gmail.com wrote:

I assume my idea was the best anyone can come up with?

On Jun 27, 10:27 am, mscwd01 mscw...@gmail.com wrote:

 Hey,

 I am developing an app which awards users for visiting a specific
 link. However, I want to ensure this is not abused by people writing
 scripts to visit the link rather than manually viewing it.

 Is there a way to check how many times a specific IP address has
 accessed your application within the last minute and deny access if
 the visit count is higher than, say, 20.

 I guess I could use the memcache to insert the users IP (if they have
 not visited before), then on each subsequent visit check if the IP
 exists and if so increment the visit count. However, will this work
  if
 you have thousands of concurrent users?

 Is there a better way?

 Many thanks

  --
  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-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B 
  unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-j...@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: Any ETA for a backup/restore facility?

2010-06-30 Thread mscwd01
Thanks for replying Ikai. I assumed the Datastore dump and restore
facility on the roadmap was referring to an import/export tool - a
way for us to download the contents of the datastore for safekeeping
and restoring it if needs be?
Is this something different?

Lastly, I would consider an import/export tool to be extremely useful
if not critical to most applications, surely there has been some plans
to offer one?

On Jun 30, 7:57 pm, Ikai L (Google) ika...@google.com wrote:
 A web-based import/export tool is and was not ever on our roadmap:

 http://code.google.com/appengine/docs/roadmap.html

 The roadmap is not an all-inclusive list of features we plan to build, but
 rather, a list of features we have high confidence will ship in the upcoming
 6 month timeframe.

 You are absolutely welcome to build an open source web based import/export
 tool for App Engine. Once you have done this, submit a request and we will
 add it to the Open Source projects page:

 http://groups.google.com/group/google-appengine/web/google-app-engine...





 On Wed, Jun 30, 2010 at 8:51 AM, mscwd01 mscw...@gmail.com wrote:
  Can I attempt to get the attention of a Google employee to ask When
  can we expect an in-built web based import/export tool for the GAE?

  Thanks :P

  On Jun 30, 11:04 am, François Masurel fm2...@mably.com wrote:
   I dont think the bulkloader is really convenient for doing daily
   datastore backups of several gigabytes, and I'm not talking about
   exploding quotas.

   I would rather prefer some kind of snapshot mechanism on datastore
   side.

   François

   On 29 juin, 20:40, Matthew Blain matthew.bl...@google.com wrote:

The bulk loader does indeed provide backup and restore functionality
today. While the implementation is in Python it can talk to your Java
server and the entities are shared between Java and Python.

On Jun 28, 4:46 pm, mscwd01 mscw...@gmail.com wrote:

 Thanks for your replying guys, it would be great if we could get an
 official Google response to update us on this as well though!

 I'll definitely have a look at the Bulk Loader in the meantime...

 On Jun 28, 1:52 pm, Mike Dillon mikedillo...@gmail.com wrote:

  Mscwd01,

  I'm not a google employee, but I have had success backing up our
  datastore and then restoring our datastore with
  the bulkloader utility. Currently the bulkloader is in the python
  sdk,
  so all you need to do is download that and then
  youll be able to do backups and restore from those backups.  Check
  out
  the literature on the app engine, and try
  a couple searches to get your bearings.  Nick Johnson has commented
  or
  written every search result that comes
  back when I was researching this a couple of weeks back, and there
  is
  also an  I/O video on the bulkloader.

  Make sure you read some of the fine print, i.e. one caveat is that
  you
  must have had your datastore populated for
  at least 12 hours which is the amount of time it takes for the
  statistics info to be built. That what the bulkloader
  works off of to do its datastore dump.

  - Mike

  On Jun 28, 7:16 am, mscwd01 mscw...@gmail.com wrote:

   Hey Google Employees,

   There has been a backup/restore facility on the roadmap for a
  while
   now. Can you let us know if and when we may get an in-built tool
  that
   will allow us to easily save the contents of the datastore to our
   local machines and restore it if needs be?

   In the meantime, what is the preferred solution to backup/restore
  our
   Java based apps?

   Thanks

  --
  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-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B 
  unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-j...@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] SDK 1.3.5 released!

2010-06-30 Thread Ikai Lan
Hey everybody,

We've released the 1.3.5 SDK. Blog post here:

http://googleappengine.blogspot.com/2010/06/app-engine-sdk-135-released-with-new.html

The big announcements are the raising of the Task Queue rate, Python
precompilation, and new Blob features. You can get it from the downloads
page:

http://code.google.com/appengine/downloads.html

Release notes are below:

Java
---
- Ability to configure the Task Queue storage limit with the
total-storage-limit field in the queue.xml file.
- Task Queues now support up to 50 qps per queue, up from 50 qps per app.
- Developers can programmatically access Blobs with BlobstoreInputStream,
which provides an InputStream view of a blob in Blobstore.
- Bulkloader transform helpers for lists and hierarchical keys were added.
- remote_api_shell commands can be sent over HTTPS or HTTP.
- Admin Console logs now include information on request time latency.
- The datastore now supports both end cursors.
- Fixed an issue where requesting /appstats would not properly direct to
/appstats/.
- Fixed an issue with inconsistent URL mappings between the SDK and
production.
- http://code.google.com/p/googleappengine/issues/detail?id=2598


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-j...@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] BlobStore + Guice Servlets on Dev AppServer

2010-06-30 Thread Matt Mastracci
Hi all,

I'm running into an issue on the Dev AppServer where the redirect
after blob upload doesn't work. I get a 404 error from Jetty when the
upload completes, even though the URL is valid outside of the upload
request.

I believe this is because Guice handles all of the serving itself from
a GuiceFilter, not from servlet bindings. The same code works fine on
the production AppEngine.

Our web.xml file isn't much more than this:

filter
filter-nameguiceFilter/filter-name

filter-classcom.google.inject.servlet.GuiceFilter/filter-class
/filter

I believe that the Dev AppServer isn't correctly calling back through
the filter chain after the upload happens.

Thanks,
Matt.

-- 
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-j...@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] app upload issue

2010-06-30 Thread Vik
Hie

Can someone help me on how to resolve it? I understand what the error means
but dont know where to go to fix it


Initiating update.
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/create?app_id=sakshumweb20version=1;
409 Conflict
Another transaction by user vik.ceo is already in progress for this app and
major version. That user can undo the transaction with appcfg.py's
rollback command.

Thankx and Regards

Vik
Founder
www.sakshum.com
www.sakshum.blogspot.com

-- 
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-j...@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: String limit in JDO

2010-06-30 Thread Didier Durand
Hi,

why don't you use blobs ? 
http://code.google.com/appengine/docs/java/blobstore/overview.html

didier

On Jun 30, 6:59 pm, Developer cyber.antagon...@gmail.com wrote:
 Hi!

 I'm developing blog engine using JSP, servletts and JDO (thru GAE).
 And I've got a problem.

 For blog-posts I've developed persistance class Posts with some fields
 and with main String-field text for content of post. The problem is
 the max lenght of this field: I can't add blog-posts larger then max
 size of String. And of cource I cant add them then in datastore.

 Does anybody have any ideas how to fix it? Because if I don't solve
 this problem, I would get kind of micro-blog (like Twitter). And I
 want a normal blog enstead :)

 Thank you.

-- 
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-j...@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.



Re: [appengine-java] app upload issue

2010-06-30 Thread Don Schwarz
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Command_Line_Arguments

http://groups.google.com/group/google-appengine-java/browse_thread/thread/7beadad55307cca5

On Thu, Jul 1, 2010 at 2:47 AM, Vik vik@gmail.com wrote:

 Hie

 Can someone help me on how to resolve it? I understand what the error means
 but dont know where to go to fix it


 Initiating update.
 java.io.IOException: Error posting to URL:
 https://appengine.google.com/api/appversion/create?app_id=sakshumweb20version=1;
 409 Conflict
 Another transaction by user vik.ceo is already in progress for this app and
 major version. That user can undo the transaction with appcfg.py's
 rollback command.

 Thankx and Regards

 Vik
 Founder
 www.sakshum.com
 www.sakshum.blogspot.com

 --
 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-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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-j...@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] name LIKE '%abc%'

2010-06-30 Thread gaenoob
I would like to do this:

SELECT * FROM names WHERE name LIKE '%abc%'.

How to do that in GAE's datastore?

-- 
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-j...@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: BlobStore + Guice Servlets on Dev AppServer

2010-06-30 Thread Matt Mastracci
Hey all,

I managed to solve it by adding Guice into the FORWARD dispatch chain
as well. In dev mode, the blobstore service uses
RequestDispatcher.forward() rather than an HTTP request:

filter-mapping
filter-nameguiceFilter/filter-name
url-pattern/*/url-pattern
dispatcherREQUEST/dispatcher
/filter-mapping

filter-mapping
filter-nameguiceFilter/filter-name
url-pattern/*/url-pattern
dispatcherFORWARD/dispatcher
/filter-mapping



On Jun 30, 4:39 pm, Matt Mastracci matt...@mastracci.com wrote:
 Hi all,

 I'm running into an issue on the Dev AppServer where the redirect
 after blob upload doesn't work. I get a 404 error from Jetty when the
 upload completes, even though the URL is valid outside of the upload
 request.

 I believe this is because Guice handles all of the serving itself from
 a GuiceFilter, not from servlet bindings. The same code works fine on
 the production AppEngine.

 Our web.xml file isn't much more than this:

         filter
                 filter-nameguiceFilter/filter-name
                 
 filter-classcom.google.inject.servlet.GuiceFilter/filter-class
         /filter

 I believe that the Dev AppServer isn't correctly calling back through
 the filter chain after the upload happens.

 Thanks,
 Matt.

-- 
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-j...@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.



Re: [appengine-java] name LIKE '%abc%'

2010-06-30 Thread RAVINDER MAAN
Please check
http://groups.google.com/group/google-appengine-java/browse_thread/thread/56720b03aa0d76fd/be4a5b327dd4051c?hl=enlnk=gstq=like#be4a5b327dd4051c
-- 
Regards,
Ravinder Singh Maan

-- 
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-j...@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.



[google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times
Query.execute() with same parameters and same query on same data then
will it  return the same result list in same order or in different
order?
  Thanks in advance.

-- 
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-appeng...@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] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times
Query.execute() with same parameters and same query on same data then
will it  return the same result list in same order or in different
order?
  Thanks in advance.

-- 
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-appeng...@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] App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread Danny Tuppeny
When I get emails from the App Engine team, such as one today titled
Notification: Upcoming scheduled maintenance periods July 7th, 2010
and July 14th, 2010, it goes into my spam folder, and is marked with
the phishing notice:

Warning: This message may not be from the alleged person or
organisation. Beware of following any links in it or of providing the
sender with any personal information.  Learn more

This seems to happen a lot. I'll keep marking as not phishing, but I
suspect there is probably something amiss at your end for this to be
happening :-)

-- 
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-appeng...@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] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread djidjadji
All queries use an index to retrieve the objects.
If you don't delete or add objects you get the same result for the
exact same query.

2010/6/30 saggy basketballsa...@gmail.com:
 hi,am new to GAE can anybody tell me that if i perform 10 or 100 times
 Query.execute() with same parameters and same query on same data then
 will it  return the same result list in same order or in different
 order?
  Thanks in advance.

 --
 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-appeng...@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-appeng...@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] Re: asked to verify after switching from googlemail.com to gmail.com

2010-06-30 Thread Scott Cowan
I was recommended to go to this page

http://appengine.google.com/waitlist/sms_issues

http://appengine.google.com/waitlist/sms_issuesand they sorted it out in
under 24h

On Wed, Jun 9, 2010 at 8:54 AM, alan.richardson alan.j.richard...@gmail.com
 wrote:

 I have this problem.

 I want to create a new application, but can't, because I'm being asked
 to verify my account. Does anyone have a solution?

 Thanks,

 Alan

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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: App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread François Masurel
Yep, got it back from my spam folder, and it displays the same warning
message.

On 30 juin, 10:50, Danny Tuppeny da...@tuppeny.com wrote:
 When I get emails from the App Engine team, such as one today titled
 Notification: Upcoming scheduled maintenance periods July 7th, 2010
 and July 14th, 2010, it goes into my spam folder, and is marked with
 the phishing notice:

 Warning: This message may not be from the alleged person or
 organisation. Beware of following any links in it or of providing the
 sender with any personal information.  Learn more

 This seems to happen a lot. I'll keep marking as not phishing, but I
 suspect there is probably something amiss at your end for this to be
 happening :-)

-- 
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-appeng...@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] 10 secs URLFetch limit

2010-06-30 Thread Miroslav Genov

Hello,
If you have control over the remote site, you can push a request to the 
remote site to tell it to send an updated content via post to a service 
that is deployed on GAE.


For Example:
GAE App - sends request to a remote site that is ready to receive the 
new content
External Site - sends OK to the GAE App to indicate that request was 
accepted and date will be available shortly

External Site - posts content to the GAE App (here we have 30 sec limit)
GAE App - updates the content and sends some response to the external 
site to indicate that the content was saved successfully


I know, it's not a perfect solution, but it works.

Regards,
  Miroslav

On 06/29/2010 04:04 AM, Peter Liu wrote:

I am having issue fetching a html from user's specified url, which
very often takes 10+ seconds (maybe it's outside US, maybe it's a cold
start, maybe it's just plain slow).

I am retrying the request every hour, but quite often it will fail
again. However, if another request is made immediately, it will likely
succeed.

Retrying actually use more resources in the end.

Will this limit ever be lifted or relaxed?

There seems to be no way around it if the page do take 11 seconds to
load.

Also, I want to point out that calling URLs served by other app on app
engine can cause timeout (if it's a cold start request). This makes it
hard for our own apps to communicate with each other (since different
app can't share same datastore).

Maybe an asynchronous URL fetch service will be nice (with longer
timeout). The service can be similar to the queue service, except that
it takes a fetch-url and the fetched data is served to the callback-
url.

Anyone facing this problem and have a solution?

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-appeng...@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: App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread matic
It also happened to me. Usually I never check spam folder, but this
time I was lucky :)

On Jun 30, 12:28 pm, François Masurel fm2...@mably.com wrote:
 Yep, got it back from my spam folder, and it displays the same warning
 message.

 On 30 juin, 10:50, Danny Tuppeny da...@tuppeny.com wrote:



  When I get emails from the App Engine team, such as one today titled
  Notification: Upcoming scheduled maintenance periods July 7th, 2010
  and July 14th, 2010, it goes into my spam folder, and is marked with
  the phishing notice:

  Warning: This message may not be from the alleged person or
  organisation. Beware of following any links in it or of providing the
  sender with any personal information.  Learn more

  This seems to happen a lot. I'll keep marking as not phishing, but I
  suspect there is probably something amiss at your end for this to be
  happening :-)

-- 
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-appeng...@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] App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread Harshal
+1

On Wed, Jun 30, 2010 at 2:20 PM, Danny Tuppeny da...@tuppeny.com wrote:

 When I get emails from the App Engine team, such as one today titled
 Notification: Upcoming scheduled maintenance periods July 7th, 2010
 and July 14th, 2010, it goes into my spam folder, and is marked with
 the phishing notice:

 Warning: This message may not be from the alleged person or
 organisation. Beware of following any links in it or of providing the
 sender with any personal information.  Learn more

 This seems to happen a lot. I'll keep marking as not phishing, but I
 suspect there is probably something amiss at your end for this to be
 happening :-)

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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: HTTPS on my domain through proxy?

2010-06-30 Thread Geoffrey Spear
It can't be done at the moment, although it's on the roadmap.  The
main App Engine roadmap doesn't have any projected dates, but the App
Engine for Business roadmap projects it for the end of the year.

My impression is that the main block to implementation is browser
support for SNI; IE, Chrome, and Safari don't support it on Windows XP
or versions of OS X before 10.5.6, and these configurations do still
represent a substantial proportion of installed browsers.

On Jun 30, 2:42 am, Phil McDonnell phil.a.mcdonn...@gmail.com wrote:
 Has anyone found a way to setup https on their own domain?  I need https for
 a portion of my site and using app-id.appspot.com for that is unacceptable.
  Has anyone found a way to configure their service to work by 
 proxyinghttps://www.mydomain.comtohttps://app-id.appspot.com?

 If not, this looks like a clear deal breaker for us on app engine.

 Thanks,
 Phil

-- 
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-appeng...@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] How to reply to an email received by a GAE app?

2010-06-30 Thread Kyle Jensen

The docs are clear on receiving and sending email.  Now I'd like to
reply to an email from a user and have it appear correctly threaded
in their inbox.  How can I achieve this?

Thanks so much, Kyle

-- 
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-appeng...@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] Problem with POST data when using blobstore upload

2010-06-30 Thread ekampf
I have a form with a several fields including one file field.
When using regular form submit I get all the data on the server (I'm
using django - request.POST has the data)
When I submit through the blobstore handler when it redirects to my
code the request.POST dictionary is empty.

Any idea what Im doing wrong?

-- 
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-appeng...@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: How to reply to an email received by a GAE app?

2010-06-30 Thread l.denardo
Can you clarify what you're doing?

The following thing works correctly, anyway:

-Send the email using the Mail API setting
* The user's address as the sender
* The intended address (e.g. admins) as the receiver

When you receive the email at the destination address (e.g. your
address if you're an admin) you can reply to it as if it were sent by
the user from their favorite mail agent.
I use the method above (actually, the email is sent to a public Google
group of which I'm part) and my replies are correctly handled in the
user's inbox (all Google Mail). Threading is handled by user's agent.
Gmail works fine for sure, but it's not something you can control.

Regards
Lorenzo

On Jun 30, 4:00 pm, Kyle Jensen kljen...@gmail.com wrote:
 The docs are clear on receiving and sending email.  Now I'd like to
 reply to an email from a user and have it appear correctly threaded
 in their inbox.  How can I achieve this?

 Thanks so much, Kyle

-- 
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-appeng...@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] View this page Google App Engine Open Source Projects

2010-06-30 Thread Jason (Google)
Added Eezee MVC

Click on 
http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects
- or copy  paste it into your browser's address bar if that doesn't
work.

-- 
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-appeng...@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] Is datastore still slow?

2010-06-30 Thread Khookie
I'm working on an app at the moment, and it sometimes drops HTTP
requests, especially ones that make calls to the datastore.  There are
periods during the day where the app is absolutely unusable because
most AJAX calls just stalls and timeouts.

At other times, the same queries work like an absolute champion -
super fast.

Are datastore issues still ongoing?

Chris

-- 
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-appeng...@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] Is datastore still slow?

2010-06-30 Thread Nate Bauernfeind
So far in my experience (over the past two days and then on the 26th) the
data store has been slow for bulk inserts and deletes. I think that the bulk
stuff is still iterating over each element and making single calls to the
datastore.

I don't know how possible it is to affect other users with my app's
behavior... but I am in the process of trying to delete 1.5M entries. I have
about 500k left, but my task has stopped deleting things due to timeouts. I
don't know if it's because my primary indexes are behind or if the entire
datastore is currently troubled.

And I apologize if I am the culprit of issues (though from what I understand
there are plenty of real-production-like apps implying that my behavior
shouldn't affect anyone). I'm really not sure why there isn't a
deleteEverythingBetweenKeys(startKey, endKey) functionality in the
datastore. It sounds like BigTable should easily be able to support that. It
is a serious deficiency of the datastore to not be able to bulk delete
efficiently.

On Wed, Jun 30, 2010 at 10:10 AM, Khookie chris.k...@gmail.com wrote:

 I'm working on an app at the moment, and it sometimes drops HTTP
 requests, especially ones that make calls to the datastore.  There are
 periods during the day where the app is absolutely unusable because
 most AJAX calls just stalls and timeouts.

 At other times, the same queries work like an absolute champion -
 super fast.

 Are datastore issues still ongoing?

 Chris

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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: HTTPS on my own domain

2010-06-30 Thread Phil
Does anyone have experience setting up an https capable proxy?  I
don't even know where to start.  Searching found a number of proxy
lists and instructions to setup a regular http proxy.  Maybe I'm not
looking for the right thing here?

Thanks!
Phil

On Jun 14, 5:26 am, Barry Hunter barrybhun...@googlemail.com wrote:
  Is it feasible to somehow make it appear that this is https on my
  domain?

 Not currently entirely with Google. It but is appently on the roadmap
 for AppEngine for Business.

 The only way currently would be to setup a HTTPS capable proxy. Your
 proxy receives HTTPS requests from the user, and forwards them in the
 background tohttps://app-id.appspot.com/.

 This would maintain encryption security as both sites of the proxy
 would be encrypted channels.

 I beleive you can setup a subdomain to point to your own server, eg
 use secure.domain.com for secure which go via proxy.www.domain.com
 goes via normal Apps proxy to AppEngine.

-- 
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-appeng...@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] Smart card

2010-06-30 Thread Sam
Hello all.
I'm wondering if i can implement smart card authentication in GAE.

I'm aware that i will have to use a *.appspot domain in order to use
SSL. I don't like this idea because GAE uses a generic certificate to
all apps in appspot and this could cause impersonification of my
website to a user that mistypes the url (like google or gooogle)...
but i will have to live with that.

My question is about certificate validation. After i receive the
certificate from the client i need to validate it in a Certificate
Authority. Is it possible to do this in GAE?

I'm asking because the URL fetch API says :The proxy the URL Fetch
service uses cannot authenticate the host it is contacting. Because
there is no certificate trust chain, the proxy accepts all
certificates, including self-signed certificates. The proxy server
cannot detect man in the middle attacks between App Engine and the
remote host when using HTTPS.

So, will i be able to validade the entity of the CA i'm contacting and
thus the client certificate?

Or GAE will simply accept the certificate but i can't validate it?

Any opinion will be appreciated!
Tks!

-- 
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-appeng...@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] You cover me, I cover you!

2010-06-30 Thread Nevin Freeman
Hi all,

I am the sole developer for http://riabiz.com, a news website running
on App Engine. This is a great gig -- I really like that, thanks to
App Engine, one amateur can make a site like this from scratch and
keep it running well.

The trouble is that if I am 'off the grid,' there is nobody to tend to
the site in the case of some emergency. Summer is in full swing, and I
don't really like having to stay within the reach of civilization
every single weekend...

So I'm hoping to find someone else who is in the exact same position
as I am; the sole developer for an App Engine site that is in
production and needs to be maintained. We could learn each other's
code well enough so that in an emergency we would be able to cover the
other and fix some small bug or something. I think that after an
initial learning process we would only need to spend an hour or two
each month keeping up with new developments.

Some more info: My app is in Python, uses webapp, and has been in
production for almost a year, so there haven;t actually been any
emergencies for a long time. I work with three other (non-technical)
people, and this backup is in large part (but not entirely) for their
peace of mind. Since our business is actually becoming valuable, it
makes sense to have someone else who understands the code so that in
the unlikely case that I get very sick or die or whatever I won't be
leaving them with a custom website that nobody understands.

Cheers,
Nevin

-- 
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-appeng...@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] You cover me, I cover you!

2010-06-30 Thread rudolf michael
hi can handle that if it was done using GWT+java backend.
but i guess that you need to move the whole front end to be implemented
using GWT, it will become much much faster and the code maintainable and
clearer.

Good job and very nice interface :-) i liked it

regards,
Rudolf Michael

On Wed, Jun 30, 2010 at 9:37 PM, Nevin Freeman nevin.free...@gmail.comwrote:

 Hi all,

 I am the sole developer for http://riabiz.com, a news website running
 on App Engine. This is a great gig -- I really like that, thanks to
 App Engine, one amateur can make a site like this from scratch and
 keep it running well.

 The trouble is that if I am 'off the grid,' there is nobody to tend to
 the site in the case of some emergency. Summer is in full swing, and I
 don't really like having to stay within the reach of civilization
 every single weekend...

 So I'm hoping to find someone else who is in the exact same position
 as I am; the sole developer for an App Engine site that is in
 production and needs to be maintained. We could learn each other's
 code well enough so that in an emergency we would be able to cover the
 other and fix some small bug or something. I think that after an
 initial learning process we would only need to spend an hour or two
 each month keeping up with new developments.

 Some more info: My app is in Python, uses webapp, and has been in
 production for almost a year, so there haven;t actually been any
 emergencies for a long time. I work with three other (non-technical)
 people, and this backup is in large part (but not entirely) for their
 peace of mind. Since our business is actually becoming valuable, it
 makes sense to have someone else who understands the code so that in
 the unlikely case that I get very sick or die or whatever I won't be
 leaving them with a custom website that nobody understands.

 Cheers,
 Nevin

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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] Upcoming maintenance notification

2010-06-30 Thread Ikai L (Google)
Hey guys,

I just wanted to point out there are upcoming maintenance periods scheduled
for July 7th and July 14th at 5pm Pacific. More details here:

http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/a8131355d266b37f

Normally, I wouldn't post these notifications to this group, as they belong
in the downtime notify group, however, users are reporting that this
message went into their spam folder. Can anyone verify this, or let me know
in this thread if this message was correctly delivered?

If you want to be notified of upcoming maintenance periods, make sure to
join this group:

http://groups.google.com/group/google-appengine-downtime-notify

We're doing our best to minimize these periods in the future, but there are
times when these periods will be absolutely necessary.

-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] You cover me, I cover you!

2010-06-30 Thread Ikai L (Google)
You can also look up developers here:

http://www.appenginepeople.net/

(Yes, this is itself an App Engine app!)

On Wed, Jun 30, 2010 at 11:43 AM, rudolf michael roud...@gmail.com wrote:

 hi can handle that if it was done using GWT+java backend.
 but i guess that you need to move the whole front end to be implemented
 using GWT, it will become much much faster and the code maintainable and
 clearer.

 Good job and very nice interface :-) i liked it

 regards,
 Rudolf Michael


 On Wed, Jun 30, 2010 at 9:37 PM, Nevin Freeman nevin.free...@gmail.comwrote:

 Hi all,

 I am the sole developer for http://riabiz.com, a news website running
 on App Engine. This is a great gig -- I really like that, thanks to
 App Engine, one amateur can make a site like this from scratch and
 keep it running well.

 The trouble is that if I am 'off the grid,' there is nobody to tend to
 the site in the case of some emergency. Summer is in full swing, and I
 don't really like having to stay within the reach of civilization
 every single weekend...

 So I'm hoping to find someone else who is in the exact same position
 as I am; the sole developer for an App Engine site that is in
 production and needs to be maintained. We could learn each other's
 code well enough so that in an emergency we would be able to cover the
 other and fix some small bug or something. I think that after an
 initial learning process we would only need to spend an hour or two
 each month keeping up with new developments.

 Some more info: My app is in Python, uses webapp, and has been in
 production for almost a year, so there haven;t actually been any
 emergencies for a long time. I work with three other (non-technical)
 people, and this backup is in large part (but not entirely) for their
 peace of mind. Since our business is actually becoming valuable, it
 makes sense to have someone else who understands the code so that in
 the unlikely case that I get very sick or die or whatever I won't be
 leaving them with a custom website that nobody understands.

 Cheers,
 Nevin

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Possible to have more than 10 applications?

2010-06-30 Thread Ikai L (Google)
Can you fill out this form?

http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport

I don't see any reason why we can't grant this request if you've been using
your App IDs for Wave robots. Be sure you include the gmail address you used
to sign up for appspot.com.

On Wed, Jun 23, 2010 at 11:12 AM, Thomas Beverley 
tom.beverley...@googlemail.com wrote:

 Hey,

 I've been developing robots for Google Wave since last year and I'm
 going through my applications quite quickly. Is there anyway to
 increase the 10 application limit?

 Thanks
 Tom

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Problem with maps api key

2010-06-30 Thread Ikai L (Google)
This question is probably better directed here:

http://groups.google.com/group/Google-Maps-API

I am fairly certain that this means the Maps API key is tied to the domain
and not the appspot.com URL, but not 100% sure.

On Wed, Jun 23, 2010 at 6:44 PM, Mac mmack3...@gmail.com wrote:

 Whenever I visit http://hospitalsusa.appspot.com, I get an error
 message that says,
 This website needs a different google maps api key Any
 suggestions on how to fix this?

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread johntray
I can confirm that the email from the downtime-notify group was indeed
routed to my Gmail spam folder. It includes a red-overlay message:
Warning: This message may not be from whom it claims to be. Beware of
following any links in it or of providing the sender with any personal
information. There is also a link to Learn more  which points to
http://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.

Thanks for posting here, as I would have completely missed it





On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:
 Hey guys,

 I just wanted to point out there are upcoming maintenance periods scheduled
 for July 7th and July 14th at 5pm Pacific. More details here:

 http://groups.google.com/group/google-appengine-downtime-notify/brows...

 Normally, I wouldn't post these notifications to this group, as they belong
 in the downtime notify group, however, users are reporting that this
 message went into their spam folder. Can anyone verify this, or let me know
 in this thread if this message was correctly delivered?

 If you want to be notified of upcoming maintenance periods, make sure to
 join this group:

 http://groups.google.com/group/google-appengine-downtime-notify

 We're doing our best to minimize these periods in the future, but there are
 times when these periods will be absolutely necessary.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Please delete following index.

2010-06-30 Thread Ikai L (Google)
Go ahead and run vacuum_indexes now. Your indexes have been placed into
error.

On Thu, Jun 24, 2010 at 8:54 PM, わた act.brain.co...@gmail.com wrote:

 The generation of index doesn't advance like Building.
 It is not said that it will burn it a lot though 24 hours or more have
 passed.

 It doesn't go well though appcfg.py vacuum_index was executed.


 App ID is act-blog.

 Please delete following index.

 - kind: Album
 - kind: Feeds

 My best regards.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Re: asked to verify after switching from googlemail.com to gmail.com

2010-06-30 Thread Ikai L (Google)
Yes, for all future requests - if you have an issue switching from
Googlemail to Gmail, please fill out this form:

http://appengine.google.com/waitlist/sms_issues

Put Googlemail - Gmail in your request body as well as your old/new email
addresses. We'll manually verify you.

On Wed, Jun 30, 2010 at 3:04 AM, Scott Cowan scottjamesco...@gmail.comwrote:

 I was recommended to go to this page

 http://appengine.google.com/waitlist/sms_issues

 http://appengine.google.com/waitlist/sms_issuesand they sorted it out in
 under 24h

 On Wed, Jun 9, 2010 at 8:54 AM, alan.richardson 
 alan.j.richard...@gmail.com wrote:

 I have this problem.

 I want to create a new application, but can't, because I'm being asked
 to verify my account. Does anyone have a solution?

 Thanks,

 Alan

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread Ikai L (Google)
I didn't see this thread. At any rate, I created a new thread for this.

I'll look into this. Was anyone able to receive the email address correctly
and not have it flagged as a phishing or spam request?

On Wed, Jun 30, 2010 at 5:26 AM, Harshal p.hars...@gmail.com wrote:

 +1


 On Wed, Jun 30, 2010 at 2:20 PM, Danny Tuppeny da...@tuppeny.com wrote:

 When I get emails from the App Engine team, such as one today titled
 Notification: Upcoming scheduled maintenance periods July 7th, 2010
 and July 14th, 2010, it goes into my spam folder, and is marked with
 the phishing notice:

 Warning: This message may not be from the alleged person or
 organisation. Beware of following any links in it or of providing the
 sender with any personal information.  Learn more

 This seems to happen a lot. I'll keep marking as not phishing, but I
 suspect there is probably something amiss at your end for this to be
 happening :-)

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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: Problem with POST data when using blobstore upload

2010-06-30 Thread Waldemar Kornewald
On Jun 30, 4:05 pm, ekampf eka...@gmail.com wrote:
 I have a form with a several fields including one file field.
 When using regular form submit I get all the data on the server (I'm
 using django - request.POST has the data)
 When I submit through the blobstore handler when it redirects to my
 code the request.POST dictionary is empty.

 Any idea what Im doing wrong?

Are you using Django-nonrel or still app-engine-patch? With Django-
nonrel you can use django-filetransfers:
http://www.allbuttonspressed.com/blog/django/2010/06/Uploads-to-Blobstore-and-GridFS-with-Django

If you use app-engine-patch you'll need some more work:

* dev_appserver's blobstore upload handler generates invalid line
endings in the HTTP request. Apply this fix:
http://code.google.com/p/googleappengine/issues/detail?id=3328

* patch Django like this: 
http://bitbucket.org/wkornewald/django-nonrel/changeset/2ac5a9ffec83

* try to use/adapt BlobstoreFileUploadHandler and
BlobstoreUploadedFile from djangoappengine:
http://bitbucket.org/wkornewald/djangoappengine/src/tip/storage.py

Then, you'll be able to access uploaded files via request.FILES['file-
field'] as BlobstoreUploadedFile instances. These have a
blobstore_info attribute which contains a BlobInfo for the uploaded
file.

Bye,
Waldemar Kornewald

--
Django on App Engine, MongoDB, ...? Browser-side Python? It's open-
source:
http://www.allbuttonspressed.com/

-- 
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-appeng...@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] Re: Upcoming maintenance notification

2010-06-30 Thread Robert Kluin
Went to my spam folder as well.



On Wed, Jun 30, 2010 at 2:19 PM, johntray john.tur...@gmail.com wrote:
 I can confirm that the email from the downtime-notify group was indeed
 routed to my Gmail spam folder. It includes a red-overlay message:
 Warning: This message may not be from whom it claims to be. Beware of
 following any links in it or of providing the sender with any personal
 information. There is also a link to Learn more  which points to
 http://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.

 Thanks for posting here, as I would have completely missed it





 On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:
 Hey guys,

 I just wanted to point out there are upcoming maintenance periods scheduled
 for July 7th and July 14th at 5pm Pacific. More details here:

 http://groups.google.com/group/google-appengine-downtime-notify/brows...

 Normally, I wouldn't post these notifications to this group, as they belong
 in the downtime notify group, however, users are reporting that this
 message went into their spam folder. Can anyone verify this, or let me know
 in this thread if this message was correctly delivered?

 If you want to be notified of upcoming maintenance periods, make sure to
 join this group:

 http://groups.google.com/group/google-appengine-downtime-notify

 We're doing our best to minimize these periods in the future, but there are
 times when these periods will be absolutely necessary.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

 --
 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-appeng...@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-appeng...@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] Re: Upcoming maintenance notification

2010-06-30 Thread Ikai L (Google)
Was this message correctly directed into anyone's inbox?

On Wed, Jun 30, 2010 at 12:48 PM, Robert Kluin robert.kl...@gmail.comwrote:

 Went to my spam folder as well.



 On Wed, Jun 30, 2010 at 2:19 PM, johntray john.tur...@gmail.com wrote:
  I can confirm that the email from the downtime-notify group was indeed
  routed to my Gmail spam folder. It includes a red-overlay message:
  Warning: This message may not be from whom it claims to be. Beware of
  following any links in it or of providing the sender with any personal
  information. There is also a link to Learn more  which points to
  http://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.
 
  Thanks for posting here, as I would have completely missed it
 
 
 
 
 
  On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:
  Hey guys,
 
  I just wanted to point out there are upcoming maintenance periods
 scheduled
  for July 7th and July 14th at 5pm Pacific. More details here:
 
  http://groups.google.com/group/google-appengine-downtime-notify/brows.
 ..
 
  Normally, I wouldn't post these notifications to this group, as they
 belong
  in the downtime notify group, however, users are reporting that this
  message went into their spam folder. Can anyone verify this, or let me
 know
  in this thread if this message was correctly delivered?
 
  If you want to be notified of upcoming maintenance periods, make sure to
  join this group:
 
  http://groups.google.com/group/google-appengine-downtime-notify
 
  We're doing our best to minimize these periods in the future, but there
 are
  times when these periods will be absolutely necessary.
 
  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blog:http://googleappengine.blogspot.com
  Twitter:http://twitter.com/app_engine
  Reddit:http://www.reddit.com/r/appengine
 
  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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: You cover me, I cover you!

2010-06-30 Thread Nevin Freeman
Rudolf: Thanks! I've actually considered migrating all the JS to
GWT :) Been a while since I used it though.

Ikai: Neat! Just signed up. If I don't get someone here perhaps I'll
solicit people on there.

On Jun 30, 11:53 am, Ikai L (Google) ika...@google.com wrote:
 You can also look up developers here:

 http://www.appenginepeople.net/

 (Yes, this is itself an App Engine app!)





 On Wed, Jun 30, 2010 at 11:43 AM, rudolf michael roud...@gmail.com wrote:
  hi can handle that if it was done using GWT+java backend.
  but i guess that you need to move the whole front end to be implemented
  using GWT, it will become much much faster and the code maintainable and
  clearer.

  Good job and very nice interface :-) i liked it

  regards,
  Rudolf Michael

  On Wed, Jun 30, 2010 at 9:37 PM, Nevin Freeman 
  nevin.free...@gmail.comwrote:

  Hi all,

  I am the sole developer forhttp://riabiz.com, a news website running
  on App Engine. This is a great gig -- I really like that, thanks to
  App Engine, one amateur can make a site like this from scratch and
  keep it running well.

  The trouble is that if I am 'off the grid,' there is nobody to tend to
  the site in the case of some emergency. Summer is in full swing, and I
  don't really like having to stay within the reach of civilization
  every single weekend...

  So I'm hoping to find someone else who is in the exact same position
  as I am; the sole developer for an App Engine site that is in
  production and needs to be maintained. We could learn each other's
  code well enough so that in an emergency we would be able to cover the
  other and fix some small bug or something. I think that after an
  initial learning process we would only need to spend an hour or two
  each month keeping up with new developments.

  Some more info: My app is in Python, uses webapp, and has been in
  production for almost a year, so there haven;t actually been any
  emergencies for a long time. I work with three other (non-technical)
  people, and this backup is in large part (but not entirely) for their
  peace of mind. Since our business is actually becoming valuable, it
  makes sense to have someone else who understands the code so that in
  the unlikely case that I get very sick or die or whatever I won't be
  leaving them with a custom website that nobody understands.

  Cheers,
  Nevin

  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
   e...@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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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: How to reply to an email received by a GAE app?

2010-06-30 Thread Kyle Jensen
Sorry, what I wrote is not clear.

My application is receiving emails from users.  I'd like to reply to
those in an automated fashion.  E.g. Thanks, we received your
email...  etc.  It's not clear to me how to reply to a message that
my GAE app receives.

Thanks.  Kyle



On Jun 30, 10:53 am, l.denardo lorenzo.dena...@gmail.com wrote:
 Can you clarify what you're doing?

 The following thing works correctly, anyway:

 -Send the email using the Mail API setting
 * The user's address as the sender
 * The intended address (e.g. admins) as the receiver

 When you receive the email at the destination address (e.g. your
 address if you're an admin) you can reply to it as if it were sent by
 the user from their favorite mail agent.
 I use the method above (actually, the email is sent to a public Google
 group of which I'm part) and my replies are correctly handled in the
 user's inbox (all Google Mail). Threading is handled by user's agent.
 Gmail works fine for sure, but it's not something you can control.

 Regards
 Lorenzo

 On Jun 30, 4:00 pm, Kyle Jensen kljen...@gmail.com wrote:



  The docs are clear on receiving and sending email.  Now I'd like to
  reply to an email from a user and have it appear correctly threaded
  in their inbox.  How can I achieve this?

  Thanks so much, Kyle

-- 
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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread Claude Vedovini
Same here!

On Jun 30, 9:19 pm, johntray john.tur...@gmail.com wrote:
 I can confirm that the email from the downtime-notify group was indeed
 routed to my Gmail spam folder. It includes a red-overlay message:
 Warning: This message may not be from whom it claims to be. Beware of
 following any links in it or of providing the sender with any personal
 information. There is also a link to Learn more  which points 
 tohttp://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.

 Thanks for posting here, as I would have completely missed it

 On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:

  Hey guys,

  I just wanted to point out there are upcoming maintenance periods scheduled
  for July 7th and July 14th at 5pm Pacific. More details here:

 http://groups.google.com/group/google-appengine-downtime-notify/brows...

  Normally, I wouldn't post these notifications to this group, as they belong
  in the downtime notify group, however, users are reporting that this
  message went into their spam folder. Can anyone verify this, or let me know
  in this thread if this message was correctly delivered?

  If you want to be notified of upcoming maintenance periods, make sure to
  join this group:

 http://groups.google.com/group/google-appengine-downtime-notify

  We're doing our best to minimize these periods in the future, but there are
  times when these periods will be absolutely necessary.

  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blog:http://googleappengine.blogspot.com
  Twitter:http://twitter.com/app_engine
  Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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] error in compiling jsp files when i'm trying to deploy to app engine

2010-06-30 Thread Tamer_F
Hi everybody
When I'm trying to deploy my app on app engine with Netbeans, I got
this error

Beginning server interaction for E-Mart...
0% Creating staging directory
5% Scanning for jsp files.
8% Compiling jsp files.

Error Details:
Jun 30, 2010 10:56:22 PM org.apache.jasper.compiler.Compiler
generateClass
SEVERE: Error compiling file: /C:/Users/ADMINI~1/AppData/Local/Temp/
appcfg5887449418488197771.tmp/WEB-INF/classes//org/apache/jsp
\AboutUs_jsp.java [javac] Compiling 1 source file

Jun 30, 2010 10:56:22 PM org.apache.jasper.compiler.Compiler
generateClass
SEVERE: Javac exception
Error running javac.exe compiler

I've set the java environments, but still have this problem
Can anyone help me with that ?

-- 
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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread nickmilon
Same for me ;-)


On Jun 30, 11:46 pm, Claude Vedovini cla...@vedovini.net wrote:
 Same here!

 On Jun 30, 9:19 pm, johntray john.tur...@gmail.com wrote:



  I can confirm that the email from the downtime-notify group was indeed
  routed to my Gmail spam folder. It includes a red-overlay message:
  Warning: This message may not be from whom it claims to be. Beware of
  following any links in it or of providing the sender with any personal
  information. There is also a link to Learn more  which points 
  tohttp://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.

  Thanks for posting here, as I would have completely missed it

  On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:

   Hey guys,

   I just wanted to point out there are upcoming maintenance periods 
   scheduled
   for July 7th and July 14th at 5pm Pacific. More details here:

  http://groups.google.com/group/google-appengine-downtime-notify/brows...

   Normally, I wouldn't post these notifications to this group, as they 
   belong
   in the downtime notify group, however, users are reporting that this
   message went into their spam folder. Can anyone verify this, or let me 
   know
   in this thread if this message was correctly delivered?

   If you want to be notified of upcoming maintenance periods, make sure to
   join this group:

  http://groups.google.com/group/google-appengine-downtime-notify

   We're doing our best to minimize these periods in the future, but there 
   are
   times when these periods will be absolutely necessary.

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blog:http://googleappengine.blogspot.com
   Twitter:http://twitter.com/app_engine
   Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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: Problem with maps api key

2010-06-30 Thread nickmilon
Why don't work with G  MAP API V3 which does not require a key and it
is quite faster ?


On Jun 30, 10:03 pm, Ikai L (Google) ika...@google.com wrote:
 This question is probably better directed here:

 http://groups.google.com/group/Google-Maps-API

 I am fairly certain that this means the Maps API key is tied to the domain
 and not the appspot.com URL, but not 100% sure.





 On Wed, Jun 23, 2010 at 6:44 PM, Mac mmack3...@gmail.com wrote:
  Whenever I visithttp://hospitalsusa.appspot.com, I get an error
  message that says,
  This website needs a different google maps api key Any
  suggestions on how to fix this?

  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
Im getting 500 error messages on the appengine.google.com/a/mydomain
and server is super slow to no response.
what is going on?

-- 
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-appeng...@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: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
all my cron jobs are getting time exceeded for tiny processes. anyone
investigating?

On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
 Im getting 500 error messages on the appengine.google.com/a/mydomain
 and server is super slow to no response.
 what is going on?

-- 
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-appeng...@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] SDK 1.3.5 released!

2010-06-30 Thread Ikai L (Google)
Hey everybody,

We've released the 1.3.5 SDK. Blog post here:

http://googleappengine.blogspot.com/2010/06/app-engine-sdk-135-released-with-new.html

The big announcements are the raising of the Task Queue rate, Python
precompilation, and new Blob features. You can get it from the downloads
page:

http://code.google.com/appengine/downloads.html

Release notes are below:

Python
-
- Developers can enable Python pre-compilation to decrease start up time for
new application instances. This can be enabled by including the
derived_file_type in your app.yaml.
- Ability to configure the Task Queue storage limit with the
total_storage_limit field in the queue.yaml file.
- Task Queues now support up to 50 qps per queue, up from 50 qps per app.
- Developers can programmatically access Blobs with BlobReader, a file-like
interface for reading blobs.
- Bulkloader transform helpers for lists and hierarchical keys were added.
- remote_api_shell commands can be sent over HTTPS or HTTP.
- Admin Console logs now include information on request time latency.
- Db.delete will now accept an iterable, in addition to a list of models or
keys.
- The datastore now supports end cursors.
- Fixed an issue properly handling a query with an offset that returns no
results.
- Fixed an issue that improperly allowed quad-dotted netmasks as subnet
prefixes for the DoS API.
- Fixed an issue via user submitted patch in the SDK dataviewer displaying
multiline StringProperties.
- http://code.google.com/p/googleappengine/issues/detail?id=502

Java
---
- Ability to configure the Task Queue storage limit with the
total-storage-limit field in the queue.xml file.
- Task Queues now support up to 50 qps per queue, up from 50 qps per app.
- Developers can programmatically access Blobs with BlobstoreInputStream,
which provides an InputStream view of a blob in Blobstore.
- Bulkloader transform helpers for lists and hierarchical keys were added.
- remote_api_shell commands can be sent over HTTPS or HTTP.
- Admin Console logs now include information on request time latency.
- The datastore now supports both end cursors.
- Fixed an issue where requesting /appstats would not properly direct to
/appstats/.
- Fixed an issue with inconsistent URL mappings between the SDK and
production.
- http://code.google.com/p/googleappengine/issues/detail?id=2598


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
ok confirmed abnormal datastore.

http://code.google.com/status/appengine



On Jul 1, 2:09 am, alon alon.car...@gmail.com wrote:
 all my cron jobs are getting time exceeded for tiny processes. anyone
 investigating?

 On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:



  Im getting 500 error messages on the appengine.google.com/a/mydomain
  and server is super slow to no response.
  what is going on?

-- 
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-appeng...@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] Re: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread Waleed Abdulla
Same here. A ton of 500 errors. app = networkedblogs



On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com wrote:

 all my cron jobs are getting time exceeded for tiny processes. anyone
 investigating?

 On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
  Im getting 500 error messages on the appengine.google.com/a/mydomain
  and server is super slow to no response.
  what is going on?

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
must be related to the new sdk or something. i hope...

On Jul 1, 2:11 am, Waleed Abdulla wal...@ninua.com wrote:
 Same here. A ton of 500 errors. app = networkedblogs



 On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com wrote:
  all my cron jobs are getting time exceeded for tiny processes. anyone
  investigating?

  On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
   Im getting 500 error messages on the appengine.google.com/a/mydomain
   and server is super slow to no response.
   what is going on?

  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@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-appeng...@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: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
it seems to be going back to normal now.

On Jul 1, 2:14 am, alon alon.car...@gmail.com wrote:
 must be related to the new sdk or something. i hope...

 On Jul 1, 2:11 am, Waleed Abdulla wal...@ninua.com wrote:



  Same here. A ton of 500 errors. app = networkedblogs

  On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com wrote:
   all my cron jobs are getting time exceeded for tiny processes. anyone
   investigating?

   On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
Im getting 500 error messages on the appengine.google.com/a/mydomain
and server is super slow to no response.
what is going on?

   --
   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-appeng...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
e...@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-appeng...@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] Re: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread Waleed Abdulla
Yes, back to normal here too. Phew..


On Wed, Jun 30, 2010 at 4:24 PM, alon alon.car...@gmail.com wrote:

 it seems to be going back to normal now.

 On Jul 1, 2:14 am, alon alon.car...@gmail.com wrote:
  must be related to the new sdk or something. i hope...
 
  On Jul 1, 2:11 am, Waleed Abdulla wal...@ninua.com wrote:
 
 
 
   Same here. A ton of 500 errors. app = networkedblogs
 
   On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com wrote:
all my cron jobs are getting time exceeded for tiny processes. anyone
investigating?
 
On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
 Im getting 500 error messages on the
 appengine.google.com/a/mydomain
 and server is super slow to no response.
 what is going on?
 
--
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@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-appeng...@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: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread alon
failed alot of my tasks. 2500+ tasks. need to re-run them. err... :)

On Jul 1, 2:27 am, Waleed Abdulla wal...@ninua.com wrote:
 Yes, back to normal here too. Phew..



 On Wed, Jun 30, 2010 at 4:24 PM, alon alon.car...@gmail.com wrote:
  it seems to be going back to normal now.

  On Jul 1, 2:14 am, alon alon.car...@gmail.com wrote:
   must be related to the new sdk or something. i hope...

   On Jul 1, 2:11 am, Waleed Abdulla wal...@ninua.com wrote:

Same here. A ton of 500 errors. app = networkedblogs

On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com wrote:
 all my cron jobs are getting time exceeded for tiny processes. anyone
 investigating?

 On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
  Im getting 500 error messages on the
  appengine.google.com/a/mydomain
  and server is super slow to no response.
  what is going on?

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
  e...@googlegroups.comgoogle-appengine%2Bunsubscrib
  e...@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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread Darien Caldwell
Oddly enough, yes. I got the message in my Inbox, with no issues.

On Jun 30, 12:55 pm, Ikai L (Google) ika...@google.com wrote:
 Was this message correctly directed into anyone's inbox?


-- 
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-appeng...@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: Is datastore still slow?

2010-06-30 Thread Khookie
I doubt you're the culprit - I'm sure Google's infrastructure can
handle much much more than that!

Just to clarify, it timeouts on all sorts of datastore operations,
including gets  puts (my app rarely needs to delete anything).

And it's been happening since the App Engine team announced their
datastore issues.  Then again, I started doing some usability testing
with clients (which I've had to stop) on their production servers not
too long before that.  So I'm not 100% sure whether it's my app, or
whether it's the datastore.

Chris

On Jul 1, 1:54 am, Nate Bauernfeind nate.bauernfe...@gmail.com
wrote:
 So far in my experience (over the past two days and then on the 26th) the
 data store has been slow for bulk inserts and deletes. I think that the bulk
 stuff is still iterating over each element and making single calls to the
 datastore.

 I don't know how possible it is to affect other users with my app's
 behavior... but I am in the process of trying to delete 1.5M entries. I have
 about 500k left, but my task has stopped deleting things due to timeouts. I
 don't know if it's because my primary indexes are behind or if the entire
 datastore is currently troubled.

 And I apologize if I am the culprit of issues (though from what I understand
 there are plenty of real-production-like apps implying that my behavior
 shouldn't affect anyone). I'm really not sure why there isn't a
 deleteEverythingBetweenKeys(startKey, endKey) functionality in the
 datastore. It sounds like BigTable should easily be able to support that. It
 is a serious deficiency of the datastore to not be able to bulk delete
 efficiently.



 On Wed, Jun 30, 2010 at 10:10 AM, Khookie chris.k...@gmail.com wrote:
  I'm working on an app at the moment, and it sometimes drops HTTP
  requests, especially ones that make calls to the datastore.  There are
  periods during the day where the app is absolutely unusable because
  most AJAX calls just stalls and timeouts.

  At other times, the same queries work like an absolute champion -
  super fast.

  Are datastore issues still ongoing?

  Chris

  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@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-appeng...@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] Re: Serious slowness and 500 errors for appengine.google.com

2010-06-30 Thread Ikai L (Google)
Looks like a one-time anomaly. Note that we're still not finished with our
datastore latency work yet.

On Wed, Jun 30, 2010 at 4:29 PM, alon alon.car...@gmail.com wrote:

 failed alot of my tasks. 2500+ tasks. need to re-run them. err... :)

 On Jul 1, 2:27 am, Waleed Abdulla wal...@ninua.com wrote:
  Yes, back to normal here too. Phew..
 
 
 
  On Wed, Jun 30, 2010 at 4:24 PM, alon alon.car...@gmail.com wrote:
   it seems to be going back to normal now.
 
   On Jul 1, 2:14 am, alon alon.car...@gmail.com wrote:
must be related to the new sdk or something. i hope...
 
On Jul 1, 2:11 am, Waleed Abdulla wal...@ninua.com wrote:
 
 Same here. A ton of 500 errors. app = networkedblogs
 
 On Wed, Jun 30, 2010 at 4:09 PM, alon alon.car...@gmail.com
 wrote:
  all my cron jobs are getting time exceeded for tiny processes.
 anyone
  investigating?
 
  On Jul 1, 2:07 am, alon alon.car...@gmail.com wrote:
   Im getting 500 error messages on the
   appengine.google.com/a/mydomain
   and server is super slow to no response.
   what is going on?
 
  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.comgoogle-appengine%2Bunsubscrib
   e...@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.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Testers for a Sports team website

2010-06-30 Thread ae
I created (using GAE) a website for a friend to manage his sports
teams (baseball, hockey, soccer).  It has everything he needed,
including detailed player stats, player availability, photo sharing,
mailing lists, etc.  And recently, I've generalized it so others can
use it to manage their sports teams.

http://Sportsit.es

I'm looking for people that are on a sports team to test out the
website and give me feedback on it.  In exchange, they get to have a
team website that's customized to their needs and the features they
would like to have.

-- 
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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread Luís Marques
Same here, in the spam folder marked as fishing.

Luís

-- 
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-appeng...@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] Restart a new GAE process

2010-06-30 Thread Will
Hi all,

Is there a way to shut down the current GAE process and restart a new one?

The problem is now and then we saw some strange errors such as

AttributeError: 'RegexURLResolver' object has no attribute 'name'

and

KindError: Kind 'User' is not a subclass of kind 'User'

Things are back to normal after GAE restarts a new process. The
current plan is to restart a new process when catching such an error.

Thanks,

Will

-- 
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-appeng...@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] Re: Upcoming maintenance notification

2010-06-30 Thread Takashi MATSUO
Unfortunately same here. The message went to the spam folder with the
message Warning: This message may not be from whom it claims to be.
Beware of following any links in it or of providing the sender with
any personal information. .

-- 
Takashi Matsuo
matsuo.taka...@gmail.com
Kay's daddy



2010/7/1 Luís Marques luismarq...@gmail.com:
 Same here, in the spam folder marked as fishing.

 Luís

 --
 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-appeng...@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-appeng...@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] can't operate on multiple entity groups in a single transaction

2010-06-30 Thread Philip Tucker
Would it be possible for AppEngine to spit out in the logs WHICH
entity groups it's failing on for can't operate on multiple entity
groups in a single transaction errors? These can be a pain to track
down.

-- 
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-appeng...@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: Upcoming maintenance notification

2010-06-30 Thread Arun Shanker Prasad
Yup, the downtime notification mail was in my inbox.

On Jul 1, 12:55 am, Ikai L (Google) ika...@google.com wrote:
 Was this message correctly directed into anyone's inbox?

 On Wed, Jun 30, 2010 at 12:48 PM, Robert Kluin robert.kl...@gmail.comwrote:





  Went to my spam folder as well.

  On Wed, Jun 30, 2010 at 2:19 PM, johntray john.tur...@gmail.com wrote:
   I can confirm that the email from the downtime-notify group was indeed
   routed to my Gmail spam folder. It includes a red-overlay message:
   Warning: This message may not be from whom it claims to be. Beware of
   following any links in it or of providing the sender with any personal
   information. There is also a link to Learn more  which points to
  http://mail.google.com/support/bin/answer.py?hl=enctx=mailanswer=8253.

   Thanks for posting here, as I would have completely missed it

   On Jun 30, 2:51 pm, Ikai L (Google) ika...@google.com wrote:
   Hey guys,

   I just wanted to point out there are upcoming maintenance periods
  scheduled
   for July 7th and July 14th at 5pm Pacific. More details here:

  http://groups.google.com/group/google-appengine-downtime-notify/brows.
  ..

   Normally, I wouldn't post these notifications to this group, as they
  belong
   in the downtime notify group, however, users are reporting that this
   message went into their spam folder. Can anyone verify this, or let me
  know
   in this thread if this message was correctly delivered?

   If you want to be notified of upcoming maintenance periods, make sure to
   join this group:

  http://groups.google.com/group/google-appengine-downtime-notify

   We're doing our best to minimize these periods in the future, but there
  are
   times when these periods will be absolutely necessary.

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blog:http://googleappengine.blogspot.com
   Twitter:http://twitter.com/app_engine
   Reddit:http://www.reddit.com/r/appengine

   --
   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-appeng...@googlegroups.com.
   To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blog:http://googleappengine.blogspot.com
 Twitter:http://twitter.com/app_engine
 Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Capability API for Coming Maintenance Periods

2010-06-30 Thread Greg
Hi -

Can a Googler confirm whether or not the capability API will work
during the upcoming outages?

It hasn't worked for the last two, which caused our apps to fail dis-
gracefully. Do we need to build our own memcache and datastore
detection logic?

Cheers
Greg.

-- 
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-appeng...@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.