I dont want to behave badly, but ..
Any thoughts on this would be very helpful for my well being .. :)
Thank you
--
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/goo
Hi Joshua,
I am trying to make it easier to get a database app up and running on Google
App Engine without having to write code.
Check it out at : http://creator.ifreetools.com
If iFreeTools Creator meets your requirements, you also have the option to
go in for a single-tenant deployment (iFreeT
Hi,
I think there is a standard Date header, right? Or perhaps you
could use something like X-Request-Time.
I agree, a list of headers would be good. I think the headers they
filter are mostly things related to App Engine -- task headers, appid,
etc
Robert
On Thu, Aug 4, 2011 at
thanks Robert; X-Forwarded-For is a great suggestion and thanks for
verifying that it's not filtered.
We also need to pass a timestamp representing the start of the client's
request.
So I'm still interested in any Google guidelines on which custom headers are
safe from their filtering generally.
Preserving appid is what I am waiting on. Readonly is fine.
I hope Ikai is correct saying we can preserve them.
T
--
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/g
Hi Joshua,
Google Apps Script is just running JavaScript on the client isn't
it? Unless you're going to try doing something clever with Rhino (or
some other similar solution) I'm not sure Java will offer you any more
than Python.
Have you looked at the gdata-apis
(http://code.google.com/apis/
You'll get more responses if you type your questions properly.
Answer on SO.
http://stackoverflow.com/questions/6929488/verify-ownership-web-master-central-problem-with-authentication-google-account-re/6930142#6930142
On Wed, Aug 3, 2011 at 11:54, Alexander Herrera
wrote:
> I'm trying to
Hi Carter,
If it is a proxy how about using X-Forwarded-For? I tested using
curl, it doesn't get filtered.
Robert
On Wed, Aug 3, 2011 at 12:04, Carter wrote:
> Any info on GAE-acceptable names for custom HTTP headers?
> We can use User-Agent as workaround, but we'd like to know our
> o
Hello,
I've been working with the Backends API and tried to run the
counter_demo and am always unsuccessful. Each instance spits out an
error about the connection being refused to /_ah/start. Here's one
example for an instance of loadtest:
[Backend Instance] [loadtest.7] [dev_appserver.py:4248] IN
Are you sure this is something returned from your App Engine
application and not something on your side?
On Wed, Aug 3, 2011 at 03:42, vineeth ml wrote:
> We have created a webservice using PROTORPC and we get json response
> in different methods.
> But when trying to access this webservic
I just debug in GAE... Deploy/update rather than Run.
-Original Message-
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of samueldc
Sent: Wednesday, August 03, 2011 1:04 PM
To: Google App Engine
Subject: [google-appengine] Getting Started
Hi
I don't know anyone who works on a percentage, especially if you are just
providing the idea. Even as a Product Manager in most companies you can't
be app illiterate, you need to at minimum be able to read code, write
product specs, and possibly create wire frames.
GAE's Hello world examples are
Chat log from today's App Engine office hours. All times are in AEST (UTC+10).
12:01 -!- Irssi: #appengine: Total of 115 nicks [0 ops, 0 halfops, 2
voices, 113 normal]
12:01 < jwbnyc> Thanks for joining, us Wesley!
12:01 < Wesley_Google> who? where?
12:01 < robertk> Wesley_Google: there ->
12:01 <
Reference properties are a completely separate idea from entity groups
(ie ancestor / parent - child relationships).
Reference properties simply store a key; that key can be used to fetch
the other entity. They can be changed to point at a different entity
as often as you like.
An entity's entit
I felt your pain on MS; but after moving to HRD Tuesday, our app has not
experienced a single timeout error in 24 hours. So don't give up.
On Aug 3, 2011, at 2:25 PM, David wrote:
> I've just about given up on the thought that AppEngine is a good
> service. It's good in theory, but I get abo
I've not heard of the ability to allow you preserve the app id as far
as the datastore is concerned, only the ability to create an alias so
it acts like the same app. I wonder if an alias is what Ikai was
referring too or if he meant some way to really preserve the app id.
Robert
On Wed, A
AFAIK , questions are filtered based on ontopic or offtopic and not if they
are technological or not. so if there is a different category for appengine,
I think most of the related question can be answered there, and they need
not be a technological question.
On Thu, Aug 4, 2011 at 1:26 AM, Vivek
Yes, I fill it.
http://code.google.com/p/googleappengine/issues/detail?id=5486
3 августа 2011 г. 15:46 пользователь Johan Euphrosine
написал:
> Hi Timofey,
>
> I managed to reproduce your issue:
> proppy@proppy:~$ ~/google_appengine/appcfg.py download_data
> --application=s~proppy-guestbook-names
How large is your put to datastore?
On 4 August 2011 02:45, Will wrote:
> It's on MS datastore. The program hasn't been changed. Seems started
> happening several hours ago.
>
> On Wed, Aug 3, 2011 at 8:44 AM, Will wrote:
>> Hi all,
>>
>> Some of my tasks suddenly started to report this error:
>
Amen - temporary read-only is fine. The big problem is that my app
makes use of a ton of keys, and in many cases I need to store the keys
as strings (or store keys in pickled blobs). The real chore is to
write scripts to rebuild all the keys after the migration.
I'm hoping that preserving the ap
Hi everybody,
I trying to getting started with Google App Engine and Eclipse 3.7.
After creating the project Guestbook, I'm getting the following error
when trying to execute with Run > Debug As > Web Application:
Usage: [options]
Options:
--help, -h Show this help message and
I have great ideas for apps. that could generate a nice income.
Looking for a person who could create these apps. as on either a
partner for a % of income, straight pay for building the app. for me.
I am completely app. illiterate and need someone who not only is
technically savy, but knows the ins
I am completely apps. illiterate, though I feel I have great ideas for
apps. How can I find people who could create the apps. and guide me
thru the business for a percentage of the income?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To
Sorry, but I don't use Java. I will give you the Python version, it's pretty
straight forward. As I said before, any improvements in my design or code
will be welcome =)
class User(Model):
# for easy of use, i will consider user_id as the key name of the entity
name, email, etc
num_of_follow
I'm still seeing this right now on my app.
On Aug 3, 8:21 am, Johan Euphrosine wrote:
> Hi Hugo,
>
> There was a storage issue in one of our datacenter that affected M/S
> application.
>
> This should now be fixed.
>
> This was being tracked
> here:http://code.google.com/p/googleappengine/issues
I've just about given up on the thought that AppEngine is a good
service. It's good in theory, but I get about 25% errors in bursts
and it's generally timeouts on the datastore. Those error bursts are
frequent. Lately is been almost daily. But pretty much every upgrade
they do has a couple week
Ikai,
That's great news! I'm not so worried about a temporary read-only period
it's the the idea of switching the application id that was scary. I've
already done it once, and while it was fairly painless, it did affect our
https requests point to the app-id appspot url.
Thanks for the update
We're working on a migration tool that'll be better than the one that exists
now. You will be able to preserve your current application ID.
Unfortunately, there will still be a copy step, so this will likely result
in a read-only period for your app.
--
Ikai Lan
Developer Programs Engineer, Google
Most of the ideas and answers(objective and discussion categorization)
here are great. To give an example, yesterday i needed to know if
regex is supported in objective c. First search on google lead to this
-
http://stackoverflow.com/questions/422138/regular-expressions-in-an-objective-c-cocoa-ap
Since I have been having a number of issues with Deadlines on the M/S I
would like to move to HR but creating a new app and migrating data is really
not an option. Is the app engine team working on a click of a button type
upgrade that doesn't require duplication and/or migrating to a new
appli
To further my original comment... While it seems to be back to an almost
normal state when it was really bad I was getting DeadlineExceeded errors on
Warm ups and other otherwise trivial requests. Most of my issues were not
related to any offline task work - in fact for the most part tasks seeme
I'm using http://www.elasticsearch.org/ hosted on Amazon EC2. works great!
--
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/-/Jdslewu0TL8J.
To post t
I'm also experiencing this problem. :(
--
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/-/1Xjp0jsnprYJ.
To post to this group, send email to google-a
Is happening on our app a lot too. Seeming more and more like the
Master/Slave datastore is not a reliable place to be...
--
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/
We have exactly the same issues. Since a few weeks we have downtimes
of almost 30 minutes. Or the request latency increases. Today there
was again a spike in errors (duration of 2 hours), during that time
our application was not usable. This happens to often the last weeks.
We are using Java, M/S,
Sorry, we're working on getting this out as quickly as we can. We're not
close to trusted tester/beta period yet.
In the past, I've done App Engine talking HTTP over the public interwebs to
an instance running Solr. The latency was acceptable for what I was doing:
20ms to either Slicehost or Linod
Patrick, did you follow the page speed advice? The majority of what makes
web sites appear slow is the loading of assets and JavaScript execution.
Steve Souders (the father of web page speed) has been quoted as saying this
can account for up to 90% of web site slowness.
Obviously, the first time v
is there a way to use this ArrayProperty to store a list of strings?
On Aug 3, 2011, at 10:15 AM, MiuMeet Support wrote:
> You can fit up to 131'072 elements in there, afterwards you hit the 1mb
> entity limit (entity overhead aside, but 100'000 are def possible).
>
> Put and Get performance ar
i got that you weren't suggesting that :)
On Aug 3, 2011, at 5:19 PM, Robert Kluin wrote:
> On Wed, Aug 3, 2011 at 03:32, andreas schmid wrote:
>> i tried whoosh-appengine and as i mentioned before it fails after indexing a
>> few 1000 because the way it works and it exceeds the soft process li
Hi Robert,
Yes I did follow that example. I didn't realize there's a separate
Java group. I'll try asking there.
Thanks!
Vishal
On Aug 2, 9:58 pm, Robert Kluin wrote:
> Hi Vishal,
> Did you go through Wesley's example doc:
> http://code.google.com/appengine/articles/openid.html
>
> You
So, if an user X adds and User Y, the user Y will become an ancestor of X ?
And if the user Y adds the user W too, so user X will have two
ancestors(???) ? Any code snippets will be greatful.
Thanks again, for the help guys.
2011/8/2 MiuMeet Support
> By the way, have a look at:
> http://devblo
It's on MS datastore. The program hasn't been changed. Seems started
happening several hours ago.
On Wed, Aug 3, 2011 at 8:44 AM, Will wrote:
> Hi all,
>
> Some of my tasks suddenly started to report this error:
>
> error - 'google.appengine.runtime.apiproxy_errors.RequestTooLargeError'>. The
>
Hello,
I have been creating an application in Google Apps Script but have run into
a wall with Session.getUser() disabled for us Education Edition users. I
would still prefer not to serve the application from our own servers, but
that is a known system and I am running out of time to develop a
I can confirm this problem too, specially when a new instance is spinning
up.
But the erros are sporadically happenning. Some instances starts in 3-6
seconds, others throws DeadLine/HardDeadLine exceptions after lots of time
...
I opened a production issue, sine no changes in the app code were
just an update on this matter (I'm working with Alexis):
- the application we are talking about is fp-dreamland.
- it's not a minor issue for us as it impact directly our users.
- we have been observing that for almost two weeks now.
- it's not a small application either, we are talking about more
I'm trying to verify my site with a domain in appspot.com but i use
the authentication whit google account when the web master central try
to verify appears an error "We weren't able to verify your site: "
cuz . Your verification file redirects to a disallowed location , the
redirect goes to https:
Any info on GAE-acceptable names for custom HTTP headers?
We can use User-Agent as workaround, but we'd like to know our
options.
On Jul 27, 3:58 pm, Carter wrote:
> We have a proxy that needs to send the client's IP address to GAE.
> We tried setting acustomHTTPheader of "X-client-ip", but that
Hi all,
Some of my tasks suddenly started to report this error:
error - . The
request to API call datastore_v3.Put() was too large.
When I checked, the payloads of the tasks are usually under 200 bytes.
Anything I should look into?
Thanks,
Will
--
You received this message because you are
Hi Hugo,
There was a storage issue in one of our datacenter that affected M/S
application.
This should now be fixed.
This was being tracked here:
http://code.google.com/p/googleappengine/issues/detail?id=5476
If you still have this problem, feel free to open a new production issue:
http://code.
On Wed, Aug 3, 2011 at 03:32, andreas schmid wrote:
> i tried whoosh-appengine and as i mentioned before it fails after indexing a
> few 1000 because the way it works and it exceeds the soft process limit size.
Sorry, I was suggesting to *not* use whoosh-appengine -- rather try
'real' whoosh on
Hi Federico,
Can you fill a production issue ?
http://code.google.com/p/googleappengine/issues/entry
Thanks in advance.
On Wed, Aug 3, 2011 at 1:53 PM, Federico Elles wrote:
> Getting the message
> A server error occurred. Please contact the administrator.
> for all write operations.
>
> Statu
Please comment on the issue with your applicaiton id if you are still
unable to deploy:
http://code.google.com/p/googleappengine/issues/detail?id=5474
Thanks in advance.
On Wed, Aug 3, 2011 at 4:30 PM, Santiago López de Haro
wrote:
> +1
>
> --
> You received this message because you are subscrib
This issue is tracked there:
http://code.google.com/p/googleappengine/issues/detail?id=5474
If you still have this issue, please comment with your application id.
Thanks in advance.
On Wed, Aug 3, 2011 at 4:00 PM, LSH wrote:
> Starting update of app: *, version: no-underscore
>
This issue is tracked there:
http://code.google.com/p/googleappengine/issues/detail?id=5474
If you still have this issue, please comment with your application id.
On Wed, Aug 3, 2011 at 4:40 PM, sebastián serrano
wrote:
> me too!
> Sebastian
> www.devsar.com
>
> --
> You received this message be
I assume somebody is on top of it, but just in case:
I have been getting datastore write timeouts for approximately 1h30
now. The status dashboard does not show any issue with the datastore.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
+1
--
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
Thank you for reply and details, now my app is upgradable again.
Martino
--
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/-/FFpV9qwvXjwJ.
To post to
me too!
Sebastian
www.devsar.com
--
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/-/Fr9MotdBMf8J.
To post to this group, send email to google-appengi
Sorry. No Replication Datastore but still my app si not updatable
--
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/-/DHQ96IKrCw0J.
To post to this gro
This issue is tracked there:
http://code.google.com/p/googleappengine/issues/detail?id=5474
If it is still not working for you can you add a comment with your appid ?
Thanks in advance.
On Wed, Aug 3, 2011 at 1:34 PM, Pambo Paschalides
wrote:
> Today, whenever I try to deploy my app, I get the
This issue is tracked there:
http://code.google.com/p/googleappengine/issues/detail?id=5474
- If your app is using M/S this should now be fixed.
- If your app is using HDR please open a new production issue with
your application id.
Thanks in advance.
On Wed, Aug 3, 2011 at 3:40 PM, Francois Mas
This issue is tracked there:
http://code.google.com/p/googleappengine/issues/detail?id=5474
- If your app is using M/S this should now be fixed.
- If your app is using HDR please open a new production issue with
your application id.
Thanks in advance.
On Wed, Aug 3, 2011 at 3:56 PM, Harald Schil
Starting update of app: *, version: no-underscore
Scanning files on local disk.
Scanned 500 files.
Could not guess mimetype for static/favicon.ico. Using application/
octet-stream.
Cloning 207 static files.
Cloned 100 files.
Cloned 200 files.
Cloning 377 application files.
Cloned 1
+1 to getting away from JDO. I know I'm not helping you specifically
so sorry about that, but GAE development for me was one struggle after
another until I tossed JDO. GAE and JDO are NOT a good fit.
On Aug 3, 12:18 am, Pascal Voitot Dev
wrote:
> You can also give a try to Sienahttp://www.sienapr
uhm no, deploying a new version doesn't work for me. it takes a long time to
process and i guess there is an internal timeout.
--
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
We are using indextank.com for our service and it works perfectly.
On Aug 3, 10:32 am, andreas schmid wrote:
> i tried whoosh-appengine and as i mentioned before it fails after indexing a
> few 1000 because the way it works and it exceeds the soft process limit size.
>
> never tried it on a back
Deploying a new version seems to work.
--
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/-/NHoSoeTp118J.
To post to this group, send email to google-ap
Same here.
--
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/-/SaqNaquYGFcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To
I can't deploy for half an hour now. Wow, I hope this will be fixed soon!
H
--
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/-/Fa1_q9ntsDUJ.
To post
I've been getting this same problem consistently for the past 15 minutes or
so.
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Initiating update.
Cloning 55 static files.
Cloning 246 application files.
Cloned 100 files.
Rol
Today, whenever I try to deploy my app, I get the following:
*...*
*Closing update: new version is ready to start serving.*
*Rolling back the update.*
*Error 503: --- begin server output ---*
*
*
*Application Busy (503)*
*Multiple clients are trying to modify the same application.*
*--- end server
For the past 2 days I've been entirely unable to deploy to any of my google
app engine instances.
It was bad like this at the beginning of the year but has been much better
recently.
Has anyone else been experiencing similar issues?
I noticed the write latency peaking on the app engine stat
We have created a webservice using PROTORPC and we get json response
in different methods.
But when trying to access this webservice from other domains we get
the " 407 Proxy Authentication Required for ISA server" error. Can we
add domains that are allowed to access this service.Is there any
worka
That blows away my thought of app engine requests being served by
people running the sdk.
On Aug 2, 3:11 pm, "Brandon Wirtz" wrote:
> After doing some research it turns out that the reason GAE is so fast is
> that it is really a bot net running on every machine with Chrome installed.
> The speed
That is interesting, I will also be testing and developing in Yokohama and
Tokyo this month.
I am currently testing from europe but will see how much of a difference
there is from Japan.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To
I have the same problem, Python flavored appengine.
It still worked at 13:00 UTC, and stopped working right after that time and
persists until now.
H
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web vis
Getting the message
A server error occurred. Please contact the administrator.
for all write operations.
Status is green: http://code.google.com/status/appengine
App: 3x3links
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To p
Ikai,
It sure would be great if Google would consider adding regional data
centers on the roadmap. I live in Boston, but travel to Japan a few
times a year. Most recently, I stayed in Yokohama for the month of
June, actively developing and testing my app the entire month. There
was a noticeable
Hi Timofey,
I managed to reproduce your issue:
proppy@proppy:~$ ~/google_appengine/appcfg.py download_data
--application=s~proppy-guestbook-namespace
--url=https://proppy-guestbook-namespace.appspot.com/_ah/remote_api
--namespace="foo" --filename=foo.data
Downloading data records.
[INFO] Loggi
Hi there,
this morning after two deployments to my appengine app i can't deploy it
anymore. When i try to deploy the app i get this error message:
...
Cloning 2039 application files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Cloned 600 files.
Cloned
Some more details while searching the logs:
The latest burst (we have about one every 1-2 hours) shows this:
We had about 90 instances up.
We got DeadlineExceeded error during two minutes. During the first
30seconds, 50 successive error requests have no pending_ms. Then
during the next 1m30 they n
cool! ill def use it!
thx
On Aug 3, 2011, at 10:15 AM, MiuMeet Support wrote:
> You can fit up to 131'072 elements in there, afterwards you hit the 1mb
> entity limit (entity overhead aside, but 100'000 are def possible).
>
> Put and Get performance are really fantastic, 10ms each, see the blog
Thanks Pascal / Ikai for reaching out!
Unfortunately, I do not have any access to this Postgres DB, except a
logon and the ability to perform select queries (i.e. data retrieval
only, no create/update/delete).
Basically, I would like to get the data out of this DB by executing
[java.sql.]Statement
Sorry for the late followup, I just updated your issue.
FYI, we believe that the problems experienced by most of the Apps on
this thread were due to a temporary datastore latency, as you can see
there:
http://code.google.com/status/appengine/detail/datastore/2011/07/27#ae-trust-detail-datastore-ge
We are using Python, and we are not using back-ends or taskqueue.
But most of our requests fetch entities of the same kind, so a "kind-
locking" can be relevant.
I'll setup timeouts on datastore operations to see if this is what is
going wrong (and looks good to setup these anyway).
Seems logical
You can fit up to 131'072 elements in there, afterwards you hit the 1mb
entity limit (entity overhead aside, but 100'000 are def possible).
Put and Get performance are really fantastic, 10ms each, see the blog post.
-Andrin
On Wed, Aug 3, 2011 at 9:23 AM, andreas schmid wrote:
> does this also
i tried whoosh-appengine and as i mentioned before it fails after indexing a
few 1000 because the way it works and it exceeds the soft process limit size.
never tried it on a backend. right now i customized bill katz's simple full
text search and im really surprised how simple it is implemented
does this also mean that there is no 5000 objects limit on the list?
is the get performance good as the put?
thx for sharing this.
On Aug 2, 2011, at 9:04 PM, Ikai Lan (Google) wrote:
> Thanks Andrin!
>
> If anyone is wondering why this is, it's because the List property is
> serialized and de
88 matches
Mail list logo