[google-appengine] Re: Tasks Queues still manual in 1.3.4?

2010-05-31 Thread Nick
nd the GoogleAppEngineLauncher 1.3.4.794, SDK version: release: "1.3.4", timestamp: 1272392128, api_versions: ['1']. Any thoughts on why some of us aren't seeing this new feature? Thanks, Nick On May 28, 8:50 am, Tim Hoffman wrote: > So am I (8 hours) and auto task

[google-appengine] Google datastore index stuck rebuilding

2010-11-11 Thread Nick
Hi all we are having a problem on our appengine instance 'platformplaygroundportfolio', 'oneraywhiteportfolio' and 'arclightlabsportfolio', whereby the indexes are all 'stuck' on building and have been for over 2 days after doing vacuums and reuploads of data (can't get the app up there). the stat

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Nick
I am also getting this error -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.co

[google-appengine] Re: I can't delete a version of my app

2010-11-17 Thread Nick
I also can not delete a version of my add. I get the message: Server Error A server error has occurred. Thanks, _Nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.c

Re: [google-appengine] Re: appengine.google.com returns 500 error

2010-12-01 Thread Nick
Since the admin console came back up, I can't deploy my application. Here's the message: Try Again (503) An unexpected failure has occurred. Please try again. Is someone still working on this? Please help. -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Appengine datastore performance

2010-12-04 Thread nick
Hi! I want to handle about millions of entries in one table. Normally i would query over every row and check for my filters (like name="foobar"). Is there a best practise or some stuff to read about to get more performance? greets nick -- You received this message becau

Re: [google-appengine] Appengine datastore performance

2010-12-04 Thread nick
ad english :-) ) thx and greets nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

Re: [google-appengine] Appengine datastore performance

2010-12-04 Thread nick
many thanks! i'll would read me throw this stuff thanks! nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group

Re: [google-appengine] Appengine datastore performance

2010-12-04 Thread nick
y join the results? is it modular? could i write my app and if my normal queries are to slow i can add the mapreduce part? :-) greets nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send em

Re: [google-appengine] Appengine datastore performance

2010-12-04 Thread nick
no :-) i mean: http://www.youtube.com/watch?v=AgaL6NGpkB8&feature=player_embedded minute 17:20 does that work for me? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com.

[google-appengine] Multitenancy Application

2010-12-09 Thread Nick
Hi, I have a multitenancy application with tenants creating their own contents and store them in datastore using different namespaces. I'd like to analyze data across tenants, for example total number of contents created. Can this be done? If yes, what is the namespace to be used to access the dat

[google-appengine] Re: What CNAME do I set?

2010-12-14 Thread Nick
I can't find any IP on the page: http://www.google.com/support/a/bin/answer.py?answer=91080&hl=en -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from t

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Nick
I have registered my domain name with godaddy. Google also provides domain name registration. Instead of switching to other DNS provider (e.g. DynDNS's Custom DNS which costs $29.95), can I switch to Google so that I can use wildcard subdomains? If yes, what is the step? -- You received this m

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Nick
My understanding is the nameservers at godaddy can be changed to the nameservers of the new DNS provider/registrar which provide DNS service. -- 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-appen

Re: [google-appengine] Re: What CNAME do I set?

2010-12-14 Thread Nick
"If you're trying to set the root of your domain, you have to add A records with the IPs listed on this page http://www.google.com/support/a/bin/answer.py?answer=91080&hl=en"; To add A record in godaddy, IP is needed. ghs.google.com can't be used as input to "Points to". ghs.google.com can only

[google-appengine] Java App Engine bulk delete entities

2010-02-22 Thread Nick
I'm trying to delete all the entities of a specific type (150k+). My app engine is in Java. This is a 5 minute task on any other database/ platform. I am unable to find a working, custom or OTB, solution! Steps I have taken 1. Tried to follow the documented way to delete entities. http://code.goog

[google-appengine] Need help-Blob Keys

2010-03-11 Thread Nick
Hi, In my project there is a file uploading part using blobs. My requirement is to upload an image to the cloud and at the dame time display it on the client-side GUI. But in this project no JSP files are allowed to use. (I have created the Upload class(servlet) and the Serve class(servlet) at the

[google-appengine] Re: can we assume time is sync across all servers?

2011-03-11 Thread Nick
While I had a similar problem at one point, the eventual cause was not passing the correct timestamps to default= in model fields, which may cause the timestamps to appear skewed while in fact they indicate the instance spin-up timestamp. so if you have anywhere default=datetime.utcnow() you shou

[google-appengine] Using pull queues with REST API

2011-07-18 Thread Nick
I am wondering if there is something I am doing incorrectly while configuring the acl for my pull queue in queue.yaml. Or perhaps, it is an problem obtaining OAuth tokens. The taskqueue is active. I am able to see my pull-queue in the dashboard, and can post new tasks to the taskqueue from GAE. H

[google-appengine] Pull-Queue with REST API

2011-07-18 Thread Nick
dded to the acl: section of the queue.yaml, and it seems like the OAuth token has been retrieved correctly. If this has worked for you, can you please describe how you are talking to the Taskqueue REST API server? Thanks Nick -- You received this message because you are subscribed to the Google

[google-appengine] Re: Pull-Queue with REST API

2011-07-19 Thread Nick
Hi Vivek, Thanks for you last post. The s~ prefix solved the problem. Thank you for your help. Hopefully this thread will help others who are having problems. Nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this

[google-appengine] Key Only Queries with Java

2009-06-15 Thread Nick
nice feature and could significantly improve performance in my application. Thanks, Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Re: Key Only Queries with Java

2009-06-16 Thread Nick
you point me to the documentation or supply a code sample by any chance? Thanks, Nick On Jun 16, 1:17 pm, "Jeff S (Google)" wrote: > Hi Nick, > > The Java API does have a setKeysOnly() method on the low level Query class > which will allow you to fetch just the keys. Are you using

[google-appengine] Re: Key Only Queries with Java

2009-06-16 Thread Nick
Jeff, Thanks for the quick reply. I found it, I had downloaded the new SDK, but had not enabled it in the build path. Thanks again. Nick On Jun 16, 4:12 pm, "Jeff S (Google)" wrote: > Hi Nick, > > The Javadocs need to  be updated, but the method is available in SD

[google-appengine] Re: Keep it short: Who is forced to leave GAE?

2011-09-05 Thread nick
one of my java apps (that doesn't bring any revenue) went from $0.05/ day to $2.50/day, which although not a large in absolute terms..its a 50x increase. :( i will probably have to leave appengine for this app. On Sep 1, 1:07 am, Robert Kluin wrote: > I've not had time to play with Python 2.7 t

Re: [google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-10-20 Thread Nick
:D -- 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/-/M-9uy3RrLRsJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubsc

[google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-10-20 Thread Nick
What happens when a non-supported browser attempts to access https://www.my-sercure-appengine-app.com? Does it redirect to http:// or show an error dialog? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web

[google-appengine] Re: 30 minutes of DeadlineExceededError waiting for datastore, is the appengine status online?

2011-11-23 Thread Nick
This is happening for us too. We suffered the same problem 2 days ago, but the duration lasted about 3-4 hours. We are also getting errors adding to the task queue as well. We are running Python 2.7 in an attempt to be cost effective, but it seems this is not really an option at this point.

[google-appengine] Re: 30 minutes of DeadlineExceededError waiting for datastore, is the appengine status online?

2011-11-23 Thread Nick
Also, it would be nice if someone from Google could comment on this issue! I never saw these issues using Python 2.5, but now there are intermittent issues making calls to the datastore and task queue. Is this 2.7 related or is this coincidence? In other words, our app needs to be up 24/7, so

Re: [google-appengine] Re: 30 minutes of DeadlineExceededError waiting for datastore, is the appengine status online?

2011-11-23 Thread Nick
Thanks for the info. Yeah, we ran almost flawlessly with HR and 2.5 since our launch in August. We just switched to 2.7 to try to counter the new pricing model, but it's not stable enough. We're going to switch back I guess. The new pricing model is killing us. -- You received this messa

[google-appengine] Re: Want my money back, What should I do?

2011-11-23 Thread Nick
App Engine shouldn't have come out of preview with the new pricing model while 2.7 is still in experimental mode! The problem for us is pretty simple. 2.5 is now too expensive (like not worth it compared to other options) and 2.7 is having a lot of issues (downtime today and 2 days ago). The

[google-appengine] Can't deploy application to the app engine (Java)

2009-05-07 Thread Nick
rd) and when I try to deploy the sample / first application (Guestbook) I get the exception below simhaapp is the name of the application registered on the app engine and I use the same name in appengine-web.xml file. Am I missing anything else? Thanks for your help! Nick >>>>&g

[google-appengine] Re: Invalid runtime specified.

2009-05-07 Thread Nick
Did you get a resolution to this - I am getting the same even after I received the e-mail saying that iI have been activated on the Java run time On Apr 8, 1:42 pm, "adate...@gmail.com" wrote: > java.io.IOException: Error posting to > URL:http://appengine.google.com/api/appversion/create?app_id

[google-appengine] SWFUpload with Python in App Engine

2011-12-18 Thread Nick
;t find any discussion on this topic with a google search. Any advice would be very appreciated. -Nick -- 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 un

[google-appengine] Eclipse GAE Plugin Feature Request: Add Version input in deploy dialog.

2012-01-03 Thread Nick
I wish it could be set it up to use the svn repo number as the appengine version...similar to the auto increment idea. -- 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/ms

Re: [google-appengine] Re: Outages?

2012-03-07 Thread Nick
I'm getting the same errors :( On Wednesday, March 7, 2012 11:18:39 AM UTC-5, Adam Sherman wrote: > > On Wed, Mar 7, 2012 at 11:15 AM, Brandon Wirtz > wrote: > > In most systems the Uptime is 100% minus the summation of the downtime of > > all other systems. The exception to this rule is loggin

[google-appengine] Re: Outages?

2012-03-08 Thread Nick
http://code.google.com/p/googleappengine/issues/detail?id=6246 ..still down, no response from the App Engine team This is the worst! We can't do anything to fix the problem. Just wait On Thursday, March 8, 2012 4:13:48 AM UTC-5, Tom Carchrae wrote: > > > I was crying until I read Bran

Re: [google-appengine] Re: Outages?

2012-03-09 Thread Nick
appid: i-strive-to java - thread safe set to true. On Friday, March 9, 2012 2:15:35 PM UTC-5, Ikai Lan wrote: > > Hey everyone, > > Here are a few things that will help: > > 1. Application IDs (<--- if you have nothing else, at least provide this) > 2. What is your QPS? > 3. What % of your request

[google-appengine] Re: $2,000 worth of AppEngine credit at a discount

2012-05-22 Thread Nick
I would like the credits. :D I have two startups on App Engine where App Engine is the largest expense. Discounted credits would make a difference for our bootstrapped startups. On Friday, May 18, 2012 7:31:36 PM UTC-4, Andres Douglas wrote: > > Hey there, just stopping by the group to see if a

Re: [google-appengine] unusual traffic from your computer network

2013-04-10 Thread Nick
This just impacted our live site as well. Users going to domain.com.au are blocked, users going to www.domain.com.au are not. We're using cloudflare, everything seems ok there. We do have monitoring (Pingdom) which hits the naked domain, not sure if this is what triggered this. Either way, it a

Re: [google-appengine] Google to add new runtime at I/O

2013-05-06 Thread Nick
A roadmap would be very useful if it's up to date. I'm watching many issues on GAE, some of which are on the roadmap but I don't really have any confidence those are being addressed (given that other things are being delivered without visibility of them coming up). I'm also implementing on appe

[google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-16 Thread Nick
I don't really understand the philosophy currently in play here. Obviously when load goes up, new instances need to be spun up. That makes sense. The idea that its better for the last invoker to wait 5-10 seconds, rather than sharing a reduced latency of say 0.5 seconds by being sent to a 'ful

[google-appengine] Any tips for running ProGuard on a GAE app?

2013-05-20 Thread Nick
Using ProGuard was mentioned, to decrease startup time, at Google IO. Does anyone have tips for getting started? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: [google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-23 Thread Nick
Shameless plug: http://3wks.github.io/thundr/ thundr is our lighweight web-mvc - we built it specifically for use on appengine. - No classpath scanning - Direct control of configuration (in testable code) - DI - Basic interceptor pattern for controllers - Date binding of webreque

Re: [google-appengine] Re: Frustrated by logs

2013-05-25 Thread Nick
The logs, while good to have, are a super PITA to use. Things that would be great to fix: - The search option labelled 'Since' is exactly the opposite of what it says. Everyone i've ever spoken to gets confused by this, the logs work backwards from this time, not forwards. I must have

Re: [google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-31 Thread Nick
While I don't necessarily disagree with your points Jeff, I feel given that you pulled out a couple of specific ones publicly here that its worth addressing them here, but i'll be quick so I don't distract from the conversation at hand. Regarding configuring routes in one location (in this case

Re: [google-appengine] Re: MVC framework

2013-07-16 Thread Nick
Hi all, A quick plug for thundr: http://3wks.github.io/thundr/ This is our light weight Web MVC which was built specifically to overcome some of the issues we experienced trying to use spring, play and other frameworks on appengine. Its designed to give you a leg up with simplicity and transpa

Re: [google-appengine] Best Practices for Continuous Deployment on AppEngine

2013-08-09 Thread Nick
We do continuous deployment as well, although not 30 a day. I can't quite remember when there started being issues with 500s being served when deploying an app, but it wasn't always the case. Appengine used to just handle deploying newer code to the same version and start up new instances, shutt

[google-appengine] Re: Best Practices for Continuous Deployment on AppEngine

2013-08-11 Thread Nick
It should be easy to replicate, when you deploy to your default version, hit the website in your web browser. Hey presto, 500. The window of failure varies, possibly depending on artifact size. On Saturday, August 10, 2013 1:42:34 AM UTC+10, Jay wrote: > > I am curious. What kind of instability

[google-appengine] Re: [java] Setting up HRD with WTP (web tools platform) in Eclipse 4.3

2013-08-12 Thread Nick
The GPE has been pretty buggy over its lifetime, particularly wrt the HRD config. To fix your problem (and other problems relating to GPE run/debug) configs: If you open up your project properties and navigate to Google -> App Engine As well as ticking 'Use Google App Engine', make sure 'Enable

[google-appengine] What is the recomended way of using the ImageService with the FileService deprecation

2013-08-26 Thread Nick
The ImageService sits on top of the FileService. With recent changes to move away from the Blobstore and towards GCS, what is best practice for storing, retrieving and serving images? The docs here https://developers.google.com/appengine/docs/java/images/ still seem to refer to the blobstore.

[google-appengine] Re: Search API

2013-09-07 Thread Nick
Hi Joander, Your question is a little unclear, however i'll try my best. If you want to store data in both the datastore and the search service, then you should look at it like this: Kind == Index Entity == Document So you would have an index for each kind, and a document for each entity. You

Re: [google-appengine] Implementing a scalable streaming data collector in GAE

2013-09-11 Thread Nick
Like appengine, big query is a bit of a work in progress and always moving. We use big query to store data for reports, however it does have some gotchas: It doesn't like many small writes (I.e streaming records), this has a huge performance impact on queries. (Note this may also have changed sinc

Re: [google-appengine] Deploy spring web 3.2 without web.xml to google app engine

2013-09-25 Thread Nick
Hi Vinny, I would assume that Spring can only do this in a Servlet 3.0 container - can you confirm that you've been able to (or can link to someone who has) deployed an app to appengine without a web.xml? I'd love to be able to do that, but thought it wasn't possible. On Wednesday, September

[google-appengine] Re: 250gb search index size limitation

2013-09-25 Thread Nick
I would have to second this - I'm not sure what the priorities for the Search API are, but that other issue has been open forever, and I was even told it would be resolved in the next release when raising it on enterprise support months ago, where they agreed it was unacceptable to have a failur

[google-appengine] major bug in live instance hours calculation

2013-10-05 Thread Nick
This may relate to your issue, or you may be seeing something different but I thought I'd put a common gotcha here for anyone else googling similar. You get 26 hours for free, which is enough to run one frontend f1 all day. If you use a frontend and backed, or an f2, on a free app, you basically

Re: [google-appengine] Re: How to prevent overwriting an entity simultaneously?

2013-10-19 Thread Nick
Hi, I agree you need to understand and use transactions. Regarding your 'overwrite' scenarios, are you sure you're not just witnessing eventual consistency and interpreting it as contention? If something has a very low probability, yet you're seeing it a lot, maybe you need to rethink what you

Re: [google-appengine] Re: Over index creation quota

2013-10-19 Thread Nick
More than one or two sort orders will drastically increase the number of indexes you need to create, particularly if you're using range queries too. In the scenario you've described I would highly recommend duplicating your data into the SearchService and running searches on that. This will allo

[google-appengine] Stable URLFetch issues

2013-10-22 Thread Nick
I have absolutely had these experiences in the past. When I raised the issue through support, they were able to quantify roughly a 99% success rate, but it was very challenging for them to diagnose the root cause. At some point it mostly fixed itself up. My feeling is that the issue was probably

[google-appengine] Re: Appengine is down (errorcode 104)

2013-12-14 Thread Nick
You can read quite a lot about this here: https://developers.google.com/appengine/articles/deadlineexceedederrors The short answer is that if you have a request which gets deadline exceeded, that request is handled (fairly) gracefully by having the exception bubble up. All other requests on the

Re: [google-appengine] Re: Appengine is down (errorcode 104)

2013-12-16 Thread Nick
This largely seems to be true. In general, issues get resolved reasonably quickly if you can provide detailed information (like timestamps for each error - which is frustrating when there's a few hours in a row of nothing but errors) and you have purchased support. Generally issues seem to imp

[google-appengine] Re: App Engine credit for startups disappeared

2013-12-20 Thread Nick
I actually just signed up for GCE/GAE credits in the last week or so. This is what was in the email > We have successfully applied a $1,000 credit to your Google App Engine > account > and a $1,000 creditto your Google Compute Engine account. You may not see > the credit in your accounts, b

Re: [google-appengine] Google Cloud Platform - Account cancelled.

2014-01-09 Thread Nick
I'm assuming this email is a new feature of the cancellation process? And the reason everyone got it is that it acted retrospectively on rollout? The update email (same as the message below) doesn't actually clarify if this was mistakenly sent, or if someone actually cancelled one of my projects

Re: [google-appengine] Re: Snapchat

2014-01-21 Thread Nick
This got heated pretty quickly... Regarding costing, it is very clear to me that PaaS, and particularly GAE are extremely cost effective as long as: You can easily achieve your business goals, They save you operational FTE I think if you step outside of these bounds, then its time to migrate to

Re: [google-appengine] How can I use java.io.File(filePath) in AppEngine?

2014-01-22 Thread Nick
This is how we load it during our DI phase: String certificate = "/someuniqueid-privatekey.p12"; File privateKey = new File(getClass().getResource(certificate).toURI()); ... builder.setServiceAccountPrivateKeyFromP12File(privateKey); In this example, the p12 file is in our src/main/resources.

[google-appengine] Re: Hi, GAE team, I beg you, please don't spawn any dynamic instances for my project, is it possible?

2014-01-24 Thread Nick
Tapir, on the dashboard for your project you can show a graph of instances - it has two lines, one for instances and one for billed instances. You'll probably find that the additional instances aren't being charged, they're just being spun up in expectation of extra load. On Saturday, January

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-09 Thread Nick
Hi Tapir, You could give porting your spring app over to the thundr framework a go: http://3wks.github.io/thundr/ (usual disclaimer, I'm a maintainer) The basic concepts are very similar to spring, so it should be relatively simple. Its designed specifically to have fast boot up times on appengi

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-13 Thread Nick
projects. > > On Monday, February 10, 2014 5:29:32 AM UTC+8, Nick wrote: > >> Hi Tapir, >> >> You could give porting your spring app over to the thundr framework a go: >> http://3wks.github.io/thundr/ (usual disclaimer, I'm a maintainer) >> >

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-17 Thread Nick
I think (and previous guidance supports this) that it isn't the loading of the jars that is taking time, its actually fetching your war (and the files in it, so *down*loading the jars) that is taking so much elapsed time. The smaller your overall artifact, the quicker it can be pulled in and sta

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-17 Thread Nick
; > > On Tuesday, 18 February 2014 11:50:20 UTC+13, Nick wrote: >> >> I think (and previous guidance supports this) that it isn't the loading >> of the jars that is taking time, its actually fetching your war (and the >> files in it, so *down*loading the jars) t

[google-appengine] HardDeadlineExceededError - Production Issue

2012-08-20 Thread Nick
Java High Replication Is there a procedure to follow for production issues? -- 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/-/JDU6ybTbSqUJ. To pos

[google-appengine] image not uploading

2012-09-05 Thread nick
When uploading my app everything seems to upload correctly, no errors in the log, but one of my images is not uploaded. I have tried uploading using the GoogleAppEngineLauncher and command line(appcfg.py). Again there are no errors in the log. The image that isn't getting uploaded is a png fi

[google-appengine] Re: Can not deploy

2013-01-28 Thread Nick
Same here On Monday, January 28, 2013 9:07:15 AM UTC-5, Aleksei Rovenski wrote: > > Can not deploy, here is what I get: > > [java] 0% Created staging directory at: > '/var/folders/9e/9eJpKNC9FEWw2JPlwtpZWTI/-Tmp-/appcfg7109470632224867826.tmp' > [java] 5% Scanning for jsp files. >

[google-appengine] Re: Can not deploy

2013-01-28 Thread Nick
It was working fine last night. On Monday, January 28, 2013 9:46:41 AM UTC-5, Nick wrote: > > Same here > > On Monday, January 28, 2013 9:07:15 AM UTC-5, Aleksei Rovenski wrote: >> >> Can not deploy, here is what I get: >> >> [java] 0% Created stagin

[google-appengine] Re: Can not deploy

2013-01-28 Thread Nick
Its now working for me. I restarted my computer, and ran appcfg.sh rollback...could also have just been fixed on Appengines end On Monday, January 28, 2013 9:07:15 AM UTC-5, Aleksei Rovenski wrote: > > Can not deploy, here is what I get: > > [java] 0% Created staging directory at: > '/var

[google-appengine] Re: At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-19 Thread Nick
Having given my view on structuring, I'll give me opinion on the problem. You're attempting to store information which at some point will be queryable on a wide variety of criteria, from spatially, cuisines, partial names matches etc. I would design a solution that respects these potential probl

[google-appengine] Re: Announcing SSL for GAE Custom Domains in the Developers Console

2015-09-15 Thread Nick
Its great to finally see this change. On Wednesday, September 16, 2015 at 10:10:30 AM UTC+10, Lorne Kligerman wrote: > > At long last, we are happy to announce that your App Engine custom domains > and SSL security can now be configured within the Google Developers > Console >

Re: [google-appengine] Some instances running unreleased version of the App Engine SDK?

2015-09-18 Thread Nick
I would imagine anyone doing anything half serious has a series of environments, all my projects have at least a -Dev and -UAT environment. I'd much prefer if those got the newer sdk first. Or just actual environmental support built in - that would solve everyone's problem (and was underway at

Re: [google-appengine] Re: Datastore Overlays?

2015-10-05 Thread Nick
I saw this a while back, and whatever reference I read had a decent amount of info on what it does. Sounds cool, and could have many uses. I think when/if it does launch it would be great to have a few real world examples of how/when to use it. -- You received this message because you are subs

[google-appengine] Re: Feedback to Google Technical Support on their contribution in this list

2015-10-20 Thread Nick
My 2c: I think that suggesting people cross post to stackoverflow is useful, I think telling them they've posted in the wrong place kills discussion around problems and questions. There are a lot of surface questions for appengine that can have deep answers, and stack overflow actively restrict

[google-appengine] Re: Some of my applications appear to have stale caches in Australia

2015-11-17 Thread Nick
We've been seeing this too, we had assumed that there was an intentional infrastructure change. When deploying new app versions, static resources served through Google front end are old assets for quite a while, where previously they update straight away. This is pretty bad for one page apps (

[google-appengine] java war/web-inf/lib arborescence.

2015-12-15 Thread Nick
Your best bet is to use a dependency manager in your build tool and ignore the lib folder entirely. Dependencies in Java are not isolated in any way, so even if you achieve this it won't reflect reality (i.e. Shared dependencies such as asm, cglib, commons etc) 🌲🌳🌲🌳🌲🌳🌲🌳🌲🌳🌲 -- You received thi

[google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-01-18 Thread Nick
Thanks for mentioning this - my first impression was 'who the hell asked for this?' But now that you point it out, this is group permissions, which I've wanted since forever, just using google groups (for some reason). So thanks, and thanks google. Would be great to understand why Google groups

[google-appengine] Do Google App Engine charge my application for this action?

2016-01-18 Thread Nick
Unfortunately, the implementation you describe is completely unsuitable for appengine. Appengine is designed specifically to make developers think about and build distributed systems, and what you describe isn't distributed at all. You should choose another platform (assuming you need to host t

[google-appengine] Is this a right way to get data that is joined via many different tables in Datastore?

2016-01-19 Thread Nick
Yes, manually reassembling objects like this is how you create objects which are spread across entities. There are other approaches though, which mean you may not have to do this. Consider storing A line and line items as a single document, which allows you to read the whole thing in one hit.

[google-appengine] Re: Log Viewer shows only Log Level and Datetime Stamp; no log details visible

2016-01-22 Thread Nick
This also happened to me yesterday. Only timestamps were visible, and opening a line for details just showed empty space. A full refresh fixed it. Latest chrome. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this gr

[google-appengine] Reading existing entity from DB

2016-01-27 Thread Nick
Yes. Generating unique sequential ids is a hard problem in this kind of distributed system. The cause of your issue is probably eventual consistency, but you probably will not be able to get strong consistency without crippling your datastore throughput. If you really want sequential ids, I r

[google-appengine] Re: Reading existing entity from DB

2016-01-28 Thread Nick
I think you've been given some good pointers in the right direction, I'll just add that you need to read and understand the eventual consistency, transactional and cross entity group (XG) transaction docs for the datastore. My guess is based on your question you haven't wrapped your head around

[google-appengine] GAE Console shows more entities than I created

2016-02-16 Thread Nick
If you have sessions turned on, they get stored in the datastore, and MR jobs also store state in the datastore I believe. You can usually see these kinds in the list though. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-23 Thread Nick
You have 4 options right now on GCP: GCE - runs VMs same as ec2 GKE - runs docker containers instead of full VMs Managed VMs - these are appengine apps running in a less sandboxes environment, basically containers with access to managed services using 'native' APIs (as opposed to service calls) G

[google-appengine] Mail API Quotas

2016-03-05 Thread Nick
Every native API offered on appengine has commercial saas alternatives, and almost all of them are highly competitive and more fully fledged. The value of appengine lies in the great integration and easy access, and the assumption that they will improve over time. Why is mail so special that it

[google-appengine] Re: Sometimes .appspot.com just doesn't respond

2016-04-07 Thread Nick
I have seen 'outages' like this when deploying over the default instance in the past - a small window of about 30 seconds where no content was served. When this was happening we worked around it by deploying to another version-id and switching the default after the first instance spun up. On F

[google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread Nick
While you could use namespaces to achieve this, you need to consider what it means to have two 'environments' running together, and what are the consequences of mistakes. Generally we've found the simplest option is to hav

[google-appengine] can you deploy a servlet to '/' (serving every request)

2016-05-17 Thread Nick
This works, but the matching patterns for servlets are unintuitive, so it can be very hard to get this to work as you want. I can't say about it matching the servlet 3 spec, I'd almost guarantee not. Is there something specific you're trying to achieve? The usual symptom when attempting to do t

[google-appengine] Unable to find the reason for this error : NoClassDefFoundError: Could not initialize class com.google.apphosting.runtime.security.shared.stub.sun.security.provider.Sun.

2016-05-20 Thread Nick
The static initialiser in the Sun class is throwing an exception. It's being called because it's being deserialised using Java serialization as part of an object graph. Are you using sessions (potentially the async sessions)? It's possible you've stored something in there that can't be deseria

[google-appengine] Local unit testing of Datastore

2016-05-20 Thread Nick
Unit testing with simulated eventual consistency by returning correct or stale reads using the set probability distribution. This allows you to tweak what you're testing - e.g. Just to present everything as consistent stuff for ease of testing, or totally eventual stuff to guarantee that the co

[google-appengine] Java Search API on DataStore

2016-05-31 Thread Nick
Search and datastore are distinct. You will need to create a document in the search API for anything you want to search for, even if stored in the datastore. Objectify doesn't deal with search at all. The thundr GAE module provides a DAO/repository abstraction that coordinates search and ofy wr

[google-appengine] Re: Java Search API on DataStore

2016-06-01 Thread Nick
If you want autocomplete from the start of the word/phrase you can do that with the datastore alone and a basic string query. If you want it from mid phrase, neither datastore or search API are particularly great at this (you need to store all fragments yourself) Algolia will have you up and ru

[google-appengine] Re: Task Queue - Authentication Token

2016-08-23 Thread Nick
The task queue can invoke admin secured urls when you use push, which would normally require IAM access. If you set it up like that (assuming you can trust your admins) all invocations can be trusted, regardless of headers etc. Presumably in this case you'll still need to send a user identifier

[google-appengine] Re: State of Java 8 on App Engine (not the flexible env)

2016-08-25 Thread Nick
Is this wrapped up with supporting servlet specs greater than 2.5? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups

  1   2   3   4   5   6   7   8   9   10   >