[google-appengine] Re: Total Files - Limit

2010-10-21 Thread MasterGaurav
In anycase, I have been able to put up SmartGWT with all its themes
(Enterprise, EnterpriseBlue and Graphite) up and running at
  http://mastergaurav.appspot.com

Using
http://code.google.com/p/googleappengine/issues/attachmentText?id=161&aid=-5789208962340039421&name=ZipServlet.java&token=ce2427885a6af79c774e7f084ae28339

Original issue info at 
http://code.google.com/p/googleappengine/issues/detail?id=161


-Gaurav
www.mastergaurav.com


On Oct 21, 11:36 am, MasterGaurav  wrote:
> Point taken.
>
> But then, why are 2000 files being counted at 4000+ files?
>
> -Gaurav
>
> On Oct 21, 8:40 am, sodso  wrote:
>
> > compress ur files into 1 zip file or something like
> > that...thats what google recommends for uploading large number
> > of files...cheers !
>
> > On Oct 20, 10:52 pm, MasterGaurav  wrote:
>
> > > Hi,
>
> > > I have 2079 files in my war folder.
> > > When I do a "appcfg update ", I get a file-limit error for having
> > > 4141 files.
>
> > > How can 2079 files turn into 4141 files... where am I missing out?
> > > I remember having read somewhere that each file is counted twice in
> > > some conditions... don't remember what's the scenario...
>
> > > Any help is appreciated.
>
> > > -Gauravwww.mastergaurav.com
>
> > > 0% Creating staging directory
> > > 5% Scanning for jsp files.
> > > 20% Scanning files on local disk.
> > > 25% Scanned 250 files.
> > > 28% Scanned 500 files.
> > > 31% Scanned 750 files.
> > > 33% Scanned 1000 files.
> > > 34% Scanned 1250 files.
> > > 35% Scanned 1500 files.
> > > 36% Scanned 1750 files.
> > > 37% Scanned 2000 files.
> > > 37% Scanned 2250 files.
> > > 37% Scanned 2500 files.
> > > 37% Scanned 2750 files.
> > > 37% Scanned 3000 files.
> > > 37% Scanned 3250 files.
> > > 37% Scanned 3500 files.
> > > 37% Scanned 3750 files.
> > > 37% Scanned 4000 files.
>
> > > java.io.IOException: Applications are limited to 3000 files, you have
> > > 4141.
> > > Unable to update app: Applications are limited to 3000 files, you have
> > > 4141.
>
>

-- 
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] Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
Hi,

I have put up an updated Unzippper servlet to serve static files
(actually based on 
http://code.google.com/p/googleappengine/issues/detail?id=161#c68)...
just in case you are looking for a solution.

http://code.google.com/p/googleappengine/issues/detail?id=161#c88


My addendum:
  - Respond with a 304 in case of "If-Modified-Since".


Hope you find it useful :)

-Gaurav
www.mastergaurav.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.



[google-appengine] Re: How can I set GTalk status

2010-10-21 Thread Tahir Akram
Is this feature is supported in the API?

Thanks

Tahir Akram

On Oct 21, 5:02 am, Tahir Akram  wrote:
> Hi;
>
> I am new to XMPP. I want guidance how can I set the status of GTalk?
>
> Thanks
>
> Tahir Akram

-- 
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] Updating static files

2010-10-21 Thread djidjadji
I don't know if this is still sometimes happening with uploading, but
in the early days of GAE the new static files where always visible
when you upload to a
NON-default version. After uploading change the default version. I
still use this method.

2010/10/21 Rafael Sierra :
> Hi, I made an update which changed only 1 static file (js), after 3
> updates, nothing had changed, then I tried change something in some
> python file, after that the static file was updated too.
>
> Is this a bug?
>
> --
> Rafael Sierra
> http://blog.rafaelsdm.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.
>
>

-- 
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] Multiple files upload and INPUT FILE HTML

2010-10-21 Thread Nick Johnson (Google)
Hi Javier,

I wrote a three-part series on doing multiple file upload to App Engine's
blobstore using plupload, here:
http://blog.notdot.net/2010/04/Implementing-a-dropbox-service-with-the-Blobstore-API-part-3-Multiple-upload-support

-Nick Johnson

On Wed, Oct 20, 2010 at 4:03 AM, JavierH  wrote:

> Does anyone know if it is possible to implement a multiple file upload
> interface on GAE?
>
> I am looking to upload multiple photos at the same time and the INPUT
> FILE HTML makes me select the file for each photo ... so I would have
> to select each image manually from the file system to fill the name
> property of the FILE input. That's a pain ...
>
> Basically I have like 50 FILE inputs and to upload them I have to
> select each file individually manually ...
>
> Any idea ?
>
> Thanks in advance for you response !!
>
> Cheers !
>
> --
> 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.
>
>


-- 
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" 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: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread Stephen


On Oct 21, 8:43 am, MasterGaurav  wrote:
> Hi,
>
> I have put up an updated Unzippper servlet to serve static files
> (actually based 
> onhttp://code.google.com/p/googleappengine/issues/detail?id=161#c68)...
> just in case you are looking for a solution.
>
> http://code.google.com/p/googleappengine/issues/detail?id=161#c88
>
> My addendum:
>   - Respond with a 304 in case of "If-Modified-Since".


I don't think this will work:

if(req.getHeader("If-Modified-Since") != null)
{
resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
return;
}

If the contents of the zipfile are updated, and the client sends an if-
modified-since header, you will respond with a 304 not modified
response and the client will show stale content.

You need to parse the data supplied with the if-modified-since header
and compare it to the last modified time of the file within the
zipfile, or at least to the zipfile as a whole.

-- 
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: building index.yaml

2010-10-21 Thread Stephen


On Oct 20, 7:26 pm, Tim Jones  wrote:
> Any thoughts or recommendations for efficiently creating 
> complexindex.yamlfiles?
>
> My app has a search page that uses six different filter criteria. I'd like to 
> make sure GAE is indexing all possible permutations.


You might want to double-check that all of these indexes are still
necessary. From the 1.3.8 release notes:

"Removed limits on zigzag merge-join queries. Therefore the error "The
built-in indices are not efficient enough for this query and your
data. Please add a composite index for this query." will no longer be
thrown in most cases, enabling more types of queries without indexes."

This is in reference to the IO 2010 talk "Next gen queries":

  http://code.google.com/events/io/2010/sessions/next-gen-queries-appengine.html


-- 
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: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
Hi Stephen,

Great catch!

Here's the updated code:

---
if(req.getHeader("If-Modified-Since") != null)
{
long entryTime = entry.getTime();
String rawDate = req.getHeader("If-Modified-Since");
Date headerDate;
try
{
headerDate = DateUtil.parseDate(rawDate);
long headerTime = headerDate.getTime();

if(headerTime >= entryTime)
{

resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
return;
}
} catch(DateParseException e)
{
e.printStackTrace();
}
}
---

Doing an update to the server now...
http://stackoverflow.com/questions/1930158/how-to-parse-date-from-http-last-modified-header

Removed the use of SimpleDateFormat and replaced it with DateUtil (as
mentioned in the above post).


-Gaurav
http://www.mastergaurav.com


On Oct 21, 3:57 pm, Stephen  wrote:
> On Oct 21, 8:43 am, MasterGaurav  wrote:
>
> > Hi,
>
> > I have put up an updated Unzippper servlet to serve static files
> > (actually based 
> > onhttp://code.google.com/p/googleappengine/issues/detail?id=161#c68)...
> > just in case you are looking for a solution.
>
> >http://code.google.com/p/googleappengine/issues/detail?id=161#c88
>
> > My addendum:
> >   - Respond with a 304 in case of "If-Modified-Since".
>
> I don't think this will work:
>
>     if(req.getHeader("If-Modified-Since") != null)
>     {
>         resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
>         return;
>     }
>
> If the contents of the zipfile are updated, and the client sends an if-
> modified-since header, you will respond with a 304 not modified
> response and the client will show stale content.
>
> You need to parse the data supplied with the if-modified-since header
> and compare it to the last modified time of the file within the
> zipfile, or at least to the zipfile as a whole.

-- 
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: Total Files - Limit

2010-10-21 Thread Eli Jones
More than likely you have included import packages with your project that
have to be uploaded to GAE as well.  So, you may have only 2000 files, but
"ReallyImportantThirdPartyProjectImport" (or whatever) may contain another
2000+ files.

Just a guess.  Maybe its a ghost in the machine.

On Thu, Oct 21, 2010 at 2:36 AM, MasterGaurav wrote:

> Point taken.
>
> But then, why are 2000 files being counted at 4000+ files?
>
>
> -Gaurav
>
>
> On Oct 21, 8:40 am, sodso  wrote:
> > compress ur files into 1 zip file or something like
> > that...thats what google recommends for uploading large number
> > of files...cheers !
> >
> > On Oct 20, 10:52 pm, MasterGaurav  wrote:
> >
> > > Hi,
> >
> > > I have 2079 files in my war folder.
> > > When I do a "appcfg update ", I get a file-limit error for having
> > > 4141 files.
> >
> > > How can 2079 files turn into 4141 files... where am I missing out?
> > > I remember having read somewhere that each file is counted twice in
> > > some conditions... don't remember what's the scenario...
> >
> > > Any help is appreciated.
> >
> > > -Gauravwww.mastergaurav.com
> >
> > > 0% Creating staging directory
> > > 5% Scanning for jsp files.
> > > 20% Scanning files on local disk.
> > > 25% Scanned 250 files.
> > > 28% Scanned 500 files.
> > > 31% Scanned 750 files.
> > > 33% Scanned 1000 files.
> > > 34% Scanned 1250 files.
> > > 35% Scanned 1500 files.
> > > 36% Scanned 1750 files.
> > > 37% Scanned 2000 files.
> > > 37% Scanned 2250 files.
> > > 37% Scanned 2500 files.
> > > 37% Scanned 2750 files.
> > > 37% Scanned 3000 files.
> > > 37% Scanned 3250 files.
> > > 37% Scanned 3500 files.
> > > 37% Scanned 3750 files.
> > > 37% Scanned 4000 files.
> >
> > > java.io.IOException: Applications are limited to 3000 files, you have
> > > 4141.
> > > Unable to update app: Applications are limited to 3000 files, you have
> > > 4141.
> >
> >
>
> --
> 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] Re: The API call mail.Send() took too long to respond and was cancelled.

2010-10-21 Thread ryan baldwin
I know we sent not only duplicates, but in sometimes as many as 6
copies of an email to a customer because of the mail.Send() error
(like the parent poster, our emails are sent in a task).

What is the status of this error?

On Oct 13, 7:44 am, Jamie H  wrote:
> Googlers,
>
> I'm wondering if anything else has been rolled out to fix this issue?
> I sent several hundred emails this morning and received 0 errors.
> Maybe a fluke?  Maybe it's fixed?
>
> On Oct 11, 8:21 pm, ego008  wrote:
>
>
>
>
>
>
>
> > I here is well done  http://gaefons.appspot.com/
>
> > 2010/10/12 Jamie H 
>
> > > Looks like I spoke too soon about the fix.  I just sent 24 emails and
> > > received this error 9 times.  Looks like it is still here and worse
> > > than ever.  I send my emails via a task, so they are resent upon
> > > error, however the previous poster indicated that despite this
> > > exception the emails are sent.. meaning I am sending about 33%
> > > duplicate emails.
>
> > > --
> > > 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 > >  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: The API call mail.Send() took too long to respond and was cancelled.

2010-10-21 Thread ryan baldwin
btw, app id=daily-deal

On Oct 21, 8:19 am, ryan baldwin  wrote:
> I know we sent not only duplicates, but in sometimes as many as 6
> copies of an email to a customer because of themail.Send() error
> (like the parent poster, our emails are sent in a task).
>
> What is the status of this error?
>
> On Oct 13, 7:44 am, Jamie H  wrote:
>
>
>
>
>
>
>
> > Googlers,
>
> > I'm wondering if anything else has been rolled out to fix this issue?
> > I sent several hundred emails this morning and received 0 errors.
> > Maybe a fluke?  Maybe it's fixed?
>
> > On Oct 11, 8:21 pm, ego008  wrote:
>
> > > I here is well done  http://gaefons.appspot.com/
>
> > > 2010/10/12 Jamie H 
>
> > > > Looks like I spoke too soon about the fix.  I just sent 24 emails and
> > > > received this error 9 times.  Looks like it is still here and worse
> > > > than ever.  I send my emails via a task, so they are resent upon
> > > > error, however the previous poster indicated that despite this
> > > > exception the emails are sent.. meaning I am sending about 33%
> > > > duplicate emails.
>
> > > > --
> > > > 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 > > >  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] ConcurrentModificationException with no datastore operation and only task to be enqueue

2010-10-21 Thread Matija
Hi,
I am using 
http://code.google.com/appengine/docs/java/taskqueue/overview.html#Task_Within_Transactions
way to enqueue two tasks in transaction. But I am not saving any
datastore entities. I am using objectify.

I got this message:

java.util.ConcurrentModificationException: too much contention on
these datastore entities. please try again.
at
com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:
39)
at
com.google.appengine.api.datastore.DatastoreApiHelper.makeSyncCall(DatastoreApiHelper.java:
75)
at
com.google.appengine.api.datastore.TransactionImpl.makeSyncCall(TransactionImpl.java:
44)
at
com.google.appengine.api.datastore.TransactionImpl.makeSyncCall(TransactionImpl.java:
52)
at
com.google.appengine.api.datastore.TransactionImpl.commit(TransactionImpl.java:
64)

When this happened only one task needed to be added to queue, so why
this error ?

-- 
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: How can I set GTalk status

2010-10-21 Thread Robert Kluin
No.  It is not supported.

"App Engine reports a status of connected and available for all
applications, regardless of whether the app supports receiving XMPP
messages. There is no way to set a status message for an app."

http://code.google.com/appengine/docs/python/xmpp/overview.html#Google_Talk_User_Status




Robert







On Thu, Oct 21, 2010 at 03:49, Tahir Akram  wrote:
> Is this feature is supported in the API?
>
> Thanks
>
> Tahir Akram
>
> On Oct 21, 5:02 am, Tahir Akram  wrote:
>> Hi;
>>
>> I am new to XMPP. I want guidance how can I set the status of GTalk?
>>
>> Thanks
>>
>> Tahir Akram
>
> --
> 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: building index.yaml

2010-10-21 Thread Robert Kluin
Stephen is right, you may not need _all_ of the indexes any longer.
However, you will probably want to build indexes for very common
queries.



Robert





On Thu, Oct 21, 2010 at 07:19, Stephen  wrote:
>
>
> On Oct 20, 7:26 pm, Tim Jones  wrote:
>> Any thoughts or recommendations for efficiently creating 
>> complexindex.yamlfiles?
>>
>> My app has a search page that uses six different filter criteria. I'd like 
>> to make sure GAE is indexing all possible permutations.
>
>
> You might want to double-check that all of these indexes are still
> necessary. From the 1.3.8 release notes:
>
> "Removed limits on zigzag merge-join queries. Therefore the error "The
> built-in indices are not efficient enough for this query and your
> data. Please add a composite index for this query." will no longer be
> thrown in most cases, enabling more types of queries without indexes."
>
> This is in reference to the IO 2010 talk "Next gen queries":
>
>  http://code.google.com/events/io/2010/sessions/next-gen-queries-appengine.html
>
>
> --
> 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] Gtalk api gives incorrect status(or that is how i assume)

2010-10-21 Thread Yousuf Ahmed
Hi All,
I am working on getting the status of a User to check if he/she is
logged in or not.
Using the GTalk api, xmpp.get_presence().isAvailable() method, it does
return me the status, but not all of them are as per the online status
of the users.
I have gone through some discussions on it, and it is mentioned that
this will work only if the user is subscribed to the app. Seeing this
as the mail app, all the users of a domain would anyways be subscribed
to the app.


Is there something that is missing here, or any additional information
that is required.
Any help would be highly appreciated.


Thanks,
Yousuf Ahmed

-- 
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] update problem

2010-10-21 Thread wei
when I run appcfg.py update myproject, the appcfg.py file opened by
notepad, instead of asking me to fill the user name and password. is
there anyone knows how to solve this problem?

-- 
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] Copying DB data from one DB to a 2nd DB

2010-10-21 Thread Cyric
Greetings all!

I'm new to the Google App Engine and it is the easy way to set up
"Scheduled Tasks With Cron for Java" that made me interested.

I want to build an aplllication that copies data from an oracle db to
a msql db every 15 minutes or some such. The data to be transfered
will be selected by some status flag.

Is there allready some java framework implementation existing for the
Google App Engine that can be used for a start? I'm asking because I
don't hink this problem was never handled before but I was not able to
find something via the search option of this group so far.

Thx for any help.
Cy

-- 
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 create fails

2010-10-21 Thread bhgae
I just tried to create an app called 'bhmobileproto'. (Verified that
the name was available.)

Selected 'OpenID' for authentication.

Then clicked 'Create Application' button.  No errors were receieved.

Went to 'My Account' > 'My Products' > 'App Engine' > 'My
Applications' and my new app was not present.




So I tried it again.  This time, 'bhmobileproto' but was not
available. (Because I just took it).

So I tried to create an app called 'protobhmobile'. (Verified that the
name was available.)

Selected OpenID for Authentication.

Then clicked 'Create Application' button.  No errors were receieved.

Went to 'My Account' > 'My Products' > 'App Engine' > 'My
Applications' and neither app was present.

Is there anyway for me to get help?...

-- 
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] 500 server error

2010-10-21 Thread He Jibo
Hi, I got the following error message after updating my apps. How could
I solve it? My site is :
http://gae-hejibo.appspot.com/
Thanks for your help.

Error: Server Error The server encountered an error and could not
complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.

-- 
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: Announcing the Matcher API for Trusted Testers

2010-10-21 Thread Bob Wyman
FYI: The same example implemented using the db.Model methods would
look something like the following:

class StockTopic(db.Model):
  symbol = db.StringProperty()
  price = db.FloatProperty()

matcher.subscribe(StockTopic, "symbol:GOOG AND price > 500 AND price <
525", "ikai:GOOG")

# Wait some small amount of time for the subscription to become active
and then:

quote = StockTopic()
quote.symbol = "GOOG"
quote.price = 515.0
matcher.match(quote)

The neat thing about this is that, if you wanted to, you could then
just do quote.put() to insert the message into datastore. (Which might
not make sense for a stock price alerting app, but *would* make sense
for many other applications.

bob wyman

On Oct 20, 7:12 pm, "Ikai Lan (Google)" 
wrote:
> I need to post a correction to my early example. Here's the code you should
> use:
>
>     # First, define a schema for our StockTopic
>     schema = {str: ["symbol"], float: ["price"]}
>     matcher.subscribe(dict,
>                       "symbol:GOOG AND price > 500 AND price < 525",
>                       "ikai:GOOG",
>                       schema=schema,
>                       topic="StockTopic")
>
>     # Note: A subscription is active if the state returned by list
> is: matcher.SubscriptionState.OK
>     # After waiting for the subscription to become active, you can do the
> following:
>
>     change = { "symbol" : "GOOG", "price" : 515.0 }
>     matcher.match(change, topic="StockTopic")
>
> The reason you need to use this code is because you can't just pass an
> arbitrary dictionary. You need to register a schema to be used if you don't
> use a db.Model as the first argument to matcher.subscribe(), and you need to
> pass it to the subscribe() method.
>
> Note that the subscription needs to become active. This isn't instantaneous,
> but it's pretty darned fast.
>
> Anyway, here's the trusted tester signup link for anyone that didn't catch
> it:
>
> https://spreadsheets.google.com/a/google.com/viewform?hl=en&formkey=d...
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger:http://googleappengine.blogspot.com
> Reddit:http://www.reddit.com/r/appengine
> Twitter:http://twitter.com/app_engine
>
> On Wed, Oct 20, 2010 at 9:37 AM, Ikai Lan (Google)
> 
>
>
>
>
>
>
>
> > wrote:
> > No, it's not on the roadmap. You can check this roadmap here:
>
> >http://code.google.com/appengine/docs/roadmap.html
>
> > Note that our roadmap is not an exhaustive list of everything we intend to
> > do, just a list of the highest priority items for us.
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > Blogger:http://googleappengine.blogspot.com
> > Reddit:http://www.reddit.com/r/appengine
> > Twitter:http://twitter.com/app_engine
>
> > On Tue, Oct 19, 2010 at 7:27 PM, MasterGaurav wrote:
>
> >> Hi Ikai,
>
> >> That's a fantastic news!
>
> >> btw wondering if "processing pipeline" architecture is somewhere down
> >> the line in the roadmap?
> >> I have been working with FAST and OpenPipe, to name a couple, for
> >> document processing... and it will be great to have such a feature
> >> incorporated. Is something in roadmap yet? Or any visbility on the
> >> same?
>
> >> -Gaurav
> >>www.mastergaurav.com
>
> >> On Oct 20, 5:36 am, "Ikai Lan (Google)" 
> >> 
>
> >> wrote:
> >> > That's my fault, here's a working link:
>
> >> >https://spreadsheets.google.com/a/google.com/viewform?hl=en&formkey=d.
> >> ..
>
> >> > And yes, Java support is coming.
>
> >> > --
> >> > Ikai Lan
> >> > Developer Programs Engineer, Google App Engine
> >> > Blogger:http://googleappengine.blogspot.com
> >> > Reddit:http://www.reddit.com/r/appengine
> >> > Twitter:http://twitter.com/app_engine
>
> >> > On Tue, Oct 19, 2010 at 5:29 PM, Nickolas Daskalou  >> >wrote:
>
> >> > > Hi Ikai,
>
> >> > > I've tried accessing the trusted tester list but I get this permission
> >> > > error from Google Docs:
>
> >> > > We're sorry,  does not have permission to access
> >> this
> >> > > spreadsheet.
>
> >> > > You are signed in as , but that email address
> >> doesn't
> >> > > have permission to access this spreadsheet. (Sign in as a different
> >> user or
> >> > > request access to this document)
>
> >> > > where  is this email address I'm sending from now
> >> (it's
> >> > > my Google Apps + Google Account email address).
>
> >> > > Nick
>
> >> > >  On 20 October 2010 11:10, Ikai Lan (Google) <
> >> ikai.l+gro...@google.com <
> >> ikai.l%2bgro...@google.com >
> >> > > > wrote:
>
> >> > >>  Hey everyone,
>
> >> > >> I wanted to announce that we are accepting signups for trusted
> >> testers for
> >> > >> the Python Matcher API, which is available for local testing in the
> >> 1.3.8
> >> > >> SDK. The Matcher API allows developers to take advantage of Google's
> >> high
> >> > >> performance matching infrastructure. Developers will be able to
> >> register a
> >> > >> large number of queries for incoming documents to be matched against.
> >> The
> >> > >> API will then match these qu

[google-appengine] Re: Datastore viewer GQL tick box missing, can't enter GQL

2010-10-21 Thread jordan
For those interested, I've written a little greasemonkey script (only
works in Google Chrome ATM) that fixes the UX problems on the
Datastore Viewer in AppEngine.
http://boedesign.com/blog/2010/10/15/appengine-datastore-viewer-ui-fix/

No more forgetting to tick off the "By GQL" tickbox and having it
completely remove your query :)

On Oct 20, 11:54 am, Darien Caldwell 
wrote:
> I use IE 8, the checkbox shows fine. So it sounds like FF has a bug in
> it. ;)

-- 
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] Roadmap for SSL on 3rd party domains?

2010-10-21 Thread suyash singh
kp onboard is good

On Tue, Oct 19, 2010 at 11:03 PM, David Parks wrote:

> All the posts about this seem to be from 2008.
>
> I see SSL for 3rd party domains is on the roadmap.
>
> Anyone have any insight about approximately when this might become a
> reality?
>
> I started developing an app for app-engine, but this is an obvious show
> stopper that I overlooked. I need to know if I should jump ship early or
> keep onboard.
>
> --
> 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.
>



-- 
~*suyash*~

-- 
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: Cound not acces my site. (times out / connection failed)

2010-10-21 Thread suyash singh
it may due to space provided by google to u and not be appropriate for some
time when user loggon

2010/10/20 Robert Kluin 

> I have not had issues connecting to my apps from S. Korea.
>
>
>
>
> Robert
>
>
>
>
>
>
> 2010/10/20 antichrist :
> > Here is South Korea (Republic of Korea)
> >
> > So No one have issue of China's Firewall.
> >
> > My users live in korea.
> >
> > On 10월20일, 오전5시11분, nickmilon  wrote:
> >> Most probably you have issues with China's Firewall.
> >>
> >> On Oct 19, 7:50 pm, antichrist  wrote:
> >>
> >>
> >>
> >> > I launched my website using google app engine, but my user complain
> >> > about connectivity.
> >>
> >> > They said they can access site at sometime, but sometimecan't.
> >>
> >> > I found thread below, but here(Korea) have no government issue.
> >>
> >> > AppEngine timesout/connectionfailed when trying to access from
> >> > China(http://groups.google.com/group/google-appengine/browse_thread/
> >> > thread/94f21927b928eedd/3b1faa3bcdaeb490?lnk=gst&q=connection
> >> > +fail#3b1faa3bcdaeb490)
> >>
> >> > Can anyone think about reason?- 원본 텍스트 숨기기 -
> >>
> >> - 원본 텍스트 보기 -
> >
> > --
> > 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.
>
>


-- 
~*suyash*~

-- 
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] Deletion of around 1000 objects times out

2010-10-21 Thread john b.
Disclaimer: i am very new on GAE/J

I have a single persistent object class (10 fields of type int/String/
date) for which i removed indexing on all fields except the PK which
is a string (these objects are around 60 bytes if serialized in
protobuf so pretty small).

Now i run into a request timeout issue trying to delete all objects
(around 1000) in the db:

PersistenceManager pm = PMF.get().getPersistenceManager();
String query = "select from " + SomeJDO.class.getName();
pm.newQuery(query).deletePersistentAll();
pm.close();

I get timeout report for the request and the log gives: 30915ms
31202cpu_ms 19302api_cpu_ms.

My project is no more than a toy application and a deleting 1000
vanilla rows does not seem much even on a desktop database.

What am i 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.



Re: [google-appengine] Total Files - Limit

2010-10-21 Thread suyash singh
 i think there may subfile in it u may recheck it or may create when
execution.:) good for next

On Wed, Oct 20, 2010 at 10:52 AM, MasterGaurav wrote:

> Hi,
>
> I have 2079 files in my war folder.
> When I do a "appcfg update ", I get a file-limit error for having
> 4141 files.
>
> How can 2079 files turn into 4141 files... where am I missing out?
> I remember having read somewhere that each file is counted twice in
> some conditions... don't remember what's the scenario...
>
>
> Any help is appreciated.
>
>
> -Gaurav
> www.mastergaurav.com
>
>
> 0% Creating staging directory
> 5% Scanning for jsp files.
> 20% Scanning files on local disk.
> 25% Scanned 250 files.
> 28% Scanned 500 files.
> 31% Scanned 750 files.
> 33% Scanned 1000 files.
> 34% Scanned 1250 files.
> 35% Scanned 1500 files.
> 36% Scanned 1750 files.
> 37% Scanned 2000 files.
> 37% Scanned 2250 files.
> 37% Scanned 2500 files.
> 37% Scanned 2750 files.
> 37% Scanned 3000 files.
> 37% Scanned 3250 files.
> 37% Scanned 3500 files.
> 37% Scanned 3750 files.
> 37% Scanned 4000 files.
>
> java.io.IOException: Applications are limited to 3000 files, you have
> 4141.
> Unable to update app: Applications are limited to 3000 files, you have
> 4141.
>
> --
> 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.
>
>


-- 
~*suyash*~

-- 
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] Problems with playing audio files served from blobstore to Chrome

2010-10-21 Thread Jon
When I try to play an mp3 file that I've uploaded to the blobstore,
Chrome chokes. By chokes, I mean that it shows a player, then grays-
out the play button without ever playing the mp3. I suspect this to be
an issue with either my code or GAE just because if I serve the same
mp3 file as static content through GAE the file plays fine. I used
fiddler to capture the traffic, and the only difference between the
working static-content case and the non-working blobstore case appears
to be that GAE is respecting the Content-Range header in the blobstore
case, even if it is explicitly told not to use that header. To test
this theory, I tried setting the range, which didn't work (Content-
Range from the request was still respected, and set in the response)
and passing use_range = False to send_blob, which also didn't work
(Same behavior.) My code for serving the mp3 file from the blobstore
is below.

class SongServeHandler(blobstore_handlers.BlobstoreDownloadHandler):
def get(self):
song_id = self.request.path.split('/')[3]
song = SongInfo.get_by_id(int(song_id))
if (song is None):
self.error(404)
else:
blob_info = song.audio
self.send_blob(blob_info, content_type =
blob_info.content_type, use_range = False)

Is this a known issue? I can't find any record of it in the issue
tracker, and according to other posts here, people seem to be playing
media from the blobstore just fine. Is there something I'm missing
from my code?

-- 
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: Google apps engine for Business pricing Q

2010-10-21 Thread suyash singh
i think if any user use use ir u get $8 for that but in month max is $1000

On Wed, Oct 20, 2010 at 12:45 PM, Robert Kluin wrote:

> Hey David,
>  You can use App Engine for building a generic internet facing site.
> App Engine for Business seems to be targeting a different market
> segment, businesses running intranet type apps.
>
>
>
> Robert
>
>
>
>
>
>
> On Wed, Oct 20, 2010 at 15:34, David Parks  wrote:
> > Oh interesting. Maybe I'm mis-understanding google's intention here. I
> had
> > hoped to use app-engine to host a generic web-facing site. It seems like
> a
> > brilliant platform for that. But perhaps this is not a primary use case
> > considered by google? Or maybe that's what they mean by "users outside
> your
> > org would be billed differently", perhaps the whole concept is still in
> its
> > infancy.
> >
> > But even so, I would be surprised, because a 100 person intranet site
> > shouldn’t cost a small company $800 to host (surely a typical $40-$100
> VPS
> > on any old hosting provider would be more than sufficient).
> >
> > Oh well, I guess the marketing execs have some work to do. :)
> >
> >
> >
> > -Original Message-
> > From: google-appengine@googlegroups.com
> > [mailto:google-appeng...@googlegroups.com] On Behalf Of Geoffrey Spear
> > Sent: Thursday, October 21, 2010 1:22 AM
> > To: Google App Engine
> > Subject: [google-appengine] Re: Google apps engine for Business pricing Q
> >
> > My understanding that the the App Engine for Business offering you're
> > describing is intended for intranet applications, and that the user count
> > would be the number of users in your Google Apps domain.
> > There's no "free quota" because the applications aren't free in the first
> > place. As I understand it there's no quota system at all because the
> > business model is different than the "pay for what you use" model in
> normal
> > App Engine. (Although it may be reasonable to think you'd still have the
> > limits of the non-billable quotas, maybe at different levels, to prevent,
> > say, a 1-person "organization" from running some massive cluster
> computing
> > application in the cloud for super-cheap...)
> >
> > Applications intended to be used by users outside your organization would
> be
> > billed differently.
> >
> > On Oct 20, 12:33 pm, "David Parks"  wrote:
> >> I'm looking at Google apps engine for Businesses, and in the pricing
> >> it
> >> says:
> >>
> >> Each application costs $8 per user, up to a maximum of $1000, per month.
> >>
> >> Can someone explain to me what a "user" is in this context? I can't
> >> find any explanation. Is this just the user that creates the app on
> >> appengine.google.com? Meaning $8 allows you to create up to 10 apps +
> >> billable usage over the free quota? Or is there no free quota on the
> >> business edition?
> >
> > --
> > 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.
> >
> >
>
> --
> 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.
>
>


-- 
~*suyash*~

-- 
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] Limits for Google App Engine for Business

2010-10-21 Thread Rohit Aggarwal
Hi,
I was wondering if the limits (for example for URL Fetch and Outgoing
Email for the Python SDK) are relaxed or going to be relaxed slightly
for the Google App Engine for Business.


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] Sending mail on DEV server - not working at all

2010-10-21 Thread sodso
i am using the following application settings for sending mail in local
DEV server

--use_sqlite --smtp_host=smtp.gmail.com --smtp_port=465
--smtp_user=...@gmail.com --smtp_password=***
--require_indexes --show_mail_body --debug

the webpage gets stuck at "Sending Mail Message" and never stops
and never sends the email

i have checked the smtp settings, they look fine.

is anyone sending mails on DEV local server using the above option ??
does it work on Windows ??

i was trying to find the sendmail package for Windows but could not
find it, its only available for linux unix as a tar.gz

pls help !

-- 
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] Limits for Google App Engine for Business

2010-10-21 Thread Orlando P. Abarzua
looking  for  partners  in  India skype  patriciony

On Thu, Oct 21, 2010 at 1:39 PM, Rohit Aggarwal
 wrote:
> Hi,
> I was wondering if the limits (for example for URL Fetch and Outgoing Email
> for the Python SDK) are relaxed or going to be relaxed slightly for the
> Google App Engine for Business.
> 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.
>

-- 
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] XMPP message delivery status

2010-10-21 Thread sodso
i am sending xmpp messages within my own application.

is there a way to confirm if the message was received OK by the
application without any 500 server errors etc ??

i am sending from my app to my app only, no external sites or apps or
servers

pls help !

-- 
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 create fails

2010-10-21 Thread Ikai Lan (Google)
Looks like you created this with a Google Apps domain. Log in like this:

https://appengine.google.com/a/bullhorn.com/


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



On Wed, Oct 20, 2010 at 9:59 AM, bhgae  wrote:

> I just tried to create an app called 'bhmobileproto'. (Verified that
> the name was available.)
>
> Selected 'OpenID' for authentication.
>
> Then clicked 'Create Application' button.  No errors were receieved.
>
> Went to 'My Account' > 'My Products' > 'App Engine' > 'My
> Applications' and my new app was not present.
>
>
>
>
> So I tried it again.  This time, 'bhmobileproto' but was not
> available. (Because I just took it).
>
> So I tried to create an app called 'protobhmobile'. (Verified that the
> name was available.)
>
> Selected OpenID for Authentication.
>
> Then clicked 'Create Application' button.  No errors were receieved.
>
> Went to 'My Account' > 'My Products' > 'App Engine' > 'My
> Applications' and neither app was present.
>
> Is there anyway for me to get help?...
>
> --
> 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] Deletion of around 1000 objects times out

2010-10-21 Thread Ikai Lan (Google)
App Engine's datastore is backed by a key-value store. To do a delete of
1000 values, App Engine needs to iterate over 1000 indexes, then issue a
batch delete command. Could this be a cold start? Even if it is/isn't, it
may make more sense to hand it off to a task queue. App Engine favors a
denormalized model over RDBMS normalization.

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



On Thu, Oct 21, 2010 at 2:47 AM, john b.  wrote:

> Disclaimer: i am very new on GAE/J
>
> I have a single persistent object class (10 fields of type int/String/
> date) for which i removed indexing on all fields except the PK which
> is a string (these objects are around 60 bytes if serialized in
> protobuf so pretty small).
>
> Now i run into a request timeout issue trying to delete all objects
> (around 1000) in the db:
>
>PersistenceManager pm = PMF.get().getPersistenceManager();
>String query = "select from " + SomeJDO.class.getName();
>pm.newQuery(query).deletePersistentAll();
>pm.close();
>
> I get timeout report for the request and the log gives: 30915ms
> 31202cpu_ms 19302api_cpu_ms.
>
> My project is no more than a toy application and a deleting 1000
> vanilla rows does not seem much even on a desktop database.
>
> What am i 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.
>
>

-- 
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] Cron conf for repeat every hour at xx:05 ?

2010-10-21 Thread sodso
in GAE, how do we define a scheduled task in cron.yaml so that it runs
every 1 hour at xx:05 time i.e.

10:05 am
11:05 am
12:05 pm
01:05 pm
and so on

is this even possible with GAE cron ?

-- 
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: Google apps engine for Business pricing Q

2010-10-21 Thread Ikai Lan (Google)
The pricing is meant to be extremely competitive against "private cloud"
offerings by other providers in this space. A $40-$100 VPS does not come
with baked-in authentication with Google Apps or a centralized
administration, nor does it come with App Engine's APIs. You can certainly
build a similar stack that works for you, but in the end, you're paying for
a managed solution versus one you manage and build yourself. There's a point
at which self-management doesn't scale anymore, and a decent systems
administrator certainly wouldn't cost $800.

As far as pricing goes, you may not personally think it makes sense for your
needs, but 10 years ago, none of us probably would have guessed that large
enterprises were willing to drop $60+ a month per user for a web based CRM
system.

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



On Wed, Oct 20, 2010 at 12:34 PM, David Parks wrote:

> Oh interesting. Maybe I'm mis-understanding google's intention here. I had
> hoped to use app-engine to host a generic web-facing site. It seems like a
> brilliant platform for that. But perhaps this is not a primary use case
> considered by google? Or maybe that's what they mean by "users outside your
> org would be billed differently", perhaps the whole concept is still in its
> infancy.
>
> But even so, I would be surprised, because a 100 person intranet site
> shouldn’t cost a small company $800 to host (surely a typical $40-$100 VPS
> on any old hosting provider would be more than sufficient).
>
> Oh well, I guess the marketing execs have some work to do. :)
>
>
>
> -Original Message-
> From: google-appengine@googlegroups.com
> [mailto:google-appeng...@googlegroups.com] On Behalf Of Geoffrey Spear
> Sent: Thursday, October 21, 2010 1:22 AM
> To: Google App Engine
> Subject: [google-appengine] Re: Google apps engine for Business pricing Q
>
> My understanding that the the App Engine for Business offering you're
> describing is intended for intranet applications, and that the user count
> would be the number of users in your Google Apps domain.
> There's no "free quota" because the applications aren't free in the first
> place. As I understand it there's no quota system at all because the
> business model is different than the "pay for what you use" model in normal
> App Engine. (Although it may be reasonable to think you'd still have the
> limits of the non-billable quotas, maybe at different levels, to prevent,
> say, a 1-person "organization" from running some massive cluster computing
> application in the cloud for super-cheap...)
>
> Applications intended to be used by users outside your organization would
> be
> billed differently.
>
> On Oct 20, 12:33 pm, "David Parks"  wrote:
> > I'm looking at Google apps engine for Businesses, and in the pricing
> > it
> > says:
> >
> > Each application costs $8 per user, up to a maximum of $1000, per month.
> >
> > Can someone explain to me what a "user" is in this context? I can't
> > find any explanation. Is this just the user that creates the app on
> > appengine.google.com? Meaning $8 allows you to create up to 10 apps +
> > billable usage over the free quota? Or is there no free quota on the
> > business edition?
>
> --
> 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.
>
>

-- 
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] Limits for Google App Engine for Business

2010-10-21 Thread Ikai Lan (Google)
It's possible. We're looking into different use cases such as integration
with SDC. It's not uncommon for folks to want to pull/push large amounts of
data through SDC (Secure Data Connector).

On another note, I've banned the gentleman who has been responding about
India and Skype.

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



On Thu, Oct 21, 2010 at 10:07 AM, Orlando P. Abarzua
wrote:

> looking  for  partners  in  India skype  patriciony
>
> On Thu, Oct 21, 2010 at 1:39 PM, Rohit Aggarwal
>  wrote:
> > Hi,
> > I was wondering if the limits (for example for URL Fetch and Outgoing
> Email
> > for the Python SDK) are relaxed or going to be relaxed slightly for the
> > Google App Engine for Business.
> > 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.
> >
>
> --
> 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] 500 server error

2010-10-21 Thread 风笑雪
Check the logs via https://appengine.google.com/, you'll find an
uncaught exception.

--
keakon



On Wed, Oct 20, 2010 at 11:51 PM, He Jibo  wrote:
> Hi,
>
> I got the following error message after updating my apps. How could I solve
> it? My site is :
> http://gae-hejibo.appspot.com/
> Thanks for your help.
>
> Error: Server Error
>
> The server encountered an error and could not complete your request.
>
> If the problem persists, please report your problem and mention this error
> message and the query that caused it.
>
> --
> 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] Copying DB data from one DB to a 2nd DB

2010-10-21 Thread Robert Kluin
You can not connect directly to MySQL or Oracle from App Engine.  So
you would have to write services to connect to each server, and make
their data available via HTTP requests.



Robert





On Thu, Oct 21, 2010 at 05:21, Cyric  wrote:
> Greetings all!
>
> I'm new to the Google App Engine and it is the easy way to set up
> "Scheduled Tasks With Cron for Java" that made me interested.
>
> I want to build an aplllication that copies data from an oracle db to
> a msql db every 15 minutes or some such. The data to be transfered
> will be selected by some status flag.
>
> Is there allready some java framework implementation existing for the
> Google App Engine that can be used for a start? I'm asking because I
> don't hink this problem was never handled before but I was not able to
> find something via the search option of this group so far.
>
> Thx for any help.
> Cy
>
> --
> 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] Limits for Google App Engine for Business

2010-10-21 Thread Robert Kluin
Good, thank you.







On Thu, Oct 21, 2010 at 13:52, Ikai Lan (Google)
 wrote:
> It's possible. We're looking into different use cases such as integration
> with SDC. It's not uncommon for folks to want to pull/push large amounts of
> data through SDC (Secure Data Connector).
> On another note, I've banned the gentleman who has been responding about
> India and Skype.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
> On Thu, Oct 21, 2010 at 10:07 AM, Orlando P. Abarzua 
> wrote:
>>
>> looking  for  partners  in  India skype  patriciony
>>
>> On Thu, Oct 21, 2010 at 1:39 PM, Rohit Aggarwal
>>  wrote:
>> > Hi,
>> > I was wondering if the limits (for example for URL Fetch and Outgoing
>> > Email
>> > for the Python SDK) are relaxed or going to be relaxed slightly for the
>> > Google App Engine for Business.
>> > 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.
>> >
>>
>> --
>> 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.
>

-- 
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] Gtalk api gives incorrect status(or that is how i assume)

2010-10-21 Thread Robert Kluin
The users have to invite or be invited by the app to 'chat' first.






On Thu, Oct 21, 2010 at 12:03, Yousuf Ahmed  wrote:
> Hi All,
> I am working on getting the status of a User to check if he/she is logged in
> or not.
> Using the GTalk api, xmpp.get_presence().isAvailable() method, it does
> return me the status, but not all of them are as per the online status of
> the users.
> I have gone through some discussions on it, and it is mentioned that this
> will work only if the user is subscribed to the app. Seeing this as the mail
> app, all the users of a domain would anyways be subscribed to the app.
> Is there something that is missing here, or any additional information that
> is required.
> Any help would be highly appreciated.
> Thanks,
> Yousuf Ahmed
>
> --
> 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] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
And now, added support for "If-None-Match" and "ETag" as well.

Spawned a new project at Github - http://github.com/gvaish/gae-utils

As before, any critics, feedback, inputs and bugs/issues are more than
welcome :)


-Gaurav
http://www.mastergaurav.com


On Oct 21, 5:09 pm, MasterGaurav  wrote:
> Hi Stephen,
>
> Great catch!
>
> Here's the updated code:
>
> ---
>         if(req.getHeader("If-Modified-Since") != null)
>         {
>                 long entryTime = entry.getTime();
>                 String rawDate = req.getHeader("If-Modified-Since");
>                 Date headerDate;
>                 try
>                 {
>                         headerDate = DateUtil.parseDate(rawDate);
>                         long headerTime = headerDate.getTime();
>
>                         if(headerTime >= entryTime)
>                         {
>                                 
> resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
>                                 return;
>                         }
>                 } catch(DateParseException e)
>                 {
>                         e.printStackTrace();
>                 }
>         }
> ---
>
> Doing an update to the server 
> now...http://stackoverflow.com/questions/1930158/how-to-parse-date-from-htt...
>
> Removed the use of SimpleDateFormat and replaced it with DateUtil (as
> mentioned in the above post).
>
> -Gauravhttp://www.mastergaurav.com
>
> On Oct 21, 3:57 pm, Stephen  wrote:
>
> > On Oct 21, 8:43 am, MasterGaurav  wrote:
>
> > > Hi,
>
> > > I have put up an updated Unzippper servlet to serve static files
> > > (actually based 
> > > onhttp://code.google.com/p/googleappengine/issues/detail?id=161#c68)...
> > > just in case you are looking for a solution.
>
> > >http://code.google.com/p/googleappengine/issues/detail?id=161#c88
>
> > > My addendum:
> > >   - Respond with a 304 in case of "If-Modified-Since".
>
> > I don't think this will work:
>
> >     if(req.getHeader("If-Modified-Since") != null)
> >     {
> >         resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
> >         return;
> >     }
>
> > If the contents of the zipfile are updated, and the client sends an if-
> > modified-since header, you will respond with a 304 not modified
> > response and the client will show stale content.
>
> > You need to parse the data supplied with the if-modified-since header
> > and compare it to the last modified time of the file within the
> > zipfile, or at least to the zipfile as a whole.
>
>

-- 
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: The API call mail.Send() took too long to respond and was cancelled.

2010-10-21 Thread Ikai Lan (Google)
We're aware of issues with mail.send() and exceptions. Ryan, do you know
what percentage of calls this is happening to you for? Can you identify a
pattern in when these errors occur?

There is a workaround, but it's a bit of an ugly one. I'd like to test it
out before I recommend it. From a high level, it involves BCCing
some-unique...@appid.appspotmail.com on the email sends, then only retrying
if the app does not receive the email response, perhaps by storing the
current state in Memcache.

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



On Thu, Oct 21, 2010 at 7:32 AM, ryan baldwin  wrote:

> btw, app id=daily-deal
>
> On Oct 21, 8:19 am, ryan baldwin  wrote:
> > I know we sent not only duplicates, but in sometimes as many as 6
> > copies of an email to a customer because of themail.Send() error
> > (like the parent poster, our emails are sent in a task).
> >
> > What is the status of this error?
> >
> > On Oct 13, 7:44 am, Jamie H  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Googlers,
> >
> > > I'm wondering if anything else has been rolled out to fix this issue?
> > > I sent several hundred emails this morning and received 0 errors.
> > > Maybe a fluke?  Maybe it's fixed?
> >
> > > On Oct 11, 8:21 pm, ego008  wrote:
> >
> > > > I here is well done  http://gaefons.appspot.com/
> >
> > > > 2010/10/12 Jamie H 
> >
> > > > > Looks like I spoke too soon about the fix.  I just sent 24 emails
> and
> > > > > received this error 9 times.  Looks like it is still here and worse
> > > > > than ever.  I send my emails via a task, so they are resent upon
> > > > > error, however the previous poster indicated that despite this
> > > > > exception the emails are sent.. meaning I am sending about 33%
> > > > > duplicate emails.
> >
> > > > > --
> > > > > 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 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.
>
>

-- 
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] Request was aborted after waiting too long to attempt to service your request.

2010-10-21 Thread Ikai Lan (Google)
Adam,

The reason this is happening is because your requests take too long to
execute. App Engine apps will autoscale if they are generally kept as low
latency requests. The average latency of your requests is 1ms, so we
will not add instances. You will need to reduce the latency of your user
facing calls to under 1000ms (we recommend 800ms, and 400ms) for best
performance.

Strategies to do this:

- denormalize your data model to emphasize reads
- move long running jobs to task queues

Your web/user facing requests must be as fast as possible.


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



On Wed, Oct 20, 2010 at 3:17 PM, Adam Johnson
wrote:

> Hi folks,
>
> I'm getting tons of this error on my app id 'ipadsocial' yesterday and today. 
> Could you take a look? Maybe you should increase some of the internal quotas 
> for my app. It is paid app.
>
> Thanks,
> Adam
>
> "Request was aborted after waiting too long to attempt to service your 
> request. This may happen sporadically when the App Engine serving cluster is 
> under unexpectedly high or uneven load. If you see this message frequently, 
> please contact the App Engine team."
>
>  --
> 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: Frequent deadline exceeded errors.

2010-10-21 Thread Ikai Lan (Google)
Guys,

This is likely happening because your requests are taking on the order of
seconds to execute. Additional instances are not being added to your App
Engine apps, so incoming requests are being placed into a pending queue and
never being able to execute, causing them to abort. You will need to reduce
your user facing requests to under 1000ms so that App Engine can add
instances. You'll want to move slower operations to task queues.

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



On Wed, Oct 20, 2010 at 9:07 AM, TAKEUCHI POMU  wrote:

> My app(appid: mb4sqjp) also have similar problem for these couple of
> days...
>
> Sometimes it leaves message I've never seen.
>
> For the most part, log says
> - "Request was aborted after waiting too long to attempt to service
> your request. This may happen sporadically when the App Engine serving
> cluster is under unexpectedly high or uneven load. If you see this
> message frequently, please contact the App Engine team."
>
> I also found,
> - "10-20 08:44AM 03.505
> A serious problem was encountered with the process that handled this
> request, causing it to exit. This is likely to cause a new process to
> be used for the next request to your application. If you see this
> message frequently, you should contact the App Engine team. (Error
> code 203)"
>
> I saw this message for the first time,
> - "Failed startup of context
> com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@831a91
> {/,/base/data/home/apps/mb4sqjp/xxx.345605032354519732}
> com.google.apphosting.runtime.security.SystemFailureException: Unable
> to get a resource
>at
> com.google.appengine.runtime.Request.process-75e3768d20b77cee(Request.java)
>at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
>at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)"
>
> Other versions of my app also end with 500 very frequently.
>
> Thanks in advance,
> Pomu
>
> 2010/10/20 Carlos Ble :
> > More info:
> >
> > 10-20 04:41AM 48.795 / 500 38679ms 919cpu_ms -
> > (DeadeLineExceededError)
> >
> > Instances:
> >
> > Total number of instances   Average QPS Average Latency
> Average
> > Memory
> > 2 total 0.017   160.2 ms35.4 MBytes
> > Instances QPS   Latency Memory
> > 0.000   0.0 ms  39.6 MBytes
> > 0.033   320.5 ms31.2 MBytes
> >
> >
> > On 20 oct, 12:40, Carlos Ble  wrote:
> >> Hi,
> >> We are facing several DeadlineExceededError since yesterday. Appid =
> >> mavencharts
> >>
> >> 10-20 04:30AM 24.323 / 500 31863ms 1539cpu_ms
> >>
> >> At that time Average QPS was about 0.04 and there was 2 instances
> >> running.
> >>
> >> Thanks
> >>
> >> On 18 oct, 12:03, Stepan  wrote:
> >>
> >> > Last 3-4 days my app has like 80% DeadlineExceededErro; app ID is
> >> > "pixycity". That's sort of unacceptable. Please let us know what's
> >> > happening. Thanks
> >> > -stepan
> >>
> >>
> >
> > --
> > 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.
>
>

-- 
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: Updating static files

2010-10-21 Thread nickmilon

May be a caching issue ?
Old version served by an intermediate caching proxy?


On Oct 21, 12:14 pm, djidjadji  wrote:
> I don't know if this is still sometimes happening with uploading, but
> in the early days of GAE the new static files where always visible
> when you upload to a
> NON-default version. After uploading change the default version. I
> still use this method.
>
> 2010/10/21 Rafael Sierra :
>
>
>
>
>
>
>
> > Hi, I made an update which changed only 1 static file (js), after 3
> > updates, nothing had changed, then I tried change something in some
> > python file, after that the static file was updated too.
>
> > Is this a bug?
>
> > --
> > Rafael Sierra
> >http://blog.rafaelsdm.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 
> > athttp://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: Multiple files upload and INPUT FILE HTML

2010-10-21 Thread JavierH
Thanks Nick, I'll try it ...
Cheers !

On Oct 21, 11:56 pm, "Nick Johnson (Google)" 
wrote:
> Hi Javier,
>
> I wrote a three-part series on doing multiple file upload to App Engine's
> blobstore using plupload, 
> here:http://blog.notdot.net/2010/04/Implementing-a-dropbox-service-with-th...
>
> -Nick Johnson
>
>
>
>
>
> On Wed, Oct 20, 2010 at 4:03 AM, JavierH  wrote:
> > Does anyone know if it is possible to implement a multiple file upload
> > interface on GAE?
>
> > I am looking to upload multiple photos at the same time and the INPUT
> > FILE HTML makes me select the file for each photo ... so I would have
> > to select each image manually from the file system to fill the name
> > property of the FILE input. That's a pain ...
>
> > Basically I have like 50 FILE inputs and to upload them I have to
> > select each file individually manually ...
>
> > Any idea ?
>
> > Thanks in advance for you response !!
>
> > Cheers !
>
> > --
> > 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.
>
> --
> 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- Hide quoted text -
>
> - Show quoted text -

-- 
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: Updating static files

2010-10-21 Thread Rafael Sierra
On Thu, Oct 21, 2010 at 5:41 PM, nickmilon  wrote:
>
> May be a caching issue ?
> Old version served by an intermediate caching proxy?

I don't think so, I'm using curl/wget to download and there's no proxy ahead

>
>
> On Oct 21, 12:14 pm, djidjadji  wrote:
>> I don't know if this is still sometimes happening with uploading, but
>> in the early days of GAE the new static files where always visible
>> when you upload to a
>> NON-default version. After uploading change the default version. I
>> still use this method.
>>
>> 2010/10/21 Rafael Sierra :
>>
>>
>>
>>
>>
>>
>>
>> > Hi, I made an update which changed only 1 static file (js), after 3
>> > updates, nothing had changed, then I tried change something in some
>> > python file, after that the static file was updated too.
>>
>> > Is this a bug?
>>
>> > --
>> > Rafael Sierra
>> >http://blog.rafaelsdm.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 
>> > athttp://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.
>
>



-- 
Rafael Sierra
http://blog.rafaelsdm.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.



[google-appengine] Re: XMPP message delivery status

2010-10-21 Thread alf
you can send a special command and if client respond ok meaning was
send correctly other away failed.

is a solution

On Oct 21, 7:08 pm, sodso  wrote:
> i am sending xmpp messages within my own application.
>
> is there a way to confirm if the message was received OK by the
> application without any 500 server errors etc ??
>
> i am sending from my app to my app only, no external sites or apps or
> servers
>
> pls help !

-- 
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: Request was aborted after waiting too long to attempt to service your request.

2010-10-21 Thread Jamie H
Ikai,

I understand your response to this post but I'd like to let you know
what I have seen.  I see this error "occasionally" when my site has no
load.  Ie: 0 instances.  For example, in the middle of the night when
no users are on the site my cron runs and I receive this error.  To
prevent this I have created "warmup" cron jobs 1 minute before all my
real cron jobs.  So far this has worked, but sometimes I do see my
"warmup" cron jobs error out with this error.  This leads me to
believe this error can happen on cold starts ?


On Oct 21, 2:20 pm, "Ikai Lan (Google)" 
wrote:
> Adam,
>
> The reason this is happening is because your requests take too long to
> execute. App Engine apps will autoscale if they are generally kept as low
> latency requests. The average latency of your requests is 1ms, so we
> will not add instances. You will need to reduce the latency of your user
> facing calls to under 1000ms (we recommend 800ms, and 400ms) for best
> performance.
>
> Strategies to do this:
>
> - denormalize your data model to emphasize reads
> - move long running jobs to task queues
>
> Your web/user facing requests must be as fast as possible.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger:http://googleappengine.blogspot.com
> Reddit:http://www.reddit.com/r/appengine
> Twitter:http://twitter.com/app_engine
>
> On Wed, Oct 20, 2010 at 3:17 PM, Adam Johnson
> wrote:
>
> > Hi folks,
>
> > I'm getting tons of this error on my app id 'ipadsocial' yesterday and 
> > today. Could you take a look? Maybe you should increase some of the 
> > internal quotas for my app. It is paid app.
>
> > Thanks,
> > Adam
>
> > "Request was aborted after waiting too long to attempt to service your 
> > request. This may happen sporadically when the App Engine serving cluster 
> > is under unexpectedly high or uneven load. If you see this message 
> > frequently, please contact the App Engine team."
>
> >  --
> > 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] Sending mail on DEV server - not working at all

2010-10-21 Thread djidjadji
Have you tried running sendmail with cygwin?
It might already be ported to cygwin.

2010/10/21 sodso :
> i am using the following application settings for sending mail in local DEV
> server
>
> --use_sqlite --smtp_host=smtp.gmail.com --smtp_port=465
> --smtp_user=...@gmail.com --smtp_password=***
>  --require_indexes --show_mail_body --debug
>
> the webpage gets stuck at "Sending Mail Message" and never stops and
> never sends the email
>
> i have checked the smtp settings, they look fine.
>
> is anyone sending mails on DEV local server using the above option ?? does
> it work on Windows ??
>
> i was trying to find the sendmail package for Windows but could not find it,
> its only available for linux unix as a tar.gz
>
> pls help !
>
> --
> 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] Re: building index.yaml

2010-10-21 Thread Jay Young
Write tests that execute each of your potential queries and run them
whenever you need to regenerate your index.yaml file.  If this search
feature is a key piece of your application, it should be well-tested
anyway.

-- 
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: Request was aborted after waiting too long to attempt to service your request.

2010-10-21 Thread Adam Johnson
lkai,

Thanks for your response. That may explain for some other apps. In our case,
the app 'ipadsocial' is pretty much a pure backend app. Most of the load is
through cron and deferred jobs. Number of web front requests is close to
zero. If you try to visit http://ipadsocial.appspot.com, you will see. We
have almost no UI.

Adam

On Thu, Oct 21, 2010 at 2:36 PM, Jamie H  wrote:

> Ikai,
>
> I understand your response to this post but I'd like to let you know
> what I have seen.  I see this error "occasionally" when my site has no
> load.  Ie: 0 instances.  For example, in the middle of the night when
> no users are on the site my cron runs and I receive this error.  To
> prevent this I have created "warmup" cron jobs 1 minute before all my
> real cron jobs.  So far this has worked, but sometimes I do see my
> "warmup" cron jobs error out with this error.  This leads me to
> believe this error can happen on cold starts ?
>
>
> On Oct 21, 2:20 pm, "Ikai Lan (Google)" 
> 
> >
> wrote:
> > Adam,
> >
> > The reason this is happening is because your requests take too long to
> > execute. App Engine apps will autoscale if they are generally kept as low
> > latency requests. The average latency of your requests is 1ms, so we
> > will not add instances. You will need to reduce the latency of your user
> > facing calls to under 1000ms (we recommend 800ms, and 400ms) for best
> > performance.
> >
> > Strategies to do this:
> >
> > - denormalize your data model to emphasize reads
> > - move long running jobs to task queues
> >
> > Your web/user facing requests must be as fast as possible.
> >
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > Blogger:http://googleappengine.blogspot.com
> > Reddit:http://www.reddit.com/r/appengine
> > Twitter:http://twitter.com/app_engine
> >
> > On Wed, Oct 20, 2010 at 3:17 PM, Adam Johnson
> > wrote:
> >
> > > Hi folks,
> >
> > > I'm getting tons of this error on my app id 'ipadsocial' yesterday and
> today. Could you take a look? Maybe you should increase some of the internal
> quotas for my app. It is paid app.
> >
> > > Thanks,
> > > Adam
> >
> > > "Request was aborted after waiting too long to attempt to service your
> request. This may happen sporadically when the App Engine serving cluster is
> under unexpectedly high or uneven load. If you see this message frequently,
> please contact the App Engine team."
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine" group.
> > > To post to this group, send email to google-appengine@googlegroups.com
> .
> > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-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: Google apps engine for Business pricing Q

2010-10-21 Thread David Parks
Point taken. And I can agree that for a large enterprise of say 2000+
people, 12k/yr for a big app is swollowable. Especially if that 12k/yr gets
me 10 apps (that point is unclear to me as a user, marketing could clarify
it in your messaging). 

My point is about the small business running on google apps. The ~130 person
business pays the same as the 2000 person enterprise, roughly speaking.
It's just my 2-cents and maybe some food for thought, but it seems like this
pricing model will favor large and push away small. 

 

But really, your biggest problem is that your messaging isn't clear about
the use cases that you are targeting. I think someone in marketing could
really clean up the messaging so that we can understand the intended use
cases better.

 

All suggestions made in good spirit, I love what you've created here.

 

Dave

 

 

 

From: google-appengine@googlegroups.com
[mailto:google-appeng...@googlegroups.com] On Behalf Of Ikai Lan (Google)
Sent: Friday, October 22, 2010 12:48 AM
To: google-appengine@googlegroups.com
Subject: Re: [google-appengine] Re: Google apps engine for Business pricing
Q

 

The pricing is meant to be extremely competitive against "private cloud"
offerings by other providers in this space. A $40-$100 VPS does not come
with baked-in authentication with Google Apps or a centralized
administration, nor does it come with App Engine's APIs. You can certainly
build a similar stack that works for you, but in the end, you're paying for
a managed solution versus one you manage and build yourself. There's a point
at which self-management doesn't scale anymore, and a decent systems
administrator certainly wouldn't cost $800. 

 

As far as pricing goes, you may not personally think it makes sense for your
needs, but 10 years ago, none of us probably would have guessed that large
enterprises were willing to drop $60+ a month per user for a web based CRM
system. 



--

Ikai Lan 
Developer Programs Engineer, Google App Engine

Blogger: http://googleappengine.blogspot.com
 

Reddit: http://www.reddit.com/r/appengine

Twitter: http://twitter.com/app_engine





On Wed, Oct 20, 2010 at 12:34 PM, David Parks 
wrote:

Oh interesting. Maybe I'm mis-understanding google's intention here. I had
hoped to use app-engine to host a generic web-facing site. It seems like a
brilliant platform for that. But perhaps this is not a primary use case
considered by google? Or maybe that's what they mean by "users outside your
org would be billed differently", perhaps the whole concept is still in its
infancy.

But even so, I would be surprised, because a 100 person intranet site
shouldn't cost a small company $800 to host (surely a typical $40-$100 VPS
on any old hosting provider would be more than sufficient).

Oh well, I guess the marketing execs have some work to do. :)




-Original Message-
From: google-appengine@googlegroups.com
[mailto:google-appeng...@googlegroups.com] On Behalf Of Geoffrey Spear
Sent: Thursday, October 21, 2010 1:22 AM
To: Google App Engine
Subject: [google-appengine] Re: Google apps engine for Business pricing Q

My understanding that the the App Engine for Business offering you're
describing is intended for intranet applications, and that the user count
would be the number of users in your Google Apps domain.
There's no "free quota" because the applications aren't free in the first
place. As I understand it there's no quota system at all because the
business model is different than the "pay for what you use" model in normal
App Engine. (Although it may be reasonable to think you'd still have the
limits of the non-billable quotas, maybe at different levels, to prevent,
say, a 1-person "organization" from running some massive cluster computing
application in the cloud for super-cheap...)

Applications intended to be used by users outside your organization would be
billed differently.

On Oct 20, 12:33 pm, "David Parks"  wrote:
> I'm looking at Google apps engine for Businesses, and in the pricing
> it
> says:
>
> Each application costs $8 per user, up to a maximum of $1000, per month.
>
> Can someone explain to me what a "user" is in this context? I can't
> find any explanation. Is this just the user that creates the app on
> appengine.google.com? Meaning $8 allows you to create up to 10 apps +
> billable usage over the free quota? Or is there no free quota on the
> business edition?

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

Re: [google-appengine] update problem

2010-10-21 Thread Mr. Rajiv Bakulesh Shah
Hi, Wei.

That's because you have Windows configured to associate .py files with Notepad. 
 That is, when you "execute" a .py file, it opens in Notepad for editing.

You can get around this by launching a command prompt window and typing:

python appcfg.py update yourproject

Of course, the preceding command assumes that you have Python in your path.  If 
you don't have Python in your path, you'll have to supply the full path to your 
Python executable like so:

C:\Python25\python.exe appcfg.py update yourproject

I hope that helps,
Raj

Social bookmarking with style!  http://imi-imi.appspot.com/

On Oct 20, 2010, at 10:56 AM, wei wrote:

> when I run appcfg.py update myproject, the appcfg.py file opened by
> notepad, instead of asking me to fill the user name and password. is
> there anyone knows how to solve this problem?
> 
> -- 
> 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] Re: Internal Server Error after Google Account Login (with Account recovery prompt)

2010-10-21 Thread Albert
This is still happening to everyone accessing my site for the first
time via a Google Account, which is a huge percentage of my visitors.
Is anybody else noticing this?

Should I file an issue for this?

Thanks!

On Sep 2, 8:13 am, Albert  wrote:
> I hope this gets fixed.
>
> On Sep 2, 12:09 am, Darien Caldwell  wrote:
>
>
>
>
>
>
>
> > Interesting. I had the exact same thing happen to me this morning,
> > except that I clicked "Remind me later".  I just started over from my
> > original URL when the errors occurred, and it proceeded fine after
> > that.  I'm betting it's an issue on Google's end.

-- 
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: Quota numbers seem wrong

2010-10-21 Thread Richard Watson
Thanks, Ikai - seems 99% correct now.  The exception is Indexes, which
reports 1 when I have 2 on the Indexes page.

On Oct 20, 9:35 pm, "Ikai Lan (Google)" 
wrote:
> D'oh, Alex's email is the correct update. I misread the internal thread. The
> issue should, in fact, be resolved.
>
> Please let us know if it's not.

-- 
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: Sending mail on DEV server - not working at all

2010-10-21 Thread C Sowa
You need http://glob.com.au/sendmail/ and
http://groups.google.com/group/google-appengine/msg/7750aed12ae6543d
.

On Oct 21, 9:06 am, sodso  wrote:
> i am using the following application settings for sending mail in local
> DEV server
>
> --use_sqlite --smtp_host=smtp.gmail.com --smtp_port=465
> --smtp_user=...@gmail.com --smtp_password=***
> --require_indexes --show_mail_body --debug
>
> the webpage gets stuck at "Sending Mail Message" and never stops
> and never sends the email
>
> i have checked the smtp settings, they look fine.
>
> is anyone sending mails on DEV local server using the above option ??
> does it work on Windows ??
>
> i was trying to find the sendmail package for Windows but could not
> find it, its only available for linux unix as a tar.gz
>
> pls help !

-- 
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] Gtalk api gives incorrect status(or that is how i assume)

2010-10-21 Thread Yousuf Ahmed
Thanks for the reply Robert

On Fri, Oct 22, 2010 at 12:32 AM, Robert Kluin wrote:

> The users have to invite or be invited by the app to 'chat' first.
>
>
>
>
>
>
> On Thu, Oct 21, 2010 at 12:03, Yousuf Ahmed 
> wrote:
> > Hi All,
> > I am working on getting the status of a User to check if he/she is logged
> in
> > or not.
> > Using the GTalk api, xmpp.get_presence().isAvailable() method, it does
> > return me the status, but not all of them are as per the online status of
> > the users.
> > I have gone through some discussions on it, and it is mentioned that this
> > will work only if the user is subscribed to the app. Seeing this as the
> mail
> > app, all the users of a domain would anyways be subscribed to the app.
> > Is there something that is missing here, or any additional information
> that
> > is required.
> > Any help would be highly appreciated.
> > Thanks,
> > Yousuf Ahmed
> >
> > --
> > 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.
>
>

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