[google-appengine] Google Engage Error

2012-03-30 Thread Claudio Bedino
I try to view my coupon but after login i found this error!

Error: Server ErrorThe 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/j3RpgXL8lzgJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Datastore quota madness

2012-03-30 Thread Dmitry Gusev
Same issue in my app -- 'ping-service'

807 entities, 14MBytes total size.

1GB Limit exceeded, all this happened less than a week ago.


On Monday, March 26, 2012 5:50:47 PM UTC+4, RollingCircle wrote:
>
> Same issue here - application 'i-notam', using about 1MB of M/S 
> datastore, suddenly showing 1GB of quota used, raising quota-exceeded 
> errors, killing the app. 
>
> What's going on - are there any App Engine team people here? 
>
>
>
> On Mar 22, 11:46 am, Константин Сабуров  wrote: 
> > Hello! 
> > 
> > i have an application on master/slave datastore and recently noticed 
> really 
> > strange things: datastore size on the dashboard is much bigger than 
> > expected. in my app i proactively deleting all unused info to stay below 
> > 1Gb quota (and there is not many users) but datastore size do not going 
> > down, it going up instead and for now it is over 4Gb. 
> > and this is not only mine point of view: datastore admin page and 
> datastore 
> > statistics both shows numbers which much easier to believe 
> > i attached screenshots, may be i overlooked something... i just whant to 
> > delete "invisible entities" which take all of my billable space 
> > please help! :) 
> > 
> >  Scr20120322_1436_#1_DatastoreAdminOfficods1GoogleChrome.jpg 
> > 157KViewDownload 
> > 
> >  Scr20120322_1436_#2_DashboardOfficods1GoogleChrome.jpg 
> > 333KViewDownload 
> > 
> >  Scr20120322_1444_#3_DatastoreStatisticsOfficods1GoogleChrome.jpg 
> > 190KViewDownload

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



[google-appengine] GAE Instance hours - does it include the upload / download time to server from HTTP client ?

2012-03-30 Thread Nagarjun
Hi,

I have an application which is mostly I/O intensive and involves a
high number of upload and download operations to the app engine server
by an HTTP client.

My question is: what does the instance hour comprise of in this case ?
Does it include the total time taken by the HTTP client to upload the
request data ? Or does the instance hour calculation begin when the
entire request data is uploaded and processing of the request starts ?

Example data from the application:

A request from the HTTP client with request data size 1.1 MB took
78311 ms to complete on the client side. The corresponding log entry
on the server side is as follows:

 - - [Time] "POST / HTTP/1.1" 200 127 - "Apache-
HttpClient/UNAVAILABLE (java 1.4)" "" ms=3952 cpu_ms=1529
api_cpu_ms=283 cpm_usd=0.154248 instance=

Which of these figures contributes towards the instance hour
utilization - is it a) ms, b) cpu_ms or c) the total time noted on the
client side ?

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



Re: [google-appengine] I can't receive the message that you send about GAE.

2012-03-30 Thread Nick Beenham
I'm having the same issue, filled out the forms, anyone know what the 
turnaround time is?? Irony is that I use Google Voice and can't receive the 
SMS

On Thursday, March 22, 2012 3:23:03 AM UTC-4, Amy Unruh wrote:
>
> hi,
>
> You can fill out this form for SMS issues: 
> https://appengine.google.com/waitlist/sms_issues .
>
> On Thu, Mar 22, 2012 at 5:44 AM, 理桂川  wrote:
>
>> Hello.I'm in China.I use China Mobile and I can't receive the SMS.
>> I feel anxious.Please help me create account.
>> Thank you.
>>
>> --
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/K28Jw5pmY8sJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Dynatable RPC fails

2012-03-30 Thread Aydin
Hi,

I'm just getting started with GAE and GWT. There is a Dynatable sample
in GWT which I was hoping I would be able to get working.

SEVERE: javax.servlet.ServletContext log: Exception while dispatching
incoming RPC call
java.lang.NoClassDefFoundError: Could not initialize class
com.google.gwt.rpc.server.CommandSerializationUtil
at com.google.gwt.rpc.server.RPC.decodeRequest(RPC.java:160)
at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:
169)
at
com.google.gwt.user.server.rpc.HybridServiceServlet.processCall(HybridServiceServlet.java:
111)
at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:
233)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
511)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1166)
at
com.google.appengine.tools.development.HeaderVerificationFilter.doFilter(HeaderVerificationFilter.java:
35)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:
60)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:
43)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:
122)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.tools.development.BackendServersFilter.doFilter(BackendServersFilter.java:
97)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
418)
at
com.google.appengine.tools.development.DevAppEngineWebAppContext.handle(DevAppEngineWebAppContext.java:
78)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at com.google.appengine.tools.development.JettyContainerService
$ApiProxyHandler.handle(JettyContainerService.java:363)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
542)
at org.mortbay.jetty.HttpConnection
$RequestHandler.content(HttpConnection.java:938)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:755)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
409)
at org.mortbay.thread.QueuedThreadPool
$PoolThread.run(QueuedThreadPool.java:582)

Mar 27, 2012 3:06:21 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
SEVERE: javax.servlet.ServletContext log: Exception while dispatching
incoming RPC call
java.lang.ExceptionInInitializerError
at com.google.gwt.rpc.server.RPC.decodeRequest(RPC.java:160)
at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:
169)
at
com.google.gwt.user.server.rpc.HybridServiceServlet.processCall(HybridServiceServlet.java:
111)
at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:
233)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
511)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1166)
at
com.google.appengine.tools.development.HeaderVerificationFilter.doFilter(HeaderVerificationFilter.java:
35)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:
60)
at org.mortbay.jetty.servl

[google-appengine] One-to-many relation problem

2012-03-30 Thread Bat
Hi All,

I'm trying to use the one-to-many relation with heritance but without
success. Let me explain.

I have 3 classes :

@PersistenceCapable
@Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE)
public abstract class Op {
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
public Key key;

@Persistent(mappedBy = "op")
@Element(dependent = "true")
private ArrayList entryArr = new ArrayList();
}

 @PersistenceCapable
public class ExtendedOp extends Op {
public double quota;
}

@PersistenceCapable
public class Entry {
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
public Key key;

@Persistent
private Op op = null;
}

When I persist, I use this code :
ExtendedOp op = new ExtendedOp();
op.addNewEntry(new Entry());
op.addNewEntry(new Entry());
pm.makePersistent(op);

After, I persisted, I reload the "ExtendedOp" with this :
String connectionQuery = "select from " + ExtendedOp.class.getName();
 opArr = (List) pm.newQuery(connectionQuery).execute();
 if (opArr != null) {
for (ExtendedOp opExt : opArr) {
if ( opExt.getEntryArr() != null)
for (Entry entry : sale.getEntryArr()) {
System.out.println("ok"); //works!
if (entry.getOp() != null)
System.out.println("perfect"); //never
display
}
}
}

The problem is : the Entry has the field "operation" always null. This
field is from the relation one-to-many. Maybe this field is still null
because is class type is "parent" of ExtendedOp?

Could you help me to solve that problem?

Thanks you very much,

Bat

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



[google-appengine] Re: Error code 202

2012-03-30 Thread Ryan Heinen
When will the root cause of this issue be made public?

As of the 13th the issue is now resolved, but for at least a week
prior (probably longer, but we don't have hard data) our HRD
applications was seeing approximately 10% of requests failing with
error code 202 or 204 (~50/50 split).

Ryan

On Mar 12, 5:55 pm, "Ikai Lan (Google)"  wrote:
> Quick update: the master/slave maintenance is at 6pm, not 4pm. I posted an
> update about it here:
>
> https://groups.google.com/forum/?fromgroups#!topic/google-appengine-d...
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> plus.ikailan.com
>
> On Mon, Mar 12, 2012 at 1:57 PM, Ikai Lan (Google) wrote:
>
>
>
>
>
>
>
> > Okay, separating two topics here:
>
> > Java HRD applications: we've been working on the issue with instance
> > deaths. Ideally, these issues will be resolved very shortly. Thanks to
> > everyone who provided information. I know there's been some discussion
> > about whether or not these questions go to StackOverflow or the groups, and
> > the answer is that you should post issues like this here in Google Groups.
>
> > Master/slave applications (all): I just announced a maintenance period for
> > next Monday, March 19th at 4pm-6pm US/Pacific (23:00 GMT):
>
> >https://groups.google.com/forum/?fromgroups#!topic/google-appengine-d...
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> > plus.ikailan.com
>
> > On Sun, Mar 11, 2012 at 4:11 PM, Ashley Schroder <
> > ashley.schro...@gmail.com> wrote:
>
> >> We're getting this 202 error code as of a few minutes ago.
>
> >> appid=order-pipe
>
> >> (App is Java, HRD and using Spring MVC + JDO)
>
> >> Would appreciate any workaround suggestions.
>
> >> Thanks,
> >> Ashley
>
> >> On Mar 11, 11:45 pm, Mos  wrote:
> >> > Problem still exists. (No new deployment done; running on HRD).  Just
> >> got
> >> > an 202 by requesting the robots.txt:
>
> >> > 2012-03-11 11:32:06.207 /robots.txt 500 124564ms 0kb Pixray-Seeker/1.1
> >> > (Pixray-Seeker;http://www.pixray.com/pixraybot;craw...@pixray.com)
>
> >> >     88.198.67.197 - - [11/Mar/2012:03:32:06 -0700] "GET /robots.txt
> >> > HTTP/1.1" 500 0 - "Pixray-Seeker/1.1 (Pixray-Seeker;
> >> http://www.pixray.com/pixraybot;craw...@pixray.com)" "www.krisentalk.de"
> >> > ms=124565 cpu_ms=216 api_cpu_ms=0 cpm_usd=0.006053 exit_code=202
> >> > instance=00c61b117cca039212f00b84c513a2dc01ac
>
> >> >     W 2012-03-11 11:32:06.206
>
> >> >     A 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. (Error code 202)
>
> >> > On Sat, Mar 10, 2012 at 12:04 AM, Ikai Lan (Google)  >> >wrote:
>
> >> > > I've taken a look at some of the High Replication app IDs posted
> >> publicly
> >> > > and haven't found instances of this (instances exiting because of
> >> error
> >> > > code 202) recently. It looks to have stabilized as of ~15 hours ago.
> >> If you
> >> > > have a master/slave application that continues to exhibit this
> >> behavior,
> >> > > there might be a band aid we can apply, but please don't ask for it
> >> unless
> >> > > you are still seeing issues since there could be unintended
> >> consequences.
>
> >> > > Side note: there are a few things going on at the same time, so if
> >> you are
> >> > > NOT seeing the symptoms reported in this thread (Error Code 202
> >> exits),
> >> > > please don't post to this thread - you're just making it harder to
> >> collect
> >> > > information and address the issue.
>
> >> > > --
> >> > > Ikai Lan
> >> > > Developer Programs Engineer, Google App Engine
> >> > > plus.ikailan.com
>
> >> > > On Fri, Mar 9, 2012 at 9:09 AM, Takashi Matsuo ♟  >> >wrote:
>
> >> > >> Sorry to chiming in a bit late here.
> >> > >> If anyone is still suffering from (Error code 202), please let me
> >> know
> >> > >> your app-ids and the time of the occurrence.
>
> >> > >> I'll try my best to solve the issue.
>
> >> > >> -- Takashi
>
> >> > >> On Sat, Mar 10, 2012 at 12:25 AM, Ronoaldo José de Lana Pereira
> >> > >>  wrote:
> >> > >> > Same here, my apps is Java, concurrent requests enabled, on MS
> >> (sadly
> >> > >> ...)
>
> >> > >> > Em sexta-feira, 9 de março de 2012 08h27min15s UTC-3, Nikolai
> >> escreveu:
>
> >> > >> >> +1
> >> > >> >> same here
>
> >> > >> >> Am Mittwoch, 7. März 2012 10:19:15 UTC+1 schrieb tarun2000:
>
> >> > >> >>> I keep getting:  A 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. (Error code
> >> 202)
>
> >> > >> >>> It seems like the issue happens right after uploading a new
> >> version
> >> > >> or on
> >> > >> >>> cold start.  It seems to disappear after a while.  The rpcs that
> >> fail
> >> > >> may be
> >> > >> >>> returning a lot of data.  Any idea what's wrong?
>
> >> >

Re: [google-appengine] Re: How can i increase indexes of my application

2012-03-30 Thread Alfred Fuller
It seems like there are two separate issues here:

We have a bug where the index quota isn't being updated correctly (we are 
looking into this).

When you have a lot of kinds you may actually need a lot of indexes. For 
example 200 indexes / 50 kinds = 4 indexes per kind. This is reasonable. I 
am curious, for all those that actually have 200 indexes, what is the 
maximum number of indexes / kind for all your kinds?

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



Re: [google-appengine] Re: Hello every one I have a question about google app engine please ?!!!

2012-03-30 Thread angelina amerson
Hello kyle
Thank you so much for answering , to answer your question yes the same
image will be shown to all users and yes we do need to track  impressions !
So how long would it take ? how many hours would it take to code ?

Also could you please tell me how many hours does it take to code an HTTP
post method  that sends an image from the iPhone to a server ?

It will occur when the user is already sending an image via face book or
twitter , I want to be clear to you that the Facebook and twitter codes are
already set up we just want an addition to that an HTTP post code that send
the same image to a server .
Thank you so much .

On Tue, Mar 27, 2012 at 12:24 AM, Kyle Finley  wrote:

> Angelina,
>
> The amount of time required really depends upon the amount of control that
> you want.
>
> Are you displaying the same ad to all users?
> Do you need to track impressions?
>
> If you're simply displaying the same ad to all users, then it shouldn't
> take more then a couple hours. The most time consuming task would be
> building the admin interface that would allow you to change the ad.
>
>
> - Kyle
>
>
> On Monday, March 26, 2012 6:31:08 PM UTC-5, angelina amerson wrote:
>>
>>
>>
>>
>>
>> we are  looking  to set up in order  to be able to run custom banner ads
>> on our rhis app.
>>
>> This will require someone to setup the google app engine and configure it
>> so that it can push ads to
>>
>> our app, and the ability to change those ads anytime we  choose . Any
>> some one tell me how difficult is it and how many man hours  are involved
>> for  the programmer to write the code for it ?
>> Thank you so much
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/pVvYj28RaVEJ.
> 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.
>



-- 


Angelina Amerson
Producer
www.myvirtualgirlfriendgame.com
www.myvirtualboyfriendgame.com

Never allow a person to tell you no who doesn't have the power to say yes.
Eleanor Roosevelt

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



[google-appengine] Can't see my uploaded website. 500 Server Error

2012-03-30 Thread Leo
I followed all the steps to create the website on GAE. I deployed, and 
everything worked fine. But when i try to open the website on 
.appspot.com, it gives a Server Error. 

I have a feeling my app.yaml file is incomplete. My website is pretty 
basic. This is the app.yaml file. Should I add something more? Please help

application:  
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /(.*\.(gif|png|jpg|ico|js|css))
>   static_files: \1
>   upload: (.*\.(gif|png|jpg|ico|js|css))
>
> - url: .*
>   script: main.py
>

Thanks a lot for the help 


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



[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2012-03-30 Thread R kamalakkannan
what is sq125?
it is how to convert user understand format ?

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



[google-appengine] >15 second response times

2012-03-30 Thread Vanessa
We have an application (what-matters, www.whatmattersnow.org) built on
the Java version of App Engine.  It's using high replication.
Yesterday we started noticing occasional very, very slow page loads.
Requests that typically return in under 200 ms are taking more than 15
seconds to return.  The problem is intermittent and not consistently
reproducible.  Is something happening on app engine that could cause
this?  Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To 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] About SMS receving

2012-03-30 Thread wang...@gmail.com
Hi,

I am from China and when i set up the goagent, i met the error below
because i cant receive the SMS,
what should do to solve it ?

← You have sent too many SMS verification messages.

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



[google-appengine] One-to-many relation problem

2012-03-30 Thread Bat
 

Hi All,


I'm trying to use the one-to-many relation with heritance but without

success. Let me explain.


I have 3 classes :


@PersistenceCapable

@Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE)

   public abstract class Op {

   @PrimaryKey

   @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

   public Key key;


   @Persistent(mappedBy = "op")

   @Element(dependent = "true")

   private ArrayList entryArr = new ArrayList();

}


@PersistenceCapable

public class ExtendedOp extends Op {

   public double quota;

}


@PersistenceCapable

public class Entry {

@PrimaryKey

@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

public Key key;


@Persistent

   private Op op = null;

}


When I persist, I use this code :

ExtendedOp op = new ExtendedOp();

op.addNewEntry(new Entry());

op.addNewEntry(new Entry());

pm.makePersistent(op);


After, I persisted, I reload the "ExtendedOp" with this :

String connectionQuery = "select from " + ExtendedOp.class.getName();

opArr = (List) pm.newQuery(connectionQuery).execute();

if (opArr != null) {

   for (ExtendedOp opExt : opArr) {

   if ( opExt.getEntryArr() != null)

   for (Entry entry : sale.getEntryArr()) {

   System.out.println("ok"); //works!

   if (entry.getOp() != null)

   System.out.println("perfect"); //never

display

   }

   }

   }


The problem is : the Entry has the field "operation" always null. This

field is from the relation one-to-many. Maybe this field is still null

because is class type is "parent" of ExtendedOp?


Could you help me to solve that problem?


Thanks you very much,


Bat

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



[google-appengine] Google App Engine and Development Framework

2012-03-30 Thread Alexandre Jacquet
Hello Guys,

I would like to know if is there any framework that works fine with App 
Engine, i was trying to run Play Framework however I have read that Play2.0 
will not support GAE, do you know any other for GAE-J?

Tks


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



[google-appengine] Google App Engine Java Framework

2012-03-30 Thread Alexandre Jacquet
Hello Guys,

I would like to know if is there any framework for web development using
GAE-J, I have tried to use Play Framework, however in the next version 2.0
it will not be supported.


Thanks.



Alexandre Jacquet

Google Apps Deployment Specialst
São Paulo | SP | Brasil
Tel.: 55 11 8064 6882

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



[google-appengine] Google Api integration C#

2012-03-30 Thread Alex
If somebody knows how write c# class that will work with gmail after
user do log in?
thanks...

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



[google-appengine] How much ?

2012-03-30 Thread apperson
Hello,

I'd like to know how much I can upload my files on Good app engine for
free.

Great weekends,

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



[google-appengine] Re: [IMPORTANT] Requesting feedback for "App Engine connected Android support" in Google Plugin for Eclipse (GPE) !

2012-03-30 Thread Joan Montagut Prim
Hi Sriram,

I've been trying to follow the tutorial that you introduced during these 
last days... and I'm finding some problem to connect with App Engine. I 
think that it can be a possible error with de registration with de app or 
the package of C2DM, I'm not sure. It would be great that you presented a 
tutorial more guided introducing the steps with de registration of the app 
and c2dm parts!

Cheers,
Joan

On Wednesday, February 29, 2012 9:42:11 AM UTC+1, Sriram (Google) wrote:
>
> Hi folks,
> I was wondering if any of you played around with the "App Engine connected 
> Android support" we introduced in GPE  last 
> year.
> Here's the link to get started: 
> http://code.google.com/eclipse/docs/appengine_connected_android.html
>
> It allows you to define a App Engine backend for your Android app, and 
> uses an RPC mechanism for your Android app to call into App Engine, and 
> C2DM for back-communication.
> Here's a cool video from last year's Google IO on the same topic: 
> https://www.youtube.com/watch?v=M7SxNNC429U
>
> We are looking to make the experience for using App Engine as a backend 
> for Android much better, and would love to hear your feedback!
> Do ping us asap.
>
> Cheers,
> Sriram
>
> -- 
> Sriram Saroop |  Product Manager, Google | +91-9900065945
>
>

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



[google-appengine] Blobstore Uploads Corrupting Form Fields?

2012-03-30 Thread Revence Kalibwani

Hello;

When I upload data along with a file via a URL generated with  
`blobstore.create_upload_url('/somepath')`, everything works as it should,  
except that other form fields (to be precise, textarea fields with long  
text) get to the handling code at /somepath (in the post handler) when  
they are corrupted incurably.
The long texts end up with the string "= " inserted in them  
systematically, and any unicode characters are similarly garbled. This  
happens even when the form is given UTF-8 encoding. The corrupted strings  
arrive as unicode.


I know that some other people have hit this, from having done many Google  
searches, but I do not see any official acknowledgement of this. Can  
anyone here give me any pointers?

Thanks.

--
Revence

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



[google-appengine] Google App Engine Boilerplate New Version Announcement

2012-03-30 Thread coto
I proud to announce a new version of Google App Engine 
Boilerplate
.

As has been customary, it follows a bunch of good practices, but now has 
many more features ready for copy into your application or begining a new 
one.

Also there are changes on libraries versions, like:
- NDB 0.9.9 to 1.0
- jQuery 1.7.1 to 1.7.2

And the most important things, the *new features*:
- Now has a dictionary, where you can write texts in different languages 
(now supports Spanish and English)
- Detects the user language's preferred to show the application.
- It detects the device, so a very good template load for desktop and 
jQuery Mobile load for mobile devices.
- Improvements on old features (More secure Login, Logout and register)
- Better Python Code following the Google Python style guide

Remember that always you can help to this noble project by helping with these 
issues  or adding new 
features.

Enjoy it and Best regards,
- Rodrigo 
@coto 

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



[google-appengine] Re: java.lang.ClassNotFoundException: com.google.appengine.tools.enhancer.Enhance

2012-03-30 Thread Roman Shafigullin
Hi tuco,

Open project properties in Eclipse / Java Build Path / Libraries / Select 
invalid libs and remove them

GL

On Sunday, February 13, 2011 10:43:52 AM UTC+4, tuco wrote:
>
> Hi All, 
> As soon as I create a Google Web application project, it immediately 
> reports error: "Could not find the 
> main class: com.google.appengine.tools.enhancer.Enhance. Program will 
> exit". 
>
> In Console- 
> java.lang.NoClassDefFoundError: com/google/appengine/tools/enhancer/ 
> Enhance 
> Caused by: java.lang.ClassNotFoundException: 
> com.google.appengine.tools.enhancer.Enhance 
> at java.net.URLClassLoader$1.run(Unknown Source) 
> at java.security.AccessController.doPrivileged(Native Method) 
> at java.net.URLClassLoader.findClass(Unknown Source) 
> at java.lang.ClassLoader.loadClass(Unknown Source) 
> at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 
> at java.lang.ClassLoader.loadClass(Unknown Source) 
> Exception in thread "main" 
>
> I've downloaded latest eclipse - 3.6 and installed GAE plugin 1.4.2 
>
> Also, GAE library is referenced in the project. See screenshot 
>
> http://imageupload.org/?di=1412975794035 
>
> I'm new to GAE, pls help. 
>
> Thanks 
>

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



[google-appengine] Re: How much ?

2012-03-30 Thread alex
https://developers.google.com/appengine/docs/quotas#Deployments


On Friday, March 30, 2012 11:46:20 AM UTC+2, apperson wrote:
>
> Hello, 
>
> I'd like to know how much I can upload my files on Good app engine for 
> free. 
>
> Great weekends, 
>
>

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



Re: [google-appengine] How much ?

2012-03-30 Thread Barry Hunter
Code/Static assets, 150Mb
https://developers.google.com/appengine/docs/quotas#Deployments


unlimited (well as much as willing to pay for) - datastore/blobstore/google
storage


On Fri, Mar 30, 2012 at 10:46 AM, apperson  wrote:

> Hello,
>
> I'd like to know how much I can upload my files on Good app engine for
> free.
>
> Great weekends,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

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



[google-appengine] .proto files

2012-03-30 Thread alex
ping...

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



[google-appengine] Re: Datastore quota madness

2012-03-30 Thread João Campos
A bit of an update from my application:

   - I still can't see the indexes size on the Datastore Statistics, even 
   after the stable release of the SDK 1.6.4. I guess it shows only composite 
   indexes (not the default) and I have none of those;
   - My Billing History reports keep saying that I'm using only 0.01 GB 
   (rather than the 1GB+ that is shown on the Dashboard).

In the meantime, I've created a new application and copied all my data 
there. The new application has been working fine since, but then again the 
original had been working fine for well more than a year and moving to a 
new application might not be a solution at all for some.

Has anyone filed a production ticket yet?

On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>
> Hello!
>
> i have an application on master/slave datastore and recently noticed 
> really strange things: datastore size on the dashboard is much bigger than 
> expected. in my app i proactively deleting all unused info to stay below 
> 1Gb quota (and there is not many users) but datastore size do not going 
> down, it going up instead and for now it is over 4Gb. 
> and this is not only mine point of view: datastore admin page and 
> datastore statistics both shows numbers which much easier to believe
> i attached screenshots, may be i overlooked something... i just whant to 
> delete "invisible entities" which take all of my billable space
> please help! :)
>
>
On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>
> Hello!
>
> i have an application on master/slave datastore and recently noticed 
> really strange things: datastore size on the dashboard is much bigger than 
> expected. in my app i proactively deleting all unused info to stay below 
> 1Gb quota (and there is not many users) but datastore size do not going 
> down, it going up instead and for now it is over 4Gb. 
> and this is not only mine point of view: datastore admin page and 
> datastore statistics both shows numbers which much easier to believe
> i attached screenshots, may be i overlooked something... i just whant to 
> delete "invisible entities" which take all of my billable space
> please help! :)
>
>
On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>
> Hello!
>
> i have an application on master/slave datastore and recently noticed 
> really strange things: datastore size on the dashboard is much bigger than 
> expected. in my app i proactively deleting all unused info to stay below 
> 1Gb quota (and there is not many users) but datastore size do not going 
> down, it going up instead and for now it is over 4Gb. 
> and this is not only mine point of view: datastore admin page and 
> datastore statistics both shows numbers which much easier to believe
> i attached screenshots, may be i overlooked something... i just whant to 
> delete "invisible entities" which take all of my billable space
> please help! :)
>
>

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



[google-appengine] Re: Datastore quota madness

2012-03-30 Thread Dmitry Gusev
My app has been fixed two days ago and I can see I'm using only 0.01GB, 
thought this number grows up to 70% during the day and at the beginning of 
next day it becomes 1% again.

What I did is marked every field in my entities (which not used by queries) 
as unindexed.
According to doc I should update each entity, but I couldn't because DB 
quota size was exceeded.

Not sure how I this been fixed though,  but now it works and looks like 
unindexed properties doesn't consume any Datastore Write quotas right now 
(and this was the bottleneck before).


On Friday, March 30, 2012 2:46:30 PM UTC+4, João Campos wrote:
>
> A bit of an update from my application:
>
>- I still can't see the indexes size on the Datastore Statistics, even 
>after the stable release of the SDK 1.6.4. I guess it shows only composite 
>indexes (not the default) and I have none of those;
>- My Billing History reports keep saying that I'm using only 0.01 GB 
>(rather than the 1GB+ that is shown on the Dashboard).
>
> In the meantime, I've created a new application and copied all my data 
> there. The new application has been working fine since, but then again the 
> original had been working fine for well more than a year and moving to a 
> new application might not be a solution at all for some.
>
> Has anyone filed a production ticket yet?
>
> On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>>
>> Hello!
>>
>> i have an application on master/slave datastore and recently noticed 
>> really strange things: datastore size on the dashboard is much bigger than 
>> expected. in my app i proactively deleting all unused info to stay below 
>> 1Gb quota (and there is not many users) but datastore size do not going 
>> down, it going up instead and for now it is over 4Gb. 
>> and this is not only mine point of view: datastore admin page and 
>> datastore statistics both shows numbers which much easier to believe
>> i attached screenshots, may be i overlooked something... i just whant to 
>> delete "invisible entities" which take all of my billable space
>> please help! :)
>>
>>
> On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>>
>> Hello!
>>
>> i have an application on master/slave datastore and recently noticed 
>> really strange things: datastore size on the dashboard is much bigger than 
>> expected. in my app i proactively deleting all unused info to stay below 
>> 1Gb quota (and there is not many users) but datastore size do not going 
>> down, it going up instead and for now it is over 4Gb. 
>> and this is not only mine point of view: datastore admin page and 
>> datastore statistics both shows numbers which much easier to believe
>> i attached screenshots, may be i overlooked something... i just whant to 
>> delete "invisible entities" which take all of my billable space
>> please help! :)
>>
>>
> On Thursday, March 22, 2012 10:46:11 AM UTC, Константин Сабуров wrote:
>>
>> Hello!
>>
>> i have an application on master/slave datastore and recently noticed 
>> really strange things: datastore size on the dashboard is much bigger than 
>> expected. in my app i proactively deleting all unused info to stay below 
>> 1Gb quota (and there is not many users) but datastore size do not going 
>> down, it going up instead and for now it is over 4Gb. 
>> and this is not only mine point of view: datastore admin page and 
>> datastore statistics both shows numbers which much easier to believe
>> i attached screenshots, may be i overlooked something... i just whant to 
>> delete "invisible entities" which take all of my billable space
>> please help! :)
>>
>>

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



[google-appengine] Re: Seeing huge delays on task queue execution - 13sec+ per task

2012-03-30 Thread Philip
As far as I know Task Queue is built on top of the regular datastore.
How about providing HR Task Queue - a Task Queue built on top of high
replication datastore?

On Mar 28, 10:46 pm, vlad  wrote:
> steve, well said. I did not read Robert's interview but I also think of
> TaskQueue as a last "breakthrough" feature. Since then GAE had released a
> ton of stuff, but besides File/Blob API, most of it was ...meh - Just my 2c
>
>
>
>
>
>
>
> On Wednesday, March 28, 2012 8:45:12 AM UTC-7, stevep wrote:
>
> > Gopal: Sadly your conclusion is entirely incorrect.
>
> > As Vlad noted, task queue execution can be highly unpredictable, and
> > has been for ages. Unfortunately this has been, and perhaps always
> > will be, a customer issue that GAE engineers/PMs never address. The
> > irony is that as Robert Kluin pointed out in his recently published
> > interview, task queues are a primary, standout feature of GAE. Like
> > much of GAE, however, the promise is there, the enterprise-level
> > polish is not. -stevep
>
> > On Mar 27, 6:48 pm, Gopal Patel  wrote:
> > > i think this happen only when they release a new version of app engine.
> > so
> > > it linked to app wise upgrade.
>
> > > On Wed, Mar 28, 2012 at 3:30 AM, vlad  wrote:
> > > > I have been screaming about this for a looong time. The offcial
> > position
> > > > of GAE team is - we don't guarantee on time execution. Even though
> > this
> > > > issue is not about on time execution but rather about
> > bugs/inefficiency of
> > > > their scheduler. They just closed my ticket about that. Feel free to
> > star
>
> > > >http://code.google.com/p/googleappengine/issues/detail?id=7185
> > > >http://code.google.com/p/googleappengine/issues/detail?id=4901
>
> > > > On Tuesday, March 27, 2012 5:25:51 AM UTC-7, Jan Zawadzki / Hapara
> > wrote:
>
> > > >> Is anyone else seeing these delays?
>
> > > >> Jan
>
> > > >  --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google App Engine" group.
> > > > To view this discussion on the web visit
> > > >https://groups.google.com/d/msg/google-appengine/-/AeanzAICxSAJ.
>
> > > > To post to this group, send email to google-appengine@googlegroups.com.
>
> > > > To unsubscribe from this group, send email to
> > > > google-appengine+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=en.

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



[google-appengine] Re: how to hide url extension (.html) from the page in python in app engine

2012-03-30 Thread p c o p d
hi.
thanks so much for the guidance.
i will try to follow your advice.
regards

On Mar 26, 12:25 pm, Ajit  wrote:
> Hi,
>
> You could map the urls in urls.py and there you can customize urls to
> be shown for your pages.
> For eg:
>  ('contact', ),
>  ('about', )
>
> On Mar 25, 4:39 pm,p c o p d wrote:
>
>
>
>
>
>
>
> > hi . i am new  app engine user. please help me how can i hide the url
> > extension i mean .html from the page in python in app engine?
> > i want my pages to be shown as about instead of about.html
> > contact instead of contact.html
> > Thanks in advance.

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



Re: [google-appengine] Is it possible to get only some properties with NDB?

2012-03-30 Thread Tom Davis
On Thu, 29 Mar 2012 15:25:30 -0700, Kaan Soral wrote:
> Thanks a lot for the reply
> 
> I am shocked to learn about the total 1MB limit for any datastore entity, I 
> thought it was only for properties

Over time, you'll stop being shocked and just expect things to be seriously
limited. Honestly, you don't *want* 1MB entities (and God help you if it were
really per-property!). If you've got a lot of them, it becomes prohibitively
slow and difficult to do anything with them except fetch a few at a time
occasionally. Transactions will take far longer, too, meaning concurrent access
will produce higher and higher error rates. If you really need to store lots of
data, use the Blobstore. Once you reach larger entity sizes, it's the only
reasonable access model anyway.

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

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



[google-appengine] App Engine admin page - custom section - too many redirects?

2012-03-30 Thread kusmi
Since a few days my custom links on the App Engine admin page do not seem 
to work anymore, I get "too many HTTP redirects" - is this a common issue 
or what else should I do to circumvent that? I followed the instructions as 
written in the docs to add such custom pages.

I'm using MacOSX with Safari 5.1.5 to access the admin panel.

Also on the iPad those custom links never worked - I guess it's the same 
error, perhaps the redirect count is even lower there?

kind regards
Michael

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



Re: [google-appengine] Digest for google-appengine@googlegroups.com - 11 Messages in 6 Topics

2012-03-30 Thread Christoffer Skjoldborg




On 22/03/2012, at 21.17, google-appengine@googlegroups.com wrote:

>   Today's Topic Summary
> Group: http://groups.google.com/group/google-appengine/topics
> 
> Inaccurately Over Quota [6 Updates]
> Unable to Pause the Migration of data to HRD [1 Update]
> Do not open emails from Anna Balazinska hotmail [1 Update]
> Reverse Proxy for custom domain SSL and Users Service possible? [1 Update]
> Cannot abort mapreduce job [1 Update]
> [No Subject] [1 Update]
>  Inaccurately Over Quota
> agp  Mar 22 07:28AM -0700  
> 
> Last night my site was down because it said I was over my quota when in 
> reality I was not. I prepurchased front end instance hours to allow for 
> cost to be spent on other items. I did not want to increase my weekly spend 
> so I had to lower my daily spend amount. The daily spend cap though is 
> calculating .08 not the pre purchased .05 and also it is not using the 
> prepurchase for the calculations at all. I currently each week have excess 
> front end hours I am not using, I have not additional cost other then the 
> FEIH although even with a that the site is shutting down saying I am over 
> quota. Please advise and or fix my application id is 
> madisonpsa
> .
>  
> 
> Andreas  Mar 22 10:40AM -0400  
> 
> why are you living on the edge? 
> if you want your site to be up set your budget many times over your daily 
> average.
> i understand that you want to control how much you want to spend but that 
> means that you are accepting the fact that once that margin is reached your 
> app wont be served any more. 
>  
>  
> On Mar 22, 2012, at 10:28 AM, agp wrote:
>  
>  
> 
> Tony Parisi  Mar 22 09:52AM -0500  
> 
> I wasnt on the razors edge... is the point My daily spend is $0.60 plus my
> prepurchased instansce hours spend. Beyond the front end hours I have 2-3
> cents a day on database reads. The problem is the prepurchased instance
> hours are calculating into the daily spend even though when you set your
> budget they do not. We are a not for profit preschool so having a budget is
> very import to anticipate expenditures.
>  
>  
> 
> agp  Mar 22 08:36AM -0700  
> 
> I wasn't on the razors edge... is the point My daily spend is $0.60 plus my 
> pre-purchased instance hours spend. Beyond the front end hours I have 2-3 
> cents a day on database reads. The problem is the pre-purchased instance 
> hours are calculating into the daily spend even though when you set your 
> budget they do not. We are a not for profit preschool so having a budget is 
> very import to anticipate expenditures.
>  
>  
> On Thursday, March 22, 2012 9:28:02 AM UTC-5, agp wrote:
>  
> 
> "Brandon Wirtz"  Mar 22 11:02AM -0700  
> 
> Your Daily Budget is a Hard limit you could pre-purchase $1m worth of hours
> and if you set your daily budget to $1 that's all you get.
>  
> 
> agp  Mar 22 11:15AM -0700  
> 
> That is not how it is stated on the site: As the example from how my site 
> was:
>  
> Resource budget weekly subtotal $3.99 ($0.57perday) Maximum unused 
> discounted instance hours subtotal $3.00 (60 hours/week [8.5/day]) Minimum 
> spend subtotal* $0.00 *Maximum total charge* *$6.99
>  
> *However my site would shutdown at a total cost of around $3.20 each week. 
> Because at just over 7 hours x .08hr I hit the daily limit and the site 
> shuts down (11 oclock at night most nights). In reallity I get billed at 7 
> * .05 = $0.35 (all discounted instance hours) and even the other way .35 is 
> well below my daily spend max. Per What I am seeing (not documented this 
> way) to utilize your discounted hours at all you must have your weekly 
> subtotal at least (60%) higher then the expected. This opens you up for a 
> bill 60% higher if a rouge DB transaction goes on or an attack on you site 
> not properly identified by google. 
>  
> This billing issue should be resolved.
>  
> On Thursday, March 22, 2012 1:02:52 PM UTC-5, Brandon Wirtz wrote:
>  
> 
>  Unable to Pause the Migration of data to HRD
> Santosh kumar  Mar 22 10:43PM +0530  
> 
> These are the steps I followed to migrate the data from M/S to HRD:
>  
> - Manually(I mean, not using Duplicate Application Settings) created an
> appId(HRD), and the app engine SDK is 1.6.2.1, indexes are also uploaded.
> - Started migrating the data using Migration Tool, but its been already two
> days, migration is in progress !!
>  
> Problem is, here I am unable to pause the migration. Why it is taking such
> a long time to complete the migration ?
> Is that the way I followed is not correct ?
>  
>  
> App engine console shows like this:
>  
> HRD Migration
>  
> There is currently a migration from vs1-accounting to accountinggurutest.
> *Migration Process* Name Status Catch up Done Copy Done Waiting Done SyncDone
> Read-only Done Catch up Done *Sync* 100.00% Alias
>  
> If there is a problem, you can pause the migration. While paused, all
> migration mapreduces will be paused and but no other 

[google-appengine] DEVSERVER ERROR: regular expression code size limit exceeded

2012-03-30 Thread Brian Becker
My regular expression is 47k. 

I get this error when running on the DevServer but it runs fine on GAE. 

*How can I increase the size of the Regular Expression limit on the 
DevServer?*

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



[google-appengine] Convert jsp to PDF

2012-03-30 Thread Deepak Singh
Hi,

I have a jsp page which renders data based on session objects and it uses
jstl.

I need to give the user an option to save this JSpP page as PDF. So i can
give the call to a servlet after users click on the link and generate jsp
in a new window. But how can i make this downloadable as PDF or printable
as PDF ?



Thanks
Deepak Singh

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



[google-appengine] Mult-Tenancy Expected Behavior

2012-03-30 Thread Brandon Wirtz
MemCache will use Namespace for multi-tenant apps.  And while it has always
been a bit vague as to the size of the MemCache.  If I have 100 Tenants with
100 name spaces. Does each one get 1/100th the memcache? Or do I magically
get 100x the memcache amount?

I'm about to have one of my own test what happens, but I'd be interested to
know the expected behavior.

I have always been frustrated that Memcache doesn't seem to scale with
instance size, nor with instance count.

 

 

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



[google-appengine] RE: Mult-Tenancy Expected Behavior

2012-03-30 Thread Brandon Wirtz
Never Mind.  My data about how things works seems to be old.  I have 610M of
memcache at the moment, on a single tenant. So even if that is shared across
100 tenants life will still be happy.

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



Re: [google-appengine] >15 second response times

2012-03-30 Thread Mark Rathwell
Those slow requests are being handled by new instances, and so must
load the app before they can handle the request, and this can take
15-45 seconds.  The scheduler is supposed to route requests to
existing instances, and have, in theory, idle instances already warmed
up to route requests to when load increases.  In my experience,
though, this is nowhere near true, and you should expect occasional
loading requests on medium traffic apps, and for very low traffic
apps, expect every request to be a loading request, unless and until
they get this issue resolved :(


On Tue, Mar 27, 2012 at 11:50 PM, Vanessa  wrote:
> We have an application (what-matters, www.whatmattersnow.org) built on
> the Java version of App Engine.  It's using high replication.
> Yesterday we started noticing occasional very, very slow page loads.
> Requests that typically return in under 200 ms are taking more than 15
> seconds to return.  The problem is intermittent and not consistently
> reproducible.  Is something happening on app engine that could cause
> this?  Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

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



[google-appengine] Re: Datastore Write Operations quota exhausted too quickly?

2012-03-30 Thread Matt
Hey Simon,

Thanks for the fast response! That makes complete sense now. 

Thanks again,
Matt

On Thursday, 29 March 2012 17:54:06 UTC+13, Simon Knott wrote:
>
> Hi,
>
> Do you use any of the entity's properties in custom indexes at all?  It's 
> pretty easy to blow the daily quota if you have all properties indexed and 
> also use custom indexes.
>
> From https://developers.google.com/appengine/docs/billing you can see 
> that each delete consumes:
>
> *2 Writes + 2 Writes per indexed property value + 1 Write per composite 
> index value*
>
> Even without custom indexes it will take 47088 writes to delete your 
> entities, assuming you haven't turned off the per-property indexes, which 
> is already pretty close to the quota.
>
> Cheers,
> Simon
>
> On Thursday, 29 March 2012 05:45:53 UTC+1, Matt wrote:
>>
>> Hi there,
>>
>> I'm currently running app engine under the free quota.
>>
>> For some reason I'm exhausting my quota when I bulk delete from a table.
>>
>> I've removing 3924 rows from a small table that has only five columns of 
>> string data. (Each only about 40 characters long maximum).
>>
>> On the dashboard it's reporting:
>>
>> Datastore Write Operations  0.05 of 0.05 Million Ops
>>
>> Can you help me understand how I've managed to do accrue this many ops? 
>> I'm only running this single delete operation.
>>
>> I've tried this over a series of days and each time I get the same result.
>>
>> Thanks in advance,
>> Matt
>>
>

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



[google-appengine] HOWTO: SSL for your custom domain on GAE

2012-03-30 Thread Jeff Schnitzer
A number of people have asked me about this, so I wrote up some
details on how to use CloudFlare to get always-on SSL:

http://blorn.com/post/20185054195/ssl-for-your-domain-on-google-app-engine

Enjoy,
Jeff

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



[google-appengine] Quota checking application.

2012-03-30 Thread sb
I have written a very basic quota checking application for Google app
engine. It was written for a few of my own apps and I have added some
documentation so others can use it.

http://appquota.appspot.com/

At the moment it works for what I need it to do, and it seems to work
alright.

Use at your own risk, please contact me or post here if there is
anything wrong, needs changing or would like to see.

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



[google-appengine] Re: Google App Engine Java Framework

2012-03-30 Thread Ronoaldo José de Lana Pereira
Hello Alexandre,

This page 
liststhe 
frameworks and libraries known to work or partially work on GAE-J.

Hope this helps,

- Ronoaldo

Em quarta-feira, 28 de março de 2012 11h38min23s UTC-3, Alexandre Jacquet 
escreveu:
>
> Hello Guys,
>
> I would like to know if is there any framework for web development using 
> GAE-J, I have tried to use Play Framework, however in the next version 2.0 
> it will not be supported.
>
>
> Thanks.
>
>   
>   
>
> Alexandre Jacquet
>
> Google Apps Deployment Specialst 
> São Paulo | SP | Brasil 
> Tel.: 55 11 8064 6882
>
>  
>
> 

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



Re: [google-appengine] Re: Seeing huge delays on task queue execution - 13sec+ per task

2012-03-30 Thread Nicholas Verne
This is incorrect. Task Queue is not built on the datastore at all.

On Fri, Mar 30, 2012 at 11:44 PM, Philip  wrote:
> As far as I know Task Queue is built on top of the regular datastore.
> How about providing HR Task Queue - a Task Queue built on top of high
> replication datastore?
>
> On Mar 28, 10:46 pm, vlad  wrote:
>> steve, well said. I did not read Robert's interview but I also think of
>> TaskQueue as a last "breakthrough" feature. Since then GAE had released a
>> ton of stuff, but besides File/Blob API, most of it was ...meh - Just my 2c
>>
>>
>>
>>
>>
>>
>>
>> On Wednesday, March 28, 2012 8:45:12 AM UTC-7, stevep wrote:
>>
>> > Gopal: Sadly your conclusion is entirely incorrect.
>>
>> > As Vlad noted, task queue execution can be highly unpredictable, and
>> > has been for ages. Unfortunately this has been, and perhaps always
>> > will be, a customer issue that GAE engineers/PMs never address. The
>> > irony is that as Robert Kluin pointed out in his recently published
>> > interview, task queues are a primary, standout feature of GAE. Like
>> > much of GAE, however, the promise is there, the enterprise-level
>> > polish is not. -stevep
>>
>> > On Mar 27, 6:48 pm, Gopal Patel  wrote:
>> > > i think this happen only when they release a new version of app engine.
>> > so
>> > > it linked to app wise upgrade.
>>
>> > > On Wed, Mar 28, 2012 at 3:30 AM, vlad  wrote:
>> > > > I have been screaming about this for a looong time. The offcial
>> > position
>> > > > of GAE team is - we don't guarantee on time execution. Even though
>> > this
>> > > > issue is not about on time execution but rather about
>> > bugs/inefficiency of
>> > > > their scheduler. They just closed my ticket about that. Feel free to
>> > star
>>
>> > > >http://code.google.com/p/googleappengine/issues/detail?id=7185
>> > > >http://code.google.com/p/googleappengine/issues/detail?id=4901
>>
>> > > > On Tuesday, March 27, 2012 5:25:51 AM UTC-7, Jan Zawadzki / Hapara
>> > wrote:
>>
>> > > >> Is anyone else seeing these delays?
>>
>> > > >> Jan
>>
>> > > >  --
>> > > > You received this message because you are subscribed to the Google
>> > Groups
>> > > > "Google App Engine" group.
>> > > > To view this discussion on the web visit
>> > > >https://groups.google.com/d/msg/google-appengine/-/AeanzAICxSAJ.
>>
>> > > > To post to this group, send email to google-appengine@googlegroups.com.
>>
>> > > > To unsubscribe from this group, send email to
>> > > > google-appengine+unsubscr...@googlegroups.com.
>> > > > For more options, visit this group at
>> > > >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

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



Re: [google-appengine] Re: Seeing huge delays on task queue execution - 13sec+ per task

2012-03-30 Thread Vlad Troyanker
Nick, can we count on fixing TaskQueue scheduling?

http://code.google.com/p/googleappengine/issues/detail?id=7185

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



Re: [google-appengine] Convert jsp to PDF

2012-03-30 Thread karim duran
Hi Deepak,
*
*
Your JSP is rendered as HTML. And you want to provide your user to download
the same presentation of your JSP, in PDF format.

So, you need to convert HTML presentation format in PDF presentation format.
It's what i understand about your wish.

You have solutions to do that.

1) There is libraries to convert HTML to PDF ( but the conversion is not
always very good)
2) You can use a specialized framework ( Jasper report, BIRT etc...)
3) You can clone your JSP presentation in alternative formats (XML XSL and
FO ). Have a look to
Apache FOP.

What you want to do is possible.

I hope it helps.

Regards.

Karim Duran.

2012/3/30 Deepak Singh 

> Hi,
>
> I have a jsp page which renders data based on session objects and it uses
> jstl.
>
> I need to give the user an option to save this JSpP page as PDF. So i can
> give the call to a servlet after users click on the link and generate jsp
> in a new window. But how can i make this downloadable as PDF or printable
> as PDF ?
>
>
>
> Thanks
> Deepak Singh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

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



[google-appengine] [Urgent] cannot change billing settings for our app foodeasyb6

2012-03-30 Thread Eric Ka Ka Ng
I know this is mainly for development issue but I could find no way to
reach google. Hope anyone know how to fix it could provide answer, or can
help forwarding my problem to suitable personnels. Appreciate that.



We have a number of apps on GAE. One of them "foodeasyb6" has exceeded
daily quota and I have tried to change the budget. However, after last time
updating, it's always stay in the status

Billing Status: Activating Billing

Billing will be enabled as soon as the new billing administrator's credit
card has been authorized and quotas have been adjusted. *(You will be able
to make changes to your budget settings again once the outstanding payment
is processed.)*

*
*

*Most my other gae app doesn't have this problem and the billing, with the
same credit card*

*
*

*I have no way to change it or activate it. Hundreds of our users are
currently affected while the system is down. Please help to fix*

*
*

*- eric*

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



Re: [google-appengine] Re: [IMPORTANT] Requesting feedback for "App Engine connected Android support" in Google Plugin for Eclipse (GPE) !

2012-03-30 Thread Dan Pride
I have been having a series of problems trying to get this to work out
of the box. I am using indigo eclipse on Mac 10.6.8


On 3/28/12, Joan Montagut Prim  wrote:
> Hi Sriram,
>
> I've been trying to follow the tutorial that you introduced during these
> last days... and I'm finding some problem to connect with App Engine. I
> think that it can be a possible error with de registration with de app or
> the package of C2DM, I'm not sure. It would be great that you presented a
> tutorial more guided introducing the steps with de registration of the app
> and c2dm parts!
>
> Cheers,
> Joan
>
> On Wednesday, February 29, 2012 9:42:11 AM UTC+1, Sriram (Google) wrote:
>>
>> Hi folks,
>> I was wondering if any of you played around with the "App Engine connected
>>
>> Android support" we introduced in GPE 
>> last
>> year.
>> Here's the link to get started:
>> http://code.google.com/eclipse/docs/appengine_connected_android.html
>>
>> It allows you to define a App Engine backend for your Android app, and
>> uses an RPC mechanism for your Android app to call into App Engine, and
>> C2DM for back-communication.
>> Here's a cool video from last year's Google IO on the same topic:
>> https://www.youtube.com/watch?v=M7SxNNC429U
>>
>> We are looking to make the experience for using App Engine as a backend
>> for Android much better, and would love to hear your feedback!
>> Do ping us asap.
>>
>> Cheers,
>> Sriram
>>
>> --
>> Sriram Saroop |  Product Manager, Google | +91-9900065945
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/s_9p3R7khwUJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

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



[google-appengine] Unable to get XMPP Presence information

2012-03-30 Thread Hani


Anyone having problems obtaining XMPP presence?
XMPPService.getPresence started to return false for all lookups.
My app has been running for months with no problem until now.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/JAtaRsqSyycJ.
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.